a52ffebadfa6fcc60d96129ac50eb78f467b89e9
[bpt/emacs.git] / lisp / ChangeLog
1 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2
3 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
4 (print-region-1): Substitute `%s' with the page title.
5
6 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
7
8 * locate.el (locate-current-search): New variable.
9 (locate): Set buffer local value. Use current buffer if it is
10 in Locate mode.
11 (locate-mode): Disable undo here.
12 (locate-do-setup): Use locate-current-filter from buffer to be
13 killed.
14 (locate-update): Use locate-current-search and
15 locate-current-filter.
16
17 2006-09-08 David Kastrup <dak@gnu.org>
18
19 * desktop.el (desktop-read): when loading a desktop, disable
20 saving it while the load progresses, and switch off a pending lazy
21 load by calling `desktop-lazy-abort'.
22
23 2006-08-27 Martin Rudalics <rudalics@gmx.at>
24
25 * window.el (mouse-autoselect-window-timer)
26 (mouse-autoselect-window-position)
27 (mouse-autoselect-window-window)
28 (mouse-autoselect-window-now): New vars.
29 (mouse-autoselect-window-cancel)
30 (mouse-autoselect-window-select)
31 (mouse-autoselect-window-start): New functions.
32 (handle-select-window): Call `mouse-autoselect-window-start' when
33 delayed window autoselection is enabled.
34
35 * cus-start.el (mouse-autoselect-window): Handle delayed window
36 autoselection.
37
38 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
39 commands after which it is allowed to print in the echo area.
40
41 2006-09-08 Richard Stallman <rms@gnu.org>
42
43 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
44
45 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
46 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
47
48 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
49 (cancel-timer-internal): Add doc string.
50 (cancel-function-timers): Doc fix.
51 (with-timeout-handler, timer-event-last*): Add doc strings.
52
53 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
54
55 * files.el (risky-local-variable-p): Match ...-bindat-spec.
56
57 * dired.el (dired-log-summary): Add doc string.
58
59 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
60 (custom-group-menu-create): Not here.
61
62 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
63
64 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite
65 loop.
66
67 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
68
69 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
70 (mac-apple-event-map): Define its handler.
71
72 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
73
74 * net/ldap.el (ldap-search-internal): Handle `auth' key.
75
76 2006-09-07 Magnus Henoch <mange@freemail.hu>
77
78 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
79 clause.
80
81 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
82
83 * info.el (Info-index): Bind completion-ignore-case.
84
85 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
88 previous commit.
89 (inferior-prolog-guess-flavor): New fun left out of previous commit.
90 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
91 burp in dedicated windows.
92 (inferior-prolog-self-insert-command): New command.
93 (inferior-prolog-mode-map): Use it.
94
95 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
96
97 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
98
99 * international/code-pages.el: Add cp858.
100
101 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
102
103 * dnd.el: Fix bootstrapping.
104
105 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
106
107 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
108 (dnd-open-remote-url): New function.
109 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
110 not windows-nt.
111
112 2006-09-07 Jason Rumney <jasonr@gnu.org>
113
114 * dnd.el (dnd-open-remote-file-function): New variable.
115 (dnd-open-unc-file): New function.
116 (dnd-open-file): Call dnd-open-remote-file-function if set.
117
118 2006-09-06 Daiki Ueno <ueno@unixuser.org>
119
120 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
121 pgg-passphrase-coding-system rather than locale-coding-system.
122 * pgg-def.el (pgg-passphrase-coding-system): New user option.
123
124 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 * progmodes/prolog.el: Remove * in docstrings.
127 (prolog-program-name): Add SWI prolog.
128 (prolog-mode-menu): New menu.
129 (prolog-mode): Set comment-add.
130 (prolog-indent-line): Simplify. Use indent-line-to.
131 (inferior-prolog-buffer): New var.
132 (inferior-prolog-run, inferior-prolog-process): New funs.
133 (run-prolog, switch-to-prolog): Rewrite, using them.
134 (prolog-consult-region): Use inferior-prolog-buffer.
135 (inferior-prolog-load-file): New function.
136 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
137
138 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
139 last word, if it's not the end of the paragraph.
140
141 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
142 file name.
143
144 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
145
146 * frame.el (display-mm-dimensions-alist): New defcustom.
147 (display-mm-height, display-mm-width): Use it.
148
149 2006-09-06 Simon Josefsson <jas@extundo.com>
150
151 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
152
153 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
154
155 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
156 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
157 string values.
158
159 2006-09-06 Kim F. Storm <storm@cua.dk>
160
161 * simple.el (line-move-partial): New function to do vscrolling for
162 partially visible images / tall lines. Rewrite based on code
163 previously in line-move. Simplify backwards vscrolling.
164 (line-move): Use it. Simplify.
165
166 2006-09-05 Kim F. Storm <storm@cua.dk>
167
168 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
169
170 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
171
172 * progmodes/compile.el (compilation-error-regexp-alist-alist):
173 Process the `gcc-include' after the `gnu' rule.
174
175 2006-09-05 Kim F. Storm <storm@cua.dk>
176
177 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
178
179 2006-09-05 Daiki Ueno <ueno@unixuser.org>
180
181 * pgg.el (pgg-clear-string): Alias to clear-string for backward
182 compatibility.
183
184 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
185 inhibit-redisplay; encode passphrase with locale-coding-system.
186
187 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
188
189 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
190
191 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
192
193 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
194 (gdb-var-list-children-regexp): Make type field optional.
195
196 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
197 e.g public, protected in C++.
198
199 2006-09-04 John Paul Wallington <jpw@pobox.com>
200
201 * simple.el (completion-show-help): New defcustom.
202 (completion-setup-function): Heed it.
203
204 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
205
206 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
207
208 2006-09-04 Richard Stallman <rms@gnu.org>
209
210 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
211 (rsf-min-region-to-spam-list): Doc fix.
212 (rsf-add-content-type-field): Doc fix.
213
214 * simple.el (kill-region): Explicitly test there is a region.
215
216 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
217
218 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
219 sendmail in several common directories.
220
221 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
222
223 * paths.el (sendmail-program): Removed.
224
225 2006-09-04 Daiki Ueno <ueno@unixuser.org>
226
227 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
228 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
229 http://article.gmane.org/gmane.emacs.gnus.general/50457
230
231 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
232
233 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
234 mark after running the menu filter.
235
236 2006-09-03 Juri Linkov <juri@jurta.org>
237
238 * international/quail.el (quail-defrule-internal): Add a check
239 if a key is a vector.
240
241 2006-09-02 Juri Linkov <juri@jurta.org>
242
243 * man.el (Man-topic-history): New variable.
244 (man): Use it.
245
246 * woman.el (woman-topic-history): Change defvar to defvaralias
247 for symbol `Man-topic-history'.
248
249 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
250 `comint-last-output-start' is a marker by using `markerp' and
251 check if it has a position by using `marker-position', and use
252 this position for `goto-char'.
253
254 * international/quail.el (quail-defrule-internal): Add missing
255 `error' call for null key.
256
257 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
258
259 * rcirc.el (rcirc-keywords): New variable.
260 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
261 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
262 variables.
263 (rcirc-responses-no-activity): New function.
264 (rcirc-handler-generic): Check for responses in above.
265 (rcirc-process-command): Add ?: character to arguments of raw
266 server commands.
267 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
268 `rcirc-dim-nicks'.
269 (rcirc-gray-toggle): Remove unused variable.
270 (rcirc-print): Remove some tracking logic, which is moved into
271 markup functions.
272 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
273 types.
274 (rcirc-activity-string): Look for 'keyword in activity-types.
275 (rcirc-window-configuration-change): Don't erase overlay-arrow
276 unnecessarily.
277 (rcirc-add-or-remove): New function.
278 (rcirc-cmd-ignore): Use it.
279 (rcirc-message-leader): Remove unused function.
280 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
281 (rcirc-add-face): New function.
282 (rcirc-facify): Use rcirc-add-face.
283 (rcirc-url-regexp): Add parens.
284 (rcirc-map-regexp): Remove function.
285 (rcirc-mangle-regexp): Remove function.
286 (rcirc-markup-text-functions): New variable.
287 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
288 (rcirc-markup-body-text, rcirc-markup-attributes)
289 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
290 (rcirc-markup-bright-nicks): New markup handler functions.
291 (rcirc-nick-in-message-full-line): New face.
292 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
293 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
294
295 2006-09-02 Martin Rudalics <rudalics@gmx.at>
296
297 * cus-start.el (hscroll-margin, hscroll-step)
298 (mode-line-in-non-selected-windows, mouse-autoselect-window)
299 (x-use-underline-position-properties): Change version to "22.1"
300 since they will appear there for the first time.
301
302 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
303
304 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
305
306 2006-08-31 Richard Stallman <rms@gnu.org>
307
308 * cus-edit.el (custom-save-variables): Slight cleanup.
309 (Custom-no-edit): Renamed from custom-no-edit.
310 (Custom-newline): Renamed from custom-newline.
311 (custom-mode-map): Use new names.
312
313 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
314 about customization, rather than M-x customize, in the doc string
315 made for the defcustom.
316
317 * emacs-lisp/trace.el (trace-function-background): Doc fix.
318
319 2006-08-31 Romain Francoise <romain@orebokech.com>
320
321 * dired-x.el (dired-guess-shell-alist-default): Update.
322
323 2006-08-31 Michael Mauger <mmaug@yahoo.com>
324
325 * custom.el (custom-theme-set-variables): Autoload packages before
326 sorting the variables.
327
328 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
329
330 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
331 chars if XEmacs.
332 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
333
334 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
335
336 * progmodes/python.el (python-eldoc-function): Re-enable quit while
337 waiting for process.
338
339 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
340
341 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
342 results in ASCII-only string, encode original one directly.
343
344 2006-08-29 Romain Francoise <romain@orebokech.com>
345
346 * startup.el (normal-splash-screen, fancy-splash-screens):
347 Make buffer read-only and arrange to enter view mode if necessary.
348
349 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
350
351 * hl-line.el (hl-line): New face.
352 (hl-line-face): Use it.
353
354 * image-mode.el (image-mode): Fix last fix.
355 Suggested by Kim F. Storm.
356
357 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
358
359 Sync with Tramp 2.0.54.
360
361 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
362 of `=', because `tramp-get-remote-gid' might not always return an
363 integer when expected.
364 (tramp-register-file-name-handlers): `partial-completion-mode' is
365 unknown to XEmacs.
366 (tramp-time-diff): Don't use `floor', it might fail for large
367 differences.
368 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
369 `tramp-auto-save-directory' if unset in order to guarantee unique
370 auto-save file names.
371
372 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
373
374 * image-mode.el (image-mode): Display image as text on a terminal.
375
376 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * progmodes/python.el (python-send-command): Simplify.
379 (run-python): Don't generate a new buffer unless `new' was specified.
380 Make sure we send `import emacs' to the proper process.
381
382 * progmodes/python.el (python-send-command): Don't wait for the command
383 to terminate. Don't fiddle with compilation-parsing-end.
384
385 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
386
387 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
388 Insert commentary after first line summary.
389
390 * woman.el (woman-follow): New function, based on `man-follow'.
391 (woman-mode-map): Use it.
392
393 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
394 since ibuffer-do-sort-by-recency does not define a sorter.
395
396 2006-08-28 Kim F. Storm <storm@cua.dk>
397
398 * find-dired.el (find-dired): Use shell-quote-argument to properly
399 escape ( and ) args. Also use it on {} and ; args in default
400 value of find-ls-option string.
401 (find-grep-dired): Use shell-quote-argument on {} and ; args.
402
403 2006-08-27 Michael Olson <mwolson@gnu.org>
404
405 * emacs-lisp/tq.el: Small grammar fix in comments.
406 (tq-enqueue): Check for existence of queue rather than the
407 head queue item's question, which was a no-op.
408 (tq-filter, tq-process-buffer): Make sure the process buffer
409 exists before making it the current buffer.
410
411 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
412
413 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
414 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
415 (special-event-map): Apply 2006-08-16 change for x-win.el.
416
417 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * progmodes/python.el (python-send-receive): Wait in the
420 process's buffer so as to check the right buffer-local variables.
421
422 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
425 (defgroup checkdoc): Move to beginning.
426
427 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
428 (python-preoutput-continuation): Remove.
429 (python-preoutput-filter): Simplify correspondingly.
430 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
431 Loop around to catch embedded _emacs_out output.
432 (run-python): Send the import&print command on a single line.
433 (python-send-command): Send command&print on a single line.
434 (python-send-string): Only add double \n if needed.
435 (python-send-receive): Loop until the result comes.
436 (python-mode-running): Defvar it.
437 (python-setup-brm): Remove unused var `menu'.
438 Only bind py-mode-map and `features' around brm-init.
439 (python-calculate-indentation): Remove unused var `point'.
440 (python-beginning-of-defun): Remove unused var `def-line'.
441
442 2006-08-25 Richard Stallman <rms@gnu.org>
443
444 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
445
446 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
447
448 * viper.el (viper-set-hooks): Use frame bindings for
449 viper-vi-state-cursor-color.
450 (viper-non-hook-settings): Don't set default
451 mode-line-buffer-identification.
452
453 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
454 (viper-set-cursor-color-according-to-state)
455 (viper-get-saved-cursor-color-in-replace-mode)
456 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
457 viper-emacs-state-cursor-color.
458
459 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
460 (viper-undo): Use point if undo-beg-posn is nil.
461 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
462 (viper-after-change-undo-hook): Don't use
463 viper-emacs-state-cursor-color by default.
464 (viper-undo): More sensible positioning after undo.
465
466 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
467 (viper-emacs-state-cursor-color): Default to nil, since this feature
468 doesn't work well yet.
469
470 * ediff-mult.el (ediff-intersect-directories)
471 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
472 always expand filenames.
473
474 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * tumme.el: Remove * in defcustoms's docstrings.
477
478 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
479
480 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
481 Accept internal time format for SECS arg.
482 (timer-relative-time): Doc fix.
483
484 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
485 adapted from Martin Rudalics.
486 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
487 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
488 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
489 using sit-for.
490
491 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
492
493 * cus-start.el (all): Add `overline-margin' and
494 `x-underline-at-descent-line'.
495
496 2006-08-24 Kim F. Storm <storm@cua.dk>
497
498 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
499 to mean "use find -exec"; nil now unambiguously means auto-detect.
500 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
501 Use shell-quote-argument to build grep-find-command and
502 grep-find-template.
503 (rgrep): Use shell-quote-argument to properly quote arguments to find.
504 Reported by Tom Seddon.
505
506 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
507
508 * startup.el (fancy-splash-head): Give instructions for dismissing
509 the splash screen for default startup too.
510 (display-startup-echo-area-message, fancy-splash-screens)
511 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
512 all splash text at once and keep the splash buffer around.
513 (command-line-1): Give display-startup-echo-area-message a t arg.
514
515 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
516
517 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
518 gnus frame is selected.
519
520 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
521
522 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
523
524 2006-08-22 Kim F. Storm <storm@cua.dk>
525
526 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
527 Add suffix matching for subdirs.
528
529 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
530
531 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
532 mouse-yank-at-point is non-nil.
533
534 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
535
536 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
537 a bit wider and remove fringes to fit initial output on line.
538
539 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * frame.el (blink-cursor-end): Only ignore the error we care about.
542 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
543
544 2006-08-21 Richard Stallman <rms@gnu.org>
545
546 * whitespace.el (whitespace-cleanup): Doc fix.
547
548 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
549
550 * net/rcirc.el (rcirc-show-maximum-output): New var.
551 (rcirc-buffer-process): If no buffer argument is supplied, use
552 current-buffer.
553 (rcirc-complete-nick): Complete to the last completed nick first.
554 (rcirc-mode): Preserve the value of `rcirc-urls' across
555 connections. Setup scroll function.
556 (rcirc-scroll-to-bottom): New function.
557 (rcirc-print): Use nick syntax around regexp work.
558 Notice dim-nicks speaking only if they say our nick.
559 (rcirc-update-activity-string): Do not show the modeline indicator
560 if there are no live rcirc processes.
561 (rcirc-cmd-ignore): Ignore case.
562 (rcirc-browse-url-at-point): Fix off-by-one error.
563
564 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * progmodes/python.el: Remove * in defcustom docstrings.
567 (run-python, python-proc, python-try-complete): Use derived-mode-p.
568 (python-mode): Set tab-width and indent-tabs-mode.
569
570 2006-08-20 Dave Love <fx@gnu.org>
571
572 * progmodes/python.el: Update to Dave Love's latest version.
573 (python-font-lock-keywords, python-mode): Don't use
574 font-lock-syntax-table, but match symbol elements explicitly instead.
575 (python-mode-map): Add help, and a few more key bindings.
576 (python-skip-comments/blanks): Move out of comments as well.
577 (python-continuation-line-p): Behave better with unbalanced parens.
578 (python-blank-line-p): New fun.
579 (python-open-block-statement-p): Don't use a heuristic.
580 (python-outdent-p): Better handle blocks-in-the-same-line.
581 (python-calculate-indentation): Misc improvements.
582 (python-comment-indent): Remove.
583 (python-block-pairs): New var.
584 (python-first-word): New fun.
585 (python-indentation-levels): Handle more common cases.
586 (python-indent-line-1): Add `leave' argument.
587 (python-indent-region): New fun.
588 (python-skip-out): New fun.
589 (python-beginning-of-statement, python-end-of-statement): Use it.
590 (python-next-statement): Return correct count even at eob.
591 (python-end-of-block): Fix paren-typo.
592 (python-imenu-create-index): Add module variables.
593 (run-python): Add `new' arg.
594 Check we're at a prompt before returning.
595 (python-send-command): Move to end of buffer.
596 Wait for prompt to return.
597 (python-set-proc): New fun.
598 (python-imports): New var.
599 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
600 (python-eldoc-function): Try to move out of arg list.
601 (python-outline-level): Offset by 1.
602 (python-find-imports): New fun.
603 (python-symbol-completions): Use python-imports.
604 (python-module-path, ffap-alist): Add support for ffap.
605 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
606 (pythin-insert-*, python-default-template, python-expand-template):
607 Add templates/skeletons.
608 (python-setup-brm): Support for Bicycle Repair Man.
609 (python-abbrev-syntax-table): New var.
610 (python-abbrev-pc-hook, python-pea-hook): New funs.
611
612 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
613
614 * frame.el (blink-cursor-start): Set timer first.
615 (blink-cursor-end): Ignore timer cancelling errors.
616 Suggested by Ken Manheimer.
617
618 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
619
620 * newcomment.el (comment-box): Call `comment-normalize-vars'.
621 Add autoload cookie.
622
623 2006-08-20 Richard Stallman <rms@gnu.org>
624
625 * simple.el (line-number-at-pos): Doc fix.
626
627 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
628 timer-activate-when-idle, so timer can run before Emacs becomes
629 non-idle again.
630
631 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
632
633 * whitespace.el (whitespace-cleanup-internal): New optional arg
634 REGION-ONLY. If it's non-nil, modify the message to the user
635 accordingly.
636 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
637 a non-nil argument.
638
639 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
640
641 * rect.el (spaces-string): Simplify and add doc string.
642
643 2006-08-17 Romain Francoise <romain@orebokech.com>
644
645 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
646
647 2006-08-17 Richard Stallman <rms@gnu.org>
648
649 * compare-w.el (compare-windows): lambda's take an arg and pass
650 it to compare-windows-skip-whitespace.
651
652 2006-08-17 Martin Rudalics <rudalics@gmx.at>
653
654 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
655 the right buffer.
656
657 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
660 removed files.
661
662 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
663
664 * progmodes/gdb-ui.el (gdb-locals-watch-map)
665 (gdb-locals-watch-map-1): Suppress keymap first.
666 (gdb-edit-locals-map-1): New variable.
667 (gdb-edit-locals-value): New function.
668 (gdb-stack-list-locals-handler): Use them.
669
670 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
673 cursor would normally be drawn in the fringe.
674
675 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
676 Reported by Martin Rudalics <rudalics@gmx.at>.
677
678 2006-08-16 Richard Stallman <rms@gnu.org>
679
680 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
681 (special-event-map): Process drag-n-drop events this way.
682
683 * simple.el (move-beginning-of-line): Test whether fields
684 would prevent motion back to line's first visible character.
685 If so, stop where the fields would stop the motion.
686
687 * newcomment.el (comment-indent): Fully update INDENT
688 before checking to see if it will change the text.
689
690 * cus-edit.el (custom-newline): New function.
691 (custom-mode-map): Bind newline to custom-newline.
692
693 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
694 into ignore-whitespace.
695 Check each buffer for its skip-function.
696 Handle compare-windows-skip-whitespace special-case test
697 by returning t from default skip function.
698
699 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
700
701 * textmodes/org.el (org-clock-special-range)
702 (org-clock-update-time-maybe): New functions.
703 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
704 not only a-z.
705 (org-agenda-get-blocks): Allow multiple blocks per headline.
706 (org-timestamp-change): Call `org-clock-update-time-maybe'.
707 (org-export-html-title-format)
708 (org-export-html-toplevel-hlevel): New options.
709 (org-export-language-setup): Add support for Czech.
710 (org-mode, org-insert-todo-heading, org-find-visible)
711 (org-find-invisible, org-invisible-p, org-invisible-p2)
712 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
713 (org-show-subtree, org-show-entry, org-make-options-regexp):
714 Remove compatibility support for old outline-mode.
715 (org-check-occur-regexp): Funtion removed.
716 (org-on-heading-p, org-back-to-heading): Made defalias.
717 (org-set-local): New defsubst.
718 (org-set-regexps-and-options, org-mode)
719 (org-set-font-lock-defaults, org-edit-agenda-file-list)
720 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
721 (org-remember-apply-template, org-table-edit-field)
722 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
723 (org-set-autofill-regexps): Use `org-set-local'.
724 (org-table-eval-formula): Fix bug with parsing of display flags.
725
726 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
727
728 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
729 frame with fringe arrow. Suggested by Simon Marshall
730 <simon.marshall@misys.com>.
731 (gdb-stack-position): New variable.
732 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
733 (gdb-frames-mode): Set gdb-stack-position to nil.
734 Add to overlay-arrow-variable-list
735 (gdb-reset): Delete gdb-stack-position from above list.
736
737 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
738
739 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
740 read only.
741
742 2006-08-13 Romain Francoise <romain@orebokech.com>
743
744 * cus-theme.el (customize-create-theme)
745 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
746
747 * filesets.el (filesets-add-buffer): Ditto.
748
749 * pcvs.el (cvs-change-cvsroot): Ditto.
750
751 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
752
753 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
754 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
755 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
756 expressions.
757 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
758 Only search till end of line.
759 Add face to function names in case of no filename.
760 Add face to variable names of watchpoints.
761
762 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
763
764 * cus-start.el <indent-tabs-mode>: Move to the `indent'
765 customization group.
766
767 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
768
769 * allout.el (allout-prior-bindings, allout-added-bindings):
770 Remove, after long deprecation.
771 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
772 Add customization vars controlling allout-beginning-of-line and
773 allout-end-of-line conveniences.
774 (allout-header-prefix, allout-use-mode-specific-leader)
775 (allout-use-mode-specific-leader, allout-mode-leaders):
776 Revise docstrings.
777 (allout-infer-header-lead): Change to be an alias for
778 allout-infer-header-lead-and-primary-bullet.
779 (allout-infer-header-lead-and-primary-bullet): New version of
780 allout-infer-header-lead which assigns the primary bullet to the
781 same as the header lead, when its being changed.
782 (allout-infer-body-reindent): Apply regexp-quote instead of
783 unconditionally prepending "\\", so that all literal
784 allout-header-prefix and allout-primary-bullet strings are
785 properly handled.
786 (allout-add-resumptions): Add optional qualifier for extending or
787 appending to existing values, rather than replacing them.
788 (allout-view-change-hook): Clarify docstring.
789 (allout-exposure-change-hook): Take explicit arguments, via
790 run-hook-with-args.
791 (allout-structure-added-hook)
792 (allout-structure-deleted-hook)
793 (allout-structure-shifted-hook): New hooks analogous to
794 allout-exposure-change-hook for other kinds of structural outline
795 edits.
796 (allout-encryption-plaintext-sanitization-regexps): New encryption
797 customization variable, by which cooperating modes can provde
798 massage of the plaintext without actually being passed it.
799 (allout-encryption-ciphertext-rejection-regexps)
800 (allout-encryption-ciphertext-rejection-ceiling): New encryption
801 customization variables, by which cooperating modes can prohibit
802 rare but possible ciphertext patterns from fouling their
803 operation, with actually being passed the ciphertext.
804 (allout-mode): Run activation and deactivation hooks after the
805 minor-mode variable has been toggled, to clarify the mode
806 disposition. The new encryption ciphertext rejection variable is
807 used to ensure that the ciphertext does not contain text that
808 would be recognized as outline structural elements by allout.
809 Substite allout-beginning-of-line and allout-end-of-line for
810 conventionall beginning-of-line and end-of-line bindings.
811 If allout-old-style-prefixes is non-nil, don't nullify it on mode
812 activation!
813 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
814 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
815 (allout-chart-subtree): Implement new mode, charting only the
816 visible items in the subtree, when new 'visible' parameter is non-nil.
817 (allout-end-of-subtree): Properly handle the last item in the buffer.
818 (allout-pre-command-business, allout-command-counter):
819 Increment an advertised counter so that cooperating enhancements can
820 track revisions of items.
821 (allout-open-topic): Run allout-structure-added-hook with suitable
822 arguments.
823 (allout-shift-in): Run allout-structure-shifted-hook with suitable
824 arguments.
825 (allout-shift-out): Fix doubling for negative args and ensure call
826 of allout-structure-shifted-hook by solely using allout-shift-in.
827 (allout-kill-line, allout-kill-topic):
828 Run allout-structure-deleted-hook with suitable arguments.
829 (allout-yank-processing): Run allout-structure-added-hook with
830 proper arguments.
831 (allout-yank): Enclose activity in allout-unprotected.
832 (allout-flag-region): Run allout-exposure-change-hook with
833 suitable arguments, instead of making the callee infer the arguments.
834 (allout-encrypt-string):
835 Support allout-encryption-plaintext-sanitization-regexps,
836 allout-encryption-ciphertext-rejection-regexps, and
837 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
838 en/de cryption mode in symmetric encryption failure message.
839 (allout-obtain-passphrase): Use copy-sequence to get a distinct
840 copy of the passphrase, and don't zero it or we'll corrupt the
841 stashed copy.
842 (allout-create-encryption-passphrase-verifier)
843 (allout-verify-passphrase): Respect the new signature for
844 allout-encrypt-string.
845 (allout-get-configvar-values): Convenience for getting a
846 configuration variable value and handling its absence gracefully.
847
848 2006-08-11 Romain Francoise <romain@orebokech.com>
849
850 * obsolete/zone-mode.el: Delete.
851
852 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
855
856 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
857
858 * emacs-lisp/bindat.el (bindat-ip-to-string):
859 Use `format-network-address' if possible.
860
861 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
862
863 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
864
865 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
866
867 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
868 restore unread-command-events here.
869 (edebug-display): Do it here, to detect sit-for interruptions.
870
871 2006-08-10 Romain Francoise <romain@orebokech.com>
872
873 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
874 (dns-mode-soa-auto-increment-serial): New user option.
875 (dns-mode-soa-maybe-increment-serial): New function.
876 (dns-mode): Add the latter to `write-contents-functions'.
877
878 * obsolete/zone-mode.el: Move to obsolete/ from net/.
879 Delete autoload cookies.
880
881 2006-08-10 John Wiegley <johnw@newartisans.com>
882
883 * eshell/em-glob.el (eshell-glob-chars-list)
884 (eshell-glob-translate-alist): Add support for [^g] in character globs.
885
886 2006-08-10 Richard Stallman <rms@gnu.org>
887
888 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
889 (facemenu-set-face): Doc fix.
890 (facemenu-listed-faces): Doc fix.
891
892 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
893
894 * avoid.el (mouse-avoidance-animating-pointer): New var.
895 (mouse-avoidance-nudge-mouse): Use it.
896 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
897 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
898 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
899 Don't activate if currently animating. All callers changed.
900
901 2006-08-09 John Wiegley <johnw@newartisans.com>
902
903 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
904 variable, which causes timeclock to report elapsed time worked,
905 instead of just work remaining.
906
907 2006-08-09 Kenichi Handa <handa@m17n.org>
908
909 * international/latexenc.el (latexenc-find-file-coding-system):
910 Fix for the case that the 2nd element of arg-list is a cons.
911
912 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
913
914 * info.el (Info-fontify-node): Handle preceding `in' for note
915 reference hiding rules.
916
917 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
920 mistake a closing " for an opening one.
921
922 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
923
924 * term/xterm.el (terminal-init-xterm): Add more key bindings.
925
926 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * complete.el (PC-do-completion): Filter out completions matching
929 completion-ignored-extensions before checking whether there are
930 multiple completions.
931 Don't use `list' unnecessarily when building completion tables.
932
933 2006-08-06 Richard Stallman <rms@gnu.org>
934
935 * help.el (describe-mode): Make minor mode list more concise.
936
937 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
938
939 * bindings.el: Give mode-line-format, mode-line-modes, and
940 mode-line-position `standard-value' properties.
941
942 2006-08-05 Eli Zaretskii <eliz@gnu.org>
943
944 * buff-menu.el (list-buffers-noselect): For Info buffers, use
945 "(file)node" instead of the file name.
946
947 2006-08-05 Richard Stallman <rms@gnu.org>
948
949 * faces.el (escape-glyph): Doc fix.
950
951 2006-08-04 Kenichi Handa <handa@m17n.org>
952
953 * international/mule-diag.el (describe-font): Improve docstring
954 and error message. Use frame-parameter (not frame-parameters).
955
956 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
959 Correctly mark the end-of-docstring char.
960
961 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
962
963 * simple.el (line-move-to-column): Constrain move-to-column to
964 current field.
965
966 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * font-lock.el (font-lock-beg, font-lock-end)
969 (font-lock-extend-region-functions): New vars.
970 (font-lock-extend-region-multiline)
971 (font-lock-extend-region-wholelines): New functions.
972 (font-lock-default-fontify-region): Use them.
973 (font-lock-extend-jit-lock-region-after-change): Only round up
974 if font-lock-default-fontify-region will do it as well.
975
976 * font-lock.el (font-lock-extend-after-change-region-function):
977 Rename from font-lock-extend-region-function.
978 (font-lock-extend-region): Remove by inlining at call sites.
979 (font-lock-after-change-function): Don't needlessly round up to a whole
980 number of lines.
981 (font-lock-extend-jit-lock-region-after-change): Be more careful about
982 the boundary conditions and the interactions between the various ways
983 to extend the region.
984
985 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
988 modification status when forcing the second redisplay.
989
990 2006-08-03 Kim F. Storm <storm@cua.dk>
991
992 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
993
994 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
997 doesn't look like a file name.
998
999 * complete.el (PC-expand-many-files): Avoid signalling an error when
1000 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
1001
1002 2006-08-02 Andreas Schwab <schwab@suse.de>
1003
1004 * bindings.el (mode-line-format): Simplify reference to vc-mode.
1005
1006 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1007
1008 * bindings.el (map): Make mode-line-buffer-identification-keymap
1009 before defining propertized-buffer-identification.
1010
1011 2006-08-01 Richard Stallman <rms@gnu.org>
1012
1013 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1014
1015 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1016
1017 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1018 default value.
1019 (gdb-find-source-frame): New function.
1020 (menu): Add to menu bar.
1021
1022 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * font-core.el (font-lock-extend-region-function)
1025 (font-lock-extend-region): Move to font-lock.el.
1026
1027 * font-lock.el (font-lock-extend-region-function)
1028 (font-lock-extend-region): Move from font-core.el. Simplify.
1029
1030 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1031 if needed.
1032 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1033 (jit-lock-after-change-extend-region-functions): New hook.
1034 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1035
1036 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1037 (font-lock-turn-on-thing-lock): Use it.
1038
1039 * longlines.el (longlines-show-region): Make it work on read-only
1040 buffers as well.
1041
1042 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
1043
1044 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1045
1046 2006-07-31 Richard Stallman <rms@gnu.org>
1047
1048 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1049 (vhdl-speedbar-display-projects): Update old obsolete
1050 speedbar variable names.
1051
1052 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
1053
1054 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1055 (gdb-stopped): Use it.
1056
1057 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1058
1059 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1062 for load-history elements.
1063
1064 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1065
1066 * files.el (convert-standard-filename): For Cygwin, replace
1067 characters not allowed in Windows file names.
1068 (make-auto-save-file-name): Add Cygwin to the list of systems
1069 where the auto-save file name needs to be run through
1070 convert-standard-filename.
1071
1072 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
1073
1074 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1075
1076 2006-07-28 Richard Stallman <rms@gnu.org>
1077
1078 * bindings.el (mode-line-frame-identification)
1079 (propertized-buffer-identification): Centralize the code
1080 to initialize the variable.
1081
1082 * progmodes/grep.el (grep-default-command): Catch errors from
1083 wildcard-to-regexp.
1084
1085 2006-07-29 Kim F. Storm <storm@cua.dk>
1086
1087 * progmodes/grep.el (grep-tag-default): New function.
1088 (grep-default-command, grep-read-regexp): Use it.
1089 (grep-read-files): Use car of grep-files-history or grep-files-aliases
1090 as default if nothing else applies.
1091
1092 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
1093
1094 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1095 Throw error if buffer is not in Dired and Wdired mode, respectively.
1096
1097 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1100 self-insert-command keys don't activate buttons.
1101 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1102
1103 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
1104
1105 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1106 faces for enable character.
1107
1108 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1109
1110 * Makefile.in (recompile): Update comment to reflect change
1111 on 2004-04-21.
1112
1113 2006-07-27 Richard Stallman <rms@gnu.org>
1114
1115 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1116 (customize-package-emacs-version): Change msg when pkg has no entry.
1117 (custom-no-edit): On a button, do like widget-button-press.
1118
1119 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1120
1121 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1122 S-tab and C-S-tab.
1123
1124 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1125
1126 * progmodes/which-func.el (which-function): Fix documentation/
1127 comment typo.
1128
1129 2006-07-26 Richard Stallman <rms@gnu.org>
1130
1131 * textmodes/ispell.el (ispell-word): If we replace the word,
1132 move point to the end. Insert before deleting.
1133
1134 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1135
1136 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1137 a timer.
1138
1139 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
1140
1141 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1142 when at first image.
1143 (tumme-forward-image): Add prefix argument. Add error when at last
1144 image.
1145
1146 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * tabify.el (tabify-regexp): Use more specific regexps.
1149 (tabify): Avoid modifying the buffer unnecessarily.
1150
1151 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
1152
1153 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1154 (tumme-format-properties-string): Handle empty `buf'.
1155 (tumme-get-comment): Change variable names inside `let'.
1156 Add missing `let' variable that cause font-lock problems.
1157 (tumme-write-comments): Change variable names inside `let'.
1158 Add missing `let' variable that cause font-lock problems.
1159 (tumme-forward-image): Rename from `tumme-forward-char'.
1160 (tumme-backward-image): Rename from `tumme-backward-char'.
1161
1162 2006-07-25 Masatake YAMATO <jet@gyve.org>
1163
1164 * progmodes/ld-script.el (ld-script-keywords)
1165 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1166 and add comments.
1167
1168 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
1169
1170 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1171 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1172 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1173 for status indicator.
1174
1175 2006-07-24 Richard Stallman <rms@gnu.org>
1176
1177 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1178
1179 * subr.el (dolist, dotimes): Use interned symbols for locals.
1180 (--dotimes-limit--, --dolist-tail--): New defvars.
1181 (looking-back): Doc fix.
1182
1183 * replace.el (replace-match-string-symbols): Handle dotted lists.
1184
1185 2006-07-24 mathias <mathias@mattis>
1186
1187 * tumme.el (tumme-write-tags): Add.
1188 (tumme-write-comments): Add.
1189 (tumme-tag-files): Change to use `tumme-write-tags'.
1190 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1191 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1192 (tumme-save-information-from-widgets): Change to use
1193 `tumme-write-comments' and `tumme-write-tags'.
1194 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1195 (tumme-write-tag): Remove.
1196 (tumme-write-comment): Remove.
1197 (tumme-display-previous-thumbnail-original): Remove empty line.
1198 (tumme-widget-list): Add punctuation.
1199
1200 2006-07-24 mathias <mathias.dahl@gmail.com>
1201
1202 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1203
1204 2006-07-24 Daiki Ueno <ueno@unixuser.org>
1205
1206 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1207 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
1208 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1209
1210 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1211
1212 * mouse.el (mouse-on-link-p): Doc fix.
1213
1214 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
1215
1216 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1217 Handle "C-h f `".
1218
1219 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1220
1221 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1222 column.
1223
1224 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
1225
1226 * textmodes/table.el: Add move-beginning-of-line and
1227 move-end-of-line to Point Motion Only Group.
1228
1229 2006-07-22 Eric Hanchrow <offby1@blarg.net>
1230
1231 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1232
1233 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1234
1235 * startup.el (user-mail-address): Initialize from the `EMAIL'
1236 environment variable first. Document this.
1237 (command-line): Ditto.
1238
1239 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
1240
1241 * help-mode.el (help-function-def, help-variable-def)
1242 (help-face-def): Print a message in the minibuffer.
1243
1244 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1245
1246 * term/xterm.el (terminal-init-xterm): Fix key bindings
1247 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1248
1249 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1250
1251 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1252 where `(nth 1 command)' is a cons cell. Doc fix.
1253
1254 * textmodes/po.el (po-find-charset): Doc fix.
1255
1256 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
1257
1258 * allout.el (allout-unprotected, allout-e-o-prefix-p)
1259 (allout-beginning-of-current-line, allout-end-of-current-line)
1260 (allout-next-visible-heading, allout-open-topic)
1261 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1262 (allout-flag-current-subtree, allout-show-to-offshoot)
1263 (allout-hide-current-entry, allout-show-current-branches)
1264 (allout-hide-region-body, allout-old-expose-topic)
1265 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1266 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1267 containing `beginning-of-line' and `end-of-line' with
1268 `inhibit-field-text-motion' t.
1269
1270 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1271
1272 * frame.el (focus-follows-mouse): Document that it doesn't have
1273 any effect on MS-Windows.
1274
1275 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1278
1279 2006-07-20 Jay Belanger <belanger@truman.edu>
1280
1281 * calc.el (calc-previous-alg-entry): Remove variable.
1282
1283 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1284 New variables.
1285 (calc-alg-entry): Use `calc-alg-entry-history'.
1286 (calc-do-quick-calc): Use `calc-quick-calc-history'.
1287 Remove reference to `calc-previous-alg-entry'.
1288 (calcAlg-edit, calcAlg-enter): Remove reference to
1289 `calc-previous-alg-entry'.
1290 (calcAlg-previous): Use `previous-history-element' instead of
1291 `calc-previous-alg-entry'.
1292 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1293 Change keybinding for `calcAlg-plus-minus', add keybindings for
1294 `previous-history-element' and `next-history-element'.
1295
1296 * calc-rewr.el (calc-match): Remove reference to
1297 `calc-previous-alg-entry'.
1298
1299 * calc-sel.el (calc-selection-history): New variable.
1300 (calc-enter-selection, calc-sel-mult-both-sides)
1301 (calc-sel-add-both-sides): Use `calc-selection-history'.
1302
1303 * calc-map.el (calc-get-operator-history): New variable.
1304 (calc-get-operator): Use `calc-get-operator-history'.
1305
1306 * calcalg3.el (calc-curve-fit-history): New variable.
1307 (calc-curve-fit): Use `calc-curve-fit-history'.
1308
1309 2006-07-20 Kenichi Handa <handa@m17n.org>
1310
1311 * international/mule-cmds.el (select-safe-coding-system): Fix the
1312 way of deciding eol-type of the coding system.
1313
1314 2006-07-20 Alan Mackenzie <acm@muc.de>
1315
1316 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1317 (c-lang-setvar): New macro.
1318 (c-make-init-lang-vars-fun): Use the initialization forms in
1319 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1320 (comment-start, comment-end, comment-start-skip): Change these from
1321 c-lang-defvar's to c-lang-setvar's.
1322
1323 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1324 which calls make-local-variable on the elements of
1325 c-emacs-variable-inits.
1326 (c-init-language-vars-for): Call this new macro.
1327
1328 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1331 Try to rule out false positives due to time stamps.
1332 (compilation-mode-font-lock-keywords): Remove rules made redundant
1333 because of the above change. Add `segmentation fault' to the known and
1334 highlighted compilation termination messages.
1335
1336 2006-07-19 Kim F. Storm <storm@cua.dk>
1337
1338 * progmodes/grep.el (grep-find-ignored-directories):
1339 Add .svn and _darcs to list.
1340
1341 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1342
1343 * dired.el (dired-mode-map): Add key binding `C-te' for
1344 `tumme-dired-edit-comment-and-tags'.
1345
1346 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1347 image display buffer is displayed before call to
1348 `tumme-display-image.
1349 (tumme-dired-display-image): Make sure image display buffer is
1350 displayed before call to `tumme-display-image.
1351 (tumme-mouse-display-image): Make sure image display buffer is
1352 displayed before call to `tumme-display-image.
1353 (tumme-widget-list): Add.
1354 (tumme-dired-edit-comment-and-tags): Add.
1355 (tumme-save-information-from-widgets): Add.
1356
1357 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1358
1359 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1360
1361 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1364 Revert inadvertently installed patch hunk.
1365
1366 * progmodes/compile.el (compilation-find-file): Handle the
1367 cases where the user selects a non-existent file.
1368
1369 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1372
1373 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1374
1375 * subr.el (sit-for): Just sleep-for if noninteractive.
1376
1377 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1380
1381 * custom.el (custom-autoload): Add `noset' argument.
1382 (custom-push-theme): Don't autoload the variable, let callers do it.
1383 (custom-theme-set-variables): Autoload the variable if necessary.
1384
1385 * cus-edit.el (custom-variable-state-set): If the variable was
1386 originally set outside custom, but to the same value as the default,
1387 consider it to be standard.
1388
1389 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1390 file *before* telling Emacs to add the autoloads, in case it fails.
1391
1392 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1393 Use `cond', push', and `dolist'.
1394
1395 2006-07-17 Richard Stallman <rms@gnu.org>
1396
1397 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1398 Add defvars to silence warnings.
1399
1400 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1401
1402 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1403 Don't highlight "Compiling file" messages as error.
1404
1405 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1406 file already exists.
1407
1408 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1409
1410 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1411 entry, don't assign to free var; simply return the extracted filename.
1412 (ff-treat-as-special): Incorporate common preamble from callers.
1413 (ff-other-file-name, ff-find-the-other-file):
1414 Update call to ff-treat-as-special.
1415
1416 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1417
1418 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1419
1420 * tumme.el (tumme-get-comment): Fix bug.
1421
1422 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * files.el: Remove spurious * in docstrings.
1425
1426 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1427
1428 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1429 grammar.
1430 (allout-beginning-of-current-line): Beware beginning of buffer.
1431 Also, a comment is simplified.
1432 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1433 when appropriate. (This fix enables use for other than
1434 bullet-hotspot operation.)
1435 (allout-hide-current-subtree): While escalating to sibling-close,
1436 make sure to situate on a topic.
1437
1438 2006-07-14 Kim F. Storm <storm@cua.dk>
1439
1440 * emulation/cua-base.el (cua-delete-selection)
1441 (cua-toggle-set-mark): New defcustoms.
1442 (cua-rectangle-modifier-key): Add `alt' modifier.
1443 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1444 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1445 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1446
1447 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1448
1449 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1450
1451 * allout.el: Require 'cl during byte-compilation/interactive load,
1452 for the `assert' macro.
1453 (allout-mode-deactivate-hook): New hook, run when allout mode
1454 deactivates.
1455 (allout-developer): New allout customization subgroup.
1456 (allout-run-unit-tests-on-load): New allout-developer
1457 customization variable, when true allout unit tests are run towards
1458 end of file load/eval.
1459 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1460 auto-fill-mode.
1461 (allout-resumptions): Remove, to be replaced by...
1462 (allout-add-resumptions): Register variable settings to be
1463 reinstated by `allout-do-resumptions'. The settings are made
1464 buffer-local, but the locality/globality of the suspended setting
1465 is restored on resumption.
1466 (allout-do-resumptions): Reinstate all settings suspended using
1467 `allout-add-resumptions'.
1468 (allout-test-resumptions): Unit tests (and intermediate variables)
1469 for resumptions.
1470 (allout-tests-globally-unbound, allout-tests-globally-true)
1471 (allout-tests-locally-true): Intermediate variables for
1472 resumptions unit tests.
1473 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1474 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1475 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1476 instead of retired `allout-resumptions'. For hook functions, use
1477 `local' parameter so hook settings are created and removed as
1478 buffer-local settings. Revise (resumptions) setting
1479 auto-fill-function so it is set only if already active. (The
1480 related fill-function settings are all made in either case, so
1481 that activating auto-fill-mode activity will have the custom
1482 allout-mode behaviors (hanging indent on topics, if configured for it).
1483 Remove all allout-exposure-category overlays on mode deactivation.
1484 (allout-hotspot-key-handler): New function extracted from
1485 `allout-pre-command-business', so the functionality can be used
1486 for other purposes, eg as a binding in an overlay.
1487 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1488 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1489 customization variable.
1490 (allout-run-unit-tests): Run the (currently quite small)
1491 repertoire of unit tests. Called just before the provide iff user
1492 has customized `allout-run-unit-tests-on-load' non-nil.
1493
1494 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
1495
1496 * emacs-lisp/authors.el (authors-aliases): Update.
1497
1498 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1499
1500 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1501 gdb-source-window. Add dedicated argument.
1502 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1503 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1504 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1505 (gdb-display-locals-buffer): Use it.
1506
1507 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1508 Set gdb-source-window.
1509
1510 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1513 minor modes, redundant with the custom-autoload line above.
1514
1515 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1516
1517 * longlines.el (longlines-post-command-function): Handle open-line too.
1518
1519 2006-07-12 Richard Stallman <rms@gnu.org>
1520
1521 * progmodes/grep.el (grep-last-buffer): Doc fix.
1522
1523 * info.el (Info-try-follow-nearest-node): Doc fix.
1524
1525 * emacs-lisp/edebug.el (edebug-instrument-function):
1526 Err if find-function-noselect gives no position.
1527
1528 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1529 If can't find definition, return nil for position.
1530 (find-function-do-it): Handle new return value
1531 of find-definition-noselect.
1532 (find-definition-noselect, find-variable-noselect): Doc fix.
1533 (find-function-noselect): Doc fix.
1534
1535 * help-mode.el (help-variable-def): Handle find-variable-noselect
1536 returning no position.
1537 (help-function-def): Likewise for find-function-search-for-symbol.
1538 (help-face-def): Likewise.
1539
1540 * help-fns.el (describe-variable): Handle find-variable-noselect
1541 returning no position.
1542
1543 * files.el (locate-file-completion): Avoid duplicates in result.
1544
1545 * cus-edit.el (custom-no-edit): New command.
1546 (custom-mode-map): Remap to custom-no-edit instead of
1547 using suppress-keymap.
1548
1549 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1550
1551 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1552 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1553 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1554
1555 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1556
1557 2006-07-11 Kim F. Storm <storm@cua.dk>
1558
1559 * ido.el (ido-copy-current-file-name): Use buffer-name if
1560 buffer-file-name is nil.
1561
1562 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * simple.el (undo-ask-before-discard): Set to nil.
1565
1566 * vc.el (vc-exec-after): Don't delete process manually.
1567 (vc-print-log): Run log-view-mode in process sentinel inside
1568 inhibit-read-only. Don't shrink window due to timing issues.
1569
1570 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1571 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1572
1573 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1576 Fix ambiguity introduced by last change.
1577 (compilation-find-file): Move save-excursion to where it may
1578 make sense. Fix a left over `find-file'.
1579
1580 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1581
1582 * textmodes/texinfmt.el (texinfo-format-separate-node):
1583 Insert a string before point, which fits documentation, not after.
1584 (texinfo-multitable-item): In a multitable row, insert any
1585 additional needed @tabs and spaces.
1586
1587 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1588
1589 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1590 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1591 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1592 instead of shell-command.
1593 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1594 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1595 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1596 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1597 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1598 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1599
1600 2006-07-11 Kim F. Storm <storm@cua.dk>
1601
1602 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1603 Remove special case for seconds < 0. Use (redisplay t) instead.
1604
1605 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1606
1607 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1608 avoid compilation error.
1609
1610 * subr.el (sit-for): New function.
1611
1612 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1613
1614 2006-07-10 Richard Stallman <rms@gnu.org>
1615
1616 * ldefs-boot.el (edebug): Update page.
1617
1618 2006-07-10 Kim F. Storm <storm@cua.dk>
1619
1620 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1621 to FOR-RELEASE and TODO.
1622
1623 2006-07-10 Romain Francoise <romain@orebokech.com>
1624
1625 * emacs-lisp/authors.el (authors-aliases): Update.
1626
1627 2006-07-10 Alan Mackenzie <acm@muc.de>
1628
1629 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1630 * cc-mode.el: Changes to eradicate eval-after-load.
1631
1632 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1635 on non-char events.
1636
1637 2006-07-09 Romain Francoise <romain@orebokech.com>
1638
1639 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1640 Don't highlight start/end markers as compilation messages.
1641
1642 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1643 to t.
1644
1645 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1648
1649 2006-07-08 Richard Stallman <rms@gnu.org>
1650
1651 * term/x-win.el (x-handle-display): Add doc string.
1652
1653 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1654
1655 * subr.el (def-edebug-spec): Move here.
1656 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1657
1658 * imenu.el (imenu-choose-buffer-index): Doc fix.
1659
1660 2006-07-08 Romain Francoise <romain@orebokech.com>
1661
1662 * term/x-win.el (x-display-name): Fix typo.
1663
1664 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1665
1666 * hexl.el (hexl-find-file): Doc fix.
1667
1668 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1669
1670 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * term/x-win.el (x-display-name): Doc fix.
1673
1674 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1677 long prefixes.
1678 (fill-region-as-paragraph): Don't round up to a whole line.
1679 (fill-comment-paragraph): Don't include the code-before-the-comment
1680 when calling fill-region-as-paragraph.
1681
1682 * international/mule.el (make-char): Remove redundancy.
1683
1684 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1685 property may contain an anonymous function rather than a symbol.
1686
1687 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1688
1689 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1690 Use shy regexp. Fix incorrect backref to potentially unmatched group.
1691
1692 * dirtrack.el (dirtrack-default-directory-function): Remove.
1693 (dirtrack-directory-function): Use file-name-as-directory.
1694 (dirtrack-windows-directory-function): Simplify.
1695 (dirtrack-forward-slash, dirtrack-backward-slash)
1696 (dirtrack-replace-slash): Remove.
1697 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1698 (dirtrack): Fix wrong parenthesizing; use match-string.
1699
1700 * progmodes/octave-inf.el: Remove spurious * in docstrings.
1701 (inferior-octave-mode): Only change the buffer-local value of
1702 comint-dynamic-complete-functions.
1703 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1704 Move the initialization to the declaration.
1705 (inferior-octave-complete): Remove unused var `filter'.
1706
1707 * shell.el (shell-mode): Only change the buffer-local value of
1708 comint-dynamic-complete-functions.
1709
1710 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
1711
1712 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1713 entry is skipped because it has been scheduled.
1714 (org-prepare-agenda-buffers): Don't mark buffers as modified when
1715 changing `:org-archived' and `:org-comment' properties.
1716
1717 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
1718
1719 * server.el (server-select-display): Don't make the temp frame
1720 minibuffer-only, in case it's not a temp frame.
1721 (server-process-filter): Don't delete the temp frame if it's the
1722 only one we have on that display.
1723
1724 * files.el (find-alternate-file): Doc fix.
1725
1726 2006-07-05 Richard Stallman <rms@gnu.org>
1727
1728 * files.el (abbreviate-file-name): Add save-match-data.
1729
1730 2006-07-03 Richard Stallman <rms@gnu.org>
1731
1732 * faces.el (read-face-name): Doc fix.
1733
1734 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1735
1736 * net/goto-addr.el (goto-address): Mark as safe for local evals.
1737
1738 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1739
1740 * vc.el (vc-diff-internal): Fix prev change.
1741
1742 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1743
1744 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1745 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1746
1747 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1750 fails if the symbol contains chars like ( or '.
1751 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1752 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1753 `short'.
1754
1755 2006-07-04 Kenichi Handa <handa@m17n.org>
1756
1757 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1758 the current one, don't call set-language-environment, but call one
1759 of set-language-environment-XXX to make INFO effective now.
1760 (set-language-environment): Call set-language-environment-XXX
1761 functions instead of doing the various setups directly.
1762 (set-language-environment-coding-systems): Delete argument eol-type.
1763 (set-language-environment-input-method)
1764 (set-language-environment-nonascii-translation)
1765 (set-language-environment-charset)
1766 (set-language-environment-fontset)
1767 (set-language-environment-unibyte): New functions.
1768
1769 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1770
1771 * locate.el (locate-update-when-revert): New option.
1772 (locate-update-path): New option (suggested by Michael Albinus).
1773 (locate-prompt-for-command): Whitespace change.
1774 (locate-update): No longer offer to update the locate database by
1775 default. Implement the two new options.
1776
1777 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1778
1779 * tooltip.el: Move comment about track-mouse...
1780
1781 * progmodes/gud.el: ...to here.
1782
1783 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1784
1785 * facemenu.el (facemenu-listed-faces): New var.
1786 (facemenu-unlisted-faces): Variable deleted.
1787 (facemenu-add-new-face): Use facemenu-listed-faces.
1788
1789 * emulation/viper-init.el, calendar/calendar.el:
1790 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1791
1792 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1793
1794 * textmodes/org.el (org-mode): Remove no invalid settings for
1795 calc embedded mode.
1796 (org-mode-p): New defsubst.
1797 (org-save-all-org-buffers): New function.
1798 (org-first-headline-recenter): Enclose outline-regexp in group
1799 delimiters.
1800 (org-set-tags): Keep single space after stars.
1801
1802 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * window.el (set-window-text-height): Only set window-min-height to
1805 1 if that's the requested size.
1806
1807 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1808 (diff-unified->context, diff-context->unified)
1809 (diff-reverse-direction): Make sure the end marker stays at the end.
1810 (diff-mode): Add the keymap table at the end of docstring.
1811 Use lexical-let rather than constructing a closure manually.
1812
1813 * files.el (find-file-noselect-1): Remove unused var assignment.
1814 (hack-local-variables-confirm): Print lists of strings as lists of
1815 strings rather than lists of symbols.
1816 (abbreviate-file-name, hack-local-variables-prop-line):
1817 Use match-string.
1818 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1819 (recover-session-finish): Use line-end-position.
1820
1821 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1822
1823 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1824
1825 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1826
1827 * progmodes/make-mode.el (makefile-macroassign-regex):
1828 Accept preceding keyword.
1829 (makefile-gmake-statements): Reorganize, now that makepp has
1830 "override" and also handle forgotten "override define".
1831 (makefile-makepp-statements): Add new "global", "override export"
1832 and "override global".
1833
1834 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1835
1836 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1837 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1838 (ada-no-auto-case): Fix typos in docstrings.
1839
1840 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1841
1842 * info.el (Info-find-node-2): Search for makeinfo version more
1843 carefully.
1844
1845 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1846
1847 * textmodes/org.el (org-prepare-agenda-buffers):
1848 Use `invisible-OK' argument for `org-end-of-subtree'.
1849 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1850 (org-beginning-of-item): Fix bug in regular expression for white line.
1851 (org-export-as-html): Enforce space after bullet in plain list items.
1852 (org-set-autofill-regexps): Require space after plain list bullet
1853 for paragraph-start.
1854 (org-ts-regexp3): New constant.
1855 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1856 (org-timestamp-up-day, org-timestamp-down-day)
1857 (org-timestamp-change): Work with inactive timestamps.
1858 (org-ts-regexp1): Don't allow brackets in time stamps.
1859
1860 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1861
1862 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1863 for ignoring links.
1864
1865 * faces.el (read-face-name): Use it.
1866
1867 2006-06-28 Juri Linkov <juri@jurta.org>
1868
1869 * buff-menu.el (list-buffers-noselect): Compare Info file
1870 with the string "dir" to detect Info directory.
1871
1872 * complete.el (partial-completion-mode): In lambda for
1873 `choose-completion-string-functions' use full function signature
1874 with 4 args, and move point to the end of the minibuffer only if arg
1875 `mini-p' is non-nil.
1876
1877 2006-06-28 John Paul Wallington <jpw@pobox.com>
1878
1879 * ibuffer.el (ibuffer-mode): Doc fix.
1880
1881 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1882
1883 * textmodes/org.el (org-context): New contexts :item-bullet,
1884 :latex-fragment, :latex-preview.
1885 (org-overlays-at, org-overlay-start, org-overlay-end):
1886 New compatibility functions.
1887 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1888 exact regexp that will be used during export.
1889 (org-latex-regexps): New variable.
1890 (org-cdlatex-mode): Improve advice for `texmathp'.
1891 (turn-on-org-cdlatex): New function.
1892
1893 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1894
1895 * term/mac-win.el (mac-handle-font-selection): Change keys of
1896 mac-atsu-font-table from strings to numbers.
1897 (mac-ts-caret-position): Use also when cursor-type is nil.
1898 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1899 Relax condition for using overlay strings.
1900 Use mac-ts-caret-position face when cursor-type is nil.
1901
1902 2006-06-26 Kim F. Storm <storm@cua.dk>
1903
1904 * help.el (view-emacs-news): Declare `res' in the right let* form.
1905
1906 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1907
1908 * net/rcompile.el (remote-compile): Replace ange-ftp based
1909 implementation by Tramp functions.
1910 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1911
1912 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1913
1914 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1915
1916 * international/fontset.el (setup-default-fontset): Fix a typo in
1917 the "Oriya-Akruti" registry name.
1918
1919 2006-06-23 Lars Hansen <larsh@soem.dk>
1920
1921 * desktop.el (desktop-full-file-name): New function.
1922 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1923 (desktop-revert): Use it.
1924 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1925 (desktop-after-read-hook): Add option list-buffers.
1926 (desktop-locals-to-save): Add tab-width.
1927 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1928 Fix docstring.
1929
1930 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1931
1932 * textmodes/org.el (org-cdlatex-mode-map)
1933 (org-cdlatex-texmathp-advice-is-done): New variables.
1934 (org-cdlatex-mode): New minor mode.
1935 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1936 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1937 (org-export-with-archived-trees): New option.
1938 (org-open-file): Remove the call to `convert-standard-filename'.
1939 (org-archive-tag, org-agenda-skip-archived-trees)
1940 (org-cycle-open-archived-trees)
1941 (org-sparse-tree-open-archived-trees): New options.
1942 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1943 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1944 New functions.
1945 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1946 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1947 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1948 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1949 Call `org-prepare-agenda-buffers'.
1950 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1951 (org-file-apps, org-file-apps-defaults-gnu)
1952 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1953 Handle remote files by forcing them to be opened in Emacs.
1954
1955 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1956
1957 * vc.el (vc-diff-knows-L): New variable.
1958 (vc-diff-internal): Use it to handle "diff" programs that don't
1959 understand -L. This works automatically, no user action is necessary.
1960
1961 2006-06-23 Daniel Brockman <daniel@brockman.se>
1962
1963 * net/rcirc.el (rcirc-default-user-full-name): Default to
1964 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1965 longer exists).
1966 (rcirc-process-list): Check `buffer-live-p' before attempting to
1967 switch to a buffer.
1968
1969 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1970
1971 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1972 based on rcirc-coding-system-alist.
1973
1974 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1975
1976 * cus-edit.el (customize-apropos): A better error message.
1977 (top level) <debug-ignored-errors>: Extend and update the list of
1978 ignored error messages.
1979
1980 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1981
1982 * complete.el (PC-do-completion): Retain capitalization of user
1983 input, when possible, even if completion-ignore-case is set.
1984
1985 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1986
1987 * generic-x.el (bat-generic-mode): Support .cmd files.
1988
1989 * dos-w32.el (top level): Use find-file-not-found-functions
1990 instead of the obsolete find-file-not-found-hooks.
1991
1992 2006-06-22 Kim F. Storm <storm@cua.dk>
1993
1994 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1995 to recognize mode name containing submodes, such as Grep/lw.
1996
1997 2006-06-21 Kim F. Storm <storm@cua.dk>
1998
1999 * simple.el (line-move-1): Check for move-end-of-line instead of
2000 end-of-line when setting temporary-goal-column.
2001
2002 2006-06-21 Miles Bader <miles@gnu.org>
2003
2004 * play/cookie1.el (cookie): Work properly when there's only one entry.
2005
2006 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
2007
2008 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2009 (gdb-frame-handler): Generalize frame regexp for templates.
2010
2011 2006-06-20 Glenn Morris <rgm@gnu.org>
2012
2013 * calendar/appt.el (appt-display-format): Default value must be
2014 one of the customize options.
2015
2016 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2017
2018 * term/xterm.el (terminal-init-xterm): Update key availability info.
2019 Bind C-return.
2020
2021 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2022
2023 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
2024
2025 * files.el (hack-local-variables): Run `hack-local-variables-hook'
2026 whether or not a local variables list is defined.
2027
2028 * msb.el (msb): Move `sit-for' hack here to handle both
2029 "mouse-down and drag" and "mouse-up and select" situations.
2030 (mouse-select-buffer): Move `sit-for' hack to `msb'.
2031
2032 2006-06-20 Kenichi Handa <handa@m17n.org>
2033
2034 * international/characters.el (word-combining-categories):
2035 Add entries for 2-byte Han characters.
2036
2037 2006-06-19 Richard Stallman <rms@gnu.org>
2038
2039 * bindings.el (mode-line-format): Save some mode line space.
2040
2041 * files.el (find-file-noselect): Improve the question wording.
2042 (basic-save-buffer-2): Mask UMASK against 666.
2043
2044 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2045 (mouse-drag-vertical-line): Call it.
2046
2047 * cus-edit.el (customize-option, customize-option-other-window):
2048 Error if SYMBOL is nil.
2049
2050 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2051
2052 * textmodes/org.el: Require noutline, also on XEmacs.
2053 (org-end-of-subtree): Return point.
2054 (org-dblock-start-re, org-dblock-end-re): New constants.
2055 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2056 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2057 (org-update-all-dblocks, org-find-dblock): New functions.
2058 (org-collect-clock-time-entries): New function.
2059 (org-html-handle-time-stamps): Never export CLOCK timeranges.
2060 (org-fixup-indentation): Modify to deal correctly with lines
2061 starting with TAB. Only one argument DIFF now.
2062 (org-demote, org-promote): Call `org-fixup-indentation' with just
2063 one argument, DIFF.
2064 (org-mode): Don't mark buffer as modified when aligning tables.
2065 (org-clock-sum): Don't mark buffer modified when adding time sum
2066 properties.
2067 (org-export-as-html): Add support for a link validation function.
2068 (org-archive-all-done): New function.
2069 (org-archive-subtree): New prefix argument. When set, archive all
2070 done subtrees in this buffer.
2071 (org-remove-clock-overlays)
2072 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2073 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2074 (org-put-clock-overlay): Don't swallow last headline character
2075 when displaying overlay.
2076 (org-store-link): Link to `image-mode' with just the file name.
2077
2078 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
2079
2080 * viper-cmd.el (viper-special-read-and-insert-char):
2081 Use read-key-sequence.
2082 (viper-after-change-undo-hook): Misc enhancements.
2083 (viper-after-change-undo-hook): New hook.
2084 (viper-undo): Use viper-after-change-undo-hook.
2085 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2086 (viper-next-line-at-bol): If point is on a widget or a button, simulate
2087 clicking on that widget/button.
2088
2089 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2090
2091 * ediff-diff (ediff-test-patch-utility): Catch errors.
2092 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2093 (ediff-set-actual-diff-options): New function.
2094 (ediff-reset-diff-options, ediff-toggle-ignore-case):
2095 Use ediff-set-actual-diff-options.
2096 (ediff-extract-diffs): Catch errors.
2097 (ediff-whitespace): Add non-breakable space.
2098 (ediff-same-file-contents): Catch errors.
2099
2100 * ediff-mult.el (ediff-collect-custom-diffs):
2101 Save coding-system-for-read.
2102
2103 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2104 (ediff-vc-internal, ediff-vc-merge-internal):
2105 Use ediff-delete-version-file.
2106 (ediff-delete-version-file): New function.
2107
2108 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2109
2110 * ediff.el (ediff-directories, ediff-directory-revisions)
2111 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2112 (ediff-directories-internal, ediff-merge-directory-revisions)
2113 (ediff-merge-directory-revisions-with-ancestor)
2114 (ediff-directories3): Use read-directory-name.
2115
2116 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
2117
2118 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2119 Remove superfluous part of regexp for brace matching which is handled
2120 by `scan-lists' call.
2121
2122 2006-06-16 Richard Stallman <rms@gnu.org>
2123
2124 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2125
2126 * files.el (basic-save-buffer-2): For a new precious file,
2127 use the default modes in the return value.
2128
2129 * facemenu.el (facemenu-color-alist): Doc fix.
2130
2131 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2132
2133 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2134
2135 * cus-start.el (all): Add mac-ts-script-language-on-focus.
2136
2137 * term/mac-win.el (mac-text-encoding-ascii): New constant.
2138 (mac-utxt-to-string): Use it.
2139 (mac-ts-update-active-input-area): Use mac-ae-number.
2140
2141 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2142
2143 * term.el (term-handle-scroll, term-delete-lines)
2144 (term-insert-lines): Fix off by one errors.
2145
2146 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2147
2148 * net/tramp.el (tramp-touch): Use UTC to express time.
2149
2150 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
2151
2152 * mail/sendmail.el (mail-send): Search explicitly for
2153 mail-header-separator when checking for corrupted header lines.
2154
2155 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
2156
2157 * progmodes/gdb-ui.el (gdb-same-frame): New option.
2158 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2159 (gdb-init-1): Initialise them.
2160 (gdb-starting): Reset gdb-printing
2161 (gdb-starting): Save value of gud-overlay-arrow-position.
2162 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2163 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2164 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2165 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2166
2167 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2170
2171 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
2172
2173 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2174 (ldap-search-internal): Keep error messages, and a regexp fix.
2175
2176 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
2177
2178 * files.el (hack-local-variables-confirm):
2179 Display string value using its printed representation.
2180
2181 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
2182
2183 * server.el (server-edit): No-op if no server buffers exist.
2184
2185 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2186
2187 * textmodes/page-ext.el (pages-directory-for-addresses):
2188 Including `pages-directory-address-mode' in the function results
2189 in the message "Buffer in which pages were found is deleted".
2190
2191 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2192
2193 * textmodes/org.el (org-agenda-mode-map): Add bindings for
2194 clocking functions.
2195
2196 (org-agenda-clock-in, org-check-running-clock)
2197 (org-clock-out-if-current, org-remove-clock-overlays)
2198 (org-put-clock-overlay): New functions.
2199 (org-clock-marker, org-clock-file-total-minutes)
2200 (org-clock-overlays): New variables.
2201 (org-clock-display, org-clock-sum, org-clock-cancel)
2202 (org-clock-out, org-clock-in): New commands.
2203 (org-export): New function.
2204 (org-emph-re): New constant.
2205 (org-set-emph-re, org-do-emphasis-faces): New functions.
2206 (org-emphasis-regexp-components, org-emphasis-alist): New options.
2207 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2208 (org-export-html-convert-emphasize): Use the configurable emphasis.
2209 (org-cleaned-string-for-export): Make multiline emphasis visible
2210 to the exporter. New optional argument PARAMETERS.
2211 (org-export-as-html): Specify :emph-multiline parameter to
2212 `org-cleaned-string-for-export'.
2213
2214 2006-06-10 Richard Stallman <rms@gnu.org>
2215
2216 * help.el (help-for-help-internal): Clean up help text.
2217
2218 2006-06-10 Andreas Schwab <schwab@suse.de>
2219
2220 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2221 in doc string.
2222
2223 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2224
2225 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2226
2227 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2228 spaces after the comment start.
2229
2230 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2231
2232 * play/pong.el (pong-init-buffer):
2233 Fill buffer with spaces instead of ^A.
2234
2235 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2236 launched asynchronously, delete its process instead of being cool.
2237 (ispell-async-processp): Check for `delete-process' existence
2238 instead of `kill-process' one for consistency.
2239
2240 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
2241
2242 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2243 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2244 in mode line at startup.
2245
2246 2006-06-08 Kim F. Storm <storm@cua.dk>
2247
2248 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2249 (ido-init-completion-maps): Bind them to M-SPC and M-v.
2250 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2251 (ido-file-internal): Pass full file name to write-file.
2252 (ido-read-internal): Only pop stack elements automatically if they
2253 actually match an existing directory or file name.
2254
2255 2006-06-07 Kenichi Handa <handa@m17n.org>
2256
2257 * international/mule.el (find-auto-coding): Don't handle the short
2258 name `char-trans'.
2259
2260 * files.el (hack-local-variables-prop-line)
2261 (hack-local-variables): Cancel the previous change.
2262
2263 2006-06-06 Jesper Harder <harder@phys.au.dk>
2264
2265 * ediff-diff.el (ediff-test-utility): Protect against file-error.
2266
2267 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * diff-mode.el (diff-mode): Set buffer-read-only to t when
2270 diff-default-read-only is non-nil.
2271 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2272 (diff-refine-hunk): Set inhibit-read-only to t.
2273
2274 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2275 modifying the *Diff* buffer.
2276 (diff-process-filter): New filter function for diff process that
2277 sets inhibit-read-only to t when modifying the *Diff* buffer.
2278
2279 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
2280
2281 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2282 insertion point and control the number of empty lines.
2283 (org-paste-subtree): Limit the number of empty lines at the end of
2284 the inserted tree.
2285 (org-agenda): Use buffer name of current file for narrowing.
2286 (org-export-as-xml): Command removed.
2287 (org-export-xml-type): Option removed.
2288 (org-mode-map): Call `org-export-as-xoxo' directly.
2289 (org-get-indentation): New optional argument LINE.
2290 (org-fix-indentation, org-remove-tabs): New functions.
2291 (org-export-as-ascii, org-ascii-level-start): Determine and apply
2292 correct indentation for headlines that are converted it items.
2293 (org-skip-comments): Remove table lines that contain narrowing
2294 cookies but no other non-empty fields.
2295 (org-set-tags): Allow groups of mutually exclusive tags.
2296 (org-cmp-time): Sort 24:21 before items without time.
2297 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2298 (org-open-at-point): Require double colon also for numbers.
2299
2300 2006-06-06 Kim F. Storm <storm@cua.dk>
2301
2302 * ido.el (ido-default-file-method, ido-default-buffer-method):
2303 Make choice values consistent with corresponding command names.
2304 (ido-visit-buffer): Update accordingly. Default to selected-window.
2305
2306 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
2307
2308 * progmodes/gud.el (gud-running): Fix doc string.
2309 (gud-menu-map): Use :visible instead fo :enable for debugger test.
2310 (gud-tooltip-modes): Add python-mode.
2311 (gud-tooltip-print-command): Add pdb. Remove perldb.
2312
2313 2006-06-05 Eli Zaretskii <eliz@gnu.org>
2314
2315 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2316 Quote $(EMACS).
2317
2318 2006-06-05 Richard Stallman <rms@gnu.org>
2319
2320 * faces.el (defined-colors): Doc fix.
2321
2322 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
2323
2324 * vc.el (vc-process-filter): Inhibit undo info collection around
2325 call to insert.
2326 (vc-setup-buffer): Likewise for call to erase-buffer.
2327 (vc-do-command): Likewise for call to process-file.
2328
2329 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2330
2331 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2332 for gud-go.
2333 (gud-common-init): Other debuggers may trigger error.
2334
2335 2006-06-05 Kenichi Handa <handa@m17n.org>
2336
2337 * international/mule.el (find-auto-coding):
2338 Handle enable-character-translation in file header.
2339
2340 2006-06-04 Kim F. Storm <storm@cua.dk>
2341
2342 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2343 (authors-fixed-entries): Fix spelling.
2344 (authors-canonical-file-name): Don't report error for wildcards.
2345
2346 * help.el (view-emacs-news): Rewrite to support new NEWS,
2347 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2348 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2349 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2350
2351 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2352
2353 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2354 exec constructs like `foo bar`.
2355 (sh-quoted-subshell): New helper function to search for a possibly
2356 nested subshell (like `` or $()) within a "" quoted string.
2357 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2358 (sh-apply-quoted-subshell): Flag quote characters inside a
2359 subshell, which is itself already in a quoted region, as
2360 punctuation, since this is the closest to what they actually are.
2361 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2362 sh-apply-quoted-subshell.
2363 (sh-font-lock-syntactic-face-function): Apply the new face for
2364 text inside `` instead of the old font-lock-string-face.
2365
2366 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2367
2368 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2369 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2370 (mac-bytes-to-text-range, mac-ae-text-range-array)
2371 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2372 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2373 (mac-ts-unicode-for-key-event): New functions.
2374 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2375 (mac-handle-font-selection): Use mac-ae-number.
2376 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2377 New variables.
2378 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2379 (mac-ts-converted-text, mac-ts-selected-converted-text)
2380 (mac-ts-block-fill-text, mac-ts-outline-text)
2381 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2382 (mac-ts-hilite-style-faces): New constant.
2383 (mac-apple-event-map): Bind text input events.
2384 (mac-dispatch-apple-event): Use command-execute instead of
2385 call-interactively.
2386 (global-map): Don't bind mac-apple-event.
2387 (special-event-map): Bind mac-apple-event.
2388
2389 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2390
2391 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2392 file name.
2393 (emacs): Enclose the value of $(EMACS) in quotes.
2394
2395 2006-06-02 Juri Linkov <juri@jurta.org>
2396
2397 * international/mule.el (sgml-html-meta-auto-coding-function):
2398 Remove the condition `(search-forward "<html" size t)'.
2399 Replace `\"' with `[\"']?' in `re-search-forward'.
2400
2401 2006-06-02 Kenichi Handa <handa@m17n.org>
2402
2403 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2404 as well as `coding'.
2405 (hack-local-variables): Likewise.
2406
2407 * international/mule.el (enable-character-translation):
2408 Put permanent-local and safe-local-variable properties.
2409 (find-auto-coding): Handle char-trans: tag.
2410
2411 2006-06-02 Juri Linkov <juri@jurta.org>
2412
2413 * international/mule.el (sgml-html-meta-auto-coding-function):
2414 Limit the search by the end of the HTML header (if any).
2415
2416 2006-06-01 Richard Stallman <rms@gnu.org>
2417
2418 * subr.el (with-current-buffer): Doc fix.
2419
2420 2006-06-02 Masatake YAMATO <jet@gyve.org>
2421
2422 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2423 Almost rewrite. Underlines over all lines of gcov output are too
2424 uncomfortable to read. Suggested by Dan Nicolaescu.
2425
2426 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2427
2428 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2429
2430 * shell.el (shell-mode): Use shell-mode-map in docstring.
2431
2432 * comint.el (comint-send-input): Do not add help-echo and
2433 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2434
2435 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2436
2437 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2438
2439 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2440
2441 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2442 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2443 look up the stack and pop up GUD buffer if necessary.
2444 (gdb-frames-select): Remove redundant call to gud-display-frame.
2445 (gdb-info-threads-custom): Keep point at start of buffer.
2446 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2447
2448 2006-05-31 Juri Linkov <juri@jurta.org>
2449
2450 * replace.el (query-replace-read-from, query-replace-read-to):
2451 Bind `history-add-new-input' to nil. Call `add-to-history'.
2452
2453 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2454
2455 * textmodes/table.el: Convert all HTML tags to lower case for
2456 XHTML compatibility.
2457
2458 2006-05-31 Masatake YAMATO <jet@gyve.org>
2459
2460 * progmodes/compile.el:
2461 (compilation-error-regexp-alist-alist::gcov-called-line):
2462 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2463
2464 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2465
2466 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2467 Revert inadvertent changes made with last commit.
2468
2469 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2470
2471 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2472 New functions.
2473
2474 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2475
2476 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2477
2478 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2479 only matches in the right place.
2480 (org-upcoming-deadline): New face.
2481 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2482 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2483 and make it an option.
2484 (org-export-ascii-bullets): New option.
2485 (org-export-as-html): Many changes to emit valid XHTML.
2486 (org-par-open): New variable.
2487 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2488 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2489 (org-timeline): Pass `org-timeline-show-empty-dates' to
2490 `org-get-all-dates'. Interpret empty dates returned by
2491 `org-get-all-dates'.
2492 (org-get-all-dates): New argument EMPTY. Add dates without
2493 entries to the list, mark large ranges of empty dates.
2494 (org-point-in-group, org-context): New functions.
2495
2496 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2497
2498 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2499
2500 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2501 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2502 to C-mouse-3 (for 2 button mice).
2503 (gdb-send): Do the right thing for C-d.
2504
2505 * speedbar.el (speedbar-detach): Delete.
2506 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2507 it breaks things.
2508 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2509
2510 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2511
2512 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2513 Makeppfile.
2514
2515 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2516 Add makepp diagnostic.
2517
2518 2006-05-29 Richard Stallman <rms@gnu.org>
2519
2520 * window.el (fit-window-to-buffer): Doc fix.
2521
2522 * help.el (temp-buffer-max-height): Doc fix.
2523
2524 * subr.el (with-current-buffer): Doc fix.
2525
2526 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2527
2528 * term/x-win.el: Bind F10 to menu-bar-start if available.
2529
2530 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2531
2532 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2533 uses with a simple test.
2534 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2535 (term-send-raw-string, term-send-raw, term-mouse-paste)
2536 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2537 (term-handle-exit, term-read-input-ring)
2538 (term-previous-matching-input-string)
2539 (term-previous-matching-input-string-position)
2540 (term-previous-matching-input-from-input)
2541 (term-replace-by-expanded-history, term-send-input)
2542 (term-skip-prompt, term-bol, term-send-invisible)
2543 (term-kill-input, term-delchar-or-maybe-eof)
2544 (term-backward-matching-input, term-check-source)
2545 (term-proc-query, term-emulate-terminal)
2546 (term-handle-colors-array, term-process-pager, term-pager-line)
2547 (term-pager-bob, term-unwrap-line, term-word)
2548 (term-dynamic-complete-filename)
2549 (term-dynamic-complete-as-filename)
2550 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2551 unlesses.
2552
2553 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2556 during bootstrapping.
2557
2558 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2559 Basically undo the change of 2006-05-26: use extra arguments instead of
2560 dynamic scoping.
2561 (ewoc-locate): Remove unused var `footer'.
2562
2563 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2566
2567 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2568 (generate-file-autoloads): Obey it. Return whether autoloads were
2569 added at point or not.
2570 (update-file-autoloads): Use this new return value.
2571 Remove redundant test for the presence of an autoload cookie.
2572
2573 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2574 This one calls hack-local-variables.
2575 (generate-file-autoloads, update-file-autoloads): Use it.
2576
2577 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2578 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2579 (bibtex-sort-entry-class-alist): Don't set the global value.
2580 (bibtex-init-sort-entry-class-alist): New fun.
2581 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2582 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2583 of bibtex-init-sort-entry-class.
2584
2585 2006-05-28 Richard Stallman <rms@gnu.org>
2586
2587 * subr.el (load-history-regexp): If FILE is relative, insist
2588 entire last name component must match it.
2589 (load-history-filename-element, load-history-regexp): Doc fixes.
2590
2591 2006-05-29 Kim F. Storm <storm@cua.dk>
2592
2593 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2594 `pos' and `raw-data' for clarity, as eval forms may access these.
2595
2596 2006-05-28 Kim F. Storm <storm@cua.dk>
2597
2598 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2599
2600 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * progmodes/make-mode.el (makefile-browser-map)
2603 (makefile-mode-syntax-table): Move initialization inside declaration.
2604 (makefile-fill-paragraph): Use the default comment-filling code.
2605
2606 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * replace.el (query-replace-defaults): New variable.
2609 (query-replace-read-from): Use `query-replace-defaults' for
2610 default value, instead of history list.
2611 (query-replace-read-to): Update `query-replace-defaults'.
2612
2613 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2614
2615 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2616 with no X toolkit.
2617
2618 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2619
2620 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2621 (tumme-show-all-from-dir): Add autoload.
2622
2623 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2624
2625 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2626 (tumme-remove-tag): Fix bug.
2627
2628 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2629
2630 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2631 FOOTER args. Update unique caller.
2632 (ewoc-delete): Compute last node once before looping.
2633 (ewoc--node-branch): Merge into unique caller.
2634 (ewoc--node): Don't define constructor make-ewoc--node for this
2635 structure.
2636 (ewoc): Add member `hf-pp' to this structure.
2637 (ewoc--wrap): New func.
2638 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
2639 header/footer pretty-printers. Save header/footer pretty-printer.
2640 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
2641
2642 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2643
2644 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2645
2646 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2647 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
2648 Tag'. Change "Compare directories..." to "Change Directories...".
2649 Move tumme commands to Operate, Regexp and Immediate menus.
2650 Change "Add Comment" to "Add Image Comment". Change "Add Image
2651 Tag" to "Add Image Tags".
2652
2653 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2654 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2655 `tumme-delete-tag'.
2656
2657 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
2658
2659 * shell.el (shell-mode): Call shell-dirtrack-mode after
2660 list-buffers-directory is made a local variable, to avoid setting
2661 the default value.
2662
2663 2006-05-26 Kevin Ryde <user42@zip.com.au>
2664
2665 * info.el (Info-index-next): Use where-is-internal to report
2666 actual binding of Info-index-next, rather than hard-coded `,'.
2667
2668 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2669
2670 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2671 and "Find Command in Manual" to here.
2672
2673 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2674 Info-current-file as the file name.
2675
2676 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
2677
2678 * ses.el (defadvice undo-more): Delete this defadvice. The undo
2679 overrides will now be done a different way.
2680 (ses-set-parameter): Reapply this function for undo.
2681 (ses-set-header-row): Reconstruct header row during undo.
2682 (ses-widen): New function.
2683 (ses-goto-data, ses-reconstruct-all): Use new function.
2684 (ses-command-hook): Widen buffer during undo, before unupdating
2685 the cells.
2686 (ses-insert-row, ses-delete-row): Widen buffer during undo.
2687 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2688 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2689 formula hasn't been executed yet.
2690
2691 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2692
2693 * comint.el (comint-kill-whole-line): Rename arg to count.
2694 Fix doc string.
2695
2696 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2699 to copy-file.
2700
2701 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2702
2703 * simple.el (toggle-truncate-lines): Make arg optional for
2704 backward compatibility.
2705
2706 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
2707
2708 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2709 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2710 DLL arg. Instead, use ewoc--current-dll. Update all callers.
2711 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2712 (ewoc--adjust): Use ewoc--current-dll.
2713 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2714
2715 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
2716
2717 * textmodes/org.el (org-next-item, org-previous-item): Emit more
2718 compact error message.
2719 (org-tags-view): Refresh category table in each file.
2720 (org-table-justify-field-maybe): Remove superfluous arguments to
2721 `format'.
2722 (org-export-as-html): Insert "<p>" before postamble.
2723 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2724
2725 2006-05-26 Kenichi Handa <handa@m17n.org>
2726
2727 * textmodes/po.el (po-find-charset): Pay attention to the case
2728 FILENAME is a cons (NAME . BUFFER).
2729 (po-find-file-coding-system-guts): Likewise.
2730
2731 * arc-mode.el (archive-set-buffer-as-visiting-file):
2732 Call find-operation-coding-system with (FILENAME . BUFFER).
2733
2734 * tar-mode.el (tar-extract): Call find-operation-coding-system
2735 with (FILENAME . BUFFER).
2736
2737 * international/mule.el (decode-coding-inserted-region):
2738 Call find-operation-coding-system with (FILENAME . BUFFER).
2739
2740 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * image-mode.el (image-toggle-display): Use buffer contents to
2743 generate image for a remote file.
2744
2745 2006-05-25 Juri Linkov <juri@jurta.org>
2746
2747 * replace.el (query-replace-read-from, query-replace-read-to):
2748 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2749
2750 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2751
2752 * whitespace.el (whitespace-cleanup): Change to cleanup
2753 region if one is active.
2754 * whitespace.el (whitespace-cleanup-internal): New internal method.
2755
2756 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2757
2758 * dired.el (dired-mode-map): Add help-echo strings to tumme
2759 commands. Bind `tumme-dired-display-image' to C-t i.
2760
2761 * tumme.el (tumme-display-image): Change documentation string slightly.
2762 (tumme-dired-display-image): Add call to `display-buffer'.
2763
2764 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2765
2766 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2767 Signal error if RAW-DATA is a multibyte string.
2768
2769 2006-05-24 Richard Stallman <rms@gnu.org>
2770
2771 * subr.el (with-local-quit): When handling `quit' signal,
2772 make a chance for quit-flag to cause a quit.
2773
2774 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2775 (ad-disable-advice): Add autoloads.
2776
2777 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2778
2779 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2780
2781 * dired.el (dired-mode-map): Change menu items for tumme as per
2782 suggestions in emacs-devel.
2783
2784 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2785
2786 * dired.el (dired-mode-map): Fix breakage.
2787
2788 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2789
2790 * tumme.el (tumme-display-dired-image): Rename to...
2791 (tumme-dired-display-image): ...this.
2792 (tumme-track-movement): Change default value to t.
2793 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2794 used from `tumme-next-line-and-display' and similar commands.
2795
2796 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2797 Immediate menu. Add some tumme commands there.
2798
2799 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2800
2801 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2802
2803 2006-05-24 Chong Yidong <cyd@mit.edu>
2804
2805 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2806 menu entries that open submenus.
2807
2808 2006-05-24 Alan Mackenzie <acm@muc.de>
2809
2810 * startup.el (command-line): For names of preloaded files, don't
2811 append ".elc" (now done in Fload), and call file-truename on the
2812 lisp directory.
2813
2814 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2815 match ANY loaded file with the right name, not just those in
2816 load-path. Put a regexp matching the file name into
2817 after-load-alist, rather than the name itself.
2818
2819 * subr.el: New functions load-history-regexp,
2820 load-history-filename-element, do-after-load-evaluation.
2821
2822 * international/mule.el (load-with-code-conversion): Do the
2823 eval-after-load stuff by calling do-after-load-evaluation.
2824
2825 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2826
2827 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2828 has not been killed.
2829
2830 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2831
2832 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2833 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2834 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2835 Optionally set error message in reply.
2836
2837 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2838
2839 * textmodes/org.el (org-open-at-point): Use renamed variable
2840 `org-confirm-shell-link-function'.
2841 (org-confirm-shell-link-function): Rename from
2842 `org-confirm-shell-links'.
2843 (org-export-directory): New function.
2844 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2845 (org-export-icalendar): Use `org-export-directory'.
2846 (org-indent-item): Keep cursor position.
2847 (org-link-file-path-type): New option.
2848 (org-export-as-html): Fix bug with plain lists starting in
2849 column 0.
2850 (org-export-as-html): Remove deadline formatting, this happens
2851 now already in `org-html-handle-time-stamps'.
2852 (org-export-html-style): Deadline class removed.
2853 (org-insert-labeled-timestamps-at-point): New option.
2854 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2855 of `hide-sublevels 1', in case the first headline is not level 1.
2856 (org-overview, org-content): New fuction.
2857 (org-cycle-global-status, org-cycle-subtree-status): Make these
2858 variables buffer-local.
2859 (org-global-cycle): New command.
2860 (org-shifttab): Use `org-global-cycle'.
2861 (org-insert-heading, org-insert-item): Go to end of new
2862 headline/item after creating it.
2863 (org-export-visible): Rename from `org-export-copy-visible'.
2864 Now creates a temporary org-file and applies an exporting command
2865 to it.
2866 (org-table-eval-formula): Support for lisp forms.
2867 (org-agenda-todo-ignore-scheduled): New option.
2868 (org-agenda-get-todos): Use new option
2869 `org-agenda-todo-ignore-scheduled'.
2870 (org-export-html-inline-images): New value `maybe'.
2871 (org-export-as-html): Inlining of images dependent on link description.
2872 (org-archive-subtree): Check for end-of-buffer before trying
2873 `kill-line'.
2874 (org-agenda-follow-mode): New option.
2875 (org-export-with-tags, org-export-with-timestamps): New options.
2876 (org-html-handle-time-stamps): New function.
2877 (org-keyword-time-regexp): New variable.
2878 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2879 (org-agenda-todo-list-sublevels): New option.
2880 (org-html-level-start): When TITLE is nil, just close all levels.
2881 (org-parse-key-lines, org-parse-export-options): Remove functions,
2882 replaced by `org-infile-export-plist'.
2883 (org-combine-plists, org-infile-export-plist)
2884 (org-default-export-plist): New functions.
2885 (org-export-html-preamble, org-export-html-postamble)
2886 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2887 New variables.
2888 (org-export-publishing-directory): New option.
2889 (org-export-as-html, org-export-as-ascii): Use the new property
2890 lists for settings.
2891 (org-export-copy-visible, org-export-as-xoxo):
2892 Respect `org-export-publishing-directory'.
2893 (org-link-search, org-store-link, org-file-apps): Support for
2894 links to BibTeX database entries..
2895 (org-get-current-options, org-set-regexps-and-options):
2896 Implement logging as a startup option.
2897 (org-store-link): Make sure context string is never empty
2898 (org-insert-link): Use relative path when possible.
2899 (org-at-item-checklet-p): New function.
2900 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2901 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2902 (org-metaright, org-metaup, org-metadown, org-shiftup)
2903 (org-shiftdown, org-shiftright, org-shiftleft)
2904 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2905 Dispatch using `call-interactively'.
2906 (org-call-with-arg): New defsubst.
2907 (org-tag-alist, org-use-fast-tag-selection): New options.
2908 (org-complete): Use `org-tag-alist'.
2909 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2910 (org-next-item, org-previous-item): New commands.
2911 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2912 make command.
2913 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2914
2915 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2916
2917 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2918 (ewoc-filter): Use `ewoc-delete'.
2919
2920 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2921
2922 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2925 Signal more user-friendly error messages.
2926
2927 * complete.el (PC-do-completion): Undo the addition of implicit
2928 wildcards if they did not lead to finding any match.
2929 (read-file-name-internal): Don't add the final > if the completion is
2930 not finished.
2931
2932 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2933
2934 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2935 Quote safe-local-variable predicate.
2936
2937 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2938
2939 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2940
2941 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2942
2943 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2944
2945 * progmodes/make-mode.el (makefile-special-targets-list)
2946 (makefile-macro-table, makefile-target-table): Mark as risky.
2947 (makefile-query-one-target-method): Make this the alias for the
2948 following variable.
2949 (makefile-query-one-target-method-function): Make this the real name.
2950
2951 * textmodes/artist.el (artist-text-renderer): Make this the alias
2952 for the following variable.
2953 (artist-text-renderer-function): Make this the real name.
2954
2955 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2956 the alias for the following variable.
2957 (flyspell-generic-check-word-predicate): Make this the real name.
2958
2959 * textmodes/ispell.el (ispell-format-word): Make this the alias
2960 for the following variable.
2961 (ispell-format-word-function): Make this the real name.
2962 (ispell-message-text-end): Mark as risky.
2963
2964 * skeleton.el (skeleton-transformation, skeleton-filter)
2965 (skeleton-pair-filter): Make these the aliases for the following
2966 variables.
2967 (skeleton-transformation-function, skeleton-filter-function)
2968 (skeleton-pair-filter-function): Make these the real names.
2969
2970 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2971 and skeleton-pair-filter-function.
2972
2973 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2974 alias for the following variable.
2975 (sgml-transformation-function): Make this the real name.
2976 (sgml-tag-alist): Mark as risky.
2977
2978 2006-05-21 Richard Stallman <rms@gnu.org>
2979
2980 * simple.el (kill-region): Interactively, pass point, then mark.
2981
2982 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2983
2984 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2985
2986 2006-05-21 Romain Francoise <romain@orebokech.com>
2987
2988 * dired-x.el (dired-mode-map): Don't bind M-g.
2989
2990 2006-05-20 Richard Stallman <rms@gnu.org>
2991
2992 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2993 (dired-goto-file): Doc fix.
2994
2995 2006-05-21 Kim F. Storm <storm@cua.dk>
2996
2997 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2998 way to enable built-in cua-mode if user loads older CUA-mode package.
2999
3000 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3001 if default-filename is specified.
3002
3003 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3004
3005 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3006
3007 * info.el (info-apropos): Make sure current-file and current-node
3008 have non-nil values. Speed up by using add-to-list instead of
3009 manual consing.
3010
3011 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3012
3013 * progmodes/make-mode.el (makefile-mode): Doc fix.
3014
3015 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3016
3017 * dired-aux.el (dired-do-shell-command): Doc fix.
3018
3019 2006-05-20 Kevin Ryde <user42@zip.com.au>
3020
3021 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3022 ``(custom-manual :tag "Foo" "(foo)Node")''.
3023
3024 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
3025
3026 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3027 value is an integer.
3028
3029 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3030
3031 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3032 "format".
3033 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3034
3035 2006-05-20 Martin Rudalics <rudalics@gmx.at>
3036
3037 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3038 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3039
3040 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3043 regexp for keywords.
3044
3045 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
3046
3047 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3048 replace-regexp-in-string.
3049
3050 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3051 encode, and escape file name on conversion to URL.
3052
3053 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3054
3055 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3056 Don't unescape URL.
3057 (dnd-get-local-file-name): Unescape URL on conversion to file name.
3058
3059 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3060 on conversion to URLs.
3061
3062 * net/browse-url.el (browse-url-file-url): Encode file name on
3063 conversion to URL.
3064
3065 * term/mac-win.el (mac-ae-open-documents): Escape file name on
3066 conversion to URL.
3067
3068 2006-05-19 Eli Zaretskii <eliz@gnu.org>
3069
3070 * progmodes/cc-styles.el (c-style-alist): Doc fix.
3071
3072 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3073
3074 * term/mac-win.el (mac-bytes-to-digits): Remove function.
3075 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3076
3077 2006-05-19 Glenn Morris <rgm@gnu.org>
3078
3079 * calendar/diary-lib.el (diary-bahai-date)
3080 (list-bahai-diary-entries, mark-bahai-diary-entries)
3081 (mark-bahai-calendar-date-pattern): Not interactive.
3082 (add-to-diary-list): New optional arg LITERAL. Doc fix.
3083 (diary-entries-list): Change format of 4th element in each entry.
3084 (diary-list-entries): Use add-to-diary-list.
3085 (diary-goto-entry): Handle the case where the buffer visiting the
3086 diary has been killed.
3087 (fancy-diary-display): Add 'locator to button rather than 'marker.
3088 Only generate temp-face when there are marks to apply.
3089 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3090 (diary-fancy-date-pattern): New variable.
3091 (diary-time-regexp): Doc fix.
3092 (diary-anniversary, diary-time): New faces.
3093 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3094 diary-time-regexp. Add font-lock-multiline property where needed.
3095 Use new faces diary-anniversary and diary-time.
3096 (diary-fancy-font-lock-fontify-region-function): New function, to
3097 handle multiline font-lock pattern in fancy diary.
3098 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3099 (diary-font-lock-keywords): Tweak time regexp. Use new face
3100 diary-time.
3101
3102 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
3103
3104 * international/code-pages.el (mik): Table corrected.
3105
3106 2006-05-18 Kim F. Storm <storm@cua.dk>
3107
3108 * progmodes/grep.el (grep-find): Don't check grep-find-command
3109 before running command (breaks non-interactive usage).
3110
3111 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
3112
3113 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3114 (ewoc--insert-new-node): Don't insert trailing newline.
3115 Instead, adjust successor nodes's start markers.
3116 (ewoc--refresh-node): Delete all text from current node's start
3117 marker to the next one's; adjust successor nodes's start markers.
3118 (ewoc--create): Doc fixes.
3119 (ewoc--refresh): Don't insert newline.
3120 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3121 * pcvs.el (cvs-make-cvs-buffer):
3122 Specify extra newline for ewoc's header and footer.
3123 (cvs-update-header): Update initial header recognition.
3124 Append newline to final header and footer values.
3125 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3126
3127 2006-05-17 Richard Stallman <rms@gnu.org>
3128
3129 * files.el (file-name-extension): Doc fix.
3130
3131 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3134 we can explicitly enable/disable rather than toggle.
3135 (shell-mode): Use it.
3136 (shell-cd): Don't try to reproduce what `cd' does.
3137
3138 2006-05-17 Kim F. Storm <storm@cua.dk>
3139
3140 * ido.el (ido-read-internal): Use only nondirectory part of
3141 default item.
3142
3143 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
3144
3145 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3146 (ewoc-nth): Doc fix.
3147
3148 (ewoc-map, ewoc-invalidate): Compute PP before looping.
3149
3150 2006-05-16 Eli Zaretskii <eliz@gnu.org>
3151
3152 * international/mule.el (auto-coding-alist): Add .lha to files
3153 read with no-conversion.
3154
3155 * files.el (auto-mode-alist): Add .lha files to archive file
3156 extensions.
3157
3158 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3159 Convert csize to integer when computing offsets within the
3160 compressed archive file.
3161
3162 2006-05-16 Kim F. Storm <storm@cua.dk>
3163
3164 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3165 with read-from-minibuffer.
3166
3167 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3168
3169 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3170 (byte-compile-warnings): Fix safe-local-variable property.
3171
3172 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
3173
3174 * allout.el (allout-show-bodies, allout-old-style-prefixes)
3175 (allout-stylish-prefixes, allout-numbered-bullet)
3176 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3177 predicates to qualify `safe-local-variable' property, when
3178 available, else use equivalent lambda.
3179 (allout-current-topic-collapsed-p): Do the right thing regarding
3180 trailing blank lines.
3181
3182 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * server.el (server-start): Only create a directory if needed.
3185 (server-edit, server-unload-hook): server-start => server-mode.
3186 (kill-emacs-hook): Cleanup upon exit.
3187
3188 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * hexl.el (hexlify-buffer): Encode process arguments manually.
3191
3192 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
3193
3194 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3195 call to gdb-tooltip-print.
3196
3197 2006-05-15 Romain Francoise <romain@orebokech.com>
3198
3199 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3200 systems, default to "tar" since those systems probably have GNU tar.
3201
3202 2006-05-14 Lars Hansen <larsh@soem.dk>
3203
3204 * desktop.el (desktop-missing-file-warning): Fix docstring.
3205 (desktop-restore-file-buffer): Correct question asked on missing file.
3206
3207 2006-05-14 Kim F. Storm <storm@cua.dk>
3208
3209 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3210 Add CUA move property.
3211
3212 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * custom.el (custom-push-theme): Load the variable before checking
3215 its `standard-value'.
3216
3217 2006-05-13 Lars Hansen <larsh@soem.dk>
3218
3219 * desktop.el (desktop-save): Use with-temp-buffer.
3220
3221 2006-05-12 Glenn Morris <rgm@gnu.org>
3222
3223 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3224 * calendar/calendar.el (calendar-mode-map):
3225 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3226 * calendar/appt.el (appt-check, appt-make-list): Refer to
3227 diary-view-entries, diary-list-entries, diary-show-all-entries
3228 rather than obsolete aliases.
3229
3230 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * simple.el (line-move-finish): Avoid calling point motion hooks
3233 while processing intangibility.
3234
3235 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3236
3237 * term/xterm.el (terminal-init-xterm): Fix typo.
3238
3239 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
3240
3241 * allout.el (allout-view-change-hook): Mark as being deprecated,
3242 to be replaced by `allout-exposure-change-hook'.
3243 (allout-exposure-change-hook): New, replacing
3244 `allout-view-change-hook'.
3245 (allout-flag-region): Run new hook `allout-exposure-change-hook',
3246 in addition to `allout-view-change-hook'.
3247 (allout-show-bodies, allout-old-style-prefixes)
3248 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3249 lambda forms to prevent their showing up in variable help
3250 presentations as inscrutable byte-compiled code.
3251 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3252 Use string-or-null-p to qualify safe-local-variable values.
3253 (allout-reindent-bodies): Use memq to qualify matches against
3254 valid safe-local-variable values. Also, quote the lambda as above.
3255 (allout-use-mode-specific-leader): Add missing candidate-value
3256 symbols, use memq, and quote the lambda.
3257 (allout-overlay-interior-modification-handler): Remove unused
3258 variables `msg' and 'opened'.
3259 (allout-hidden-p): Constrain invisibility consideration to allout's
3260 invisibility spec, disregarding invisibility for other reasons.
3261
3262 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3263
3264 * files.el (version-control): Correct safe values.
3265
3266 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
3267
3268 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3269
3270 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3271 (ewoc--insert-new-node): New func.
3272 Update callers of deleted funcs to use it, instead.
3273
3274 2006-05-11 Glenn Morris <rgm@gnu.org>
3275
3276 * calendar/calendar.el (diary-show-all-entries): Do not refer to
3277 obsolete alias `show-all-diary-entries'.
3278 (make-diary-entry): Not interactive.
3279 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3280 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3281 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3282 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3283 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3284 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3285
3286 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3287
3288 * calendar/calendar.el (calendar-french-date-string)
3289 (calendar-mayan-date-string, calendar-chinese-date-string)
3290 (calendar-astro-date-string, calendar-iso-date-string)
3291 (calendar-islamic-date-string, calendar-bahai-date-string)
3292 (calendar-hebrew-date-string, calendar-coptic-date-string)
3293 (calendar-ethiopic-date-string, calendar-persian-date-string):
3294 These functions are not interactive.
3295
3296 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
3297
3298 * files.el: Balance parentheses.
3299
3300 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3301
3302 * files.el, newcomment.el, outline.el, simple.el,
3303 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3304 progmodes/cc-vars.el, progmodes/compile.el:
3305 Move `safe-local-variable' declarations to the respective files.
3306
3307 * help-fns.el (describe-variable): Don't print safe-var if it is
3308 byte-code. Improve wording as suggested by Luc Teirlinck.
3309
3310 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3311
3312 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3313 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3314 Use a token for pending-triggers to ensure gdb-var-update
3315 gets called once per user input again for pre-GDB 6.4.
3316 (gdb-var-delete): Match on more complex expressions.
3317 (gdb-var-list-children-handler, gdb-var-create-handler):
3318 Use a token for consistency.
3319
3320 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
3321
3322 * textmodes/org.el (org-read-date, org-goto-calendar)
3323 (org-agenda-goto-calendar):
3324 Bind `view-calendar-holidays-initially' to nil.
3325
3326 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3327
3328 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3329 Update all callers to do it there, instead.
3330
3331 2006-05-10 Glenn Morris <rgm@gnu.org>
3332
3333 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3334 prefix arg case, to avoid view-diary-entries-initially error.
3335 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3336 (calendar-date-is-legal-p): Handle dates with no day part.
3337
3338 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3339
3340 * comint.el (comint-insert-input): Just make it when
3341 comint-use-prompt regexp is nil (default) and with the mouse.
3342 (comint-copy-old-input): Reinstate from 2004-06-23.
3343 (comint-mode-map): Bind C-c C-m to it.
3344
3345 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3346
3347 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3348 Remove spurious move to point-max (new comint behavior fixes).
3349
3350 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3351 compatibility function (Emacs 18/19).
3352 (idlwave-is-continuation-line): Always return point at start of
3353 previous non-blank continuation line.
3354 `keyword-parameters': Fix continued comment font-lock matcher.
3355 (idlwave-font-lock-fontify-region): Written, use as
3356 font-lock-fontify-region-function, to fix continued keyword
3357 fontification issues.
3358
3359 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3360
3361 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3362 (mac-service-selection, mac-service-open-file)
3363 (mac-service-open-selection, mac-service-mail-selection)
3364 (mac-service-mail-to, mac-service-insert-text): Rename from
3365 mac-services-*. All uses changed.
3366 (mac-apple-event-map): Rename event symbol `services' to `service'.
3367
3368 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3369
3370 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3371 (ewoc--node-enter-first, ewoc--node-enter-last)
3372 (ewoc--delete-node-internal): Merge funcs into unique callers.
3373
3374 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3375
3376 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3377 return value of read-from-minibuffer for empty input.
3378
3379 2006-05-09 Miles Bader <miles@gnu.org>
3380
3381 * comint.el (comint-insert-input): Remove redundant calls to setq
3382 and goto-char.
3383
3384 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3385
3386 * comint.el (comint-insert-input): Make it work when
3387 comint-use-prompt-regexp is t.
3388
3389 2006-05-10 Miles Bader <miles@gnu.org>
3390
3391 * subr.el (field-at-pos): New function.
3392
3393 * comint.el (comint-insert-input): Use it.
3394
3395 2006-05-09 Juri Linkov <juri@jurta.org>
3396
3397 * battery.el (battery-linux-proc-acpi): Also try
3398 `/proc/acpi/thermal_zone/THR2/temperature'.
3399
3400 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3401 for now unused lambda `string-or-null'.
3402
3403 * add-log.el (change-log-default-name): Put `string-or-null-p'
3404 instead of lambda on `safe-local-variable' property.
3405
3406 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3407 `region-end' instead of `mark' and `point'.
3408 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3409 Operate on region in Transient Mark mode when the mark is active.
3410 Use `region-beginning' and `region-end' instead of `mark' and
3411 `point'.
3412 (diff-hunk-text, diff-goto-source): Doc fix.
3413
3414 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3415 face `mode-line-buffer-id' for mode-line buffer face instead of
3416 hard-coded `(:weight bold)'.
3417
3418 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3419 buffer-undo-list to t (undo-ask is reproducible by visiting
3420 nested archives).
3421
3422 2006-05-09 Kim F. Storm <storm@cua.dk>
3423
3424 * progmodes/grep.el (rgrep): Set default directory of *grep*
3425 buffer if we start M-x rgrep in the *grep* buffer and choose
3426 a different base directory.
3427
3428 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3429
3430 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3431 completion also when ido is loaded.
3432
3433 2006-05-09 Masatake YAMATO <jet@gyve.org>
3434
3435 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3436 "warning" and "import".
3437 (cpp-font-lock-keywords): Added "warning".
3438
3439 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3440
3441 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3442
3443 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3444
3445 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3446 pages at a time, if we signal the end, we should indeed reach that end.
3447
3448 2006-05-08 David Reitter <david.reitter@gmail.com>
3449
3450 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3451 output during execution of the body.
3452
3453 2006-05-08 Kim F. Storm <storm@cua.dk>
3454
3455 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3456
3457 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3458
3459 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3460 Use with-current-buffer.
3461
3462 2006-05-07 Kim F. Storm <storm@cua.dk>
3463
3464 * subr.el (add-to-history): Remove keep-dups arg.
3465
3466 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3467 to nil around call to add-to-history.
3468
3469 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3472 than after a buffer modification.
3473
3474 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3475
3476 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3477 call to...
3478 (gud-watch): ...here so speedbar is raised for already watched
3479 expressions.
3480 (gdb-speedbar-refresh): Delete function.
3481 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3482 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3483 earlier change).
3484 (gdb-var-evaluate-expression-handler)
3485 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3486
3487 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3488 Update localized contents for all buffers except ignored modes.
3489
3490 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3491
3492 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3493 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3494 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3495 (mac-handle-font-panel-closed, mac-handle-font-selection):
3496 New functions.
3497 (mac-font-panel-mode): New minor mode.
3498 (mac-apple-event-map): Add bindings for toolbar toggle button and
3499 font panel.
3500 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3501
3502 2006-05-07 John Paul Wallington <jpw@pobox.com>
3503
3504 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3505 Avoid `regexp-opt'; simplify regexp for readability.
3506
3507 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3508
3509 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3510 * files.el (buffer-stale-function):
3511 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3512 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3513 links to the main manual, not to emacs-xtra.
3514
3515 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3516
3517 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3518 MacJapanese if text is ASCII-only.
3519
3520 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3521
3522 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3523 unless so nil isn't returned.
3524 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3525
3526 2006-05-06 Kim F. Storm <storm@cua.dk>
3527
3528 * subr.el (add-to-history): New function.
3529
3530 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3531 (ediff-merge-files-with-ancestor):
3532 * env.el (setenv):
3533 * isearch.el (isearch-update-ring):
3534 * server.el (server-visit-files):
3535 * progmodes/grep.el (lgrep, rgrep):
3536 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3537 * progmodes/xscheme.el (xscheme-insert-expression):
3538 Use add-to-history.
3539
3540 * kmacro.el (kmacro-push-ring): Use add-to-history.
3541 (kmacro-ring-length): Remove unused defun.
3542 (kmacro-start-macro): Use kmacro-push-ring.
3543
3544 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3545
3546 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3547 directly instead of a lambda expression that calls it.
3548
3549 2006-05-06 Kim F. Storm <storm@cua.dk>
3550
3551 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3552 instead of compute-motion.
3553
3554 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3555
3556 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3557 change.
3558
3559 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3560
3561 * startup.el (command-line-1): Refer to "Pure Storage" on
3562 pure-space-overflow.
3563
3564 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3565
3566 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3567 provided faces once they all have been used up.
3568
3569 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3570
3571 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3572 reference to the Lisp manual to the warning about pure space
3573 overflow.
3574
3575 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3576
3577 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3578 argument to avoid the call to `ispell-internal-change-dictionary'
3579 when not needed.
3580 (ispell-change-dictionary): Use this argument and call
3581 `ispell-internal-change-dictionary' after the possible change
3582 to `ispell-local-dictionary'.
3583 (ispell-internal-change-dictionary): Check for a change in
3584 personal dictionary use too.
3585
3586 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3587
3588 * startup.el (command-line): On MS-Windows, probe "~", not
3589 "~USER", for warning about non-existent home directory
3590
3591 * arc-mode.el (archive-l-e): New optional argument `float' means
3592 generate a float value.
3593 (archive-arc-summarize, archive-lzh-summarize)
3594 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3595 with 3rd argument non-nil when file's size is being computed.
3596 Format the file sizes with %8.0f instead of %8d.
3597
3598 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3599
3600 * cus-start.el (all): Add mac-dnd-known-types.
3601
3602 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3603 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3604 (mac-TIFF-to-string): New functions.
3605 (x-get-selection, x-selection-value)
3606 (mac-select-convert-to-string): Use them.
3607 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3608 (mac-dnd-types-alist): New customization variable.
3609 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3610 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3611 (mac-dnd-handle-drag-n-drop-event): New functions.
3612 (mac-drag-n-drop): Remove function.
3613 (global-map): Bind drag-n-drop and M-drag-n-drop to
3614 mac-dnd-handle-drag-n-drop-event.
3615
3616 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3617
3618 * progmodes/perl-mode.el (perl-beginning-of-function):
3619 Skip anonymous subs.
3620
3621 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3622
3623 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3624 regexp-opt at run time.
3625
3626 * term.el (term-handle-ansi-escape): Fix off by one error.
3627
3628 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3629
3630 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3631 (gdb-init-1, gdb-post-prompt): ...and references to it.
3632 (gdb-frame-handler): Strip directory name from filename if present.
3633
3634 * progmodes/gud.el (gdb-force-update): Delete defvar
3635 (gud-speedbar-buttons): ...and references to it. Use window-start
3636 to try to keep positon in watch expression.
3637
3638 2006-05-03 Richard Stallman <rms@gnu.org>
3639
3640 * simple.el (next-history-element, previous-history-element): Doc fix.
3641
3642 * isearch.el (isearch-update-ring): Doc fix.
3643
3644 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
3645
3646 * isearch.el (isearch-update-ring): Take history-delete-duplicates
3647 into consideration. Replace one arm ifs with whens.
3648
3649 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
3650
3651 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3652 (menu): Fix typo.
3653
3654 2006-05-02 Miles Bader <miles@gnu.org>
3655
3656 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3657
3658 2006-05-02 Jay Belanger <belanger@truman.edu>
3659
3660 * calc/calc-embed.el (calc-override-minor-modes-map)
3661 (calc-override-minor-modes): New variables.
3662 (calc-do-embedded): Make sure that Calc keystrokes aren't
3663 overwritten by minor modes.
3664
3665 2006-05-02 Chong Yidong <cyd@mit.edu>
3666
3667 * msb.el (msb): If EVENT is a down event, read and discard the up event.
3668
3669 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3670
3671 * startup.el (command-line-1): Refer to Lisp manual when
3672 pure-space-overflow occurs.
3673
3674 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3675 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3676 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3677 (version-control): Don't use `t' for safe-local-variable declarations.
3678
3679 2006-05-01 Richard Stallman <rms@gnu.org>
3680
3681 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3682 M-r, M-R, M-A, M-SPC or M-DEL.
3683 (diff-mode-map): diff-refine-hunk now on C-c C-w
3684 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3685
3686 * help-mode.el (help-mode): view-exit-action calls delete-window
3687 only when it is safe and possible.
3688
3689 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3690 in messages.
3691
3692 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3693
3694 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3695 in the default tool-bar-map.
3696
3697 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
3698
3699 * net/tramp.el (tramp-completion-file-name-handler-alist)
3700 (tramp-run-real-handler, tramp-completion-run-real-handler)
3701 (tramp-completion-handle-file-name-all-completions)
3702 (tramp-completion-handle-file-name-completion): Autoload them.
3703 (tramp-completion-handle-file-exists-p)
3704 (tramp-completion-handle-file-name-directory)
3705 (tramp-completion-handle-file-name-nondirectory)
3706 (tramp-completion-handle-expand-file-name): Remove them.
3707 (tramp-handle-file-name-directory): Return the real directory name.
3708 Returning "/" only doesn't need to be necessary any longer.
3709 (tramp-file-name-handler): Make special attention when in hostname
3710 completion mode.
3711 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3712 (tramp-register-file-name-handlers):
3713 Register `tramp-completion-file-name-handler' only when
3714 `partial-completion-mode' is enabled.
3715 (tramp-completion-handle-file-name-all-completions):
3716 Delete directory part from results.
3717 (tramp-get-completion-methods, tramp-get-completion-user-host):
3718 Discard deleting "/", it doesn't work after the change of
3719 `tramp-handle-file-name-directory' above.
3720
3721 2006-05-01 Kim F. Storm <storm@cua.dk>
3722
3723 * progmodes/grep.el (grep-expand-template): Use save-match-data
3724 and symbol-value.
3725
3726 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3727
3728 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3729 Use select-frame-set-input-focus instead of raise-frame.
3730 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3731
3732 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3733
3734 * progmodes/gud.el (gud-def): Add %c case.
3735 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3736 (gud-format-command): Make match case sensitive. Match on %F.
3737
3738 2006-04-30 Glenn Morris <rgm@gnu.org>
3739
3740 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3741 (cal-tex-preamble): Use cal-tex-preamble-extra.
3742 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3743 than alias `list-diary-entries'.
3744
3745 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3746
3747 * help-fns.el (describe-variable): Add info about safe local variables.
3748
3749 2006-04-29 Richard Stallman <rms@gnu.org>
3750
3751 * bindings.el (mode-line-format): help-echo doc fixes.
3752
3753 * net/tramp.el (tramp-file-name-handler-alist): Delete
3754 expand-file-name and other operations that can cause spurious loading.
3755
3756 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * files.el (safe-local-variable-p): Remove support for the special
3759 value t.
3760
3761 * textmodes/paragraphs.el (sentence-end-without-space):
3762 Fix safety predicate.
3763 (sentence-end-double-space, sentence-end-without-period)
3764 (paragraph-ignore-fill-prefix):
3765 * textmodes/fill.el (colon-double-space):
3766 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3767
3768 * subr.el (booleanp): New fun.
3769
3770 * textmodes/reftex-vars.el (reftex-guess-label-type):
3771 Tighten the safety predicate.
3772
3773 2006-04-28 Kim F. Storm <storm@cua.dk>
3774
3775 * progmodes/grep.el (defgroup grep): Doc fix.
3776 (grep-auto-highlight): Remove.
3777 (grep-template): New defcustom.
3778 (grep-find-template): Rename from grep-tree-template.
3779 (grep-files-aliases): Rename from grep-tree-files-aliases.
3780 Remove "all" alias, add "l" alias.
3781 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3782 (grep-find-ignored-directories): New defcustom to replace
3783 grep-tree-ignore-CVS-directories, to facilitate ignoring
3784 subdirectories for multiple version control systems.
3785 (grep-mode-map): Add Recursive grep item to GREP menu.
3786 (grep-regexp-history, grep-files-history): New defvars.
3787 (grep-probe): New helper function.
3788 (grep-compute-defaults): Use it to simplify code.
3789 Adapt to name changes.
3790 Use `.' as base in grep-find-template rather than <D>.
3791 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3792 Call grep-compute-defaults unconditionally.
3793 (grep-expand-keywords): New defconst.
3794 (grep-expand-template): Rename from grep-expand-command-macros.
3795 Simplify via grep-expand-keywords. Look at case-fold-search instead
3796 of grep-tree-ignore-case to add -i option.
3797 Bind case-fold-search to nil while matching keywords.
3798 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3799 (grep-read-regexp, grep-read-files): New helper functions.
3800 (rgrep): Rename from grep-tree. Rework to use proper histories.
3801 Adapt to changes in defcustoms and functions above.
3802 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3803
3804 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3805
3806 * net/tramp.el (tramp-completion-file-name-handler):
3807 Disable Tramp's functionality while loading Tramp itself.
3808 (tramp-register-file-name-handlers): That's a defsubst now.
3809 Code from `tramp-repair-jka-compr' moved here. Apply it via
3810 `after-init-hook'.
3811 (tramp-repair-jka-compr): Remove.
3812
3813 2006-04-27 Jay Belanger <belanger@truman.edu>
3814
3815 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3816 read expression when `math-read-big-expr' doesn't work.
3817
3818 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3819
3820 * startup.el (command-line-1): Display warning when
3821 pure-space-overflow is non-nil.
3822
3823 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3824
3825 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3826 risky.
3827
3828 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3829
3830 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3831 Return the URL or nil if none can be generated.
3832
3833 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3834
3835 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3836 byte compiler warnings.
3837 (gud-basic-call, gud-find-expr): Let user select an expression
3838 for printing. Print expression as well as value in GUD buffer.
3839
3840 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3841
3842 * allout.el: Remove local autoload declaration for
3843 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3844 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3845 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3846 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3847 (allout-stylish-prefixes, allout-numbered-bullet)
3848 (allout-file-xref-bullet, allout-presentation-padding)
3849 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3850 safe-local-variable with suitable value spec, and add autoload
3851 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3852 (move-beginning-of-line, move-end-of-line): Repair so these compat
3853 functions now actually resituate the point, when appropriate.
3854
3855 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3858
3859 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3860 (add-log-iso8601-time-string): Fix call to format-time-string.
3861
3862 2006-04-26 Kim F. Storm <storm@cua.dk>
3863
3864 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3865
3866 2006-04-26 Masatake YAMATO <jet@gyve.org>
3867
3868 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3869 Add support for "//" style comments. Remove `b' flag
3870 from ?* in `asm-mode-syntax-table'.
3871
3872 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * follow.el: Use (featurep 'xemacs) everywhere.
3875 (follow-mode): Use define-minor-mode.
3876 (follow-mode-map): Move initialization into the declaration.
3877 Use command remapping.
3878 (follow-emacs-version-xemacs-p): Remove.
3879 (follow-submit-feedback): Remove.
3880
3881 * allout.el (allout-layout, allout-passphrase-verifier-string)
3882 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3883
3884 * textmodes/reftex-vars.el (reftex-vref-is-default)
3885 (reftex-fref-is-default, reftex-guess-label-type):
3886 Tighten up a bit the safety predicate.
3887
3888 * textmodes/paragraphs.el (sentence-end-double-space)
3889 (sentence-end-without-period, sentence-end-without-space)
3890 (page-delimiter, paragraph-ignore-fill-prefix):
3891 Tighten up a bit the safety predicate.
3892
3893 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3894
3895 * progmodes/python.el (python-continuation-line-p)
3896 (python-beginning-of-statement): syntax-ppss may return
3897 a negative depth.
3898 (python-mode): Don't forcefully enable font-lock.
3899
3900 * time-stamp.el (time-stamp-start, time-stamp-end)
3901 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3902
3903 * add-log.el: Remove spurious * in docstrings.
3904 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3905 (add-change-log-entry): Use it here, since it's not specific
3906 to iso8601.
3907 (add-log-iso8601-time-string): Don't use it here any more.
3908 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3909
3910 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3911
3912 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3913
3914 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3915 (rcirc-toggle-low-priority): Doc fix.
3916 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3917 ChanServ regexp.
3918 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3919 #emacs.
3920 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3921 (rcirc-decode-coding-system): Use utf-8 as the default.
3922 (rcirc-multiline-minor-mode): Set the fill-column.
3923 (rcirc-format-response-string): Display bright and dim nicks.
3924 (rcirc-browse-url): Update interactive spec to fill ARG.
3925 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3926 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3927
3928 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3929
3930 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3931 case for @Article, etc.
3932
3933 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3934
3935 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3936 Added with autoload cookie.
3937 (tramp-unload-file-name-handlers): Rename from
3938 `tramp-unload-file-name-handler-alist'.
3939
3940 2006-04-23 Romain Francoise <romain@orebokech.com>
3941
3942 * comint.el (comint-match-partial-filename): Doc fix.
3943
3944 2006-04-21 Glenn Morris <rgm@gnu.org>
3945
3946 * calendar/cal-menu.el (calendar-mode-map): Refer to
3947 `diary-view-entries' rather than alias `view-diary-entries'.
3948 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3949
3950 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3951
3952 * progmodes/antlr-mode.el (antlr-default):
3953 * cus-edit.el (custom-documentation):
3954 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3955 in defface.
3956
3957 2006-04-21 Kim F. Storm <storm@cua.dk>
3958
3959 * image.el (image-type): New defun split out of create-image.
3960 (create-image): Use it.
3961
3962 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3963
3964 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3965 (org-open-at-point): Remove the "...done" message to keep output
3966 in the echo area visible.
3967 (org-export-as-xoxo): Fix call to `indent-region'.
3968
3969 2006-04-21 Kevin Ryde <user42@zip.com.au>
3970
3971 * international/mule.el (keyboard-coding-system): defcustom
3972 info-link fixes: "Specify Coding" has been split, keyboard now in
3973 "Terminal Coding", and "Single-Byte Character Support" is now
3974 "Unibyte Mode".
3975
3976 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3977
3978 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3979 Use font-lock-warning-face for any errors e.g. no stack.
3980 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3981
3982 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3983
3984 * progmodes/sh-script.el (sh-shell): Mark as safe.
3985
3986 * newcomment.el (comment-start, comment-start-skip)
3987 (comment-end-skip, comment-end): Mark as safe.
3988
3989 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3990
3991 * textmodes/org.el (org-deadline-announce): Face removed.
3992 (org-level-faces, org-n-levels): Convert to constant.
3993 (org-compatible-face): New function.
3994 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3995 (org-level-5, org-level-6, org-level-7, org-level-8)
3996 (org-special-keyword, org-warning, org-headline-done, org-link)
3997 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3998 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3999 Face definition revised for better color tty support.
4000 (org-bold-re, org-italic-re, org-underline-re): New constants.
4001 (org-set-font-lock-defaults): Use the new constants.
4002 (org-agenda-highlight-todo): New function.
4003 (org-agenda-todo): Fix bug with point at end of line.
4004 (org-agenda-change-all-lines, org-finalize-agenda-entries):
4005 Fontify TODO keywords.
4006 (org-insert-link): Preserve relative path in ../ links.
4007 (org-export-as-html): Convert links pointing to .org files into
4008 links that will work beteen the exported HTML files.
4009 (org-todo-list): Fix bug when arg=0.
4010 (org-insert-heading): More fine-tuning.
4011
4012 2006-04-19 Romain Francoise <romain@orebokech.com>
4013
4014 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4015 from `rmail-mime-charset-pattern'.
4016
4017 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4018
4019 * progmodes/python.el (python-mode): Fix typo.
4020
4021 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4022
4023 * comint.el (comint-previous-input): Don't clobber input line
4024 when moving off either end of the input history ring.
4025 (comint-delete-input): New function, used by
4026 `comint-previous-input' and others.
4027 (comint-previous-matching-input):
4028 Use `coming-delete-input'. Save the partial input if leaving the
4029 edit line. Goto point-max before deleting input to avoid
4030 partial input fragments hanging around.
4031 (comint-restore-input): New function, used by `comint-previous-input'.
4032
4033 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
4034
4035 * imenu.el (imenu--index-alist): Balance parentheses.
4036
4037 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4038
4039 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4040
4041 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
4042
4043 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4044 file is nil.
4045
4046 2006-04-18 Richard Stallman <rms@gnu.org>
4047
4048 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4049
4050 * imenu.el (imenu-create-index-function, imenu--index-alist)
4051 (imenu--last-menubar-index-alist, imenu--make-index-alist)
4052 (imenu-default-create-index-function, imenu--generic-function):
4053 Doc fixes.
4054
4055 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4056
4057 * help-mode.el (help-mode): Set view-exit-action to delete window.
4058
4059 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
4060 now works by passing nil as arg.
4061
4062 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4063
4064 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4065 (read-abbrev-file): Provide default when reading filename.
4066
4067 * files.el (enable-local-variables): Allow :all as value.
4068 (hack-local-variables): Implement that value.
4069 (safe-local-variable-values, safe-local-eval-forms)
4070 (enable-local-variables): Mark as risky.
4071 (find-file-visit-truename, kept-old-versions): Mark safe.
4072
4073 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4074 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4075 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4076
4077 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4080 Use forward-line so as to get to BOL even in the presence of fields.
4081 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4082 in return.
4083 (inferior-tcl): Tell tclsh to work in interactive mode.
4084
4085 * complete.el (partial-completion-mode):
4086 Use 'choose-completion-string-functions to make sure that
4087 choose-completion fills the minibuffer properly.
4088
4089 * complete.el (PC-old-read-file-name-internal): Remove.
4090 (PC-read-include-file-name-internal): Remove. Turn it into an advice
4091 of read-file-name-internal.
4092 (partial-completion-mode): Enable/disable this advice.
4093
4094 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
4095
4096 * net/tramp.el (tramp-completion-file-name-handler): Revert change
4097 of 2006-04-17.
4098
4099 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
4100
4101 * textmodes/org.el (org-insert-heading): Insert heading before
4102 current if at beginning of line.
4103 (org-todo, org-date): New faces.
4104 (org-table-align): Make sure tooltip window contains full text.
4105 (org-no-properties): New defsubst.
4106 (org-set-font-lock-defaults): Use new faces.
4107
4108 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
4109
4110 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4111 for root variables.
4112
4113 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4114 (gdb-frame-address): Re-use to identify frame for watch expression.
4115 (gdb-var-list, gdb-var-create-handler): Add frame address for root
4116 variables.
4117 (gdb-init-1, gdb-source, gdb-post-prompt)
4118 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4119 (gdb-frame-handler): Get gdb-frame-address.
4120
4121 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
4122
4123 Sync with Tramp 2.0.53.
4124
4125 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4126 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4127 (tramp-completion-file-name-handler): Add autoload cookie for
4128 adding to `file-name-handler-alist'.
4129
4130 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4131 the prompt. If it returns earlier (when detecting an error
4132 message), the rest of the output will merge accidently with the
4133 output of the next command. Reported by M Jared Finder
4134 <jared@hpalace.com>.
4135
4136 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4137 for `process-file', in order to let it work for older Emacsen too.
4138
4139 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
4140
4141 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4142 (tex-font-lock-keywords-3): Use it.
4143
4144 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4145
4146 * newcomment.el (comment-add): New function.
4147 (comment-region-default, comment-dwim): Use it.
4148
4149 2006-04-15 Michael Olson <mwolson@gnu.org>
4150
4151 * emacs-lisp/tq.el: Improve comments.
4152 (tq-queue-head-question): New accessor function.
4153 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4154 Update for modified queue structure.
4155 (tq-queue-add): Accept `question' argument.
4156 (tq-queue-pop): If a question is pending, send it.
4157 (tq-enqueue): Accept new optional argument `delay-question'.
4158 If this is non-nil, and at least one other question is pending a
4159 response, queue the question rather than sending it immediately.
4160
4161 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4162
4163 * calendar/appt.el (appt-add): Check whether an appointment is
4164 already present in appt-time-msg-list. Simplify code.
4165
4166 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * progmodes/cc-langs.el (c-mode-menu):
4169 Don't presume c-subword-mode is bound.
4170
4171 2006-04-13 Bill Wohler <wohler@newt.com>
4172
4173 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4174 (customize-package-emacs-version): Use cdr instead of cadr now
4175 that alists use dotted pairs.
4176
4177 * custom.el (defcustom): Fix docstring for :package-version.
4178
4179 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
4180
4181 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4182 (tramp-handle-shell-command): Display output buffer only when
4183 `tramp-display-shell-command-buffer' is true.
4184 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4185
4186 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4187
4188 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4189 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4190
4191 2006-04-13 Romain Francoise <romain@orebokech.com>
4192
4193 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4194 leaving temporary .cvsignore buffers behind.
4195
4196 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4197
4198 * textmodes/org.el (org-set-regexps-and-options)
4199 (org-get-current-options): Better names for the startup folding
4200 options.
4201
4202 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
4203
4204 * vc.el (vc-annotate): Arrange for point to end up at the same
4205 line number as in the original, but only when using a new buffer.
4206
4207 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
4208
4209 * files.el (hack-one-local-variable-eval-safep):
4210 Recognize `edebug-form-spec' for `put', but only if it passes
4211 `edebug-basic-spec'. Generalize `put' handling.
4212
4213 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4214 vetting file-local form specs.
4215
4216 * allout.el (allout-layout): Autoload its `safe-local-variable'
4217 property.
4218
4219 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4220
4221 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4222 (org-agenda-mouse-1-follows-link)
4223 (org-mouse-1-follows-link): New options.
4224 (org-format-agenda-item): Fix bug if TAGS is nil.
4225 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4226
4227 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
4228
4229 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4230 GDB 6.1+ gives full filename for "info sources" so use
4231 file-name-nondirectory.
4232
4233 2006-04-12 Romain Francoise <romain@orebokech.com>
4234
4235 * subr.el (read-passwd): Bind `message-log-max' to nil.
4236
4237 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * progmodes/perl-mode.el (perl-indent-new-calculate):
4240 Recompute parse-start after jumping backward by a whole sexp.
4241
4242 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4245 window configuration.
4246 (vc-annotate-display-select): Select the buffer so that current-buffer
4247 (and selected-window) is the output buffer at the end of vc-annotate.
4248
4249 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4250
4251 * vc.el (vc-annotate-color-map): Add custom TTY color map for
4252 8-color terminals, to use all of the colors in a sensible order.
4253 256-color terminals work well with the standard map.
4254 (vc-annotate-lines): Only strip the first color character if it
4255 is "#", to allow for terminal-style named colors.
4256 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4257 the correct buffer is scrolled.
4258
4259 2006-04-11 Richard Stallman <rms@gnu.org>
4260
4261 * emacs-lisp/bytecomp.el (byte-compile-file):
4262 Bind enable-local-variables to :safe, and make normal-mode obey it.
4263
4264 * files.el (enable-local-variables): Allow value :safe.
4265 (normal-mode): Doc fix.
4266 (hack-local-variables): Implement enable-local-variables = :safe.
4267 (hack-local-variables-confirm): Don't prevent quitting.
4268
4269 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * loadhist.el (unload-feature): A bit of sanity check of
4272 load-history entries. Cancel timer-vars before unbinding them.
4273
4274 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4275 quote special chars, and make the trick work on the hex part of the
4276 buffer as well.
4277 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4278 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4279
4280 * startup.el (normal-splash-screen): Fix last change so we don't wait
4281 2 minutes if we don't show the splash screen.
4282
4283 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
4284
4285 * textmodes/org.el (org-export-plain-list-max-depth)
4286 (org-table-spaces-around-separators)
4287 (org-radio-targets, org-activate-camels)
4288 (org-table-spaces-around-invisible-separators): Options removed.
4289 (org-time-stamp-rounding-minutes, org-remember-templates)
4290 (org-ellipsis, org-activate-links, org-descriptive-links):
4291 New options.
4292 (org-remember-apply-template, org-current-time)
4293 (org-finish-edit-table-field)
4294 (org-link-unescape, org-link-escape)
4295 (org-string-width, org-table-clean-line, org-html-do-expand)
4296 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4297 (org-read-agenda-file-list): New functions.
4298 (org-table-edit-field)
4299 (org-table-create-or-convert-from-region): New commands
4300 (org-table-toggle-vline-visibility): Command removed.
4301 (org-table-convert-region): Made a command.
4302 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4303 Replace with the normal org- functions.
4304 (org-self-insert-command): Don't trigger realign unnecessarily
4305 when blanking a field that is not full.
4306 (org-mode): `Set buffer-invisibility-spec' for links.
4307 (org-activate-links2): Hide link part and only show descriptive
4308 part of the link.
4309 (org-insert-link): Modify for new linking system.
4310 (org-store-link): Store description separately, for use by
4311 `org-insert-link'.
4312 (org-table-align): Use `org-string-width'.
4313 (defgroup): Completely new group structure for custom variables.
4314 (org-agenda-files): Option: Single file name allowed. Function:
4315 Optional argument unrestrited means ignore any restricitons.
4316 (org-install-agenda-files-menu): Find a buffer in Org-mode before
4317 trying to modify the menu. Use generalized access to
4318 `org-agenda-files.'
4319 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4320 (org-agenda-file-to-front, org-remove-file, org-diary)
4321 (org-tags-view, org-export-icalendar-all-agenda-files)
4322 (org-export-icalendar-combine-agenda-files): Use generalized
4323 access to `org-agenda-files'.
4324 (org-remember-handler): Correctly preserve heading if present.
4325 (org-table-insert-row, org-table-insert-hline): Deal with
4326 invisible characters.
4327
4328 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
4329
4330 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4331 (vc-annotate-color-map): New 18 element constant
4332 value/saturation, rotating hue colormap, from red->blue.
4333 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4334 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4335 (vc-annotate): To avoid killing the required local variables,
4336 set them before the end of `with-output-to-temp-buffer', and
4337 after first switching to annotate-mode.
4338 (vc-annotate-warp-version): Add buffer argument in goto-line to
4339 ensure annotation, not source, is scrolled.
4340
4341 2006-04-10 Bill Wohler <wohler@newt.com>
4342
4343 * custom.el (defcustom, custom-handle-keyword):
4344 Add :package-version keyword.
4345 (custom-add-package-version): New function. Sets value of new
4346 property 'custom-package-version from :package-version keyword.
4347 (defcustom): Create Common Keywords section in docstring.
4348 (defface, defgroup): Replace definitions of a select few keywords
4349 with a reference to the Common Keywords in defcustom.
4350 (defcustom, defface, defgroup): Replace reference to Customization
4351 chapter in manual with hyperlink.
4352
4353 * cus-edit.el (customize-package-emacs-version-alist):
4354 New variable.
4355 (customize-changed-options): Add check for custom-package-version.
4356 (customize-package-emacs-version): New function to look up Emacs
4357 version corresponding to the given package version.
4358
4359 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4360 defun name, in similar fashion to find-variable-regexp.
4361
4362 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4363
4364 * international/mule-cmds.el (set-locale-environment): Fix last
4365 change for when the locale's preferences don't specify any encoding.
4366
4367 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4368
4369 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4370 so the defined var/fun doesn't need to be quoted.
4371
4372 2006-04-10 Richard Stallman <rms@gnu.org>
4373
4374 * finder.el (finder-mode-map): Add n and p bindings.
4375
4376 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4377
4378 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4379 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4380 (gdb-setup-windows): Put something in source window if we can't find
4381 the source file.
4382 (gdb-frame-handler): Make it work again with just assembly.
4383 (gdb-data-list-register-values-handler): Make it work when there is
4384 no stack.
4385
4386 2006-04-09 Richard Stallman <rms@gnu.org>
4387
4388 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4389 specs while looking for charset.
4390
4391 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4392
4393 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4394 Make them faces.
4395 (lm-font-lock-keywords): Update appropriately.
4396
4397 2006-04-10 Kim F. Storm <storm@cua.dk>
4398
4399 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4400 it can also replace buffer-substring-no-properties.
4401
4402 * emulation/cua-base.el (cua-delete-region, cua-paste)
4403 (cua-repeat-replace-region): Use filter-buffer-substring.
4404
4405 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4406 (cua-cut-region-to-global-mark): Likewise.
4407
4408 * emulation/cua-rect.el (cua--extract-rectangle)
4409 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4410
4411 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4412
4413 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4414 entry-type. Add field delimiters to numerical fields if they are
4415 not present.
4416
4417 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4418
4419 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4420 string-const to return value.
4421 (bibtex-remove-delimiters): Use it.
4422
4423 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4426 cl-byte-compile-compiler-macro unless it exists.
4427
4428 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4429
4430 * files.el (hack-local-variables-confirm) <offer-save>:
4431 Clarify message text. Suggested by Ralf Angeli.
4432
4433 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4434
4435 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4436 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4437 instead of `buffer-substring' and `delete-region'. (Most of the
4438 code actually copied from `kill-region'.)
4439
4440 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4441
4442 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4443 (rcirc-default-port): Rename from rcirc-port.
4444 (rcirc-default-nick): Rename from rcirc-nick.
4445 (rcirc-default-user-name): Rename from rcirc-user-name.
4446 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4447 (rcirc-low-priority-flag): New variable.
4448 (rcirc-decode-coding-system): New defcustom.
4449 (rcirc-encode-coding-system): New defcustom.
4450 (rcirc-coding-system-alist): New defcustom.
4451 (rcirc-multiline-major-mode): New defcustom.
4452 (rcirc-nick): New internal variable.
4453 (rcirc-process): Remove variable.
4454 (rcirc-server-buffer): New variable.
4455 (rcirc): Update to use rcirc-default-* variables above.
4456 (rcirc-connect): Do not add window-configuration-hook-here.
4457 (rcirc-server): New internal variable.
4458 (rcirc-connect): Do not send keepalive pings if
4459 rcirc-keepalive-seconds is nil.
4460 (with-rcirc-server-buffer): New macro.
4461 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4462 (rcirc-server-name): Rename from rcirc-server.
4463 (rcirc-buffer-process): New function.
4464 (rcirc-buffer-nick): New function.
4465 (rcirc-buffer-target): Remove function.
4466 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4467 New commands.
4468 (rcirc-mode-map): Change binding of C-c C-l to
4469 rcirc-toggle-low-priority.
4470 (rcirc-mode): Initialize coding system based on
4471 rcirc-coding-system-alist. New change-major-mode-hook to part the
4472 channel on a mode change. Make kill-buffer-hook buffer-local.
4473 (rcirc-change-major-mode-hook): New function.
4474 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4475 (rcirc-last-post-time): New variable.
4476 (rcirc-process-message): Store the last time user posted a message
4477 to this target.
4478 (rcirc-multiline-minor-mode): New mode.
4479 (rcirc-multiline-minor-mode-map): New mode map.
4480 (rcirc-edit-multiline): Put multiline-edit buffer in
4481 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4482 (rcirc-print): Ignore any line starting with an ignored nick.
4483 (rcirc-print): Decode using rcirc-decode-coding-system.
4484 (rcirc-track-minor-mode): Update global-mode-string when disabling
4485 this mode.
4486 (minor-mode-alist): Add LowPri indicator.
4487 (rcirc-toggle-low-priority): New function.
4488 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4489 next lowpriority buffer with activity.
4490 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4491 last time the user posted a message in to the target.
4492 (rcirc-update-activity-string): New formatting for low priority
4493 buffers.
4494 (rcirc-split-activity): New function.
4495 (rcirc-handler-PART, rcirc-handler-KICK)
4496 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4497 (rcirc-nick-away-alist): New variable.
4498 (rcirc-handler-301): New handler. Away messages are printed once
4499 per change.
4500
4501 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4502
4503 * info.el (Info-follow-nearest-node): Doc fix.
4504
4505 * international/mule-cmds.el (set-locale-environment): Make sure
4506 the coding-system preferred by the locale's language has the same
4507 EOL conversion type as the original buffer-file-coding-system.
4508 (locale-language-names): Add a few MS Windows language codes.
4509
4510 2006-04-07 Richard Stallman <rms@gnu.org>
4511
4512 * simple.el (eval-expression): Doc fix.
4513
4514 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4515 (eval-defun): Doc fixes.
4516
4517 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4518
4519 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4520
4521 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4522
4523 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4524 GDB list command without argument for greater generality.
4525
4526 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4527
4528 * subr.el (string-or-null-p): New function.
4529
4530 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4531
4532 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4533
4534 * files.el: Update comment about safe-local-variable declarations.
4535
4536 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4537
4538 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4539 See idlwave.org.
4540
4541 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4542 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4543
4544 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4545 See idlwave.org.
4546
4547 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4548 version 6.0 (minimal changes). See idlwave.org.
4549
4550 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4551 6.0 (minimal changes). See idlwave.org.
4552
4553 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4554
4555 2006-04-06 Romain Francoise <romain@orebokech.com>
4556
4557 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4558 symmetric encryption features and a new asynchronous interface to
4559 GnuPG. This new version is version 1.4, plus whitespace changes.
4560
4561 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4562
4563 * files.el: Move some `safe-local-variable' declarations to the
4564 respective files.
4565
4566 * textmodes/ispell.el (ispell-check-comments)
4567 (ispell-local-dictionary): Mark as safe.
4568
4569 * abbrev.el (abbrev-mode): Mark as safe.
4570
4571 * add-log.el (change-log-default-name): Mark as safe.
4572
4573 * textmodes/reftex-vars.el (reftex-vref-is-default)
4574 (reftex-fref-is-default, reftex-level-indent)
4575 (reftex-guess-label-type): Mark as safe.
4576
4577 * textmodes/fill.el (colon-double-space): Mark as safe.
4578
4579 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4580 (sentence-end-double-space, sentence-end-without-period)
4581 (sentence-end-without-space, sentence-end, sentence-end-base)
4582 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4583
4584 2006-04-06 Kim F. Storm <storm@cua.dk>
4585
4586 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4587 the :set-after list.
4588 (ido-downcase-unc-hosts): New user option. Default on.
4589 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4590 when it is set, as regexps are now applied on the fly.
4591 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4592 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4593 on the fly, but only when ido-process-ignore-lists is set.
4594 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4595 Only downcase names if ido-downcase-unc-hosts is set.
4596
4597 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4598
4599 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4600
4601 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4602
4603 2006-04-05 Kim F. Storm <storm@cua.dk>
4604
4605 * ido.el (ido-mode): Set after ido-unc-hosts and
4606 ido-ignore-unc-host-regexps.
4607 (ido-save-history): Save ido-unc-hosts-cache.
4608 (ido-load-history): Load ido-unc-hosts-cache.
4609 (ido-reread-directory): Refresh unc hosts cache in // dir.
4610
4611 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4612 to nil while displaying slash screen.
4613
4614 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4615
4616 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4617 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4618
4619 2006-04-05 Kenichi Handa <handa@m17n.org>
4620
4621 * international/characters.el: Setup cases of Latin, Greek, and
4622 Cyrillic characters in CJK charsets.
4623
4624 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4625
4626 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4627 default-enable-multibyte-characters. This reverts the change from
4628 revision 6.17 which is no longer necessary because the passphrase
4629 is sent separately now. GnuPG messages are unreadable under
4630 multibyte locales with default-enable-multibyte-characters set to nil.
4631
4632 2006-04-04 Andreas Schwab <schwab@suse.de>
4633
4634 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4635 and `byte-compile-warnings' as `safe-local-variable'.
4636
4637 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4638
4639 * man.el (Man-mode-map): Restore the \r binding.
4640 (Man-abstract-xref-man-page): If Man-target-string is a function,
4641 call it.
4642 (Man-highlight-references): Use Man-default-man-entry to get the
4643 target. Deal with xrefs too.
4644 (Man-highlight-references0): Don't call the target function.
4645
4646 * woman.el (WoMan-xref-man-page): Strip the section number, woman
4647 cannot deal with it.
4648
4649 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4650
4651 * pgg-gpg.el: Clean up process buffers every time gpg processes
4652 complete.
4653
4654 2006-04-04 Kenichi Handa <handa@m17n.org>
4655
4656 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4657 here.
4658 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4659 Temporarily bind inhibit-field-text-motion to t.
4660
4661 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4662
4663 * startup.el (normal-splash-screen): Only set mode-line-format in the
4664 splash buffer, so as not to interfere when debugging the code.
4665 Ignore errors when switching buffer.
4666
4667 2006-04-03 Romain Francoise <romain@orebokech.com>
4668
4669 * dired.el (dired-dnd-protocol-alist): Fix typo.
4670
4671 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4672
4673 * savehist.el (savehist): Add :version.
4674 (savehist-ignored-variables): New variable.
4675 (savehist-minibuffer-hook): Don't save variables listed in
4676 `savehist-ignored-variables'.
4677
4678 * dired.el (dired-dnd-protocol-alist): Mention that change does
4679 only apply to new buffers in doc string.
4680
4681 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4682
4683 * recentf.el (recentf-open-files-item): Include newline in button
4684 field, so opening a file will work, when the point is at the end
4685 of the file name. Allow, for example, to [i]search a file by
4686 extension and just push RET to open it.
4687
4688 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4689
4690 * pgg-gpg.el (pgg-gpg-process-filter)
4691 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4692
4693 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4694 lines, temporary fix.
4695
4696 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4697
4698 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4699
4700 2006-04-02 Richard Stallman <rms@gnu.org>
4701
4702 * progmodes/compile.el (compilation-message-face): Make it defcustom.
4703
4704 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4705
4706 * ibuf-macs.el (define-ibuffer-column): Add a new key:
4707 header-mouse-map.
4708
4709 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4710 (ibuffer-mode-header-map): New keymaps.
4711 (ibuffer-update-title-and-summary): Enable mouse face highlighting
4712 and keybindings for column headers.
4713 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4714 property.
4715
4716 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
4717
4718 * speedbar.el (speedbar-after-create-hook): Doc fix.
4719
4720 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
4721
4722 * shell.el (shell-directory-tracker)
4723 (shell-dynamic-complete-command): Doc fixes.
4724
4725 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
4726
4727 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4728 terminals.
4729
4730 2006-04-01 Kim F. Storm <storm@cua.dk>
4731
4732 * ido.el (ido-unc-hosts-cache): New defvar.
4733 (ido-unc-hosts): If value of defcustom is a function, call it to
4734 get list of UNC hosts. Add function-item choices to specify
4735 ido-unc-hosts-net-view or user function.
4736 (ido-ignore-unc-host-regexps): New defcustom.
4737 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4738 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4739 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4740
4741 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4744 wwidth.
4745
4746 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4747
4748 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4749 (ido-max-work-file-list, ido-switch-buffer)
4750 (ido-read-file-name-as-directory-commands):
4751 Fix typos in docstrings.
4752
4753 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4754
4755 * term/mac-win.el (mac-system-coding-system): Define and use after
4756 Mac-specific coding systems are ready.
4757
4758 2006-03-27 Romain Francoise <romain@orebokech.com>
4759
4760 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4761
4762 * ldefs-boot.el: Update.
4763
4764 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4765
4766 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4767 passphrases when it is not needed.
4768 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4769 passphrase stuff from gpg, should only be necessary when you use
4770 gpg with a smartcard.
4771
4772 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4773
4774 * comint.el (comint-dynamic-list-completions): Allow user to
4775 select *Completions* buffer.
4776
4777 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4778
4779 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4780
4781 2006-03-26 Andreas Schwab <schwab@suse.de>
4782
4783 * progmodes/gud.el (gdb): Only complain about multiple debugging
4784 when the gdb process is still running.
4785
4786 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4787
4788 * mail/rmail.el (tool-bar-map): Defvar it.
4789 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4790 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4791
4792 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4793
4794 * help.el (print-help-return-message): Suggest to use
4795 display-buffer instead of switch-to-buffer-other-window to restore
4796 the previous window without selecting it.
4797
4798 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4799
4800 * frame.el (select-frame-by-name): Call x-focus-frame also when
4801 window-system is mac.
4802
4803 * term/mac-win.el: Adjust Courier font specifications in
4804 x-fixed-font-alist.
4805 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4806 when directly encoding to UTF-16 in native byte order, no BOM.
4807
4808 2006-03-25 Kim F. Storm <storm@cua.dk>
4809
4810 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4811 (cua--init-keymaps): Use it instead of fixed C-return.
4812 (cua-mode): Set after it.
4813
4814 * emulation/cua-rect.el (cua--init-rectangles):
4815 Use cua-rectangle-mark-key instead of fixed C-return.
4816
4817 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4818
4819 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4820 "run" in .gdbinit.
4821 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4822
4823 2006-03-24 Romain Francoise <romain@orebokech.com>
4824
4825 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4826 `display-buffer-other-frame'.
4827
4828 2006-03-24 Kim F. Storm <storm@cua.dk>
4829
4830 * apropos.el (apropos-synonyms): Add selection => region.
4831
4832 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4833
4834 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4835 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4836 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4837 (gdb-data-list-register-values-regexp)
4838 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4839 Future proof against new fields being added to MI output.
4840 (gdb-send): Don't treat backslashes for program input as
4841 continuations.
4842 (gdb-assembler-handler): Don't use window-start for this handler.
4843 (gdb-frame-handler): Don't change to hollow arrow if overlay
4844 arrow doesn't move to new frame.
4845
4846 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4847
4848 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4849 prevent compiler warnings.
4850 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4851 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4852 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4853 buffer too.
4854
4855 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4856
4857 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4858 make-network-process, so we can use the same code in Gnus v5-10
4859 too and have this file fully synchronized with that release.
4860
4861 2006-03-23 Romain Francoise <romain@orebokech.com>
4862
4863 * ibuf-ext.el (ibuffer-read-filter-group-name):
4864 Use `ibuffer-generate-filter-groups' to make completion list match
4865 the filter groups that are really displayed in the Ibuffer buffer.
4866 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4867
4868 2006-03-23 Kenichi Handa <handa@m17n.org>
4869
4870 * international/mule-cmds.el (sort-coding-systems): Describe that
4871 the argument is modified in docstring.
4872
4873 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4874
4875 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4876 (pgg-gpg-update-agent): New function.
4877 (pgg-gpg-use-agent-p): New function.
4878 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4879 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4880 (pgg-gpg-sign-region): Use it.
4881
4882 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * cus-edit.el (custom-face-set): Call custom-push-theme before
4885 face-spec set so that `changed' theme is correctly saved.
4886 (custom-face-reset-standard): Reset to recalculated face rather
4887 than defface spec.
4888
4889 * custom.el (custom-push-theme): Only save `changed' theme if the
4890 current face does not match the defface specs.
4891
4892 2006-03-21 Simon Josefsson <jas@extundo.com>
4893
4894 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4895 <wilde@sha-bang.de>.
4896 (pgg-gpg-use-agent): New variable.
4897 (pgg-gpg-process-region): Use it.
4898 (pgg-gpg-encrypt-region): Likewise.
4899 (pgg-gpg-encrypt-symmetric-region): Likewise.
4900 (pgg-gpg-decrypt-region): Likewise.
4901 (pgg-gpg-sign-region): Likewise.
4902 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4903
4904 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4905
4906 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4907 bracket links.
4908
4909 2006-03-21 Kim F. Storm <storm@cua.dk>
4910
4911 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4912 fringe-indicator-alist instead of modifying global value.
4913 (gdb-frame-handler): Likewise.
4914
4915 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4916
4917 * diff-mode.el (diff-function): Make it inherit from diff-header
4918 instead of diff-context.
4919
4920 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4921 bitmap.
4922 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4923 change names in macro above for consistency.
4924 (gdb-frame-handler): Use hollow-right-triangle for all selected
4925 frames which except the innermost (where execution has stopped).
4926 (gdb-reset): Reset buffer-local values of overlay-arrow.
4927
4928 2006-03-20 Richard Stallman <rms@gnu.org>
4929
4930 * simple.el (set-mark-command): Doc fix.
4931
4932 * files.el (display-buffer-other-frame): New command.
4933 (ctl-x-4-map): Bind C-x 5 C-o to it.
4934
4935 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4938 rather than just defer-time, in case defer-time has been changed but
4939 the timer isn't running yet.
4940 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4941
4942 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4943
4944 * help-mode.el (help-follow-symbol): New function.
4945 Essentially identical to the old `help-follow', but do not let
4946 `push-button' do the work when on an xref.
4947 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4948
4949 2006-03-19 Richard Stallman <rms@gnu.org>
4950
4951 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4952 preceded by the word `program'.
4953 (help-follow-mouse, help-follow): Throw error if not on xref.
4954 Delete no longer used args.
4955
4956 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4957
4958 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4959 annotation ensure gud-overlay-arrow-position is redisplayed.
4960
4961 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4962
4963 * textmodes/bibtex.el (bibtex-include-OPTkey)
4964 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4965 (bibtex-autokey-name-case-convert)
4966 (bibtex-autokey-titleword-case-convert): Make these the aliases
4967 for the following two variables.
4968 (bibtex-autokey-name-case-convert-function)
4969 (bibtex-autokey-titleword-case-convert-function): Make these the
4970 real names.
4971 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4972 bibtex-font-lock-crossref sublists.
4973 (bibtex-mode): Revert 2005-12-30 change (which made
4974 completion-ignore-case buffer-local).
4975 (bibtex-url): Simplify.
4976
4977 2006-03-19 Kim F. Storm <storm@cua.dk>
4978
4979 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4980 cursor property value to 2 (to align with C level change).
4981
4982 2006-03-19 Bill Wohler <wohler@newt.com>
4983
4984 * image.el (image-load-path-for-library): Shorten first line in
4985 docstring.
4986
4987 2006-03-18 Richard Stallman <rms@gnu.org>
4988
4989 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4990
4991 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4992
4993 * isearch.el (isearch-other-meta-char): Handle user bindings for
4994 shifted control characters.
4995
4996 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4997
4998 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4999 part that matches email addresses, file names, etc.
5000
5001 2006-03-18 Eli Zaretskii <eliz@gnu.org>
5002
5003 * term/w32-win.el (mouse-set-font):
5004 Mention w32-list-proportional-fonts in the doc string.
5005
5006 2006-03-18 Kim F. Storm <storm@cua.dk>
5007
5008 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5009 (ido-unc-hosts): New user option to explicitly define list of know
5010 UNC-style hosts for completion.
5011 (ido-cache-unc-host-shares-time): New user option.
5012 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5013 New helper functions for UNC file-name support.
5014 (ido-may-cache-directory): Check for UNC host. Simplify.
5015 (ido-wash-history): Clean out old UNC hosts.
5016 (ido-nonreadable-directory-p): UNC hosts are always readable.
5017 (ido-directory-too-big-p): UNC hosts are never too big.
5018 (ido-set-current-directory): Handle UNC root path.
5019 (ido-file-name-all-completions): Complete UNC host names from
5020 ido-unc-hosts list. Cache UNC host shares.
5021 (ido-make-file-list-1): Don't filter UNC root.
5022 (ido-exhibit): Check for // in root directory, and switch to UNC
5023 mode by setting ido-current-directory to //.
5024
5025 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
5026
5027 * cus-edit.el (customize-changed-options): Mention explicit
5028 version number as default in prompt.
5029
5030 2006-03-17 Bill Wohler <wohler@newt.com>
5031
5032 * image.el (image-load-path-for-library): Minor docstring fix.
5033
5034 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
5035
5036 * textmodes/org.el (org-read-date): Include subgroup 5 into
5037 replacement text.
5038 (org-popup-calendar-for-date-prompt): Fix customization type.
5039
5040 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
5041
5042 * progmodes/gdb-ui.el (gud-watch): Provide completion.
5043 (gdb-continuation): New variable.
5044 (gdb-send): Deal with continuation lines.
5045
5046 * progmodes/gud.el (gud-gdb-complete-command)
5047 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5048 expressions.
5049 (gud-tooltip-mode): Use buffer-local value.
5050
5051 2006-03-16 Kim F. Storm <storm@cua.dk>
5052
5053 * ido.el (ido-edit-input): Use selected match, if any.
5054
5055 2006-03-16 Bill Wohler <wohler@newt.com>
5056
5057 * image.el (image-load-path-for-library): Prefer user's images in
5058 image-load-path.
5059
5060 2006-03-16 Martin Rudalics <rudalics@gmx.at>
5061
5062 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5063 when checking for attempt to drag leftmost or rightmost scrollbar.
5064
5065 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
5066
5067 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5068 (gdb-force-mode-line-update): New function.
5069 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5070 (gdb-exited): Use them.
5071 (gdb-signal): New function.
5072 (gdb-annotation-rules): Provide a rule for it.
5073
5074 2006-03-16 Kenichi Handa <handa@m17n.org>
5075
5076 * international/mule.el (auto-coding-regexp-alist): Add entries
5077 for Unicode BOM.
5078
5079 * sort.el (sort-build-lists): Temporarily bind
5080 inhibit-field-text-motion to t.
5081
5082 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
5083
5084 * locate.el (locate-command, locate-make-command-line)
5085 (locate-fcodes-file, locate-update-command)
5086 (locate-prompt-for-command, locate, locate-with-filter)
5087 (locate-get-file-positions): Doc fixes.
5088 (locate-buffer-name, locate-header-face): Remove leading `*' in
5089 defcustom.
5090 (locate-filter-output): Use `keep-lines' instead of its alias
5091 `delete-non-matching-lines'.
5092 (locate-get-filename, locate-get-dirname): Add introductory comment.
5093 (locate-find-directory-other-window): Give appropriate error
5094 message if used outside main listing.
5095
5096 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5097
5098 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5099 the new extend-region feature.
5100 (font-lock-after-change-function): Update correspondingly.
5101 * jit-lock.el (jit-lock-after-change): Update correspondingly.
5102 * progmodes/grep.el (font-lock-lines-before): Don't disable.
5103
5104 2006-03-15 Bill Wohler <wohler@newt.com>
5105
5106 * image.el (image-load-path-for-library): Fix example by not
5107 recommending that one binds image-load-path. Just defvar it to
5108 placate compiler and only use it if previously defined.
5109
5110 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
5111
5112 * textmodes/org.el (org-insert-centered): Use `string-width' to
5113 make underlining work for wide characters.
5114 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5115 TAB to `org-cycle', to make sure that no binding in
5116 `outline-mode-map' can supercede it.
5117
5118 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
5119
5120 * allout.el: Increment version to 2.2.1 in file commentary.
5121
5122 (allout-version): Increment to 2.2.1.
5123
5124 (allout-default-layout): New customization variable, used when the
5125 file lacks a specific allout-layout. Uses allout-layout-type for
5126 recursively nested definition.
5127
5128 (allout-layout-type): Widget defining allout layouts, necessary for
5129 self-recursive definition.
5130
5131 (allout-mode): Incorporate allout-default-layout as fallback for
5132 allout-layout.
5133
5134 (allout-layout): Mark as 'safe-local-variable', and refer mention
5135 fallback to `allout-default-layout' in absence of a specified value.
5136 (allout-passphrase-verifier-string)
5137 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5138
5139 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5140
5141 (allout-get-encryption-passphrase-verifier): Use correct name of
5142 passphrase verifier in docstring.
5143
5144 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
5145
5146 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5147 elements.
5148 (gdb-find-watch-expression): Make it work for arrays too.
5149 Follow change to gdb-var-list.
5150 (gud-watch): Allow the user to enter variable name with a prexix
5151 arg. Create keybindings.
5152 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5153 (gdb-var-list-children-handler, gdb-var-update-handler)
5154 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5155 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5156 Follow change to gdb-var-list.
5157 (gdb-starting): Don't show the overlay arrows when program is running.
5158
5159 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5160 gdb-var-list.
5161
5162 2006-03-14 Bill Wohler <wohler@newt.com>
5163
5164 * image.el (image-load-path-for-library): Pass value of path
5165 rather than symbol. Always return list of directories.
5166 Guarantee that image directory comes first.
5167
5168 2006-03-14 Alan Mackenzie <acm@muc.de>
5169
5170 * font-core.el (font-lock-extend-region\(-function\)?.):
5171 New function/variable.
5172
5173 * font-lock.el (font-lock-after-change-function):
5174 Call font-lock-extend-region. Obey font-lock-lines-before.
5175 (font-lock-default-fontify-region): Remove reference to
5176 font-lock-lines-before.
5177
5178 * jit-lock.el (jit-lock-after-change):
5179 Call font-lock-extend-region. Obey font-lock-lines-before.
5180
5181 2006-03-14 David Ponce <david@dponce.com>
5182
5183 * tree-widget.el (tree-widget-themes-load-path)
5184 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5185
5186 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
5187
5188 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5189 (rcirc-print): Mark the start of text at the end of the prompt.
5190 (rcirc-track-minor-mode): Add autoload cookie.
5191 (rcirc-update-activity-string): Add space to front of mode-line
5192 indicator.
5193
5194 2006-03-13 Miles Bader <miles@gnu.org>
5195
5196 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5197 (rcirc-abbrev-nick): Remove function.
5198 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5199
5200 2006-03-13 David Ponce <david@dponce.com>
5201
5202 * tree-widget.el: Handle themes across all occurrences of the main
5203 themes sub-directory found in tree-widget-themes-load-path.
5204 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5205 (tree-widget--locate-sub-directory): Return all occurrences.
5206 (tree-widget-themes-path): New function.
5207 Replace tree-widget-themes-directory, and return a list of directories.
5208 (tree-widget-set-parent-theme)
5209 (tree-widget-lookup-image): Use it.
5210
5211 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
5212
5213 * textmodes/org.el (org-link-search): Avoid self-matching of
5214 links, allow target text to be distributed over several lines.
5215 (org-search-not-link): New function.
5216 (org-set-regexps-and-options, org-get-current-options):
5217 New startup options.
5218 (org-export-as-html): Take odd-level setting from local variable.
5219 (org-fontify-emphasized-text): New option.
5220 (org-set-font-lock-defaults): Include emphasized text.
5221 (org-follow-mhe-link): Allow folder-only links, fix folder name.
5222 (org-font-lock): Customize group renamed from `org-faces'.
5223
5224 2006-03-13 John Paul Wallington <jpw@pobox.com>
5225
5226 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5227 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
5228
5229 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
5230
5231 * cus-start.el (all): Delete :version keyword for members of the
5232 fringe group, since the entire group is new in 22.1.
5233
5234 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
5235
5236 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5237 map if value is hexadecimal (an address).
5238 (gud-watch): Only search roots for existing watch expressions.
5239 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5240 prevent caching problems with speedbar-update-directory-contents.
5241
5242 2006-03-12 Juri Linkov <juri@jurta.org>
5243
5244 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5245 before comparing with `low' and `warn'.
5246
5247 * info.el (Info-dir-remove-duplicates): Move point to the
5248 beginning of the current line after deleting the entries from
5249 redundant heading. Use marker for `limit' and compare it with
5250 point before calling `re-search-forward'.
5251
5252 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5253
5254 * simple.el (yank): Fix typo in docstring.
5255
5256 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
5257
5258 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5259 messages, where "D" is the 6th character.
5260
5261 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5262
5263 * simple.el (yank): Fix last change.
5264
5265 2006-03-11 David Ponce <david@dponce.com>
5266
5267 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5268 merging elements from the standard ispell-dictionary-alist.
5269 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5270 alist, and return the new alist.
5271
5272 2006-03-11 Richard Stallman <rms@gnu.org>
5273
5274 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5275
5276 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5277 the way it is implemented is too unclean.
5278
5279 * simple.el (kill-region, yank): Doc fix.
5280
5281 * battery.el (battery-echo-area-format): Doc fix.
5282 (battery-mode-line-format): Likewise.
5283 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5284 (battery-linux-proc-acpi): Ignore batteries that say "charged".
5285
5286 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5287
5288 * progmodes/octave-mod.el (octave-indent-for-comment):
5289 Behave according to do string.
5290
5291 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
5292
5293 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5294 Be visible only if major mode is Mail Mode.
5295
5296 * textmodes/flyspell.el (flyspell-external-point-words)
5297 (flyspell-process-localwords): Fix last changes.
5298
5299 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5300
5301 * calendar/holidays.el (list-holidays): Doc fix.
5302
5303 * international/mule.el (auto-coding-alist): Add .odt
5304 (OpenOffice's open document) files.
5305
5306 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5307 document) files. Mention in the doc string the need to sync with
5308 auto-coding-alist.
5309
5310 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
5311
5312 * files.el (hack-local-variables-confirm): Don't prompt for ! if
5313 enable-local-variables is set to always query, or there is no
5314 savable variable.
5315
5316 2006-03-10 Bill Wohler <wohler@newt.com>
5317
5318 * image.el (image-load-path-for-library): Merge at least three
5319 functions from Gnus and MH-E into this one function that can now
5320 be shared.
5321
5322 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
5323
5324 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5325 gdb-remove-mouse-face and remove help-echo too.
5326 (gdb-enqueue-input): Correct conditional clause.
5327
5328 2006-03-10 Glenn Morris <rgm@gnu.org>
5329
5330 * calendar/calendar.el (calendar-holidays): Doc fix.
5331 * calendar/holidays.el (list-holidays): Doc fix.
5332
5333 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
5334
5335 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5336 it gets called in gdb-prompt anyway.
5337 (gdb-use-separate-io-buffer): Only restore window arrangement for
5338 gdb-many-windows.
5339 (gdb-enqueue-input): Make it harder to send GDB input when program
5340 is running.
5341 (gdb-buffer-list): New variable.
5342 (gdb-remove-mouse-face): New function.
5343 (gdb-starting): Use it when GDB input won't get sent.
5344
5345 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5346
5347 * help.el (view-lossage): Remove trailing whitespace before
5348 inserting "\n".
5349
5350 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * files.el (hack-local-variables-confirm):
5353 Set coding-system-for-read to nil before writing to .emacs.
5354
5355 * arc-mode.el (archive-extract): Check if an existing buffer name
5356 comes from a different archive.
5357
5358 * help.el (describe-key-briefly): If KEY is a down event, read and
5359 discard the up event.
5360
5361 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5362
5363 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5364 be edited and use font-lock-warning-face for any changes.
5365
5366 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5367 (gdb-edit-value): Use it to report any errors.
5368
5369 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5370
5371 * help.el (describe-key): Remove leftover test code.
5372
5373 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5374
5375 * textmodes/org.el: Move defvars out of eval-when-compile.
5376 Use buffer-file-name variable.
5377 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5378 arg `file'.
5379 (org-level-faces): Remove startup dependency.
5380 (org-cycle, org-map-tree, org-scan-tags)
5381 (org-remember-handler): Don't call `outline-level' directly.
5382 (org-mhe-search-all-folders): New option.
5383 (org-mhe-get-message-folder-from-index)
5384 (org-mhe-get-message-folder): Fix indexing search.
5385 (org-format-agenda-item): Handle nil TAGS argument.
5386 (org-cleaned-string-for-export, org-activate-target-links)
5387 (org-make-target-link-regexp): Deal with empty radio target list.
5388 (org-tag): New face.
5389 (org-get-level-face): New function.
5390 (org-set-font-lock-defaults): Simplify setup for headlines.
5391 (org-complete): Pass common substring to `display-completion-list'.
5392
5393 2006-03-06 David Ponce <david@dponce.com>
5394
5395 * tree-widget.el: Update Commentary header.
5396 (tree-widget-theme-name): Ignore parent themes.
5397 (tree-widget-set-parent-theme): New function.
5398 (tree-widget-set-theme): Use it.
5399 (tree-widget-set-image-properties): Move definition. Does nothing
5400 if image properties have already been set.
5401 (tree-widget-image-properties): Move definition. Receive an image
5402 name. Set the :pointer property.
5403 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5404 Don't set the :pointer image property.
5405 (tree-widget-convert-widget): New function. Handle :dynargs
5406 compatibility here.
5407 (tree-widget): Use it to :convert-widget. Add the :expander-p
5408 predicate to control when the :expander function is entered.
5409 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5410 (tree-widget-value-create): Handle :expander-p. widget-apply
5411 :expander.
5412 (tree-widget-expander-p): New function. Default value of the
5413 :expander-p property.
5414
5415 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5416
5417 * help.el (describe-key): Properly handle the return value of
5418 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5419 remaps. Handle string and vector `follow-link' values.
5420
5421 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * complete.el (PC-expand-many-files): Try be more careful when parsing
5424 the shell's output.
5425
5426 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 * outline.el (hide-sublevels): Provide better interactive default.
5429
5430 2006-03-06 Kenichi Handa <handa@m17n.org>
5431
5432 * international/fontset.el (create-fontset-from-fontset-spec):
5433 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5434
5435 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5436
5437 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5438 backslashes instead of one in regexp.
5439 (gud-tooltip-dereference): Add missing optional argument.
5440
5441 2006-03-04 John Paul Wallington <jpw@pobox.com>
5442
5443 * wdired.el (toplevel): Require `cl' at compile-time.
5444
5445 2006-03-04 Andreas Schwab <schwab@suse.de>
5446
5447 * server.el (server-process-filter): Handle errors during
5448 evaluation of the argument.
5449
5450 2006-03-03 John Paul Wallington <jpw@pobox.com>
5451
5452 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5453 escape parentheses at beginning of line.
5454 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5455 (t-mouse-mode): Remove period from end of error message.
5456
5457 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5458
5459 * textmodes/flyspell.el (flyspell-process-localwords):
5460 Be case-sensitive.
5461
5462 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5463
5464 * cus-edit.el (custom-quote): Remove function, since it has been
5465 moved to custom.el.
5466
5467 * font-lock.el (lisp-font-lock-keywords-2)
5468 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5469 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5470 they have no special meaning.
5471
5472 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5473 indirect buffer gets killed before indirect buffer. Use dolist.
5474
5475 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5476
5477 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5478 value instead of a literal constant (1) on more pauses.
5479
5480 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5481
5482 * textmodes/flyspell.el (flyspell-external-point-words):
5483 Be case-sensitive.
5484
5485 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5486
5487 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5488 with "www".
5489
5490 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5491
5492 * allout.el: Restablish intermediate missing comment header to
5493 preserve outline structure.
5494 (allout-beginning-of-current-entry): Skip invisible text.
5495 (allout-open-topic): Fix opening a topic at end-of-buffer.
5496 (allout-minor-mode): Move nearer to allout-mode function.
5497
5498 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5499
5500 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5501
5502 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5503
5504 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5505 is nil.
5506
5507 * progmodes/gud.el (gud-speedbar-menu-items):
5508 Use buffer-local-value and add missing :visible keyword.
5509
5510 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5511
5512 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5513
5514 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5515 must be `follow-link'.
5516
5517 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5518
5519 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5520 formatting: No nested anchors.
5521 (org-all-targets): Fix bug with XEmacs compatibility.
5522 (org-read-date): Add (require 'parse-time).
5523 (org-set-tags): Fix bug with extra inserted space.
5524 (org-export-html-style): Define a style class for targets.
5525 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5526 (org-hide-leading-stars): New option.
5527 (org-hide): New face.
5528 (org-set-font-lock-defaults): Allow to hide leading stars.
5529 (org-get-legal-level, org-tr-level): New functions.
5530 (org-odd-levels-only): New option.
5531 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5532 (org-demote, org-promote): Deal with double-star levels.
5533 (org-convert-to-odd-levels): New command.
5534
5535 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5536
5537 * speedbar.el (speedbar-update-localized-contents): Try to
5538 preserve window-start.
5539 (speedbar-update-directory-contents): Try to preserve window-start
5540 and window-point.
5541 (speedbar-update-special-contents): Don't move back to start of window.
5542
5543 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5544 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5545 speedbar-timer-fn.
5546 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5547 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5548 instead of gdb-speedbar-timer-fn.
5549
5550 2006-02-28 Jay Belanger <belanger@truman.edu>
5551
5552 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5553 (math-compose-expr): Use latex option when calling
5554 `math-compose-tex-matrix' for latex mode.
5555
5556 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5557
5558 * speedbar.el: Re-instate comments about developing for speedbar
5559 [this is what info and gdb-ui use even if better methods exist now].
5560
5561 * t-mouse.el: New file.
5562 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5563 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5564 (t-mouse-make-event-element): Use posn-at-x-y instead.
5565 (t-mouse-make-event): Deal with Fedora Core 3.
5566 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5567 (t-mouse-mouse-position-function): New function. Use it instead
5568 of advising mouse-position.
5569 (t-mouse-mode): New minor mode.
5570 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5571
5572 2006-02-27 Glenn Morris <rgm@gnu.org>
5573
5574 * calendar/calendar.el (calendar-holidays): Doc fix.
5575
5576 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5577
5578 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5579 Re-introduce the concept of a source window.
5580 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5581 consistency with get-buffer-create.
5582 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5583 (gdb-data-list-register-values-handler)
5584 (gdb-stack-list-locals-handler): Try to preserve window-start as
5585 well as window-point.
5586 (gdb-display-source-buffer): New function (old concept).
5587 (gdb-goto-breakpoint): Use it.
5588
5589 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5590 for gdb-ui/gdb-mi (old concept).
5591
5592 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5593
5594 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5595 binding.
5596
5597 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5598
5599 * textmodes/reftex-sel.el (reftex-select-label-map)
5600 (reftex-select-bib-map): Add `follow-mouse' binding.
5601
5602 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5603
5604 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5605 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5606 Give :set functions to provide automatic updating.
5607 Update docstring. Give compiler defvars early in the file
5608 and move the defcustoms to a later spot where all called functions
5609 are defined.
5610 (jka-compr-file-name-handler-entry): Doc fix.
5611 (jka-compr-compression-info-list--internal)
5612 (jka-compr-mode-alist-additions--internal)
5613 (jka-compr-load-suffixes--internal): New variables.
5614 (jka-compr-install): Set the three above variables.
5615 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5616 (jka-compr-update, jka-compr-set): New functions.
5617 (auto-compression-mode): Doc fix.
5618
5619 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5620 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5621 Use jka-compr-compression-info-list--internal,
5622 jka-compr-mode-alist-additions--internal and
5623 jka-compr-load-suffixes--internal.
5624
5625 * files.el (load-library):
5626 * loadhist.el (file-loadhist-lookup):
5627 * startup.el (command-line):
5628 * subr.el (locate-library):
5629 * emacs-lisp/autoload.el (update-directory-autoloads):
5630 * emacs-lisp/find-func.el (find-library-suffixes):
5631 Use `get-load-suffixes' instead of `load-suffixes'.
5632
5633 * subr.el (locate-library):
5634 * emacs-lisp/find-func.el (find-library-name):
5635 Use `load-file-rep-suffixes' instead of '("").
5636
5637 2006-02-26 Kim F. Storm <storm@cua.dk>
5638
5639 * ido.el (ido-save-history, ido-load-history): Simplify.
5640 Don't use find-file-noselect to avoid interference from other modes.
5641
5642 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
5643
5644 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5645 to use the default shell if filename is not available.
5646 Reported by Giorgos Keramidas.
5647
5648 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
5649
5650 * progmodes/etags.el (tags-completion-table): Do completion from
5651 all the tables in the current list, as documented in the manual.
5652
5653 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5654
5655 * CC Mode Update to 5.31.3.
5656
5657 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5658
5659 * progmodes/cc-mode.el (c-postprocess-file-styles):
5660 Bind inhibit-read-only to t, around the call to
5661 c-remove-any-local-eval-or-mode-variables, so that it works on a
5662 RO file.
5663
5664 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5665
5666 * progmodes/cc-awk.el: Correct a typo.
5667
5668 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5669
5670 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5671 c-hungry-delete-backwards, at the request of RMS. Leave the old
5672 name as an alias.
5673
5674 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5675
5676 * progmodes/cc-mode.el: Correct a typo.
5677
5678 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5679
5680 * progmodes/cc-defs.el: Update the version number to 5.31.3.
5681
5682 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5683
5684 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5685 brace-else-brace (error due to mbeg, mend being undefined).
5686
5687 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5688
5689 * progmodes/cc-mode.el: File Local variables: Solve the problem
5690 where both `mode' and c-file-offsets are specified: `mode' will
5691 overwrite c-f-o's settings:
5692 (c-remove-any-local-eval-or-mode-variables): New function.
5693 (c-postprocess-file-styles): Call the above new function, within
5694 c-tentative-buffer-change, to splat `mode' and `eval' before the
5695 second hack-local-variables.
5696
5697 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5698
5699 * progmodes/cc-mode.el:
5700 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5701 (c-after-change): Protect the match data with save-match-data.
5702 It was getting corrupted by c-after-change-check-<>-operators.
5703
5704 * cc-defs.el: [Supersedes patch V1.38]:
5705 (top level): Check for a buggy font-lock-compile-keywords ONLY in
5706 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
5707
5708 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5709 with save-match-data. It was being corrupted when Font Lock was
5710 not enabled.
5711
5712 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5713
5714 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5715 Mode and Subword Mode.
5716
5717 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5718 real labels ("case 1:" or "foo:") from non-labels ("public:").
5719 (c-forward-objc-directive): Replace c-forward-token-2 with crude
5720 coding; c-f-t-2 doesn't move over a token at EOB.
5721
5722 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5723
5724 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5725 (c-update-modeline): Concatenate the minor mode indicators
5726 directly onto mode-name, removing c-submode-indicators.
5727 Sometimes, c-s-i got separated from the mode name on the mode line.
5728
5729 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5730 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5731
5732 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5733
5734 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5735 error message when there's an evaluation error to show whether
5736 it's loaded from source or not.
5737 (c-filter-ops): Make it available at runtime too to work when
5738 `c-make-init-lang-vars-fun' needs to evaluate from source.
5739
5740 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * help.el (help): Revert last part of 2006-02-23 change (deletion
5743 of the `provide' call).
5744
5745 2006-02-23 Juri Linkov <juri@jurta.org>
5746
5747 * compare-w.el (compare-windows-highlight): Add new value
5748 `persistent' and change :type from `boolean' to `choice'.
5749 (compare-windows-overlays1, compare-windows-overlays2):
5750 New internal variables.
5751 (compare-windows-highlight): If compare-windows-highlight is
5752 `persistent', add current overlays to compare-windows-overlays[12]
5753 instead of adding compare-windows-dehighlight to pre-command-hook.
5754 (compare-windows-dehighlight): Delete all overlays from
5755 compare-windows-overlays[12].
5756
5757 * info.el (Info-search): Don't bind search-spaces-regexp to
5758 Info-search-whitespace-regexp in non-regexp isearch mode.
5759
5760 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5763
5764 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5765
5766 * textmodes/org.el (org-xemacs-p)
5767 (org-export-html-show-new-buffer, org-table-may-need-update)
5768 (org-insert-item, org-mhe-get-message-real-folder)
5769 (org-mhe-get-message-folder-from-index)
5770 (org-mhe-get-message-folder, org-mhe-get-message-num)
5771 (org-mhe-get-header, org-make-org-heading-search-string)
5772 (org-make-org-heading-camel, org-table-sort-lines)
5773 (org-format-org-table-html, org-format-table-table-html):
5774 Fix typos in docstrings.
5775
5776 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5777
5778 * textmodes/org.el (org-cleaned-string-for-export)
5779 (org-solidify-link-text): New function.
5780 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5781 XEmacs, just to silence the compiler.
5782 (org-export-as-ascii, org-export-as-html-and-open):
5783 Use `org-cleaned-string-for-export' and create internal links.
5784 (org-follow-mhe-link): Require mh-e, use folder.
5785
5786 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5787
5788 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5789
5790 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5791 gdb-debug-log-length.
5792 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5793 it a real ring but...
5794 (gud-gdba-marker-filter): ...make it work like mark-ring.
5795 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5796 (gdb-mouse-jump): New function. Add bindings.
5797
5798 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5799
5800 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5801 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5802 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5803 (gdb-debug-log-length): Customize it's length.
5804 (gud-watch, gdb-var-create-handler): Display function::var format
5805 but don't use to create variable object.
5806 (gdb-var-create-handler): Use message-box in place of message.
5807 (gdb-stopped): Call gdb-exited if signalled.
5808
5809 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5810
5811 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5812
5813 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5814
5815 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5816 if `reftex-try-all-extensions' is set.
5817
5818 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5819 fail silently when there is no valid argument at point.
5820 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5821 `fail-silently' argument. From a patch by David Reiter.
5822
5823 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5824 New commands.
5825 (org-mark-ring): New variable.
5826 (org-mark-ring-length): New option.
5827 (org-open-at-point, org-goto, org-open-file): Push old position
5828 onto the mark ring.
5829 (org-add-hook): New function.
5830 (org-export-table-remove-special-lines): New option.
5831 (org-skip-comments, org-format-org-table-html): Respect new
5832 option `org-export-table-remove-special-lines'.
5833 (org-open-file): Allow special command configuration for
5834 directory link.
5835 (org-file-apps): Fix bugs in customize type, added setting
5836 for directories.
5837 (org-activate-tags, org-format-agenda-item, org-complete)
5838 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5839 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5840 (org-link-search, org-make-org-heading-search-string)
5841 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5842 (org-radio-targets, org-file-link-context-use-camel-case)
5843 (org-activate-camels): New options.
5844 (org-update-radio-target-regexp, org-all-targets)
5845 (org-make-target-link-regexp, org-activate-target-links):
5846 New functions.
5847 (org-make-org-heading-search-string): New function.
5848 (org-store-link, org-insert-link): Use new option
5849 `org-file-link-context-use-camel-case'.
5850 (org-activate-camels): Use new option `org-activate-camels'.
5851 (org-link-regexp): Add mhe prefix.
5852 (org-open-at-point, org-store-link): Support for mhe links.
5853 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5854 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5855 (org-mhe-get-header, org-follow-mhe-link): New functions.
5856 (org-remove-angle-brackets, org-add-angle-brackets):
5857 New functions.
5858 (org-bracket-link-regexp): New constant.
5859 (org-read-date): Fix bug that was rejecting all typed dates.
5860 (org-link-search): Make hierarchy above visible after a match.
5861 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5862 (org-store-link): Fix bug with link creation when cursor is in
5863 an empty line.
5864 (org-open-at-point): Fix bug with matching a link.
5865 Fixed buggy argument sequence in call to `org-view-tags'.
5866 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5867 (org-prefix-has-tag): New variable.
5868 (org-format-agenda-item): Remove tags from headline
5869 if appropriate.
5870 (org-agenda-remove-tags-when-in-prefix): New option.
5871
5872 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5873
5874 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5875 Fix the regular expressions.
5876
5877 2006-02-21 Richard M. Stallman <rms@gnu.org>
5878
5879 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5880 if there's no other specific basis.
5881
5882 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5883 as variables at all.
5884 (unsafep-variable): Rename arg; doc fix.
5885
5886 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5887
5888 * calendar/appt.el (diary-selective-display): Add defvar.
5889
5890 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5891
5892 * isearch.el (search-whitespace-regexp): Fix custom type.
5893
5894 * help.el (describe-key-briefly): Compute interactive args
5895 in same was as before previous change.
5896
5897 * files.el (enable-local-variables): Doc fix.
5898
5899 2006-02-21 Kim F. Storm <storm@cua.dk>
5900
5901 * fringe.el: Cleanup as file is now pre-loaded.
5902 (fringe-bitmaps): Initialize unconditionally.
5903 (fringe-mode, set-fringe-style): Remove autoload cookies.
5904
5905 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5906
5907 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5908 `horizontal-bar'.
5909 (fringe-cursor-alist): Use `horizontal-bar'.
5910
5911 2006-02-20 Kim F. Storm <storm@cua.dk>
5912
5913 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5914 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5915
5916 * loadup.el: Load "fringe" on window systems.
5917
5918 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5919
5920 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5921 out of scope components.
5922
5923 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5924 default.
5925
5926 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5927
5928 * custom.el (customize-mark-to-save, customize-mark-as-set):
5929 Load the symbol first.
5930
5931 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5932
5933 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5934 strech spec so it doesn't display as "^J" on the header line
5935 when `Buffer-menu-use-header-line' is t.
5936
5937 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5938
5939 * speedbar.el (speedbar-make-button): Keep text properties
5940 of string arguments if desired.
5941
5942 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5943 expessions.
5944
5945 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5946 of speedbar.
5947
5948 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5949
5950 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5951 to value of `read-file-name-completion-ignore-case'.
5952
5953 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5954
5955 * custom.el (customize-mark-as-set): Push to `user' theme.
5956
5957 * cus-edit.el (custom-save-variables): Allow unthemed values.
5958 (customize-set-variable): Push setting to `user' theme.
5959
5960 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5961
5962 * progmodes/gud.el: Don't require font-lock as it's now
5963 automatically loaded.
5964 (gud-speedbar-buttons): Replace gdb-var-changed with
5965 gdb-force-update.
5966
5967 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5968 gdb-var-changed.
5969 (gdb-post-prompt): Use it.
5970 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5971 (gdb-var-update-handler, gdb-var-delete)
5972 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5973 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5974 gdb-force-update in gdb-post-prompt.
5975 (gdb-reset): Clear watch expressions from speedbar when quitting.
5976
5977 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5978
5979 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5980 (viper-change-state-to-vi, viper-change-state-to-emacs):
5981 Make aware of cursor coloring in the Emacs state.
5982 (viper-special-read-and-insert-char): Use read-char-exclusive.
5983 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5984
5985 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5986
5987 * viper-util.el (viper-save-cursor-color)
5988 (viper-get-saved-cursor-color-in-replace-mode)
5989 (viper-get-saved-cursor-color-in-insert-mode)
5990 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5991 state.
5992 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5993
5994 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5995 (ediff-ignore-case-option3, ediff-actual-diff-options)
5996 (ediff-actual-diff3-options): New variables to control case sensitivity.
5997 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5998 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5999 (ediff-toggle-ignore-case): New function.
6000 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6001
6002 * ediff-help.el (ediff-long-help-message-narrow2)
6003 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6004 (ediff-long-help-message-word-mode): Add ignore-case command.
6005 (ediff-help-for-quick-help): Add ignore-case command.
6006
6007 * ediff-merg.el: Move provide to the end.
6008
6009 * ediff-ptch.el: Move provide to the end.
6010
6011 * ediff-wind.el: Move provide to the end.
6012
6013 * ediff-mult.el: Move provide to the end.
6014 (ediff-set-meta-overlay): Enable follow-link.
6015
6016 * ediff.el: Move provide to the end.
6017 Break recursive load cycle in eval-when-compile.
6018 (ediff-patch-buffer): Better heuristics.
6019
6020 * ediff-util.el: Move provide to the end.
6021 Break recursive load cycle in eval-when-compile.
6022 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
6023 defuns.
6024 (ediff-submit-report): Pass the values of ediff-diff3-program,
6025 ediff-diff3-options.
6026
6027 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
6028
6029 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6030 the opening bracket of the following bracketing pairs: {}, [], (), <>,
6031 `' (for example, in the docstring of `windmove-default-keybindings').
6032
6033 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6034
6035 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6036 shadow face. Don't provide binding to edit variable when it is
6037 out of scope.
6038
6039 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6040 (gdb-var-update-handler): Detect out of scope variables with pre
6041 GDB 6.4 too.
6042 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6043 Reset status of variable objects to nil in update handlers.
6044 (gdb-var-update-handler-1): Detect when a variable object comes
6045 in scope. setcar on var changes gdb-var-list directly.
6046
6047 2006-02-17 Juri Linkov <juri@jurta.org>
6048
6049 * ffap.el (ffap) <defface>: Add explicit face declaration.
6050 (ffap-highlight): Use face `ffap' directly instead of checking
6051 for its existence.
6052
6053 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6054 `visible-ok' of `other-buffer' to find the right original buffer.
6055
6056 * info.el (Info-search): Skip `Local Variables' node.
6057
6058 2006-02-17 Juri Linkov <juri@jurta.org>
6059
6060 * info.el (Info-find-file): Check for symbols `apropos', `history',
6061 `toc' in the input filename, and return these symbols as is.
6062 (Info-find-node-2): Set Info-current-file to symbols `apropos',
6063 `history', `toc' instead of strings.
6064 (Info-set-mode-line): For non-string Info-current-file use the
6065 symbol's name inside **.
6066 (Info-isearch-push-state): Add quote before Info-current-file and
6067 Info-current-node.
6068 (Info-isearch-pop-state): Use `equal' instead of `string='.
6069 (Info-extract-pointer, Info-following-node-name): Use
6070 `match-string-no-properties' instead of `match-string'.
6071 (Info-up): Check `old-file' for `stringp'.
6072 (Info-history): Use `equal' instead of `string-equal'.
6073 Check `file' for `stringp'.
6074 (Info-history): Use symbol `history' instead of string as first arg
6075 of `Info-find-node'.
6076 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
6077 `toc' instead of string.
6078 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6079 instead of `buffer-substring', and `match-string-no-properties'
6080 instead of `match-string'.
6081 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6082 instead of strings.
6083 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6084 Use symbol `apropos' instead of string.
6085 (Info-copy-current-node-name): Check `Info-current-file' for
6086 `stringp' and construct a command with `Info-find-node' from it.
6087 (Info-fontify-node): Use `match-string-no-properties' instead of
6088 `match-string' and check file names for `stringp'.
6089 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6090 `history', `toc' instead of strings.
6091
6092 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
6093
6094 * files.el: Rearrange functions and variables in the file local
6095 variables section.
6096
6097 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
6098
6099 * files.el: Add truncate-lines, ispell-check-comments and
6100 ispell-local-dictionary as safe local variables.
6101
6102 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6103
6104 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6105 out of scope variables.
6106 (gud-speedbar-buttons): Use unless.
6107
6108 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6109 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6110 (gdb-show-changed-values): Also use for out of scope variables.
6111 (gdb-var-update-handler-1): Note if variable goes out of scope.
6112
6113 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
6114
6115 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6116 default to global variable values for unsupplied args.
6117 (rcirc-get-buffer-create): Fix bug with setting the target.
6118 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6119 test for rcirc-always-use-server-buffer-flag here.
6120 (rcirc-response-formats): Add %N, which is a facified nick. %n
6121 uses the default face. Change the ACTION format string. If the
6122 "nick" is the server, don't print anything for that field.
6123 Comment fixes.
6124 (rcirc-target-buffer): Don't test
6125 rcirc-always-use-server-buffer-flag here.
6126 (rcirc-print): Squeeze extra spaces out of the text before message.
6127 (rcirc-put-nick-channel): Strip potential "@" char from nick
6128 before adding them to nick table.
6129 (rcirc-url-regexp): Improve to match address like "foo.com".
6130
6131 2006-02-17 Eli Zaretskii <eliz@gnu.org>
6132
6133 * allout.el (allout-hidden-p): Move this defsubst before
6134 allout-overlay-interior-modification-handler, where it is first
6135 used.
6136
6137 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
6138
6139 * allout.el: Use allout invisible-text overlays instead of
6140 selective display for concealed text. Also, lots of general
6141 cleanup, and improved compatibility code.
6142
6143 (allout-version) Incremented, corrected, revised, and refined
6144 module commentary.
6145
6146 (provide 'allout): Moved to the bottom, added a require of overlay.
6147
6148 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6149 `except-current'.
6150 (allout-write-file-hook-handler): Minimize delay.
6151 (count-trailing-whitespace-region): New function so
6152 auto-encryption of current topic can resituate cursor exactly.
6153 PGP/GPG encryption trims trailing whitespace from lines, which
6154 must be accounted for across encryption then decryption.
6155
6156 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6157 just plain "\C-c", to avoid intruding on user's keybinding space.
6158
6159 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6160 parameter, so user request to provide a new password is done.
6161
6162 (allout-outside-normal-auto-fill-function, allout-auto-fill):
6163 Refined mechanism for auto-filling behavior while in allout mode.
6164
6165 (allout-mode): Explicitly specify the mode map in the docstring.
6166 Clarify provision for various write-file hook var names.
6167 Adjusted for invisible-text overlays instead of selective-display.
6168
6169 (allout-depth): Really return 0 if not within any topic. This
6170 rectifies `allout-beginning-of-level' and sequence numbering
6171 errors that occur when cutting and pasting numbered topics.
6172 Changed from a in-line subst to a regular function, as well.
6173
6174 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6175
6176 (allout-end-of-subtree, allout-end-of-subtree)
6177 (allout-end-of-entry, allout-end-of-current-heading)
6178 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6179 (allout-show-children, allout-show-to-offshoot)
6180 (allout-hide-current-entry, allout-show-current-entry): Rectified
6181 handling of trailing blank lines between items.
6182
6183 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6184 (allout-current-depth, allout-unprotected, allout-hidden-p)
6185 (allout-on-current-heading-p, allout-listify-exposed)
6186 (allout-chart-subtree, allout-goto-prefix)
6187 (allout-back-to-current-heading, allout-get-body-text)
6188 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6189 (allout-hide-region-body, allout-toggle-subtree-encryption)
6190 (allout-encrypt-string, allout-encrypted-key-info)
6191 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6192 (allout-file-vars-section-data): Adjusted for use with
6193 invisible-text overlays instead of selective-display.
6194
6195 (allout-kill-line, allout-kill-topic, allout-yank-processing):
6196 Reworked for use with invisible text overlays.
6197
6198 (allout-current-topic-collapsed-p): New function.
6199
6200 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6201 to know when to close the containing topic.
6202
6203 (allout-pre-command-business, allout-post-command-business):
6204 Simplify undo-batching and dynamic isearch exposure.
6205
6206 (allout-set-overlay-category): New for invisible-text overlays.
6207 Sets properties of allout-overlay-category, used by
6208 allout-flag-region to set invisible-text overlay properties.
6209 (allout-get-invisibility-overlay): Get the first qualifying
6210 invisibility overlay, so we can find the extent of it.
6211 (allout-back-to-visible-text): Get to just before the beginnining
6212 of the current invisibility overlay, if any.
6213
6214 (allout-overlay-insert-in-front-handler)
6215 (allout-overlay-interior-modification-handler)
6216 (allout-before-change-handler, allout-isearch-end-handler): New
6217 functions to handle extraordinary actions affecting concealed
6218 text.
6219
6220 (allout-flag-region): Use overlays instead of selective-display
6221 for invisible text - by inheritence from the properties of
6222 allout-overlay-category in mainline Emacs, and applied
6223 property-by-property in XEmacs, some recent versions of which
6224 don't inherit the properties from the category. Provisions to
6225 respond to concealed-text edits simplified drastically.
6226
6227 (allout-isearch-rectification, allout-isearch-was-font-lock)
6228 (allout-isearch-expose, allout-enwrap-isearch)
6229 (allout-isearch-abort, allout-pre-was-isearching)
6230 (allout-isearch-prior-pos, allout-isearch-did-quit)
6231 (allout-isearch-dynamic-expose)
6232 (allout-hide-current-entry-completely): Functions deleted.
6233
6234 (allout-undo-aggregation): Explicit undo aggregation no longer
6235 necessary due to transition away from selective-display.
6236
6237 (set-allout-regexp, allout-up-current-level)
6238 (allout-next-visible-heading, allout-forward-current-level)
6239 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6240 (allout-kill-line, allout-yank-processing, allout-show-children)
6241 (allout-expose-topic, allout-old-expose-topic)
6242 (allout-listify-exposed, allout-insert-latex-header)
6243 (allout-toggle-subtree-encryption, allout-encrypt-string)
6244 (remove-from-invisibility-spec, allout-hide-current-subtree):
6245 Ditched unused variables.
6246
6247 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
6248
6249 * textmodes/ispell.el (ispell-change-dictionary): Call
6250 ispell-buffer-local-dict instead of
6251 ispell-accept-buffer-local-defs.
6252 (ispell-local-dictionary-alist): Accept as valid any coding-system
6253 supported by Emacs.
6254 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6255 changed to iso-8859-3.
6256
6257 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
6258
6259 * speedbar.el (speedbar-frame-width): Make an inline function
6260 instead of a macro. Use frame-width.
6261 (speedbar-try-completion, speedbar-update-contents)
6262 (speedbar-timer-fn): Use consp.
6263 (speedbar-update-localized-contents): Try to preserve point.
6264
6265 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6266 (menu): Re-order menu items.
6267 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6268 field.
6269 (gdb-var-update-handler-1): Use it for GDB 6.4+.
6270 (gdb-post-prompt): Speed things by not forcing update.
6271
6272 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
6273
6274 * wid-edit.el (widget-button-click): For mouse-1, cancel button
6275 press and perform default action if we get a mouse movement event.
6276
6277 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6278
6279 * calendar/icalendar.el (icalendar--get-event-property)
6280 (icalendar--get-event-property-attributes): Fix typos in
6281 docstrings.
6282
6283 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6284 docstring.
6285
6286 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
6287
6288 * bs.el (bs-mode): Use `buffer-disable-undo'.
6289 (bs--get-file-name): Simplify.
6290 (bs-show-in-buffer): Mark the buffer as not modified.
6291
6292 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6293
6294 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6295 widget-button-click.
6296
6297 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6298 (custom-mode): Update docstring.
6299
6300 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6301 binding.
6302
6303 * files.el (hack-local-variables-confirm): Allow scrolling if the
6304 file variable list is too long. Kill temp buffer after use.
6305
6306 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6307
6308 * progmodes/gud.el (gdb): Improve doc string.
6309 (gdb-script-font-lock-keywords): Expand allowed character set.
6310
6311 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6312 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6313 (gdb-separate-io-interrupt, gdb-separate-io-quit)
6314 (gdb-separate-io-stop, gdb-separate-io-eof):
6315 Rename from gdb-inferior-* to gdb-separate-*.
6316 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6317
6318 2006-02-14 Jay Belanger <belanger@truman.edu>
6319
6320 * calc/calc-arith.el (math-check-known-scalarp): Make sure
6321 expression is a symbol before checking that it is bound.
6322
6323 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6324 test to see if equation can be solved.
6325
6326 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6327
6328 * wid-edit.el (widget-button-click): Use :pressed-face property
6329 for overlay face, if it exists.
6330
6331 * cus-edit.el (custom-manual, custom-add-see-also)
6332 (custom-add-parent-links, custom-group-link): Add :pressed-face
6333 property to links.
6334
6335 * files.el (hack-local-variables): Remove ignored variables before
6336 checking if any variables need setting.
6337
6338 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6339
6340 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6341
6342 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6343
6344 * help.el (where-is): Fix message for remapped commands.
6345
6346 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6347 Fix typos in docstrings.
6348
6349 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6350
6351 * files.el (safe-local-variable-values): New option.
6352 (hack-local-variables-prop-line): Return a list of variable-value
6353 pairs if MODE-ONLY is non-nil.
6354 (hack-local-variables): Construct list of variable-value pairs,
6355 and apply or reject them in one go. Ask for confirmation if
6356 variables are not known safe.
6357 (hack-local-variables-confirm): Complete rewrite. Support
6358 `safe-local-variable-values'.
6359 (enable-local-variables): Update docstring to reflect new
6360 behavior.
6361 (ignored-local-variables): Ignore ignored-local-variables and
6362 safe-local-variable-values.
6363 (safe-local-variable-p): New function.
6364 (risky-local-variable-p): `safe-local-variable' property check
6365 moved to safe-local-variable-p.
6366 (hack-one-local-variable): Checks moved to hack-local-variables.
6367
6368 (byte-compile-dynamic, c-basic-offset, c-file-style)
6369 (c-indent-level, comment-column, fill-column, fill-prefix)
6370 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6371 (no-update-autoloads, outline-regexp, page-delimiter)
6372 (paragraph-start, paragraph-separate, sentence-end)
6373 (sentence-end-double-space tab-width, version-control):
6374 Add `safe-local-variable' property.
6375
6376 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6377
6378 * icomplete.el, play/landmark.el: Change nonexistent
6379 `outline-layout' file variable to `allout-layout'.
6380
6381 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6382
6383 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6384 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6385 to gud-comint-buffer.
6386 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6387 gdb-ui.el for gdb-mi.el.
6388 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6389 registers buffer to gdb-get-changed-registers.
6390 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6391 deletion of catchpoints (throw and catch).
6392 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6393 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6394 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6395 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6396 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6397
6398 2006-02-13 Jay Belanger <belanger@truman.edu>
6399
6400 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6401 expression is a symbol before checking that it is bound.
6402
6403 2006-02-13 Richard M. Stallman <rms@gnu.org>
6404
6405 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6406 for the minibuffer too, but not if resize-mini-windows will interfere.
6407
6408 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6409 inside `interactive' spec.
6410 (describe-key-briefly-internal, describe-key-internal):
6411 Functions merged back into their callers.
6412
6413 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6414
6415 * info.el (info-xref-visited): Inherit from info-xref too.
6416 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6417 when propertizing Info-current-file and Info-current-node.
6418
6419 2006-02-13 Juri Linkov <juri@jurta.org>
6420
6421 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6422 (tumme-thumb-name): Fix per-directory format.
6423
6424 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6425
6426 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6427
6428 2006-02-12 Miles Bader <miles@gnu.org>
6429
6430 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6431
6432 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6433
6434 * tumme.el: Remove history section. If someone needs the it, it
6435 can always be found in CVS.
6436
6437 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6438
6439 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6440 about the Thumbnail Managing Standard option.
6441
6442 2006-02-12 Richard M. Stallman <rms@gnu.org>
6443
6444 * subr.el (substitute-key-definition): Doc fix.
6445
6446 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6447
6448 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6449
6450 * info.el (Info-mode): Doc fix.
6451
6452 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6453
6454 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6455
6456 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6457 because on Solaris a POSIX compatible "id" is needed. Reported by
6458 Magnus Henoch <mange@freemail.hu>.
6459
6460 2006-02-12 Juri Linkov <juri@jurta.org>
6461
6462 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6463 (tumme) <defgroup>: Change :group to `multimedia'.
6464 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6465 Managing Standard.
6466 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6467 Fix dostring.
6468 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6469 and %y. Fix docstring.
6470 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6471 (tumme-cmd-create-standard-thumbnail-command): New user options.
6472 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6473 is `standard'. Fix docstring.
6474 (tumme-thumb-width, tumme-thumb-height): New user options.
6475 (tumme-external-viewer): Try to find various viewers.
6476 (tumme-get-thumbnail-image): Use `create-image' instead of
6477 constructing the `image' structure.
6478 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6479 `standard'.
6480 (tumme-thumb-name): Add file name generation for standard storage.
6481 Simplify code for other storages.
6482 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6483 Add modification time %m and thumbnail-nq8 %q.
6484 Use `tumme-cmd-create-standard-thumbnail-command' if
6485 tumme-thumbnail-storage is `standard'.
6486 (tumme-dired-insert-marked-thumbs): New autoload command.
6487 (tumme-dired-after-readin-hook): New function.
6488 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6489 `tumme-thumb-size'.
6490 (tumme-display-image): Replace size-x %x and size-y %y with
6491 width %w and height %h.
6492
6493 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6494 `tumme-dired-insert-marked-thumbs'.
6495
6496 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6497
6498 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6499 include path).
6500 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6501 matching tag.
6502
6503 2006-02-12 Miles Bader <miles@gnu.org>
6504
6505 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6506 New variables.
6507 (rcirc-abbrev-nick): New function.
6508 (rcirc-format-response-string): Rewrite to use the formats in
6509 `rcirc-response-formats' and expand escape sequences therein.
6510 A text-property `rcirc-text' is added over the actual response
6511 text to make easy to find inside the returned string.
6512 (rcirc-print): When filling, just look for the `rcirc-text'
6513 text-property to find the appropriate fill prefix, instead of
6514 using hardwired patterns.
6515
6516 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6517
6518 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6519 Managing Standard.
6520
6521 2006-02-11 Kim F. Storm <storm@cua.dk>
6522
6523 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6524 Don't use insert-buffer; do insert-buffer-substring directly.
6525 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6526
6527 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6528
6529 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6530 with inhibit-read-only. Suggested by Stefan Monnier.
6531 (revert-buffer): Let insert-file-contents discard
6532 buffer-undo-list. Simplify code.
6533 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6534
6535 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6536
6537 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6538
6539 * help.el (describe-key-briefly): Now a wrapper for
6540 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6541 to t. Populate yank-menu if empty.
6542 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6543 (describe-key): Now a wrapper for describe-key-internal. Bind
6544 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6545 (describe-key-internal): Renamed from describe-key.
6546
6547 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6548
6549 * progmodes/glasses.el (glasses-separator): Doc fix.
6550 (glasses-original-separator): New defcustom.
6551 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6552
6553 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6554
6555 * mwheel.el (mouse-wheel-up-event): Doc fix.
6556
6557 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6558
6559 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6560 (tumme-dir): New function. Copied from thumbs.el.
6561
6562 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6563
6564 * desktop.el (desktop-outvar): Fix typo.
6565 (desktop-save-buffer-p): Doc fix.
6566
6567 * subr.el (substitute-key-definition): Fix typo.
6568
6569 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6570
6571 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6572 when window-system is mac.
6573
6574 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6575
6576 2006-02-10 Kim F. Storm <storm@cua.dk>
6577
6578 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6579 indirect-function instead of using condition-case.
6580
6581 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6582
6583 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6584 less `colloquial'...
6585
6586 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6587
6588 * tumme.el: Add a couple of todo items.
6589
6590 2006-02-09 Lars Hansen <larsh@soem.dk>
6591
6592 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6593 (highlight-changes-mode): Don't change desktop-locals-to-save.
6594
6595 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6596
6597 * image-mode.el (image-toggle-display): Clear image cache if using
6598 filename.
6599
6600 2006-02-09 Masatake YAMATO <jet@gyve.org>
6601
6602 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6603 a `dired-man' target.
6604
6605 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6606 boundary of symbols.
6607
6608 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6609
6610 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6611
6612 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6613
6614 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6615 `mapcar'; return nil.
6616
6617 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6620 some other event.
6621
6622 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6623
6624 * net/rcirc.el (rcirc-startup-channels-alist):
6625 Add irc.freenode.net and #emacs as defaults.
6626 (rcirc-ignore-all-activity-flag): Remove variable.
6627 (rcirc-authinfo): New variable.
6628 (rcirc-authinfo-filename): Remove variable.
6629 (rcirc-always-use-server-buffer-flag): New flag.
6630 (rcirc): M-x rcirc will automatically connect without prompting.
6631 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6632 connection in lisp.
6633 (rcirc-process-server-response-1): Remove everything but the nick
6634 portion of the sender so it doesn't need to be done everywhere
6635 else. Update related code.
6636 (global-map): Remove global keybindings.
6637 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6638 (rcirc-send-input): Split into several functions.
6639 (rcirc-process-input-line, rcirc-process-message)
6640 (rcirc-process-command): New functions.
6641 (rcirc-target-buffer): New function to determine where to route
6642 messages.
6643 (rcirc-user-nick): Save match data.
6644 (rcirc-toggle-ignore-buffer-activity)
6645 (rcirc-update-activity-string): Remove global ignore functionality,
6646 which can be done now by toggling rcirc-track-minor-mode.
6647 (rcirc-track-minor-mode-map): New keymap.
6648 (rcirc-track-minor-mode): New minor-mode.
6649 (ignore): Make the ignore output nicer. Always print it when
6650 adding or removing nicks.
6651 (rcirc-url-regexp): Improve.
6652 (rcirc-mangle-text): Remove properties before using text in the
6653 modeline.
6654 (rcirc-authenticate): Authentication data comes from
6655 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6656 (rcirc-server-prefix): Inherit from rcirc-server.
6657
6658 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
6659
6660 * Makefile.in (compile): Append "|| true" to the end of the `find'
6661 command, like compile-always does.
6662
6663 2006-02-08 Sam Steingold <sds@gnu.org>
6664
6665 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6666 output from a dead connection.
6667
6668 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6669
6670 * dired.el (dired-mode-map): Add more bindings for tumme.
6671
6672 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 * wdired.el (wdired-mode-map): Use remap.
6675 (wdired-get-filename): Massage.
6676 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6677 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6678 `keymap' property rather than `local-map'.
6679
6680 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6681
6682 * tumme.el (tumme-get-thumbnail-image): New utility function.
6683 Suggested by from Chong Yidong.
6684 (tumme-dired-with-window-configuration): Rename from
6685 `tumme-dired'. Add code to save window configuration.
6686 (tumme-restore-window-configuration): New command to restore the
6687 window configuration that `tumme-dired-with-window-configuration'
6688 saves before it changes the window configuration.
6689 (tumme-show-all-from-dir): New command to display thumbnails for
6690 all files in a directory entered by the user, like M-x thumbs.
6691 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6692 have been created.
6693 (tumme-display-thumbnail-original-image): Call `display-buffer'.
6694 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6695 Remove obsolete test function.
6696
6697 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * vc.el (small-temporary-file-directory): Remove defvar; there's
6700 a defcustom for it in files.el.
6701
6702 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6703 Fix typo in message.
6704 (tumme-gallery-generate): Fix typo in `error' message.
6705 (tumme-display-window-height-correction)
6706 (tumme-display-window-width-correction, tumme-line-up-dynamic)
6707 (tumme-line-up-interactive): Dox fixes.
6708 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6709 (tumme-restore-window-configuration, tumme-format-properties-string)
6710 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6711 Fix typos in docstrings.
6712
6713 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
6714
6715 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6716
6717 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
6718
6719 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6720 User should use hook if desired.
6721
6722 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6723 buffer if necessary.
6724 (gdb-delete-frame-or-window): New function.
6725 (gdb-breakpoints-mode-map): Bind "q" to it.
6726
6727 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * textmodes/nroff-mode.el: Clean up name space.
6730 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6731 (nroff-mode): Obey the global setting of nroff-electric-mode.
6732 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6733
6734 * calendar/calendar.el (calendar-increment-month): Typo in last change.
6735
6736 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6737
6738 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6739
6740 2006-02-06 Lars Hansen <larsh@soem.dk>
6741
6742 * generic-x.el (etc-fstab-generic-mode): Add file system types
6743 cifs and usbdevfs. Allow special chars in file names.
6744
6745 2006-02-05 Jay Belanger <belanger@truman.edu>
6746
6747 Update copyright notices of the files in lisp/calc.
6748
6749 2006-02-05 Romain Francoise <romain@orebokech.com>
6750
6751 Update copyright notices of all files in the lisp/play directory.
6752
6753 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6754
6755 * ldefs-boot.el: Regenerate.
6756
6757 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6758
6759 2006-02-05 Kim F. Storm <storm@cua.dk>
6760
6761 * files.el (magic-mode-regexp-match-limit): New defvar.
6762 (set-auto-mode): Use it to limit magic-mode-alist matching.
6763
6764 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6765
6766 * simple.el (display-message-or-buffer): Compare the number of
6767 characters to the frame width when determining whether a 1-line
6768 message string will fit in the echo area. Count screen lines
6769 instead of buffer lines when determining whether a multi-line
6770 message will fit in the echo area/minibuffer window.
6771
6772 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6773
6774 * info.el (Info-index, Info-mode): Improve the description of the
6775 `i' command.
6776
6777 * ldefs-boot.el: Regenerate.
6778
6779 2006-02-03 Werner Lemberg <wl@gnu.org>
6780
6781 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6782 greedy to find the closing bracket in \*[...] and similar
6783 expressions. This is a first rough fix -- many additional
6784 refinements are necessary to make nroff mode really usable with groff.
6785
6786 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6787
6788 * international/mule-cmds.el (set-locale-environment):
6789 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6790 libX11.
6791
6792 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6793
6794 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6795 archive are created in archive-tmpdir.
6796
6797 2006-02-02 John Paul Wallington <jpw@pobox.com>
6798
6799 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6800 (ibuffer-fontification-alist): Use it.
6801 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6802 to "* z" and the Ibuffer Mark menu.
6803
6804 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6805
6806 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * textmodes/table.el (*table--cell-describe-mode)
6809 (*table--cell-describe-bindings): Undo last change since
6810 print-help-return-message is not obsoleted by anything at all.
6811
6812 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6813
6814 * emulation/cua-base.el (cua-mode): Doc fix.
6815
6816 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6817
6818 * dframe.el (dframe-handle-make-frame-visible)
6819 (dframe-handle-iconify-frame, dframe-get-focus)
6820 (dframe-select-attached-frame, dframe-power-click)
6821 (dframe-frame-mode): Fix typos in docstrings.
6822
6823 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6824 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6825 Fix typos in docstrings.
6826
6827 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6828 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6829 (hi-lock-archaic-interface-message-used)
6830 (hi-lock-file-patterns-range): Fix typos in docstrings.
6831
6832 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6833 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6834
6835 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6836 Fix typo in docstring.
6837
6838 * net/newsticker.el (newsticker--decode-iso8601-date)
6839 (newsticker--set-customvar, newsticker--buffer-insert-item)
6840 (newsticker--do-run-auto-mark-filter)
6841 (newsticker--parse-generic-feed): Doc fixes.
6842 (newsticker--retrieval-timer-list, newsticker-url-list)
6843 (newsticker-hide-immortal-items-in-echo-area)
6844 (newsticker-hide-obsolete-items-in-echo-area)
6845 (newsticker-new-item-face, newsticker--enclosure)
6846 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6847 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6848 (newsticker--parse-generic-feed, newsticker--cache-contains)
6849 (newsticker--stat-num-items, newsticker-download-enclosures):
6850 Fix typos in docstrings.
6851
6852 * net/rcirc.el (rcirc-debug): Doc fix.
6853 (rcirc-fill-column, rcirc-receive-message-hooks)
6854 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6855 (rcirc-mode, rcirc-generate-new-buffer-name)
6856 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6857 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6858 Fix typos in docstrings.
6859 (rcirc-print): "?\ " -> "?\s".
6860 (rcirc-cmd-join): Improve argument/docstring consistency.
6861
6862 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6863
6864 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6865 before narrow-to-region.
6866
6867 2006-02-01 Richard M. Stallman <rms@gnu.org>
6868
6869 * simple.el (move-beginning-of-line): Scan properly for invis change.
6870
6871 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6872
6873 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6874
6875 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6876 change bit only when id-format is 'integer. Reported by Matt
6877 Hodges <M.P.Hodges@rl.ac.uk>.
6878
6879 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6880
6881 * hilit-chg.el (highlight-changes-initial-state)
6882 (highlight-changes-global-initial-state): Doc fixes.
6883 (highlight-changes-global-modes, global-highlight-changes):
6884 Fix typos in docstrings.
6885
6886 2006-02-01 Kim F. Storm <storm@cua.dk>
6887
6888 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6889 transient-mark-mode in doc string.
6890
6891 2006-01-31 Richard M. Stallman <rms@gnu.org>
6892
6893 * replace.el (multi-occur): Doc fix.
6894 (multi-occur-in-matching-buffers): Rename from
6895 multi-occur-by-filename-regexp. Prefix arg says match
6896 buffer names instead of file names.
6897
6898 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6899
6900 * bs.el: Allow non-default values of `bs-header-lines-length'.
6901 (bs--running-in-xemacs): Remove (not needed anymore).
6902 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6903 instead of `shrink-window', thus avoiding having to compute the
6904 height of the window.
6905 (bs--up): Wrap around even when there's no header.
6906 (bs--down): Use `forward-line' instead of `next-line'.
6907
6908 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6909
6910 * image-mode.el (image-toggle-display): Use file name if possible,
6911 instead of unnecessarily allocating a (possibly huge) lisp string.
6912
6913 2006-01-30 John Paul Wallington <jpw@pobox.com>
6914
6915 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6916 because the `assert' macro signals it at runtime.
6917
6918 * emacs-lisp/cl.el (toplevel): Remove definition of
6919 `cl-assertion-failed' condition.
6920
6921 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6922
6923 * thumbs.el (thumbs-marked-list): Make buffer-local and
6924 permanent-local.
6925 (thumbs-insert-thumb): Make help-echo non-sticky.
6926 (thumbs-file-alist): Use eolp as check for (non)-image.
6927
6928 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6929
6930 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6931 (ediff-before-session-group-setup-hooks)
6932 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6933 Fix typos in docstrings.
6934
6935 * window.el (bw-dir, bw-eqdir, balance-windows)
6936 (split-window-keep-point): Fix typos in docstrings.
6937
6938 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6939 (org-quote-string, org-calendar-to-agenda-key)
6940 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6941 (org-show-following-heading, org-tags-column)
6942 (org-use-tag-inheritance, org, org-allow-space-in-links)
6943 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6944 (org-enable-table-editor, org-calc-default-modes)
6945 (org-table-allow-automatic-line-recalculation)
6946 (org-export-html-style, org-export-with-fixed-width)
6947 (org-export-with-sub-superscripts, org-special-keyword)
6948 (org-formula, org-time-grid, org-table-may-need-update)
6949 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6950 (org-goto-quit, org-get-indentation, org-end-of-item)
6951 (org-move-item-down, org-move-item-up)
6952 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6953 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6954 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6955 (org-agenda-log-mode, org-agenda-toggle-diary)
6956 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6957 (org-agenda-file-to-end, org-agenda-no-heading-message)
6958 (org-agenda-get-closed, org-format-agenda-item)
6959 (org-cmp-priority, org-cmp-category, org-cmp-time)
6960 (org-agenda-change-all-lines, org-agenda-diary-entry)
6961 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6962 (org-link-search, org-camel-to-words, org-open-file)
6963 (org-remember-handler, org-table-convert-region)
6964 (org-table-move-row-down, org-table-move-row-up)
6965 (org-table-copy-region, org-table-wrap-region)
6966 (org-table-toggle-vline-visibility)
6967 (org-table-get-vertical-vector, org-table-modify-formulas)
6968 (org-table-get-specials, org-recalc-commands)
6969 (org-table-rotate-recalc-marks, org-table-eval-formula)
6970 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6971 (org-level-color-stars-only, org-insert-heading):
6972 Fix typos in docstrings.
6973 (last-arg): Add defvar.
6974
6975 * makefile.w32-in (WINS): Add erc.
6976 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6977
6978 2006-01-29 Bill Wohler <wohler@newt.com>
6979
6980 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6981 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6982 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6983 (mh-autoloads): Don't use comments on otherwise empty lines.
6984
6985 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6986
6987 * emulation/viper.el (viper-major-mode-modifier-list): Add
6988 insert-state and vi-state entries for erc-mode.
6989 (viper-go-away, viper-set-hooks): Add and remove
6990 viper-comint-mode-hook from erc-mode-hook as appropriate.
6991
6992 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6993
6994 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6995
6996 * bs.el (bs--format-aux): Implement `middle' alignment as
6997 described in the docstring for `bs-attributes-list'.
6998 (bs--get-name): Simplify. Don't pad the buffer name.
6999
7000 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
7001
7002 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7003 English aspell dictionary is installed, use the first entry of
7004 ispell-dictionary-alist-1.
7005
7006 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
7007
7008 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7009 Doc fix.
7010
7011 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
7012
7013 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7014 for `process-file', in order to let it work for older Emacsen too.
7015
7016 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7017
7018 * international/latexenc.el: Add a suitable `coding:' tag.
7019 (latexenc-find-file-coding-system): Undo last change.
7020
7021 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7022
7023 * international/latexenc.el (latexenc-find-file-coding-system):
7024 Make sure latexenc-main-file is a regular file and is readable.
7025
7026 2006-01-27 Andre Spiegel <spiegel@gnu.org>
7027
7028 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7029 Pass FILE to vc-user-login-name.
7030
7031 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7032
7033 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
7034
7035 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7036 there are no more images to display.
7037 (thumbs-mark, thumbs-unmark): Revert change so that they move to
7038 the next image.
7039
7040 2006-01-26 Richard M. Stallman <rms@gnu.org>
7041
7042 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7043
7044 * wid-edit.el (advertised-widget-backward): New alias.
7045 (widget-keymap): Use advertised-widget-backward for S-TAB.
7046
7047 * tumme.el: Correct the keywords.
7048 (tumme-dir-max-size): Use defvar.
7049 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7050
7051 * simple.el (move-beginning-of-line): Take account of fields.
7052 (clone-indirect-buffer-other-window): Take args like
7053 clone-indirect-buffer, and work like it.
7054
7055 * help-fns.el (describe-function): Don't pass `nil' as default.
7056
7057 * files.el (risky-local-variable-p): Follow var aliases.
7058
7059 * subr.el (lazy-completion-table): Doc fix.
7060
7061 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7062 global binding of `line'.
7063
7064 2006-01-25 Andre Spiegel <spiegel@gnu.org>
7065
7066 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7067 Tramp.
7068
7069 * vc.el (vc-default-dired-state-info): Pass FILE to
7070 vc-user-login-name.
7071 (vc-default-update-changelog): Don't use vc-user-login-name, we
7072 don't need it here.
7073
7074 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7075 no longer necessary.
7076
7077 2006-01-25 Kenichi Handa <handa@m17n.org>
7078
7079 * international/mule.el (decode-char): Avoid the overhead of
7080 calling utf-lookup-subst-table-for-decode if
7081 utf-translate-cjk-mode is nil.
7082 (encode-char): Avoid the overhead of calling
7083 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7084 nil.
7085
7086 2006-01-22 Kenichi Handa <handa@m17n.org>
7087
7088 * international/mule.el (make-subsidiary-coding-system): Reset
7089 `coding-system-define-form' property of subsidiaries to nil.
7090 Avoid duplicated entry in coding-system-alist.
7091 (make-coding-system): Avoid duplicated entry in
7092 coding-system-alist.
7093 (define-coding-system-alias): Likewise.
7094
7095 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
7096
7097 * completion.el: Minor fixes in introductory comment.
7098 (completion-def-wrapper): Fix alist.
7099
7100 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
7101
7102 * thumbs.el (thumbs-new-image-size): New function.
7103 (thumbs-increment-image-size-element)
7104 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7105 (thumbs-decrement-image-size): Delete.
7106 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
7107 temp files and use to resize.
7108 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7109 Use increment argument to enlarge/shrink. Preserve point.
7110 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7111 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7112 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7113 (thumbs-mark, thumbs-unmark): Preserve point.
7114 (thumbs-modify-image): Keep old temp files and use to modify.
7115 Cleanup old temp files at load time. Preserve point.
7116 (thumbs-view-image-mode-map): Use new command names.
7117
7118 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * log-view.el (log-view-minor-wrap): First rev is the one at point.
7121
7122 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7123 the nastiest part of the cyclic dependency.
7124 (cal-menu-update): Use dotimes and calendar-increment-month.
7125
7126 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7127 (calendar-week-start-day): Add an :initializer.
7128 (calendar-mode-map): Use suppress-keymap, and command remapping.
7129 (describe-calendar-mode): Setup xref-stack info for the back button.
7130 (calendar-star-date): Insert before delete.
7131 (calendar-set-mode-line): Add file-modified info if applicable.
7132 (calendar-increment-month): New function.
7133
7134 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
7135
7136 * font-lock.el (lisp-font-lock-keywords-2):
7137 Recognize "& keywords" only at word boundaries.
7138
7139 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
7140
7141 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
7142 and permanent-local.
7143 (thumbs-max-image-number): New variable.
7144 (thumbs-do-thumbs-insertion): Use them.
7145 (thumbs-per-line): Change default to 4.
7146 (thumbs-marked-list): Rename from thumbs-markedL.
7147 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7148 (thumbs-rename-images): Use -list instead of L for internal variables.
7149 (thumbs-call-convert): Use call-process instead of shell-command.
7150 (thumbs-insert-thumb): Add filename as help-echo to each image.
7151 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7152 Give dir to thumbs-show-thumbs-list.
7153 (thumbs-show-thumbs-list): Set default-directory to that of images.
7154 (thumbs-dired-show): Rename from thumbs-dired-show-all.
7155 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7156 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7157 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7158
7159 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * ses.el (ses-read-cell): Provide a default value.
7162
7163 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
7164
7165 * term/w32-win.el (image-library-alist): Add additional names for
7166 GIF library.
7167
7168 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7169
7170 * international/latexenc.el (latexenc-find-file-coding-system):
7171 Add file-regular-p check.
7172
7173 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7174
7175 * simple.el (clone-buffer): Don't show the new buffer in the same
7176 window.
7177
7178 2006-01-23 Juri Linkov <juri@jurta.org>
7179
7180 * faces.el (link, link-visited): New faces based on default values
7181 of `info-xref' and `info-xref-visited'.
7182
7183 * info.el (info-xref): Inherit from `link'.
7184 (info-xref-visited): Inherit from `link-visited'.
7185
7186 * cus-edit.el (custom-buffer-create-internal): Use widget type
7187 `custom-manual' instead of `info-link' and don't set properties
7188 `button-face' and `mouse-face' explicitly.
7189 (custom-browse-group-tag, custom-browse-variable-tag)
7190 (custom-browse-face-tag): Inherit from widget class
7191 `custom-group-link' instead of `push-button'.
7192 (custom-button-unraised): Inherit from `underline' face.
7193 (custom-link): Inherit from `link' face. Fix doc and group.
7194 (custom-add-parent-links, custom-group-value-create): Don't set
7195 properties `button-face' and `mouse-face' explicitly for
7196 `custom-group-link' widget.
7197 (custom-group-link): Add properties `button-face' and `mouse-face'
7198 to widget definition.
7199 (custom-field-keymap): New variable. Put `custom-field-keymap' to
7200 editable-field's :keymap property.
7201 (custom-mode): Fix docstring: substitute keybindings for
7202 `widget-forward' and `widget-backward' from `widget-keymap',
7203 `widget-complete' from `custom-field-keymap', replace old
7204 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
7205
7206 * desktop.el (desktop-load-file): Check for `fboundp' before
7207 calling `symbol-function'.
7208
7209 * simple.el (clone-buffer, clone-indirect-buffer)
7210 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7211 `read-string'. Fix prompts.
7212
7213 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7214
7215 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
7216
7217 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7218
7219 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
7220
7221 * startup.el (inhibit-splash-screen, initial-scratch-message):
7222 Doc fixes.
7223
7224 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7225
7226 Sync with Tramp 2.0.52.
7227
7228 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7229 net/tramp-vc.el: Add code for unloading Tramp. See comment before
7230 `tramp-unload-tramp' for checklist.
7231
7232 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7233 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
7234 (tramp-unload-file-name-handler-alist)
7235 (tramp-unload-tramp): New defuns.
7236 (tramp-advice-PC-expand-many-files): New defadvice.
7237 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7238 removed.
7239 (tramp-handle-expand-file-name): Remove double slash.
7240 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7241 It doesn't matter, because it will be converted later on.
7242 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
7243 implementation was just heuristic.
7244 (tramp-post-connection): Set uid and gid properties.
7245 (tramp-convert-file-attributes): Set file's gid change bit.
7246 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7247 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7248 in case of su(do)? methods. The home directory of the local user
7249 will be taken else.
7250 (tramp-open-connection-telnet)
7251 (tramp-open-connection-rsh, tramp-open-connection-su)
7252 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
7253 local shell prompt could hurt. Reported by Romain Francoise
7254 <romain@orebokech.com>.
7255 (tramp-let-maybe): Add `edebug-form-spec' property.
7256 (tramp-handle-expand-file-name): Bind `default-directory' locally
7257 to "/" in order to avoid problems with UNC shares or Cygwin
7258 mounts.
7259 (tramp-md5-function): Fix typo in error message.
7260
7261 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7262
7263 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7264 for byte-compiler pacification.
7265
7266 2006-01-22 Andre Spiegel <spiegel@gnu.org>
7267
7268 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7269 ID-FORMAT `string'. This allows us to get rid of
7270 `vc-user-login-name UID'.
7271
7272 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7273
7274 2006-01-22 John Paul Wallington <jpw@pobox.com>
7275
7276 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7277
7278 2006-01-21 Martin Rudalics <rudalics@gmx.at>
7279
7280 * emacs-lisp/find-func.el (find-definition-noselect)
7281 (find-variable-noselect): Search variables in C source code too.
7282 (find-function-C-source, find-function-noselect, find-function)
7283 (find-function-other-frame, find-variable-noselect, find-variable)
7284 (find-variable-other-frame, find-variable-at-point):
7285 Fix docstrings.
7286
7287 2006-01-21 Francesco Potorti` <pot@gnu.org>
7288
7289 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7290
7291 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
7292
7293 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7294 Default to disabling the "Save affix" question.
7295
7296 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
7297
7298 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7299 the first arg to run-python.
7300
7301 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7302
7303 * startup.el (command-line-1): Handle --no-desktop if desktop.el
7304 is not loaded.
7305
7306 2006-01-20 Jay Belanger <belanger@truman.edu>
7307
7308 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7309 limit is 0.
7310
7311 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7312 the correct variable.
7313
7314 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
7315
7316 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7317 link. Fixed buggy argument sequence in call to `org-view-tags'.
7318 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7319 (org-prefix-has-tag): New variable.
7320 (org-format-agenda-item): Remove tags from headline if
7321 appropriate.
7322 (org-agenda-remove-tags-when-in-prefix): New option.
7323 (org-get-tags-at): New function.
7324
7325 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
7326
7327 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
7328 (thumbs-find-image): Move image name and number from buffer name
7329 to mode name. Set thumbs-buffer. Preserve point so that large
7330 images remain visible.
7331 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7332 order.
7333 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
7334 mode name.
7335 (thumbs-next-image, thumbs-previous-image): Make them work.
7336
7337 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
7338
7339 * cus-edit.el (custom-buffer-create-internal): State in the text above
7340 the whole buffer buttons that they do not operate on hidden items.
7341 (custom-face-menu): Use `custom-face-save' instead of
7342 `custom-face-save-command'.
7343 (custom-face-save-command): Make it an alias for `custom-face-save'
7344 and declare it obsolete.
7345 (custom-face-save): Doc fix.
7346
7347 * dired.el (dired-no-confirm): Add quote.
7348 (dired-subdir-alist-pre-R): Add quote in
7349 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7350
7351 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * textmodes/table.el (table-mode-indicator): Typo in last change.
7354
7355 2006-01-19 Richard M. Stallman <rms@gnu.org>
7356
7357 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7358 Fixes bug reported in Nov 2005.
7359
7360 * isearch.el (isearch-forward): Doc fix.
7361
7362 * dired.el (dired-move-to-filename-regexp): Define as alias.
7363 (dired-no-confirm): Use defcustom.
7364 (dired-subdir-alist-pre-R): Put defvar at top level.
7365
7366 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7367
7368 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7369 Mark as risky.
7370
7371 * simple.el (set-mark-command): Doc fix.
7372 (clone-indirect-buffer-other-window):
7373 Read arg like clone-indirect-buffer.
7374 (move-beginning-of-line): Skip invisible newlines.
7375
7376 2006-01-19 Masatake YAMATO <jet@gyve.org>
7377
7378 * progmodes/cpp.el (cpp-edit-load): Make the order of
7379 listed conditions in a base C code buffer and its associate
7380 CPP Edit buffer the same.
7381
7382 2006-01-19 Kenichi Handa <handa@m17n.org>
7383
7384 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7385 (rmail-mime-feature): Likewise.
7386 (rmail-require-mime-maybe): Use display-warning to show a warning
7387 message.
7388
7389 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7390 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7391
7392 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * array.el: Move defvars out of eval-when-compile.
7395 (array-make-template): Replace undeclared global var with a local one.
7396 (array-mode): Inline initialization functions.
7397 (array-init-local-variables, array-init-max-row)
7398 (array-init-max-column, array-init-columns-per-line)
7399 (array-init-field-width, array-init-rows-numbered)
7400 (array-init-line-length, array-init-lines-per-row): Remove.
7401
7402 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7403 (doc-mode-map): Define explicitly.
7404 (doctor-txtype): Use mapc.
7405
7406 * textmodes/table.el: Move defvars out of eval-when-compile.
7407 Remove harmful code meant to avoid byte-compiler warnings.
7408 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7409 specification that checks table-fixed-width-mode directly.
7410 (table-recognize-region, table-recognize-cell):
7411 Use restore-buffer-modified-p.
7412 (table-fixed-width-mode): Remove code that refreshes
7413 table-fixed-mode-indicator.
7414 (*table--cell-describe-bindings, *table--cell-describe-mode):
7415 Avoid obsolete name print-help-return-message.
7416 (table--test-cell-list): Don't use replace-regexp from elisp.
7417 (table--point-entered-cell-function, table--point-left-cell-function):
7418 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7419
7420 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7421 that was after the end of file. Use buffer-file-name variable.
7422 (org-timestamp-change): Use with-current-buffer.
7423 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7424 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7425 `file'.
7426
7427 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7428 (fortran-break-line): Remove unused var `opoint'.
7429 (fortran-abbrev-start): Obey help-event-list.
7430
7431 2006-01-18 Jesper Harder <harder@phys.au.dk>
7432
7433 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7434
7435 2006-01-18 Masatake YAMATO <jet@gyve.org>
7436
7437 * progmodes/make-mode.el (makefile-imake-mode): New mode
7438 derived from makefile-mode.
7439 (makefile-imake-mode-syntax-table): New syntax table
7440 derived from makefile-mode-syntax-table.
7441 (makefile-mode): Write about makefile-imake-mode in doc string.
7442 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7443 (makefile-imake-font-lock-keywords): New font lock keywords.
7444
7445 * files.el (auto-mode-alist): Add Imakefile.
7446
7447 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7448
7449 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7450 loading the file rather than when turning on flyspell-mode.
7451
7452 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7453
7454 * cus-edit.el (customize-rogue): Minor doc fix.
7455
7456 2006-01-17 Juri Linkov <juri@jurta.org>
7457
7458 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7459 instead of the file at the mark as default if the file at the mark
7460 is the same as the file at point or if dired-dwim-target-directory
7461 is not the same as the current directory and the mark is not active.
7462
7463 * log-view.el (log-view-minor-wrap): Use the same logic to get
7464 revisions as `log-view-diff'.
7465
7466 * info.el (Info-revert-find-node): Check for Info-current-file
7467 before preserving new-history.
7468
7469 * man.el (Man-heading-regexp): Add `/'.
7470
7471 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7472 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7473
7474 2006-01-16 Juri Linkov <juri@jurta.org>
7475
7476 * faces.el (mode-line-faces): New defgroup.
7477 (mode-line-highlight): Move definition after new defgroup.
7478 (mode-line, mode-line-inactive, mode-line-highlight):
7479 Replace :group `modeline' with `mode-line-faces'.
7480 (mode-line-buffer-id): New face.
7481 (modeline-buffer-id): New face alias.
7482 (vertical-border): Remove :group `modeline'.
7483
7484 * bindings.el (propertized-buffer-identification): Use face
7485 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7486 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7487 (mode-line-buffer-identification-keymap): For mouse-1 replace
7488 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7489 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7490 mouse-3.
7491
7492 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7493 Buffer-menu-buffer. Doc fix.
7494 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7495 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7496 `Buffer-menu-buffer'.
7497
7498 * info.el (Info-mode-line-node-keymap): New defvar.
7499 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7500 Propertize Info-current-node with `mode-line-buffer-id' and
7501 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7502
7503 * time.el (display-time-mail-face): Replace :group `faces' with
7504 `mode-line-faces'.
7505
7506 2006-01-16 Kenichi Handa <handa@m17n.org>
7507
7508 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7509
7510 * language/european.el (cp1252): New alias for windows-1252.
7511
7512 * international/mule.el (autoload-coding-system): Prepare for EOL
7513 variants.
7514
7515 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7516
7517 * term.el (term-raw-map): Add mapping for insert.
7518 (term-send-insert): New.
7519 (term-mode): Make variables local here instead of doing it in
7520 `term-emulate-terminal'.
7521 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7522 Scroll reverse needs to take into account the scroll region.
7523 Saving and restoring the cursor should save the color attributes too.
7524 (term-reset-terminal): Reset the scroll region.
7525 (term-handle-ansi-escape): Cursor up and down should take into
7526 account the scroll region.
7527 (term-set-scroll-region): Rename from `term-scroll-region'.
7528 Move to 0,0 after setting the region.
7529 (term-handle-scroll): Handle scroll up.
7530 (term-down): Fix off by one error.
7531 (term-delete-lines): Do not delete outside the scroll region.
7532 (term-insert-lines): Take into account the scroll region.
7533
7534 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * textmodes/ispell.el (ispell-internal-change-dictionary)
7537 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7538 (start, end): Move declaration outside of eval-when-compile.
7539
7540 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7541 (flyspell-mode-on): Use it.
7542
7543 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7544 ispell-kill-ispell-hook.
7545
7546 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7547
7548 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7549 (Custom-reset-saved): Do not ask for confirmation in single option
7550 buffers.
7551
7552 2006-01-13 Richard M. Stallman <rms@gnu.org>
7553
7554 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7555
7556 2006-01-13 Romain Francoise <romain@orebokech.com>
7557
7558 * add-log.el (add-change-log-entry, change-log-merge):
7559 Conditionally use `hard-newline'.
7560
7561 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7562
7563 * wid-edit.el (widget-field-end): If the overlay is no longer
7564 associated with a buffer, behave as if the overlay didn't exist.
7565
7566 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7567 Make sure the links use the `custom-link' face.
7568
7569 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7572 (ld-script-mode): Don't set indent-line-function since we don't
7573 have one.
7574
7575 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7576
7577 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7578 application.
7579 (org-file-apps-defaults-gnu): Use mailcap as the default for
7580 selecting an application on a UNIX system.
7581 (org-agenda-show-tags): New command.
7582 (org-table-insert-hline): Keep cursor in current table line.
7583 (org-table-convert): Offset effect of modifying
7584 `org-table-insert-hline'.
7585 (org-format-agenda-item): New optional argument TAG.
7586 (org-compile-prefix-format): Handle %T format for the tag.
7587 (org-expand-wide-chars): New function.
7588 (org-table-insert-row, org-table-insert-hline):
7589 Use `org-expand-wide-chars'.
7590 (org-open-file): Fix bug in program launch.
7591 (org-get-time-of-day): Fix bug with times before 1am.
7592 (org-agenda-menu): Add tags commands.
7593
7594 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7595
7596 * textmodes/ispell.el (ispell-init-process): Include the used
7597 dictionary in ispell process start message.
7598 (ispell-internal-change-dictionary): When flyspell-mode is active
7599 and dictionary is changed, make sure ispell process is restarted
7600 and flyspell word cache cleared out for the current buffer.
7601 (ispell-change-dictionary): Make sure flyspell word cache is
7602 cleared out in all buffers with active flyspell mode when
7603 dictionary is globally changed.
7604 Call ispell-internal-change-dictionary after dictionary change.
7605
7606 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7607
7608 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7609
7610 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7611 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7612 years. Fix small differences wrt Makefile.in.
7613 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7614 Makefile.in does.
7615
7616 2006-01-12 Bill Wohler <wohler@newt.com>
7617
7618 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7619 mh-search.el.
7620
7621 2006-01-12 Masatake YAMATO <jet@gyve.org>
7622
7623 * progmodes/ld-script.el: Update copyright year.
7624
7625 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7626
7627 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7628 Don't add widget if setting undefined.
7629
7630 2006-01-12 John Paul Wallington <jpw@pobox.com>
7631
7632 * help-fns.el (describe-variable): Remove newlines from void
7633 variable output.
7634
7635 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7636
7637 * wdired.el (wdired-mode-map): Add help echo for
7638 wdired-abort-changes.
7639
7640 * man.el (Man-file-name-regexp): Adjust for a list of files.
7641
7642 2006-01-12 Masatake YAMATO <jet@gyve.org>
7643
7644 * progmodes/ld-script.el (auto-mode-alist): Support
7645 suffix conventions used in netbsd and eCos.
7646
7647 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7648
7649 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7650 (custom-variable-menu, custom-face-menu, custom-group-menu)
7651 (Custom-mode-menu): Change names of menu items. (As discussed on
7652 emacs-devel.)
7653 (custom-face-menu): Add "Undo Edits" item.
7654
7655 * startup.el (init-file-user): defcustom -> defvar.
7656
7657 * tooltip.el (tooltip-mode): Doc fix.
7658
7659 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * reveal.el (reveal-post-command): window-buffer signals an error on
7662 dead windows rather than returning nil.
7663 (reveal-open-new-overlays): An overlay might die while we open others.
7664
7665 2006-01-11 Bill Wohler <wohler@newt.com>
7666
7667 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7668 phrasing in docstring.
7669
7670 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7671 can give some systems gas. Add new file mh-buffers.el.
7672
7673 2006-01-06 Masatake YAMATO <jet@gyve.org>
7674
7675 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7676 C preprocessor forward ported from GNU Emacs 21.2.
7677
7678 * progmodes/asm-mode.el (asm-font-lock-keywords):
7679 Use `cpp-font-lock-keywords'.
7680
7681 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7682
7683 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7684 of $ for "\\.ld[s]?".
7685
7686 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7689 (tcl-indent-line): Return `noindent' if inside a string.
7690
7691 * progmodes/flymake.el (flymake-split-string): Remove more than one
7692 empty string at beg/end of the result.
7693 (flymake-find-buildfile, flymake-find-possible-master-files):
7694 Use expand-file-name.
7695 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7696 since expand-file-name does it for us. Use directory-file-name.
7697 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7698 (flymake-ler-get-type, flymake-ler-get-text)
7699 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
7700 (flymake-current-line-no): Remove spurious interactive spec.
7701 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7702 (flymake-check-include): Remove arg inc-path merged into inc-name.
7703 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7704 Arg regexp-list replaced by a simple regexp.
7705 (flymake-master-make-header-init, flymake-master-tex-init):
7706 Correspondingly replace regexp-list with a regexp. Fix regexp.
7707
7708 2006-01-10 Simon Josefsson <jas@extundo.com>
7709
7710 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7711 describing AUTH PLAIN fix.
7712
7713 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7714
7715 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7716 (report-emacs-bug): Don't record initial prompt text.
7717 Instead, add text properties to prompting text.
7718 (report-emacs-bug-hook): Delete prompting text.
7719
7720 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7723 `dirs'. Adjust callers.
7724
7725 2006-01-09 John Paul Wallington <jpw@gnu.org>
7726
7727 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7728
7729 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * reveal.el (reveal-open-new-overlays): New extracted fun.
7732 (reveal-close-old-overlays): Idem. Check overlays's liveness before
7733 using them. Simplify the code.
7734 (reveal-post-command): Use them. Fix up obsolete windows in
7735 reveal-open-spots.
7736
7737 * progmodes/flymake.el: Use `require' rather than autoload for
7738 XEmacs's overlays.
7739 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7740 Delete. Use file-relative-name instead.
7741 (flymake-get-syntax-check-program-args, flymake-perl-init):
7742 Simplify the resulting code.
7743
7744 * log-view.el (log-view-file-re, log-view-message-re): Add support
7745 for DaRCS output.
7746
7747 2006-01-09 Alex Schroeder <alex@gnu.org>
7748
7749 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7750 identifiers sometimes added in square brackets at the beginning of
7751 subject lines.
7752
7753 2006-01-07 Richard M. Stallman <rms@gnu.org>
7754
7755 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7756 (Custom-reset-current, Custom-reset-saved): Change question text.
7757 (Custom-reset-standard): Likewise.
7758 (custom-variable-reset-saved): Doc fix.
7759
7760 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7761
7762 * startup.el (init-file-user): Doc fix.
7763
7764 2006-01-07 Alex Schroeder <alex@gnu.org>
7765
7766 * mail/rmail.el (rmail-current-subject): New function.
7767 (rmail-current-subject-regexp): New function.
7768 (rmail-next-same-subject): Use it.
7769
7770 * mail/rmailsum.el (rmail-summary-by-topic):
7771 Use rmail-current-subject and rmail-current-subject-regexp.
7772 (rmail-summary-next-same-subject): Ditto.
7773
7774 * net/rcirc.el (rcirc-send-input): No longer check whether the
7775 process is open, since not all commands need an open process.
7776 (rcirc-send-string): Check whether the process is open before
7777 sending anything.
7778 (rcirc-ignore-list): New option.
7779 (rcirc-ignore-list-automatic): New variable.
7780 (rcirc-print): Take rcirc-ignore-list into account.
7781 (rcirc-cmd-ignore): New command.
7782 (rcirc-ignore-update-automatic): New function.
7783 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7784 list if ignored nicks.
7785 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7786
7787 2006-01-06 David Reitter <david.reitter@gmail.com>
7788
7789 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7790 reflect the address to which the report will be sent.
7791
7792 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7793
7794 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7795 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7796
7797 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7798
7799 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7800
7801 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7802 the doc string: "functoin" => "function".
7803 * ldefs-boot.el: Likewise.
7804
7805 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7806 message text: "Duplicat" => "Duplicate".
7807
7808 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7809
7810 * files.el (basic-save-buffer-2): If backing-up failed, reset
7811 buffer-backed-up to nil.
7812
7813 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7814
7815 * progmodes/gud.el (gdb-script-skip-to-head)
7816 (gdb-script-calculate-indentation): Indent for breakpoint command
7817 lists also.
7818
7819 2006-01-05 Bill Wohler <wohler@newt.com>
7820
7821 * Makefile.in (compile-always): Add mh-autoloads dependency.
7822 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7823 provides it.
7824 (updates): Remove mh-autoloads dependency, since it probably has
7825 already run recently (via recompile).
7826
7827 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7830 argument `force' to disable the flyspell-last-buffer optimization.
7831 (flyspell-mode-on): Use it.
7832
7833 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7834 flymake-simple-cleanup.
7835 (flymake-allowed-file-name-masks): Use this new default.
7836 All the functions are now called in the right buffer rather than
7837 passing the buffer as argument.
7838 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7839 (flymake-parse-err-lines): Remove redundant buffer arg.
7840 (flymake-get-program-dir): Comment out unused function.
7841 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7842 Remove redundant buffer argument.
7843 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7844 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7845
7846 2006-01-05 Richard M. Stallman <rms@gnu.org>
7847
7848 * info.el (Info-find-node): Don't record previous node if have none.
7849 (info): Go to directory only if history is empty.
7850
7851 * simple.el (mark): Doc fix.
7852
7853 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7854
7855 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7856 already of desired type.
7857 (mac-ae-list): Coerce parameter to "list" type.
7858 (mac-dispatch-apple-event): Replace cadr part of event with a
7859 dummy position so that event-start returns it.
7860
7861 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7862
7863 * textmodes/org.el (org-end-of-subtree): New function.
7864 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7865 Use `org-end-of-subtree'.
7866 (org-agenda, org-agenda-convert-date): Protect calls to
7867 `fit-window-to-buffer'.
7868 (org-tags-view): Force matching of sublevels when doing a
7869 todo-only search. Define the correct redo command, including the
7870 arguments.
7871 (org-agenda-redo): Display message.
7872 (org-check-for-org-mode): New function.
7873 (org-agenda-type): New variable.
7874 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7875 Set `org-agenda-type'.
7876 (org-agenda-check-type): New function.
7877 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7878 (org-agenda-week-view, org-agenda-day-view)
7879 (org-agenda-next-date-line, org-agenda-previous-date-line)
7880 (org-agenda-log-mode, org-agenda-toggle-diary)
7881 (org-agenda-toggle-time-grid, org-agenda-date-later)
7882 (org-agenda-date-prompt, org-agenda-diary-entry)
7883 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7884 (org-agenda-convert-date, org-agenda-menu):
7885 Use `org-agenda-check-type'.
7886 (org-make-overlay, org-delete-overlay)
7887 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7888 New compatibility functions.
7889 (org-calendar-select-mouse): New command.
7890
7891 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7892
7893 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7894 (Custom-reset-standard): Fix y-or-n-p messages.
7895 (custom-link): New face for links.
7896 (custom-buffer-create-internal, custom-manual): Use it.
7897 (custom-face-save): Push to theme-face before setting face spec.
7898
7899 * wid-edit.el (widget-default-mouse-face-get): New function.
7900 (widget-specify-button): Handle mouse-face like button-face.
7901
7902 * custom.el (load-theme): Clear old theme settings if reloading.
7903
7904 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7905
7906 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7907 "Erase Customization" button back to same position it occupies in
7908 the individual State menus.
7909
7910 2006-01-04 Kim F. Storm <storm@cua.dk>
7911
7912 * wid-edit.el (key-sequence): Rework widget to read key binding
7913 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7914 (widget-key-sequence-default-value): Default value for empty sequence.
7915 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7916 (widget-key-sequence-read-event): New command for C-q.
7917 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7918 (widget-key-sequence-value-to-external): New functions.
7919
7920 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7921
7922 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7923 Use expand-file-name.
7924 (flymake-delete-temp-directory): Use expand-file-name,
7925 file-name-directory, and directory-file-name.
7926 (flymake-strrchr): Delete.
7927 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7928 to the init-f function.
7929 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7930 (flymake-init-find-buildfile-dir)
7931 (flymake-init-create-temp-source-and-master-buffer-copy)
7932 (flymake-simple-make-init-impl, flymake-simple-make-init)
7933 (flymake-master-make-init, flymake-master-make-header-init)
7934 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7935 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7936 (flymake-xml-init): Remove corresponding redundant buffer argument.
7937 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7938 the default anyway. Clean up regexps.
7939
7940 * progmodes/flymake.el (flymake-temp-source-file-name)
7941 (flymake-master-file-name, flymake-temp-master-file-name)
7942 (flymake-base-dir): New buffer-local vars.
7943 (flymake-buffer-data, flymake-get-buffer-value)
7944 (flymake-set-buffer-value): Replace those hash-tables by the new
7945 buffer-local vars. Update callers.
7946
7947 * progmodes/flymake.el (flymake-check-start-time)
7948 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7949 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7950 Move definition, so we can remove redundant earlier declaration.
7951 (flymake-replace-regexp-in-string, flymake-split-string)
7952 (flymake-get-temp-dir): Use defalias.
7953 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7954 (flymake-xemacs-window-edges): Remove unused function.
7955 (flymake-get-point-pixel-pos): Move.
7956 (flymake-pid-to-names, flymake-reg-names)
7957 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7958 Replace by a simple list flymake-processes and by process-buffer.
7959 Update callers. Other than simplify the code, it uses buffers rather
7960 than buffer-names so it doesn't get confused by uniquify.
7961 (flymake-buffer-data): The global value should just be nil.
7962
7963 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7964 Optimize the body of a defalias like any other code.
7965
7966 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7967 Make sure we've setup font-lock's vars. It may influence which
7968 function we then call.
7969 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7970 here since it's too late anyway.
7971
7972 2006-01-03 Romain Francoise <romain@orebokech.com>
7973
7974 * startup.el (fancy-splash-tail, normal-splash-screen):
7975 Update copyright year.
7976
7977 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7978
7979 * mouse.el (mouse-drag-track): Rename, from
7980 `mouse-drag-region-1'. Includes optional argument required to
7981 enable post-drag event processing (e.g. delete region keys).
7982 Can be used without this argument to track a mouse region and operate
7983 on it as soon as the drag completes.
7984 (mouse-drag-region): Use `mouse-drag-track'.
7985
7986 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7987
7988 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7989 Move to `custom-buffer' group.
7990
7991 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7992 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7993 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7994 (custom-theme-face-menu): New variables.
7995 (custom-theme-add-variable, custom-theme-variable-action)
7996 (custom-variable-reset-theme, custom-theme-delete-variable)
7997 (custom-face-reset-theme, custom-theme-face-action)
7998 (custom-theme-delete-face, custom-theme-merge-theme)
7999 (custom-theme-add-face, custom-theme-visit-theme): New functions.
8000
8001 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
8002
8003 * custom.el: Move Custom Themes commentary to start of theme code.
8004 (custom-known-themes): Rename `standard' theme to `changed'.
8005 (custom-push-theme): Caller no longer specifies what theme to use
8006 when doing `reset'---the setting is simply removed from the theme.
8007 Delete MODE from `theme-value' and `theme-settings' properties.
8008 (custom-declare-theme): Ignore &rest args since we don't use them.
8009
8010 (custom-loaded-themes): Delete variable.
8011 (custom-theme-load-themes, custom-theme-loaded-p)
8012 (custom-theme-value): Delete functions.
8013
8014 (custom-declare-theme): Signal error on invalid theme names.
8015 (provide-theme): custom-loaded-themes was deleted.
8016 (load-theme): Load the file unconditionally.
8017 (enable-theme): Call `load-theme' if theme is undefined.
8018 (custom-enabled-themes): Only update value for successful loads.
8019 (disable-theme): Complete from enabled themes when interactive.
8020 (custom-variable-theme-value): Calculate theme value directly.
8021
8022 (custom-theme-reset-variables, custom-reset-variables): Mark as
8023 XEmacs compatibility functions. We don't actually use these.
8024
8025 * cus-edit.el (custom-variable-state-set):
8026 Use custom-variable-theme-value instead of custom-theme-value.
8027 (custom-face-state-set): Rename `standard' theme to `changed'.
8028 (custom-save-variables, custom-save-faces): Delete unneeded
8029 references to custom-reset-variables.
8030 (custom-save-resets): Delete function.
8031 (custom-save-variables, custom-save-faces): MODE argument deleted.
8032 (custom-save-variables, custom-save-faces): Ignore theme values.
8033
8034 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8035 compatibility function.
8036
8037 2006-01-01 Richard M. Stallman <rms@gnu.org>
8038
8039 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8040 (Custom-reset-current, Custom-reset-saved): Likewise.
8041 (Custom-reset-standard): Show message if aborted.
8042 (custom-mode): Doc fix, describing those commands.
8043
8044 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8045 put on event-kind property.
8046
8047 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
8048
8049 * custom.el (provide-theme): Ban `user' theme name.
8050 (custom-enabling-themes): New variable.
8051 (enable-theme): Don't enable user if custom-enabling-themes is t.
8052 (custom-enabled-themes): Make it a defcustom.
8053 (custom-theme-recalc-face): No-op if face is undefined.
8054
8055 * cus-edit.el (custom-button-mouse): New variable.
8056 (custom-button-mouse): New face.
8057 (custom-raised-buttons, custom-mode): Use it.
8058
8059 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8060
8061 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8062
8063 * progmodes/gud.el (gud-display-line): Support hl-line in the
8064 source buffer.
8065
8066 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8067
8068 * mouse.el (mouse-drag-window-above): Verify that the found window
8069 overlaps with the given window in the horizontal dimension.
8070
8071 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8072
8073 * Makefile.in (cvs-update): New target.
8074
8075 * makefile.w32-in (cvs-update): Ditto.
8076
8077 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
8078
8079 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8080 (custom-new-theme-mode-map): New variable.
8081
8082 2005-12-30 Richard M. Stallman <rms@gnu.org>
8083
8084 * custom.el (custom-load-themes): Function deleted.
8085
8086 * cus-edit.el (custom-save-loaded-themes): Function deleted.
8087 (custom-save-variables): Don't delete or add custom-load-themes call.
8088
8089 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * cus-start.el: Add `visible-cursor'.
8092
8093 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8094 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8095 (flymake-process-filter): Switch to buffer before calling it instead.
8096 (flymake-post-syntax-check, flymake-highlight-err-lines)
8097 (flymake-delete-own-overlays, flymake-parse-err-lines)
8098 (flymake-start-syntax-check, flymake-start-syntax-check-process)
8099 (flymake-count-lines, flymake-parse-residual):
8100 Remove constant buffer argument.
8101 (flymake-start-syntax-check-for-current-buffer): Remove.
8102 Update callers to use flymake-start-syntax-check instead.
8103 (flymake-display-err-menu-for-current-line):
8104 Remove unused var `mouse-pos'.
8105 (flymake-restore-formatting): Comment out unused function.
8106 (flymake-report-status, flymake-report-fatal-status): Remove buffer
8107 argument, use current-buffer instead. Update callers.
8108
8109 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8110
8111 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8112 buffer-local because choose-completion-delete-max-match requires
8113 that we set completion-ignore-case (i.e., binding via let is not
8114 sufficient).
8115 (bibtex-complete): Always set completion-ignore-case and
8116 choose-completion-string-functions. The latter is needed because
8117 choose-completion-string-functions keeps its value if we quit the
8118 *Completions* buffer without requesting a completion.
8119
8120 2005-12-30 Andreas Schwab <schwab@suse.de>
8121
8122 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8123
8124 2005-12-30 Eli Zaretskii <eliz@gnu.org>
8125
8126 * jit-lock.el (jit-lock-chunk-size): Doc fix.
8127
8128 2005-12-30 Juri Linkov <juri@jurta.org>
8129
8130 * locate.el (locate-fcodes-file, locate-header-face)
8131 * progmodes/delphi.el (delphi-other-face)
8132 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8133
8134 * paren.el (show-paren-match, show-paren-mismatch): Use existing
8135 group `paren-showing-faces'.
8136
8137 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8138 (goto-address): Fix docstring.
8139
8140 * net/webjump.el (webjump-sample-sites): Update URLs.
8141
8142 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8143
8144 * subr.el (cancel-change-group): Add listp around pending-undo-list.
8145
8146 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * font-lock.el (font-lock-compile-keywords): Signal an error when
8149 font-lock-set-defaults hasn't been called.
8150
8151 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8152
8153 * subr.el (noreturn, 1value): Doc fixes.
8154
8155 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8156
8157 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8158 that assoc-string returns nil.
8159
8160 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8161
8162 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8163 (bibtex-entry-type-str, bibtex-empty-field-re)
8164 (bibtex-search-backward-string, bibtex-preamble-prefix)
8165 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8166 (bibtex-any-valid-entry-type): New variable.
8167 (bibtex-parse-field-name): Simplify.
8168 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8169 (bibtex-preamble-prefix): Include left delimiter.
8170 (bibtex-search-forward-field, bibtex-search-backward-field):
8171 Allow unbounded search past entry boundaries (required by bibtex-pop).
8172 (bibtex-text-in-field-bounds): Use push.
8173 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8174 (bibtex-parse-preamble, bibtex-valid-entry)
8175 (bibtex-beginning-first-field): New functions.
8176 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
8177 (bibtex-map-entries): Fix docstring.
8178 (bibtex-flash-head): New arg prompt. Simplify.
8179 (bibtex-enclosing-field): Include code of bibtex-inside-field.
8180 (bibtex-insert-kill): Simplify. Always insert text past the
8181 current field or entry.
8182 (bibtex-format-entry): Use bibtex-parse-field.
8183 (bibtex-pop): Use bibtex-beginning-of-entry and
8184 bibtex-end-of-entry to initiate the search. Insert empty field if
8185 we found ourselves.
8186 (bibtex-print-help-message): New args field and comma.
8187 Handle entry keys.
8188 (bibtex-make-field): Use bibtex-beginning-of-entry.
8189 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
8190 invalid entry.
8191 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8192 Handle preambles. Simplify code for thorough test.
8193 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8194 New arg comma. Handle entry heads.
8195 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8196 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8197 New arg comma.
8198 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8199 (bibtex-fill-field): Simplify.
8200 (bibtex-fill-entry): Use bibtex-beginning-first-field and
8201 bibtex-parse-field.
8202 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8203 (bibtex-complete): Use bibtex-parse-preamble.
8204
8205 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
8206
8207 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8208 Display name of expression instead of convenience variable.
8209 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8210
8211 * progmodes/gud.el (gud-tooltip-dereference): Rename from
8212 toggle-gud-tooltip-dereference.
8213 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8214 (gud-tooltip-tips): ...here when dereferencing.
8215
8216 2005-12-28 Bill Wohler <wohler@newt.com>
8217
8218 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8219
8220 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
8221
8222 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8223 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
8224 (vc-annotate-display-autoscale): Adjust call.
8225 (vc-annotate-display-default): Adjust call. Make arg compulsory.
8226 Fix interactive spec.
8227 (vc-annotate-time-span): Remove.
8228 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8229 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8230 (vc-annotate-display-select): Use new name.
8231
8232 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8233 (vc-annotate-mode-menu): Remove left-over redundant declaration.
8234 Correct the construction of span entries. Simplify.
8235 (vc-annotate-display-select): Fix the nil case.
8236 (vc-annotate): Remove obsolete (and now broken) code.
8237 (vc-annotate-extract-revision-at-line): Remove obsolete code.
8238 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
8239
8240 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8241
8242 * subr.el (lazy-completion-table): Correct typo in docstring.
8243
8244 * startup.el (command-line): Use `custom-reevaluate-setting' for
8245 `send-mail-function'.
8246
8247 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8248
8249 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
8250
8251 * mail/smtpmail.el (smtpmail-try-auth-methods):
8252 Send credentials together with "AUTH PLAIN" command.
8253
8254 2005-12-27 Richard M. Stallman <rms@gnu.org>
8255
8256 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8257 mouse-2, go back to previously selected window, so it's selected
8258 when mouse-2 command runs.
8259
8260 2005-12-27 Juri Linkov <juri@jurta.org>
8261
8262 * descr-text.el (describe-text-sexp): Use square brackets for
8263 button [Show] to distinguish it from the property value `show'.
8264 (describe-property-list): Use `insert-text-button' with
8265 `help-face' type instead of putting face in quotes, because button
8266 is not created automatically for a list of faces.
8267 (describe-text-properties-1): Put button-type value in quotes to
8268 distinguish from plain text "button".
8269 (describe-char): Display code point values in hex. Don't use
8270 `symbol-name' for `current-input-method' because it is a string.
8271 Use `insert-text-button' with `help-face' type instead of putting
8272 hardcoded face in quotes, because button is not created automatically.
8273
8274 2005-12-27 Richard M. Stallman <rms@gnu.org>
8275
8276 * progmodes/glasses.el (glasses-face): More specific custom type.
8277
8278 * files.el (set-visited-file-name): Doc fix.
8279
8280 * textmodes/flyspell.el (flyspell-external-point-words):
8281 Use local var buffer-scan-pos to advance scan for next misspelling.
8282 Advance it only after we find the misspelling.
8283
8284 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
8285
8286 * textmodes/flyspell.el (flyspell-external-point-words):
8287 New criteria for finding the misspelling in the buffer.
8288
8289 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
8290
8291 * help-mode.el (help-insert-string): Set help-xref-stack-item
8292 rather than call help-setup-xref.
8293
8294 * descr-text.el (describe-char): Revert previous changes for
8295 optional buffer argument.
8296
8297 2005-12-27 Juri Linkov <juri@jurta.org>
8298
8299 * help-mode.el (help-insert-string): New function. Save buffer
8300 contents in cases where it is impossible to recompute the old contents.
8301
8302 * descr-text.el (describe-char): Set help-xref-stack-item
8303 explicitly after buffer has been generated.
8304
8305 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8306
8307 * cus-start.el (all): Add x-gtk-show-hidden-files.
8308
8309 2005-12-26 Richard M. Stallman <rms@gnu.org>
8310
8311 * replace.el (perform-replace): Calculate match-again
8312 before skipping read-only matches.
8313
8314 * paren.el (paren-showing-faces): New group.
8315 (show-paren-match, show-paren-mismatch): Move to that group.
8316
8317 * button.el (button): Put into group `basic-faces'.
8318
8319 * progmodes/make-mode.el: Remove faces from group `faces'.
8320
8321 * apropos.el (apropos, apropos-value): Doc fix.
8322 (apropos-documentation): Doc fix.
8323
8324 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
8325
8326 * subr.el (lazy-completion-table): Remove argument `args'.
8327
8328 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8329 Don't use the `args' argument of lazy-completion-table.
8330
8331 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
8332
8333 * descr-text.el (describe-char): Add optional argument for buffer.
8334 Set buffer appropriately. Call help-setup-xref.
8335 Suggested by Stefan Monnier.
8336
8337 2005-12-26 Juri Linkov <juri@jurta.org>
8338
8339 * descr-text.el: Require `help-fns' at runtime. Don't require
8340 `button' for byte compilation.
8341 (describe-text-widget): Add `help-echo' for first button.
8342 Use `help-info' for second.
8343 (describe-property-list): Use `help-argument-name' instead of `italic'.
8344 (describe-text-category): Add prompt to interactive spec.
8345 Call `help-setup-xref'.
8346 (describe-char): Use `help-character-set'. Add `help-echo' for
8347 code point. Use `help-input-method'. Remove superfluous insert.
8348
8349 2005-12-25 Richard M. Stallman <rms@gnu.org>
8350
8351 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8352 at point, in case of narrowing.
8353
8354 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8355
8356 * locate.el (locate-header-face): Allow nil in type.
8357
8358 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8359
8360 2005-12-25 Romain Francoise <romain@orebokech.com>
8361
8362 * battery.el (battery-linux-proc-acpi): Also try
8363 `/proc/acpi/thermal_zone/THM0/temperature'.
8364
8365 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8366
8367 * custom.el (custom-push-theme): Fix docstring.
8368
8369 * cus-edit.el (custom-variable-set, custom-variable-save)
8370 (custom-variable-save): Custom-quote widget values.
8371 (customize-save-variable): Fix custom-push-theme call.
8372
8373 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8374
8375 * w32-fns.el (w32-batch-update-autoloads): New function.
8376
8377 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8378 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8379 from the command line.
8380
8381 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8382
8383 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8384 reset means to remove setting from theme entirely. Don't keep
8385 expanding theme-settings list; delete old entries if necessary.
8386
8387 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8388 customization" button one line up.
8389 (custom-themed): New face.
8390 (custom-magic-alist): New value, THEMED, for theme settings.
8391 (custom-variable-state-set, custom-face-state-set):
8392 Check theme-value instead of saved-value.
8393 (custom-variable-reset-standard, custom-face-reset-standard):
8394 Remove theme setting entirely. Recalculate new values.
8395 (custom-variable-set, custom-variable-set)
8396 (custom-variable-reset-saved, custom-variable-reset-backup)
8397 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8398 (custom-variable-save): Fix typos.
8399
8400 2005-12-23 Juri Linkov <juri@jurta.org>
8401
8402 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8403 Add autoload cookies.
8404 (edebug-outside-d-c-i-n-s-w): New variable.
8405 (edebug-display, edebug-outside-excursion): Use it to save the
8406 original value of default-cursor-in-non-selected-windows.
8407 Set default-cursor-in-non-selected-windows to t while Edebug
8408 is active.
8409 (edebug-mode, edebug-eval-mode): Doc fix.
8410
8411 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8412 with `buffer-substring-no-properties' to remove common substring
8413 highlighting.
8414
8415 * info.el (info-other-window, info): Rename function argument
8416 `file' to `file-or-node'.
8417 (Info-complete-menu-item): Use local variable `complete-nodes' to
8418 keep the global value of `Info-complete-nodes' unchanged for
8419 subsequent completions.
8420 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8421
8422 * simple.el (get-next-valid-buffer, last-buffer)
8423 (next-error-buffer-p, next-error-find-buffer)
8424 (minibuffer-history-sexp-flag): Doc fix.
8425
8426 * savehist.el (savehist-mode-hook): Add `:group'.
8427
8428 * log-view.el: Call autoload for vc-find-version.
8429 (log-view-current-file): Adjust subgroup numbers.
8430 (log-view-current-tag): Add `length'.
8431
8432 2005-12-23 Richard M. Stallman <rms@gnu.org>
8433
8434 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8435
8436 2005-12-23 Juri Linkov <juri@jurta.org>
8437
8438 * hi-lock.el (hi-lock-archaic-interface-message-used)
8439 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8440 (hi-lock-mode): Display "Hi" in the mode line only when
8441 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8442 (hi-lock-write-interactive-patterns):
8443 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8444 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8445 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8446 font-lock-add-keywords to t.
8447
8448 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8449
8450 * hi-lock.el (hi-lock-highlight-range): New variable.
8451 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8452 only if font-lock-fontified is non-nil. Remove overlays.
8453 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8454 font-lock-fontified is non-nil, otherwise use overlays (instead of
8455 text properties).
8456 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8457 New variables.
8458 (hi-lock-string-serialize) New function.
8459
8460 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8461
8462 * menu-bar.el (menu-find-file-existing): New function.
8463 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8464
8465 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8466
8467 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8468
8469 * vc.el: Remove unnecessary leading * in docstrings.
8470 (vc-annotate-mode-map): Move initialization into declaration.
8471 (vc-static-header-alist): Nitpick on the regexp.
8472 (vc-default-init-version): New fun.
8473 (vc-register): Use it.
8474 (vc-insert-headers): Use dolist.
8475 (vc-annotate-get-backend): Remove unused function.
8476 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8477 (vc-annotate-mode): Remove corresponding call.
8478 (vc-annotate-car-last-cons): Simplify.
8479 (vc-annotate-buffers): Remove var.
8480 (vc-annotate-backend): Make it buffer-local.
8481 (vc-annotate): Move the interaction to the interactive spec.
8482 Add a `buf' argument.
8483 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8484 killing&creating a vc-annotate buffer, which is very disruptive when
8485 the buffers are shown in dedicated frames.
8486
8487 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8488
8489 * descr-text.el: Add FSF as maintainer.
8490 (describe-text-mode, describe-text-mode-map)
8491 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8492 help-mode.
8493 (describe-text-widget, describe-text-sexp)
8494 (describe-property-list, describe-text-category)
8495 (describe-text-properties, describe-text-properties-1)
8496 (describe-char): Use help buttons instead of widgets.
8497 (describe-char-unicodedata-file): Make URL link in doc string.
8498
8499 2005-12-22 Richard M. Stallman <rms@gnu.org>
8500
8501 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8502 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8503 Don't include buttons that write a file when there's no file.
8504 (custom-variable-menu, custom-face-menu, custom-group-menu):
8505 Don't include commands that write a file when there's no file.
8506 (customize-browse): Reword the top-of-buffer help intro.
8507 (custom-buffer-create-internal): Fix previous change.
8508 (customize-changed-options-previous-release): Prev release is 21.1.
8509 (customize-changed-options): Doc fix.
8510 (customize-changed): New alias.
8511 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8512 Say "standard values".
8513 (Custom-reset-standard): Doc fix.
8514 (custom-face-reset-standard): Doc fix.
8515
8516 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8519 even if font-lock-mode is non-nil since it may be t without having
8520 turned on font-lock-mode-internal.
8521 (font-lock-choose-keywords): Minor optimization.
8522 (font-lock-add-keywords, font-lock-remove-keywords)
8523 (font-lock-set-defaults): Don't call make-local-variable on a variable
8524 that we know to already be local.
8525
8526 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8527
8528 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8529 messages if in the minibuffer.
8530
8531 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8532
8533 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8534 (tex-mode-flyspell-verify, flyspell-get-word)
8535 (flyspell-external-point-words): Don't use point-min/max uselessly.
8536
8537 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8538 by Kevin Rodgers. Instead, just hide the completions buffer if we
8539 don't need to show it.
8540
8541 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8542
8543 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8544
8545 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8548 delete-windows-on with an inexistent buffer.
8549
8550 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8551
8552 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8553 Delete defcustom variable :tag names.
8554
8555 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8558 (log-view-font-lock-keywords): Ajust subgroup numbers.
8559 (log-view-current-tag): Don't hard code the number of subgroups.
8560
8561 2005-12-20 Juri Linkov <juri@jurta.org>
8562
8563 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8564 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8565
8566 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8567 (menu-bar-non-minibuffer-window-p): Instead of checking
8568 display-multi-frame-p, use selected-frame when menu-updating-frame
8569 is nil.
8570
8571 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8572
8573 * align.el (align-rules-list): Use [ \t] instead of \s-
8574 for column separators in text mode.
8575
8576 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8577
8578 * help-mode.el (help-customize-variable, help-customize-face):
8579 Don't pop help-xref-stack as help-follow no longer pushes
8580 anything on to it.
8581
8582 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8583
8584 * textmodes/org.el (org-agenda-custom-commands): New option.
8585 (org-agenda): Offer custom commands on splash screen.
8586 (org-make-tags-matcher): Parser for Boolean logic added.
8587 (org-agenda-set-tags): New command.
8588 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8589 (org-set-tags): Efficiency improvements.
8590 (org-auto-align-tags): New option.
8591 (org-todo, org-demote, org-promote): Realign tags.
8592 (org-tags-completion-function): Use also "&" and "|" as separators.
8593 (org-org-menu): Agenda commands simplified.
8594
8595 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8596
8597 * cus-edit.el (customize-apropos, customize-apropos-options):
8598 Docstring changes.
8599
8600 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8601
8602 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8603
8604 * longlines.el (longlines-mode): Wrap while widened.
8605 (longlines-decode-region, longlines-encode-region): Compute max
8606 just once.
8607
8608 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8609
8610 * cus-edit.el (mac): New group.
8611
8612 * cus-start.el (all): Add user options in macterm.c. Add test for
8613 Mac-related built-ins. Fix test for GTK-related built-ins.
8614
8615 * term/mac-win.el (mac-handle-language-change)
8616 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8617 (mac-services-open-selection, mac-services-mail-selection)
8618 (mac-services-mail-to, mac-services-insert-text)
8619 (mac-dispatch-apple-event): Add docstrings.
8620 (x-get-selection, mac-select-convert-to-string): Select coding
8621 system from `utf-16be' and `utf-16le' using `byteorder'.
8622
8623 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8626 a "list" (lambda ...) rather than a real completion list.
8627
8628 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8629 lexical-let when encountering ((lambda (...) ...) ...).
8630
8631 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8632
8633 * progmodes/sh-script.el (sh-mode):
8634 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8635 * textmodes/picture.el (picture-mode): Update docstrings.
8636
8637 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8638
8639 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8640 commands enclosed in $(ARGQUOTE)s should not be split between two
8641 lines, as that will break with GNU Make >3.80, when sh.exe is used
8642 and arg quoting is with '..'.
8643 (autoloads): Don't break the quoted --eval expression between
8644 several lines.
8645
8646 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8647
8648 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8649 Capture error from printing circular structures.
8650
8651 2005-12-17 Martin Rudalics <rudalics@gmx.at>
8652
8653 * wid-edit.el (widget-checkbox-action): Clear undo info.
8654
8655 2005-12-16 Bill Wohler <wohler@newt.com>
8656
8657 * menu-bar.el (kill-this-buffer): Set a good example by using menu
8658 bar, not menubar in comment.
8659
8660 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8663 After-change-functions should not clobber the match data.
8664
8665 2005-12-16 Juri Linkov <juri@jurta.org>
8666
8667 * simple.el (choose-completion): Use `buffer-substring-no-properties'
8668 instead of `buffer-substring'.
8669 (completion-common-substring): Doc fix.
8670 (completion-setup-function): Use minibuffer-completion-contents
8671 instead of minibuffer-contents. Don't set common-string-length
8672 initially. Remove special handling of partial-completion-mode.
8673 Move computation of completion-base-size into one cond.
8674 Call completion-base-size-function in mainbuf. In computation of
8675 completion-base-size for file name completion don't move point to
8676 the end of the minibuffer. Move computation of common-string-length
8677 into one cond. Start putting faces only when common-string-length>=0.
8678 Add condition to put completions-common-part when
8679 common-string-length>0.
8680
8681 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8682 place point at the first different character in the minibuffer
8683 even if this position is at the beginning of the minibuffer.
8684
8685 * info.el (Info-read-node-name-1): In completion-base-size-function's
8686 lambda return 1 if common-substring or minibuffer-completion-contents
8687 starts with (, and 0 otherwise.
8688
8689 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8690 Use `crm-current-element' for second arg of `display-completion-list'.
8691
8692 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
8693
8694 * files.el (set-auto-mode): Look for an interpreter specified on
8695 the first line also if search for mode specification succeeded,
8696 but the mode is not known.
8697
8698 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8699
8700 * textmodes/org.el (org-tags-match-list-sublevels): New option.
8701 (org-open-at-point): Implement tag searches as links.
8702 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8703 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8704 (org-tags-sparse-tree, org-tags-view, org-set-tags)
8705 (org-agenda-dispatch): New commands.
8706 (org-use-tag-inheritance, org-tags-column): New options.
8707 (org-tab-follows-link, org-return-follows-link): New options.
8708 (org-tags): New customize group.
8709 (org-start-icalendar-file): Get local time zone.
8710 (org-tags-completion-function): New function.
8711 (org-set-font-lock-defaults): Make sure links will also be
8712 highlighted inside headlines.
8713
8714 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
8715
8716 * term.el (term-emulate-terminal):
8717 Let term-handle-ansi-terminal-messages override what Bash says about
8718 its current directory.
8719
8720 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8721
8722 * bindings.el (last-buffer): Move to simple.el.
8723 * simple.el (last-buffer): Move here.
8724 (get-next-valid-buffer): New function.
8725 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8726 (prev-buffer): Ditto. Rename to `previous-buffer'.
8727
8728 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8729 * bindings.el (global-map): Ditto.
8730
8731 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
8732
8733 * cus-edit.el: Introductory comment change.
8734 (custom-magic-alist): Change message string for the `rogue' state.
8735
8736 2005-12-15 Richard M. Stallman <rms@gnu.org>
8737
8738 * tooltip.el: Delete defcustom variable :tag names.
8739
8740 * complete.el (partial-completion-mode): Doc fix.
8741
8742 * textmodes/flyspell.el (flyspell-external-point-words):
8743 Use save-excursion to ensure we don't move backward in the
8744 search loop, not even one character.
8745 (flyspell-delete-all-overlays): Use remove-overlays directly.
8746
8747 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8748 (ispell-start-process): Set that variable.
8749 Clear ispell-buffer-local-name.
8750 (ispell-internal-change-dictionary):
8751 Set ispell-current-dictionary after killing process.
8752 (ispell-buffer-local-dict):
8753 Don't set spell-personal-dictionary after killing process.
8754 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8755 (ispell-tex-skip-alists, ispell-html-skip-alists)
8756 (ispell-skip-region-alist): Mark as risky.
8757
8758 * net/newsticker.el (newsticker--retrieval-timer-list)
8759 (newsticker--display-timer, newsticker-running-p)
8760 (newsticker-ticker-running-p): Definitions moved up.
8761
8762 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8763
8764 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8765
8766 2005-12-15 David Ponce <david@dponce.com>
8767
8768 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8769 (recentf-edit-list, recentf-open-files): Signal an error when
8770 there is no recent file.
8771
8772 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8773
8774 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8775 read-only except for texinfo-format-region evaluation.
8776
8777 2005-12-14 Richard M. Stallman <rms@gnu.org>
8778
8779 * vc.el (vc-default-previous-version, vc-default-next-version)
8780 (vc-do-command): Doc fixes.
8781
8782 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8783
8784 * textmodes/bibtex.el (bibtex-expand-strings)
8785 (bibtex-autokey-expand-string, bibtex-name-part)
8786 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8787 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8788 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8789 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8790 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8791 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8792 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8793 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8794 (bibtex-beginning-of-last-entry): Remove.
8795 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8796 message if comma is missing but buffer is read-only.
8797 (bibtex-parse-field-text): Handle whitespaces at the end of field
8798 text. Return 3-element list with beginning and end of field text
8799 and end of field.
8800 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8801 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8802 (bibtex-search-forward-field, bibtex-search-backward-field):
8803 Search always delimited by limits of entry. Use more efficient
8804 search algorithms.
8805 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8806 bibtex-end-of-name-in-field.
8807 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8808 extracting the content of a field.
8809 (bibtex-text-in-field): Use search limits.
8810 (bibtex-parse-string-prefix): Handle empty string keys based on
8811 bibtex-string-empty-key.
8812 (bibtex-parse-string): Fix docstring.
8813 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8814 (bibtex-preamble-prefix, bibtex-strings): New functions.
8815 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8816 BibTeX entries (consistent with other BibTeX functions).
8817 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8818 (bibtex-search-entry): Fix docstring. Simplify.
8819 (bibtex-flash-head, bibtex-complete-string-cleanup)
8820 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8821 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8822 (bibtex-parse-entry): New optional arg content.
8823 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8824 Use bibtex-text-in-field-bounds.
8825 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8826 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8827 bibtex-parse-string-postfix.
8828 (bibtex-find-text-internal): New function.
8829 (bibtex-remove-delimiters): Use it.
8830 (bibtex-find-text): Use it. New optional arg help.
8831 (bibtex-complete): Handle BibTeX string and preamble entries.
8832 (bibtex-Preamble): Fix order of closing delimiters.
8833
8834 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * vc.el (vc-default-revert): New fun.
8837
8838 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8839
8840 2005-12-14 Romain Francoise <romain@orebokech.com>
8841
8842 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8843 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8844 (font-lock-remove-keywords): Likewise.
8845
8846 2005-12-14 Juri Linkov <juri@jurta.org>
8847
8848 * log-view.el (log-view-diff): Doc fix.
8849
8850 * isearch.el (isearch-query-replace): Use (mark) instead of
8851 isearch-opoint if mark is active in transient-mark-mode.
8852
8853 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8854
8855 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8856
8857 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8858
8859 * progmodes/cpp.el (cpp-face): New widget.
8860 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8861
8862 2005-12-14 Juri Linkov <juri@jurta.org>
8863
8864 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8865 around `erase-buffer' and `insert'.
8866
8867 * descr-text.el (describe-text-properties): Replace buffer name
8868 "*Help-2*" with "*Help*<2>".
8869 (describe-char): Add functions print-help-return-message,
8870 toggle-read-only. Use help-setup-xref with nil to not store
8871 describe-char in help-xref-stack. Use help-make-xrefs to
8872 make [back] button.
8873
8874 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8875
8876 * wdired.el (wdired-old-point): New internal variable.
8877 (wdired-change-to-wdired-mode): Set it buffer-locally.
8878 (wdired-abort-changes): Restore point after aborting changes.
8879
8880 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * vc.el (vc-do-command): Add a new value t for okstatus.
8883
8884 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8885 frame in case of errors.
8886
8887 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8888
8889 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8890 so it comes after "On the Left" in the menu.
8891
8892 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8893
8894 * cus-edit.el (customize-apropos, customize-apropos-options)
8895 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8896
8897 2005-12-12 Bill Wohler <wohler@newt.com>
8898
8899 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8900 non-writable Subversion-controlled files by saving window
8901 configuration before calling vc-do-command. vc-do-command calls
8902 pop-to-buffer on error which is unexpected during registration.
8903
8904 2005-12-12 Jay Belanger <belanger@truman.edu>
8905
8906 * calc/README: Update the summary of changes.
8907
8908 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * descr-text.el (describe-char): Rework last fix to solve the problem
8911 is the same way it's solved for everything else in that function
8912 (i.e. by extracting the info before setting up the *Help* buffer).
8913
8914 2005-12-12 Kim F. Storm <storm@cua.dk>
8915
8916 * subr.el (version-regexp-alist): Allow space as separator before
8917 non-numeric part, e.g. "1.0 alpha".
8918 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8919
8920 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8921
8922 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8923 Implement Logging and the keep-modes setting.
8924 (org-get-category): Make sure a string is returned.
8925 (org-log-done): New function.
8926 (org-log-done, org-closed-string): New options.
8927
8928 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8929
8930 * tooltip.el (tooltip-y-offset): Change default to 20.
8931
8932 2005-12-12 Richard M. Stallman <rms@gnu.org>
8933
8934 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8935
8936 * frame.el (display-hourglass): Doc fix.
8937
8938 * help.el (help-for-help-internal): Simplify entry for `a'.
8939
8940 * info.el (Info-on-current-buffer): Doc fix.
8941 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8942
8943 * startup.el (inhibit-splash-screen): Make this the real name.
8944 (inhibit-startup-message): Make this the alias.
8945 (command-line): Find only simple.el, and use its directory
8946 to fill in other preloaded files' names.
8947 (command-line): Deactivate the mark if deactivate-mark is set.
8948
8949 * international/mule.el (load-with-code-conversion):
8950 Bind deactivate-mark.
8951
8952 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8953
8954 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8955
8956 * cus-edit.el (customize-apropos): Avoid listing an option more
8957 than once under different aliases. No longer list user options
8958 that are not defined with defcustom (unless a prefix arg is given).
8959 Doc fix.
8960 (customize-apropos-options): Doc fix.
8961
8962 2005-12-11 Juri Linkov <juri@jurta.org>
8963
8964 * frame.el (set-background-color, set-foreground-color)
8965 (set-cursor-color, set-mouse-color, set-border-color):
8966 Add explicit prompts to read colors by `facemenu-read-color'.
8967 (show-trailing-whitespace, blink-cursor-delay)
8968 (blink-cursor-interval, display-hourglass, hourglass-delay):
8969 Remove tags.
8970 (display-hourglass, hourglass-delay): Doc fix.
8971 (cursor-in-non-selected-windows): Capitalize words in tag.
8972
8973 * faces.el (frame-background-mode): Replace `choice-item' keywords
8974 with `const' to not make [default] button. Change default value tag
8975 from `default' to `automatic'. Doc fix.
8976 (trailing-whitespace) <defface>: Change group `whitespace' to
8977 `whitespace-faces'.
8978
8979 2005-12-11 Richard M. Stallman <rms@gnu.org>
8980
8981 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8982
8983 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8984
8985 * term/mac-win.el: Create keymap for mac-apple-event-map.
8986
8987 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8988
8989 * tooltip.el (tooltip-mode): Move to start of file so that it
8990 appears at top of customize buffer.
8991
8992 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8993 Add the gud groupname.
8994 (gud-tooltip-mode): Add the tooltip groupname.
8995 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8996 avoid conflict with tooltip-use-echo-area.
8997
8998 2005-12-10 Romain Francoise <romain@orebokech.com>
8999
9000 * help.el (help-for-help-internal): Add `r' in doc string.
9001
9002 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9003
9004 * align.el (align-regexp, align-highlight-rule):
9005 Use region-beginning and region-end instead of point and mark, so that
9006 repetition (with `repeat-complex-command') recomputes the region
9007 bounds.
9008
9009 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
9010
9011 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9012 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9013 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9014 (balance-windows): Rewrite using the above new functions.
9015
9016 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
9017
9018 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9019 react if global-hi-lock-mode seems intended.
9020 (global-hi-lock-mode) Renamed from hi-lock-mode.
9021 (hi-lock-archaic-interface-message-used)
9022 (hi-lock-archaic-interface-deduce): New variables.
9023 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9024 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9025 (hi-lock-find-patterns, hi-lock-font-lock-hook):
9026 Replace hi-lock-buffer-mode with hi-lock-mode.
9027
9028 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
9029
9030 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9031 completion list, even after a partial completion has been
9032 inserted in the current buffer. If there are more than 1
9033 completion, redisplay the *Completions* buffer; if the
9034 completion is unique, delete the *Completions* window.
9035
9036 2005-12-10 Eli Zaretskii <eliz@gnu.org>
9037
9038 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9039 strings and long subject lines that were broken into multiple
9040 lines at arbitrary places. Handle subjects that have "Re: " in
9041 the middle.
9042
9043 2005-12-10 John W. Eaton <jwe@octave.org>
9044
9045 * emacs/octave-mod.el (octave-electric-space): Don't indent
9046 comments or strings if octave-auto-indent is nil.
9047
9048 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9049
9050 * term/mac-win.el: Require url when compiling.
9051 Call mac-process-deferred-apple-events after loading init files.
9052 (mac-apple-event-map): New defvar. Define event handlers in it.
9053 (core-event, internet-event): New Apple event class symbols.
9054 (open-application, reopen-application, open-documents)
9055 (print-documents, open-contents, quit-application)
9056 (application-died, show-preferences, autosave-now, get-url):
9057 New Apple event ID symbols.
9058 (about): New HICommand ID symbol.
9059 (mac-event-spec, mac-event-ae): New macros.
9060 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9061 (mac-ae-selection-range, mac-ae-text-for-search)
9062 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9063 (mac-application-menu-map): Remove keymap. Handlers for HICommand
9064 and Services menu events are now defined in mac-apple-event-map.
9065 (mac-drag-n-drop): Remove selection range handling.
9066
9067 2005-12-10 Kenichi Handa <handa@m17n.org>
9068
9069 * simple.el (zap-to-char):
9070 * isearch.el (isearch-process-search-char): Translate CHAR by
9071 translation-table-for-input.
9072
9073 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
9074
9075 * foldout.el (foldout-exit-fold): Properly hide subtree.
9076
9077 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9078
9079 * files.el (save-buffer):
9080 * international/ucs-tables.el (ucs-set-table-for-input):
9081 * mail/mail-extr.el (mail-extract-address-components):
9082 * mail/sendmail.el (mail-mode): Reformat doc string.
9083
9084 2005-12-09 Juri Linkov <juri@jurta.org>
9085
9086 * isearch.el (isearch-highlight): Change main overlay priority
9087 from 1 to 1001. Simplify.
9088 (isearch-lazy-highlight-update): Change lazy overlay priority
9089 from 0 to 1000.
9090
9091 * replace.el (replace-highlight): Change overlay priority from
9092 1 to 1001.
9093
9094 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9095 Change overlay priority from 1 to 1001. Reuse existing overlay.
9096
9097 * compare-w.el (compare-windows-highlight): Change overlay
9098 priority from 1 to 1000.
9099
9100 * menu-bar.el (menu-bar-edit-menu): Add listp around
9101 pending-undo-list to disable menu item "undo" when pending
9102 undo list is empty.
9103
9104 * locate.el (locate): Disable undo in *Locate* buffer.
9105
9106 2005-12-09 Kim F. Storm <storm@cua.dk>
9107
9108 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9109
9110 2005-12-09 David Ponce <david@dponce.com>
9111
9112 * recentf.el: Improvement of the menu code.
9113 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
9114 instead of menu hook.
9115 (recentf-show-menu, recentf-hide-menu): New functions.
9116 (recentf-menu-customization-changed, recentf-mode): Use them.
9117 (recentf-menu-action, recentf-max-menu-items)
9118 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9119 (recentf-arrange-by-rule-others)
9120 (recentf-arrange-by-rules-min-items)
9121 (recentf-arrange-by-rule-subfilter) : Don't use
9122 `recentf-menu-customization-changed'.
9123 (recentf-arrange-rules): Likewise. Accept functions to compute
9124 sub-menu titles.
9125 (recentf-menu-filter): Likewise. Doc fix.
9126 (recentf-menu-value-shortcut): Doc fix.
9127 (recentf-dump-variable): Quote atom value.
9128 (recentf-make-menu-items): Update to use it as a menu filter.
9129 (recentf-match-rule): New function.
9130 (recentf-arrange-by-rule): Use it.
9131 (recentf-indirect-mode-rule): New function.
9132 (recentf-build-mode-rules): Use it.
9133 (recentf-dir-rule): New function.
9134 (recentf-arrange-by-dir): Use it.
9135 (recentf-filter-changer-current): Rename from
9136 `recentf-filter-changer-state'. All references updated.
9137 (recentf-filter-changer-alist): Update filter names.
9138 (recentf-filter-changer-select): New function.
9139 (recentf-filter-changer): Use it. Make a sub-menu from filters
9140 available in `recentf-filter-changer-alist'.
9141 (recentf-data-cache, recentf-clear-data)
9142 (recentf-update-menu): Remove. All references updated.
9143 (recentf-match-rule-p, recentf-build-dir-rules)
9144 (recentf-filter-changer-goto-next)
9145 (recentf-filter-changer-get-current)
9146 (recentf-filter-changer-get-next): Remove.
9147
9148 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
9149
9150 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9151 buffer "Reset" button to "Reset to Current" for consistency with
9152 the State buttons.
9153
9154 2005-12-08 John Paul Wallington <jpw@pobox.com>
9155
9156 * ibuf-ext.el (define-ibuffer-filter filename):
9157 If `dired-directory' is a list then really use its car.
9158
9159 2005-12-08 Kim F. Storm <storm@cua.dk>
9160
9161 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9162 Fix indention of text on right side of replaced rectangle.
9163
9164 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
9165
9166 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9167 No need to check gud-comint-buffer is bound.
9168 (gdb): Prevent multiple debugging when first session uses gdba.
9169
9170 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9171
9172 CC Mode update to 5.31.
9173
9174 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9175 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
9176 We might do this function properly in the future).
9177
9178 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9179 New macros c-sentence-end and c-default-value-sentence end, to cope
9180 with Emacs 22's new function `sentence-end'.
9181
9182 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9183
9184 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9185 compat issue using `c-put-overlay' and `c-delete-overlay'.
9186
9187 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9188 New compat macros to handle overlays/extents.
9189
9190 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9191
9192 * progmodes/cc-fix.el: Add definitions of the macros push and pop
9193 (for GNU Emacs 20.4)
9194
9195 * progmodes/cc-defs.el:
9196 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9197
9198 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9199 highlighting mechanism so it will work in XEmacs too.
9200
9201 * progmodes/cc-defs.el: Insert c-int-to-char.
9202
9203 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9204 call to the new macro c-int-to-char. This solves XEmacs's
9205 regarding characters as different from integers.
9206
9207 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9208
9209 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9210 New internal helper.
9211
9212 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9213 construct to make the indirect face lookup work in XEmacs.
9214
9215 (c-cpp-matchers): Append the negation char face to the existing
9216 fontification, so that the cpp face doesn't disappear.
9217 Use `c-make-syntactic-matcher' to avoid negation chars in comments
9218 and strings.
9219
9220 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9221 to map to `font-lock-negation-char-face' in emacsen where it exists.
9222
9223 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9224
9225 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9226
9227 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9228 Rename "c-subword-move-mode" as "c-subword-mode".
9229
9230 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9231 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
9232
9233 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9234
9235 * progmodes/cc-mode.el: Added autoload directive for
9236 `c-subword-move-mode' for use in older emacsen.
9237
9238 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9239
9240 * progmodes/cc-mode.el:
9241 (i) Insert a binding for C-c C-backspace into
9242 c-bind-special-erase-keys which works in TTYs.
9243 (ii) Make sure that when file styles are used, any explicitly
9244 given style variables take priority over those in the style.
9245 Do this by calling `hack-local-variables' a second time.
9246
9247 * progmodes/cc-vars.el: Add language specific customization
9248 widgets for AWK to c-doc-comment-style, c-require-final-newline
9249 and c-default-style. Add a defcustom for awk-mode-hook.
9250 Give c-syntactic-element and c-syntactic-context doc-strings by
9251 directly setting their `variable-documentation' propery.
9252 This allows Emacs 22.1 to read these with C-h v.
9253
9254 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9255
9256 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9257
9258 * progmodes/cc-fonts.el, cc-vars.el
9259 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9260 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9261 Masatake YAMATO.
9262
9263 (c-doc-comment-style): Made GtkDoc default in C mode.
9264
9265 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9266 and C-c C-<delete>.
9267
9268 (c-bind-special-erase-keys): New function for use on
9269 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9270
9271 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9272 <delete> key behavior in XEmacs according to `delete-forward-p'.
9273 C.f. `c-electric-delete'.
9274
9275 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9276
9277 * progmodes/cc-mode.el: Give c-hungry-backspace and
9278 c-hungry-delete-forward permanent key bindings.
9279
9280 * progmodes/cc-cmds.el (c-electric-semi&comma):
9281 Bind c-syntactic-context for calls to "criteria functions", for
9282 consistency with other calls to user functions.
9283
9284 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9285 `current-prefix-arg', since this might be the prefix arg to a
9286 command which calls c-indent-command as a function. Change the
9287 interactive spec from "p" to "P".
9288
9289 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9290 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9291 was difficult to understand.
9292
9293 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9294
9295 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9296 first char of an identifier.
9297
9298 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9299 +" syntax in C++.
9300
9301 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9302
9303 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9304 auto-fill doesn't split a c-comment's last word from a hanging
9305 "*/" when a space is typed between them after fill-column.
9306
9307 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9308
9309 * progmodes/cc-styles.el (c-set-style)
9310 (c-setup-paragraph-variables): Abort the command if we're not in a
9311 CC Mode buffer.
9312
9313 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9314 with blank comment-prefix, and a blank line as the comment's
9315 second line.
9316
9317 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9318
9319 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9320 Incorporate the patterns added in the Emacs development branch
9321 for the new Emacs 22 face `font-lock-negation-char-face'.
9322
9323 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9324 of "red" since it stands out better in xterms and DOS terminals.
9325
9326 * progmodes/cc-engine.el (c-literal-faces):
9327 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9328
9329 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9330
9331 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9332 forcibly enable c-electric-flag.
9333
9334 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9335 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9336 after the comment-prefix of a C-style comment will close that comment.
9337
9338 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9339
9340 * progmodes/cc-fonts.el (c-basic-matchers-before)
9341 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9342 in Pike.
9343
9344 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9345 digraphs.
9346
9347 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9348 (c-cpp-message-directives, c-cpp-include-directives)
9349 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9350 (c-cpp-expr-directives): Introduce new language constants to
9351 control cpp syntax in a cleaner way.
9352
9353 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9354
9355 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9356
9357 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9358 (c-multiline-string-start-char): New language constants and
9359 variables to specify how newlines in string literals work.
9360
9361 (c-font-lock-invalid-string): Use them.
9362
9363 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9364 unbalanced close brace is entered. Optimization by avoiding going
9365 back over arbitrarily large blocks. Removed hints that this
9366 function only would be relevant/useful in AWK.
9367
9368 (c-electric-brace): Indent syntactically after the cleanups since
9369 lineup functions might do it differently then.
9370
9371 * progmodes/cc-engine.el, cc-langs.el
9372 (c-opt-op-identifier-prefix): New language constant and variable.
9373
9374 (c-just-after-func-arglist-p, c-after-special-operator-id)
9375 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9376
9377 * progmodes/cc-align.el, cc-engine.el
9378 (c-after-special-operator-id): New helper to handle C++ operator
9379 identifiers.
9380
9381 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9382 (c-guess-basic-syntax): Handle C++ operator identifiers in
9383 declarations.
9384
9385 * progmodes/cc-langs.el (c-assignment-operators): Add the
9386 trigraph version of ^= too.
9387
9388 * progmodes/cc-langs.el (c-assignment-operators): Add the
9389 trigraph version of |= in C++.
9390
9391 * progmodes/cc-fonts.el (c-font-lock-declarators):
9392 Handle `c-decl-hangon-kwds' after the identifier name.
9393
9394 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9395 whether an arglist is "nonempty", ignore a comment after the open
9396 paren if it isn't followed by a non-comment token on the same line.
9397
9398 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9399 Enable heuristics below the point to cope with classes inside special
9400 brace lists in Pike.
9401
9402 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9403
9404 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9405
9406 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9407
9408 * progmodes/cc-guess.el (cc-guess-install): New function to
9409 install an already guessed style in another buffer.
9410
9411 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9412 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9413 anyway if the change always is undone.
9414
9415 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9416
9417 Implement togglable electricity:
9418
9419 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9420 saying when it should be used.
9421
9422 * progmodes/cc-engine.el: Add the new buffer-local variable,
9423 c-electric-flag.
9424
9425 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9426 c-toggle-auto-newline.
9427
9428 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9429 c-toggle-auto-newline. Remove the binding for
9430 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9431 c-toggle-electric-state.
9432
9433 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9434
9435 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9436 c-\(forward\|backward\)-subword.
9437 (c-update-modeline): Add the new modeline flag `l' for
9438 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9439 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9440 Make the old name an alias of the new name.
9441 (c-toggle-electric-state): New function.
9442 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9443 Adapt these functions to do electric things only when
9444 c-electric-flag is non-nil.
9445 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9446 new functions from c-electric-brace.
9447 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9448 mode, so that the tentative extra newline doesn't change the
9449 syntax of the following brace.
9450 (c-electric-brace): Restructure by extracting the above functions.
9451 Tidy up the coding somewhat.
9452 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9453 restructure a bit.
9454
9455 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9456
9457 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9458 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9459
9460 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9461 (c-submode-indicators): Change name from `c-auto-hungry-string'
9462 since it's now used to track another submode.
9463
9464 (c-update-modeline): Convert to function and extended to check
9465 `c-subword-move-mode'.
9466
9467 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9468 Convert to compat aliases for `c-forward-subword' and
9469 `c-backward-subword'.
9470
9471 * progmodes/cc-subword.el: New functions and minor mode to handle
9472 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9473
9474 (c-forward-subword, c-backward-subword, c-mark-subword)
9475 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9476 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9477 Functions corresponding to the standard word handling functions.
9478
9479 (c-subword-move-mode): Minor mode that replaces all the standard
9480 word handling functions with their subword equivalences.
9481
9482 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9483
9484 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9485 entry for one-liner-defun.
9486
9487 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9488 name in its def-edebug-spec.
9489
9490 * progmodes/cc-cmds.el (c-electric-brace): Make the
9491 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9492 compacts space before a comment, if this will make things fit on
9493 one line.
9494
9495 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9496
9497 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9498
9499 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9500 clean-up one-liner-defun.
9501
9502 * progmodes/cc-styles.el: Add the new "awk" style.
9503
9504 * progmodes/cc-vars.el: Add description of one-liner-defun to
9505 c-cleanup-list's doc-string. New user options,
9506 c-max-one-liner-length. In c-default-style, set the default style
9507 for AWK to "awk".
9508
9509 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9510
9511 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9512 macros inside labels.
9513
9514 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9515 `c-at-statement-start-p' and `c-at-expression-start-p'.
9516
9517 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9518 error if the mark isn't set.
9519
9520 * progmodes/cc-engine.el (c-guess-continued-construct)
9521 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9522 accurately detect functions inside functions.
9523
9524 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9525 like `c-at-statement-start-p' that additionally recognizes commas
9526 and expression parentheses as delimiters.
9527
9528 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9529 to avoid heuristics that doesn't work for unclosed blocks.
9530 (c-at-statement-start-p): New function.
9531
9532 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9533 Objective-C directives, e.g. directives spanning lines should work
9534 reasonably well now.
9535
9536 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9537
9538 (c-forward-objc-directive): New function to move over any ObjC
9539 directive.
9540
9541 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9542 (c-basic-matchers-before): Use it.
9543
9544 (c-font-lock-objc-iip-decl): Remove.
9545
9546 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9547 in the template arglist recognition.
9548
9549 * progmodes/cc-styles.el (c-style-alist): Fix several
9550 inconsistencies in the Whitesmith style.
9551
9552 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9553 New lineup function to get lines after Whitesmith style blocks
9554 correctly indented.
9555
9556 (c-lineup-whitesmith-in-block): Back out the compensation for
9557 opening parens since it's done using `add' lists in the style
9558 definition instead. Don't use the anchor position since it varies
9559 too much between the syntactic symbols. :P
9560
9561 * progmodes/cc-vars.el (c-valid-offset): Update.
9562
9563 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9564 lists where the offsets are combined according to several
9565 different methods: `first', `min', `max', and `add'.
9566 Report offset evaluation errors with `c-benign-error' so that some kind
9567 of reindentation still is done.
9568
9569 * progmodes/cc-engine.el (c-guess-basic-syntax):
9570 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9571 `arglist-close'.
9572
9573 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9574 situations for `arglist-cont-nonempty' and `arglist-close'.
9575
9576 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9577
9578 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9579 cc-bytecomp-boundp' in a number of places.
9580
9581 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9582 macro related issue.
9583
9584 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9585
9586 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9587 list is now [asdf], a char class [:alpha:].
9588 Include code for char classes.
9589 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9590 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9591
9592 Remove (nearly all of) the cruft associated with AWK Mode's former
9593 concept of "virtual semicolons":
9594
9595 Adapt c-beginning-of-statement, c-end-of-statement (together with
9596 subfunctions) to use the new notion of "virtual semicolon" in
9597 place of the old awkward special handling for AWK. There remains
9598 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9599 * progmodes/cc-cmds.el:
9600 (c-ascertain-adjacent-literal): In the backwards direction, now
9601 recognises AWK regexp delimiters as string delimiters.
9602 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9603 check more rigorously for "end of macro".
9604 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9605 virtual semicolons;
9606 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9607 out the code for forward movement into ...
9608 (c-end-of-statement): Now contains the code for forward movement,
9609 adapted for virtual semicolons.
9610
9611 * progmodes/cc-engine.el:
9612 (c-ws*-string-limit-regexp): New regexp.
9613 (c-forward-single-comment, c-backward-single-comment): Comment out
9614 the (now redundant) "special" AWK stuff.
9615
9616 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9617 c-string-par-start, c-string-par-separate to be more like Text
9618 Mode than Fundamental Mode.
9619
9620 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9621
9622 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9623 to the fontified region so that fontification doesn't occur
9624 outside it (could happen e.g. when fontifying a line with an
9625 unfinished declaration).
9626
9627 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9628
9629 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9630 start of the file. ^L now separate sections of the file.
9631 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9632 (c-awk-one-line-possibly-open-string-re)
9633 (c-awk-regexp-one-line-possibly-open-char-class-re)
9634 (c-awk-one-line-possibly-open-regexp-re)
9635 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9636 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9637
9638 Amend the concept of "virtual semicolons" (in the indentation
9639 engine) for languages like AWK, such that they are now
9640 conceptually attached to end of the last token of a statement, not
9641 the end of the line. (In AWK Mode, however, the pertinent text
9642 property is still physically set on the EOL.) Remove the specific
9643 tests for awk-mode, thus facilitating the introduction of other
9644 language modes where EOLs can end statements.
9645 (Note: The funtionality in cc-cmds.el, specifically
9646 c-beginning/end-of-statement has yet to be amended.)
9647
9648 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9649 New macros.
9650
9651 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9652 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
9653 c-vsemi-status-unknown-p-fn (in a new page).
9654
9655 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9656 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9657 numerous awkward forms like
9658 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9659 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
9660 variable before-ws-ip, the place just after char-before-ip appears.
9661
9662 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9663 a comment.
9664
9665 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9666
9667 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9668 `c-tentative-buffer-changes'.
9669
9670 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9671 convert to macro to choose between Emacs and XEmacs at compile time.
9672
9673 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9674
9675 (c-tentative-buffer-changes): New macro to handle temporary buffer
9676 changes in a convenient way.
9677
9678 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9679 for `c-tentative-buffer-changes'.
9680
9681 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9682 the checks for paren sexps between the point and the keyword, to
9683 avoid some false alarms.
9684
9685 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9686 Fixed a situation where an error could be thrown for unbalanced
9687 parens. Changed to make use of c-keyword-member' to avoid some
9688 repeated regexp matches.
9689
9690 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9691 These language variable are no longer necessary.
9692
9693 (c-block-stmt-kwds): New language constant used by
9694 c-looking-at-inexpr-block'.
9695
9696 (c-guess-basic-syntax): Remove an optional check that looked at
9697 the existence of the now removed language variables.
9698
9699 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9700 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9701 object instantiation expressions as declarations in some contexts.
9702 This bug only affected languages where the declarator can't be
9703 enclosed in parentheses.
9704
9705 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9706 insert newlines before and after substatement braces.
9707
9708 * progmodes/cc-engine.el: Improved the heuristics for recognizing
9709 function declaration headers and the handling of C++ style member
9710 init lists.
9711
9712 (c-just-after-func-arglist-p): Rewritten to use
9713 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
9714
9715 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9716
9717 (c-guess-basic-syntax): Adapt case 5B for the new
9718 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
9719 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9720 covers all cases now).
9721
9722 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9723
9724 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9725
9726 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9727 c-string-par-start/separate c-sentence-end-with-esc-eol,
9728 initialised in c-setup-paragraph-variables, used in string
9729 scanning subroutines of c-beginning-of-statement.
9730
9731 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9732 which precedes the newly inserted `{'.
9733
9734 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9735
9736 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9737 function for declaration level blocks. It should now cope with
9738 templates better and also be a lot more comprehensible.
9739
9740 (c-looking-at-decl-block): The new function.
9741
9742 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9743 for compatibility.
9744
9745 (c-add-class-syntax, c-guess-continued-construct)
9746 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9747
9748 (c-decl-block-key): Change to tell apart ambiguous and
9749 unambiguous keywords. Pike specials are now handled directly in
9750 the code instead.
9751
9752 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9753 New language constants and variables to make the backward skip in
9754 `c-looking-at-decl-block' as tight as possible.
9755
9756 (c-nonsymbol-token-char-list): New language constant.
9757
9758 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9759 find balanced template arglists backwards.
9760
9761 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9762 making char classes for `c-syntactic-skip-backward'.
9763
9764 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9765 16D - can't be a class-close at that point.
9766
9767 * progmodes/cc-engine.el (c-guess-basic-syntax)
9768 (c-add-class-syntax): Don't narrow out the enclosing declaration
9769 level. This makes everything a lot easier, and it was actually
9770 only four small places that needed it to work. Some places that
9771 previously did `widen' are removed now, which has the effect that
9772 `c-guess-basic-syntax' never will look at things outside the
9773 current narrowment now. The anchor position for `topmost-intro'
9774 is affected by this, but it was so bogus it was basically useless
9775 before, and now it's equally bogus but in a slightly different way.
9776
9777 (c-narrow-out-enclosing-class): Gone.
9778
9779 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9780 the narrowed region.
9781
9782 (c-least-enclosing-brace): Remove silly optional argument.
9783
9784 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9785 the point could be left directly after an open paren when finding
9786 the beginning of the first decl in the block.
9787
9788 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9789 Specify which submatch to use.
9790
9791 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9792
9793 (c-decl-start-re): No longer any need for special treatment of
9794 ObjC due to the above.
9795
9796 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9797 presumably follows C in that regard.
9798
9799 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9800 New language constants to specify operator tokens inside
9801 identifiers in a more high level way.
9802
9803 (c-opt-identifier-prefix-key): New internal language constant.
9804
9805 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9806 (c-identifier-start, c-identifier-key): Now completely calculated
9807 from other constants.
9808
9809 (c-identifier-last-sym-match): Decommission since it's no longer used.
9810
9811 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9812
9813 * progmodes/cc-engine.el (c-forward-name): Remove the
9814 optimization when c-identifier-key is equal to c-symbol-key since
9815 it doesn't work in byte compiled files. Don't record empty
9816 regions as identifiers.
9817
9818 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9819 simplify access to `c-operators' and its likes.
9820
9821 (c-operator-list, c-all-op-syntax-tokens)
9822 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9823 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9824 (c-primary-expr-regexp, c-cast-parens): Use it.
9825
9826 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9827 an explicit language in functions.
9828
9829 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9830 variant of adornment.
9831
9832 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9833 variable.
9834
9835 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9836 the Pike value.
9837
9838 * progmodes/cc-engine.el (c-on-identifier)
9839 (c-simple-skip-symbol-backward): Small fix for handling "-"
9840 correctly in `skip-chars-backward'. Affected the operator lfun
9841 syntax in Pike.
9842
9843 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9844 diagnostic message about precompiled language vars not being used.
9845
9846 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9847 "__attribute__" is followed by a parenthesis.
9848
9849 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9850 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9851 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9852
9853 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9854 Internal cleanups to properly detect the declared identifiers in
9855 various declarations.
9856
9857 (c-decl-start-kwds): New language constant to recognize
9858 declarations that can start anywhere. Used for class declarations
9859 in Pike.
9860
9861 (c-specifier-key, c-not-decl-init-keywords)
9862 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9863 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9864
9865 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9866 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9867 handling of the compiler specific extension keywords into a new
9868 language constant `c-decl-hangon-kwds' that defines keyword
9869 clauses to be ignored in declarations.
9870
9871 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9872 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9873 Necessary to stop at the declared identifier in e.g. IDL valuetype
9874 declarations.
9875
9876 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9877 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9878 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9879 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9880 class and enum declarations as such and not as part of the type.
9881
9882 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9883 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9884
9885 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9886 declarations when there's some syntax error later on.
9887
9888 (c-complex-decl-matchers): Did away with a reference to
9889 `c-specifier-key'.
9890
9891 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9892 value - this variable is always dynamically bound.
9893
9894 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9895 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9896 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9897 functions that might do hidden buffer changes: All such internal
9898 functions are now marked instead of those that don't.
9899
9900 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9901 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9902 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9903 (c-literal-type): Allow these functions to make hidden buffer changes,
9904 so that they are free to use text property caching later on.
9905
9906 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9907 (c-electric-brace, c-electric-slash, c-electric-star)
9908 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9909 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9910 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9911 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9912 with the changed semantics of the functions above.
9913
9914 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9915 when macros occur in obscure places. Optimized the sexp movement
9916 a bit.
9917
9918 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9919
9920 Enhancements for c-beginning-of-statement to work in AWK Mode:
9921
9922 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9923 (completed statement) with `}' (statement completed by closing
9924 brace or semicolon) and `$' (statement completed by EOL).
9925
9926 (c-awk-virtual-semicolon-ends-prev-line-p)
9927 (c-awk-virtual-semicolon-ends-line-p)
9928 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9929 (c-awk-at-statement-end-p): New functions.
9930
9931 * progmodes/cc-cmds.el: Simplify the structure of functions
9932 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9933 two functions and c-beginning-of-statement to handle AWK Mode.
9934
9935 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9936 c-backward-single-comment for AWK mode. Attempt to clarify their
9937 doc-strings.
9938
9939 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9940
9941 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9942
9943 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9944 label handling. Labels are now recognized in a uniform and more
9945 robust way, regardless of context. Text properties are put on all
9946 labels to recognize the following declarations better.
9947 Multiword labels are handled both in indentation and fontification for
9948 the benefit of language extensions like Qt. For consistency, keywords
9949 in labels are now fontified with the label face instead.
9950 That also applies to "case" and "default".
9951
9952 (c-beginning-of-statement-1): Fix some bugs in the label
9953 handling. Disregard `c-nonlabel-token-key' in labels that begin
9954 with `c-label-kwds'.
9955
9956 (c-find-decl-spots): Support that the callback adds more
9957 `c-decl-end' spots to find.
9958
9959 (c-forward-decl-or-cast-1): Don't treat a list of plain
9960 identifiers followed by a colon as a declaration.
9961
9962 (c-forward-label): New function to recognize labels.
9963
9964 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9965 `c-forward-label'. Moved the label recognition cases (14 and 15)
9966 earlier since they aren't so context sensitive now. Handle labels
9967 on the top level gracefully. Moved access label recognition to
9968 the generic label case (CASE 15) - removed CASE 5E.
9969
9970 (c-font-lock-declarations): Add recognition of labels in the
9971 same round since we need to handle labels in parallell with other
9972 declarations to recognize both accurately. It should also improve
9973 speed.
9974
9975 (c-simple-decl-matchers, c-basic-matchers-after):
9976 Move `c-font-lock-labels' so that it only is used on decoration level 2
9977 since `c-font-lock-declarations' handles it otherwise.
9978
9979 (c-complex-decl-matchers): Remove the simplistic recognition of
9980 access labels.
9981
9982 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9983 with labels earlier.
9984
9985 (c-decl-start-re): New language variable to make
9986 `c-font-lock-declarations' stop for the special protection labels
9987 in Objective-C that start with `@'.
9988
9989 (c-label-key): Remove since it's no longer used.
9990
9991 (c-recognize-colon-labels, c-label-prefix-re): New language
9992 constants to support recognition of generic colon-terminated labels.
9993
9994 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9995 are colon terminated labels.
9996
9997 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9998 first argument starts with a special brace list.
9999
10000 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10001 (c-font-lock-declarations): Break out the declaration and cast
10002 recognition from `c-font-lock-declarations' to a new function, so
10003 that it can be used in the indentation engine.
10004
10005 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10006 up to the start of the literal. Fixed bug with the point on the
10007 wrong side of the search limit that could happen when the start
10008 position is inside a literal.
10009
10010 * progmodes/cc-engine.el (c-parse-state)
10011 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10012 so that it's kept a little bit back to increase the hit rate.
10013
10014 (c-parse-state): Change the macro handling and fixed some
10015 glitches. Macro context is checked more often than necessary now,
10016 but otoh less garbage conses are generated.
10017
10018 * progmodes/cc-engine.el (c-parse-state)
10019 (c-invalidate-state-cache): Cache the last position where
10020 `c-state-cache' applies. This can speed up refontification quite
10021 a bit in blocks where there are many non-brace parens before the point.
10022
10023 (c-state-cache-end): New variable for this.
10024
10025 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10026 cache variable.
10027
10028 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10029 get close initial continue positions when the start position is
10030 inside a literal or macro. Do not call the callback for spots
10031 before the start position (which can happen e.g. for `c-decl-end'
10032 spots inside comments). Optimize better in special cases when the
10033 region is a single line inside a literal or macro (typically when
10034 the current line is refontified).
10035
10036 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10037 to `c-add-stmt-syntax' - there's no need to explicitly whack off
10038 entries from the paren state.
10039
10040 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10041 special case for "else if" clauses.
10042
10043 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10044 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10045
10046 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10047 New language variable to recognize the gcc extension with statement
10048 blocks inside expressions.
10049
10050 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10051 it somewhat more comprehensible. The argument AT-BLOCK-START is
10052 no longer used and hence removed.
10053
10054 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10055 to `c-add-stmt-syntax'.
10056
10057 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10058 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10059 This fixes bogus label recognition.
10060
10061 * progmodes/cc-engine.el (c-add-type, c-check-type)
10062 (c-forward-name, c-forward-type): Improve storage of template
10063 types in `c-found-types' so that they can be recognized better.
10064
10065 (c-syntactic-content): Add option to skip past nested parens.
10066
10067 * progmodes/cc-engine.el (c-forward-name):
10068 Set `c-last-identifier-range' all the time. It's less work that way.
10069 Handle that there might not be an identifier to store in
10070 `c-last-identifier-range'.
10071
10072 (c-forward-type): Handle that `c-last-identifier-range' might be
10073 nil from `c-forward-name'.
10074
10075 * progmodes/cc-defs.el (c-safe-scan-lists)
10076 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10077
10078 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10079 to work even if the form fails.
10080
10081 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10082 down in a large file in one go.
10083
10084 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10085
10086 * progmodes/cc-align.el (c-lineup-assignments): New lineup
10087 function which is like `c-lineup-math' but returns nil instead of
10088 `c-basic-offset' when it doesn't match.
10089
10090 (c-lineup-math): Change to use `c-lineup-assignments'.
10091
10092 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10093
10094 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10095 c-beginning-of-statement. New subfunctions
10096 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10097
10098 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10099
10100 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10101 hardcoded char classes whereever possible. Changed a couple of
10102 places to use skip by syntax instead of skip by char class.
10103
10104 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10105 Fix a bug in the regexp that caused extreme backtracking.
10106
10107 * progmodes/cc-langs.el (c-block-comment-starter)
10108 (c-block-comment-ender): New language constants to specify in a
10109 single place how block comments look.
10110
10111 (c-comment-start-regexp, c-block-comment-start-regexp)
10112 (comment-start, comment-end, comment-start-skip)
10113 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10114 (c-syntactic-ws, c-nonempty-syntactic-ws)
10115 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10116 `c-line-comment-starter', `c-block-comment-starter' and
10117 `c-block-comment-ender'.
10118
10119 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10120 New language constants to break up things a bit.
10121
10122 (c-simple-ws): New language constant for simple whitespace.
10123
10124 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10125
10126 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10127 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10128 newlines. Allow and ignore nil elements in the list.
10129
10130 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10131
10132 * progmodes/cc-cmds.el: Comment out a (n almost certainly
10133 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10134
10135 * progmodes/cc-cmds.el: Tidy up the comments in
10136 c-beginning-of-statement and subfunctions.
10137
10138 * progmodes/cc-awk.el: Replace calls to put-text-property to the
10139 more flexible c-put-char-property and c-clear-char-properties.
10140 Add the author's email address.
10141
10142 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10143
10144 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10145 closing "*/" of a block comment.
10146
10147 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10148 subfunctions) so that it works at BOB and EOB.
10149
10150 * progmodes/cc-cmds.el, cc-vars.el: More updating of
10151 c-beginning-of-statement, including new variable
10152 c-block-comment-start-regexp.
10153
10154 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10155
10156 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10157 symbols from `*-font-lock-extra-types' so that there's no need to
10158 use `regexp-opt' on those lists.
10159
10160 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10161 `c-type-modifier-kwds' is empty.
10162
10163 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10164 there are several strings on the same line.
10165
10166 * progmodes/cc-engine.el (c-literal-limits): Remove the
10167 compatibility function for older emacsen. `c-literal-limits-fast'
10168 has now taken the place of this function.
10169
10170 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10171 with older emacsen: We now require `pps-extended-state'.
10172
10173 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10174
10175 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10176 which obviates the need to hack sentence-end. This now handles
10177 escaped newlines in strings correctly. Correct minor bugs in
10178 c-move-over-sentence and in c-beginning-of-statement.
10179
10180 * progmodes/cc-cmds.el (c-beginning-of-statement (and
10181 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10182 that movement over macros and code are rigorously separated from
10183 eachother. Correct a few incidental bugs.
10184
10185 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10186 Improve its doc-string. Improve the handling of certain specific cases.
10187
10188 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10189
10190 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10191 (c-guess-basic-syntax): Change the way class-level labels are
10192 recognized; they can now contain essentially any symbols.
10193
10194 (c-opt-extra-label-key): New language variable to cope with the
10195 special protection label syntax in Objective-C.
10196
10197 (c-opt-access-key): Remove; this is now handled better by
10198 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10199
10200 (c-complex-decl-matchers): Update to handle that
10201 `c-opt-access-key' no longer exists.
10202
10203 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10204 improved label recognition in `c-beginning-of-statement-1'.
10205
10206 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10207 Recognize bitfields better.
10208
10209 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10210 Remove some cruft and fixed a bug that could cause it to go to a
10211 position further down.
10212
10213 * progmodes/cc-langs.el, cc-engine.el
10214 (c-beginning-of-statement-1): Improve detection of labels in
10215 declaration contexts.
10216
10217 (c-beginning-of-decl-1): Use it.
10218
10219 (c-nonlabel-token-key): New language constant and variable needed
10220 by `c-beginning-of-statement-1'.
10221
10222 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10223 manifested itself due to the correction in `c-forward-sexp'.
10224
10225 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10226 Make these behave as documented when used at the buffer limits.
10227
10228 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10229 (c-type-decl-end-used): Made this a language variable.
10230
10231 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10232 correctly when `combine-after-change-calls' is used together with
10233 temporary narrowings.
10234
10235 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10236 Report labels correctly when the start point is immediately after the
10237 colon.
10238
10239 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10240 Remove since it isn't used anymore.
10241
10242 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10243 bracket arglists such as template parens in C++.
10244
10245 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10246 in the last check-in. Some optimization.
10247
10248 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10249 where it could stop at the same level in a preceding sexp when
10250 PAREN-LEVEL is set.
10251
10252 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10253 text property lookup only when it's needed.
10254
10255 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10256 Change the policy for paren marked angle brackets to be more
10257 persistent; once marked they remain marked even when they're found
10258 to be unbalanced in the searched region. This should keep the
10259 paren syntax around even when individual lines are refontified in
10260 multiline template arglists.
10261
10262 (c-parse-and-markup-<>-arglists): New dynamically bound variable
10263 to control markup so that incorrect angle bracket arglists aren't
10264 marked in contexts where the correct value for
10265 `c-disallow-comma-in-<>-arglists' isn't known.
10266
10267 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10268 argument has become `c-parse-and-markup-<>-arglists'.
10269
10270 (c-remove-<>-arglist-properties): Remove - no longer used.
10271
10272 (c-after-change-check-<>-operators): New function used on
10273 `after-change-functions' to avoid that "<" and ">" characters that
10274 are part of longer operators have paren syntax.
10275
10276 (c-<>-multichar-token-regexp): New language variable used by
10277 `c-after-change-check-<>-operators'.
10278
10279 (c-after-change): Call `c-after-change-check-<>-operators'.
10280
10281 (c-font-lock-<>-arglists): Use the context properties set by
10282 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10283 correctly to avoid doing invalid markup.
10284
10285 (c-font-lock-declarations): Remove code that undoes the invalid
10286 markup done by `c-font-lock-<>-arglists'.
10287
10288 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10289 after `c-font-lock-declarations'.
10290
10291 * progmodes/cc-engine.el (c-syntactic-skip-backward):
10292 Add paren-level feature.
10293
10294 (c-guess-basic-syntax): Improve the anchor position for
10295 `template-args-cont' in nested template arglists. There's still
10296 much to be desired in this area, though.
10297
10298 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10299
10300 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10301 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10302
10303 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10304
10305 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10306 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10307
10308 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10309 it doesn't work no longer are supported.
10310
10311 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10312 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10313 requires support for the syntax-table' text property, which rules
10314 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
10315 cruft associated with those versions.
10316
10317 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10318 for the `syntax-table' text property, which rules out Emacs 19 and
10319 XEmacs < 21.4. Removed various compatibility cruft associated
10320 with those versions.
10321
10322 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10323 support for the `syntax-table' text property.
10324
10325 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10326 variable and use an extra quoted face name instead. All the
10327 emacsen flavors handle that correctly.
10328
10329 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10330 (c-font-lock-declarators, c-font-lock-declarations)
10331 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10332 property to mark the items in in declarator lists to handle
10333 refontification inside multiline declarations better.
10334
10335 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10336 construct like "a * b = c;" as a declaration.
10337
10338 2005-12-08 Kim F. Storm <storm@cua.dk>
10339
10340 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10341 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10342 select either meta, hyper, or super modifier for rectangle commands.
10343 (cua--rectangle-modifier-key): New defvar.
10344 (cua--M/H-key): Use it. Remove special case for `space'.
10345 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10346 on X, to meta otherwise. Always bind C-return to toggle
10347 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10348
10349 * emulation/cua-rect.el (cua-help-for-rectangle):
10350 Use cua--rectangle-modifier-key. Handle super modifier too.
10351 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10352 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10353
10354 * ido.el: Move Acknowledgements and History after Commentary.
10355 Minor changes to Commentary.
10356
10357 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10358 keymap if cua--prefix-override-timer is `shift'.
10359 (cua--shift-control-prefix): New function; emulate "type prefix
10360 key twice" functionality to handle shifted prefix key override.
10361 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10362 New commands.
10363 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10364
10365 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10366
10367 * textmodes/org.el (org-insert-heading): Try to do items before
10368 headings.
10369 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10370 (org-insert-item): New function.
10371 (org-renumber-ordered-list): Don't skip to higher level lists.
10372
10373 2005-12-08 Juri Linkov <juri@jurta.org>
10374
10375 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10376
10377 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10378
10379 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10380
10381 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10382 the constructed function name fun-1.
10383
10384 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10385 because such links don't lead to parent documentation.
10386
10387 2005-12-08 Kenichi Handa <handa@m17n.org>
10388
10389 * descr-text.el (describe-char): Use *Help-2* buffer if the
10390 current buffer is *Help*. Call describe-text-properties while
10391 setting the original buffer.
10392
10393 2005-12-07 Bill Wohler <wohler@newt.com>
10394
10395 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10396 and causes problems with non-MH users (such as Gnus users).
10397
10398 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10399
10400 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10401 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10402 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10403 command "info sources". Move calls to GDB command "list".
10404 (gdb-find-file-hook): Just use gdb-source-file-list.
10405 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10406 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10407 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10408 (gdb-data-list-register-values-handler): Use correct trigger name.
10409
10410 2005-12-07 Kim F. Storm <storm@cua.dk>
10411
10412 * ido.el (ido-completion-map): Rename from ido-mode-map.
10413 (ido-common-completion-map, ido-file-completion-map)
10414 (ido-file-dir-completion-map, ido-buffer-completion-map):
10415 Rename from ido-mode-....-map.
10416 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10417 (ido-setup-completion-map): Rename from ido-define-mode-map.
10418 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10419 to ido-completion-map.
10420
10421 2005-12-07 Kenichi Handa <handa@m17n.org>
10422
10423 * international/mule-cmds.el
10424 (set-display-table-and-terminal-coding-system): If the coding
10425 system specified in `unibyte-display' property is different from
10426 the arg coding-system, don't setup standard-display-table.
10427
10428 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10429
10430 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10431 that comments end at \n, regardless of selective-display.
10432
10433 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10434
10435 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10436 (gdb-version): New variables.
10437 (gdb-source-file-list, gdb-register-names)
10438 (gdb-changed-registers): New variables for use with GDB 6.4+.
10439 (gdb-ann3): Replace with...
10440 (gdb-init-1, gdb-init-2): ...two new functions.
10441 (gdba, gdb-prompt): Call gdb-init-1.
10442 (gdb-get-version): New function. Call gdb-init-2 from here.
10443 (gud-watch): Make it work with mouse events too.
10444 (gdb-post-prompt): Don't add to queue until GDB version is known.
10445 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10446 (gdb-locals-mode): Use gdb-version.
10447 (gdb-memory-format-map, gdb-memory-unit-map)
10448 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10449 (gdb-locals-font-lock-keywords-1)
10450 (gdb-locals-font-lock-keywords-2): New variables.
10451 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10452 (gdb-set-gud-minor-mode-existing-buffers-1)
10453 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10454 (gdb-var-update-1, gdb-var-update-handler-1)
10455 (gdb-data-list-register-values-handler)
10456 (gdb-data-list-register-values-custom)
10457 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10458 (gdb-stack-list-locals-handler, gdb-get-register-names):
10459 New functions for use with GDB 6.4+.
10460 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10461 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10462 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10463 (gdb-stack-list-locals-regexp)
10464 (gdb-data-list-register-names-regexp): New regexps for use with
10465 GDB 6.4+.
10466
10467 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10470
10471 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10472
10473 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10474 prompts work for AUTH PLAIN. Also reported by Steve Allan
10475 <seallan@verizon.net>.
10476
10477 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10478
10479 * frame.el (set-frame-parameter): Add doc string.
10480
10481 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10482
10483 * textmodes/org.el (org-occur-highlights): New variable.
10484 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10485 (org-highlight-sparse-tree-matches): New option.
10486 (org-do-occur): New function.
10487 (org-get-heading): Make it work also at beginning of line.
10488 (org-category-table): New variable.
10489 (org-get-category-table, org-get-category)
10490 (org-camel-to-words, org-link-search): New functions.
10491 (org-select-this-todo-keyword): New variable.
10492 (org-todo-list): New command.
10493 (org-shiftright, org-shiftleft): New commands.
10494 (org-agenda-todo): Add prefix argument.
10495 (org-show-hierarchy-above): New option.
10496 (org-show-todo-tree): Numerical prefix creates tree for specific
10497 TODO keyword.
10498 (org-outline-level): New function, to assign a level to plain
10499 lists items.
10500 (org-cycle-include-plain-lists): New option.
10501 (org-mode): Use `org-outline-level' as value of `outline-level'.
10502 (org-cycle): Temporarily switch `outline-regexp' if
10503 `org-cycle-include-plain-lists' is non-nil.
10504 (org-start-icalendar-file): Fix format bug.
10505 (org-agenda-get-day-entries): Create category table.
10506 (org-agenda-get-todos, org-agenda-get-timestamps)
10507 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10508 (org-agenda-get-blocks): Use `org-get-category'.
10509 (org-context-in-file-links): Rename from
10510 `org-line-numbers-in-file-links'.
10511
10512 2005-12-06 Romain Francoise <romain@orebokech.com>
10513
10514 * window.el (balance-windows): Delete extraneous third arg in call
10515 to `enlarge-window'.
10516
10517 2005-12-06 Kenichi Handa <handa@m17n.org>
10518
10519 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10520
10521 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10522
10523 * progmodes/gdb-ui.el (gdb-var-create-handler)
10524 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10525 (gdb-var-list-children-handler, gdb-var-update-handler):
10526 Current buffer is already gdb-partial-output-buffer, don't
10527 make it current again.
10528
10529 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10530
10531 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10532 (list-buffers-noselect): Use it.
10533
10534 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10537 (mail-yank-ignored-headers): Use regexp-opt.
10538 (mail-mode-map): Move initialization into declaration.
10539 (mail-sent-via): Remove unused shadowed var `to-line'.
10540 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10541 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10542 (mail-do-fcc): Use dolist and push.
10543 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10544 (mail-yank-ignored-headers): Don't autoload.
10545
10546 2005-12-05 Kenichi Handa <handa@m17n.org>
10547
10548 * international/mule-cmds.el (set-language-info-internal): New fun.
10549 (set-language-info): Call set-language-info-internal to update
10550 language-info-alist. If LANG-ENV is the current one, call
10551 set-language-environment to make INFO effective now.
10552 (set-language-info-alist): Likewise.
10553 (locale-language-names): With locale "en", use English
10554 lang. env. but set the default codings to iso-8859-1.
10555
10556 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10557
10558 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10559 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10560 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10561 for plain strings.
10562 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10563 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10564 Create registers buffer if necessary. Echo new state in minibuffer.
10565 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10566
10567 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10568
10569 * info.el (Info-fontify-node): Match external links using
10570 non-directory part of filename.
10571
10572 2005-12-04 Juri Linkov <juri@jurta.org>
10573
10574 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10575 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10576 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10577 because there is no customization option for it.
10578
10579 * font-lock.el (lisp-font-lock-keywords-1):
10580 Add define-global-minor-mode.
10581
10582 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10583
10584 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10585 properties on the constructed variable names.
10586
10587 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10588 Put `definition-name' properties on the constructed function names
10589 next-sym and prev-sym.
10590
10591 * emacs-lisp/find-func.el (find-function-regexp):
10592 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10593 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10594 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10595 and easy-menu-define.
10596
10597 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10598 easy-mmode-define-global-mode and define-global-minor-mode.
10599 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10600
10601 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10602 instead of easy-mmode-define-global-mode.
10603
10604 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10605 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10606
10607 * cus-edit.el (customize-group, customize-group-other-window):
10608 Filter out autoloaded options from the group completion list by
10609 using heuristics that autoloaded groups don't have `custom-autoload'
10610 property on their symbols (they have only `custom-loads').
10611
10612 * simple.el (completion-setup-function): Put completions-common-part
10613 face on complete completion string too (i.e. completion string
10614 without completions-first-difference face).
10615
10616 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10617
10618 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10619
10620 * view.el (view-mode): Doc fix.
10621
10622 * disp-table.el (standard-display-european): Add to the warning
10623 message a reference to the doc string.
10624
10625 * play/yow.el (apropos-zippy): Call print-help-return-message,
10626 similar to other Help and Apropos commands.
10627
10628 * help.el (print-help-return-message): If pop-up-frames is
10629 non-nil, set up help-return-method to delete the help window and,
10630 possibly, its frame as well, and don't display message about
10631 scrolling the help window. Doc fix.
10632 (help-return-method): Doc fix.
10633
10634 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10635
10636 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10637 whereby names of length one or names starting with a
10638 symbol-constituent character would not be returned.
10639
10640 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10641
10642 * subr.el (atomic-change-group): Add edebug and indentation spec.
10643
10644 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10645
10646 * completion.el (save-completions-file-name): Fix typo in last change.
10647
10648 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10649
10650 * info.el: Move back/forward history to the beginning of the tool bar.
10651
10652 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10653
10654 * allout.el (eval-when-compile): Remove unnecessary load of cl.
10655 Add fset of allout-real-isearch-abort during compile to fix
10656 byte-compilation warnings.
10657 (allout-mode-p): Move definition of this macro above all uses, or
10658 byte compilation in barren emacs (eg, during emacs build) will
10659 lack the definition.
10660 (allout-mode): Move this variable above any uses, or byte
10661 compilation will fail.
10662 (allout-resolve-xref): Remove use of personal file-reference function.
10663 (allout-toggle-current-subtree-encryption): Do the current (ie,
10664 visible containing) topic, rather than nearest around point. Doc fix.
10665 (allout-toggle-subtree-encryption): New function, workhorse that
10666 works on nearest topic containing point.
10667 (allout-encrypt-string): Signal requirement for newer version of pgg.
10668 (allout-resumptions): Doc fix.
10669
10670 2005-12-02 Eli Zaretskii <eliz@gnu.org>
10671
10672 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10673
10674 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
10675
10676 * textmodes/flyspell.el (flyspell-external-point-words):
10677 Consider a misspelling as found in the string search if: (a) misspelling
10678 and found string lengths match, or (b) misspelling is found as
10679 element in a boundary-chars separated longer string, or (c)
10680 ispell-program-name is really ispell and misspelling is found as
10681 part of a TeX string. After successful match move beginning of
10682 search region to end of match. Warn about not found misspellings
10683 once the process is done.
10684 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10685
10686 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
10687
10688 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10689 tool bar (removed inadvertently).
10690
10691 2005-12-02 Juri Linkov <juri@jurta.org>
10692
10693 * log-view.el (log-view-diff): Clarify doc string.
10694
10695 2005-12-01 Bill Wohler <wohler@newt.com>
10696
10697 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10698 triggers lm-verify errors.
10699
10700 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
10701
10702 * simple.el (transient-mark-mode, line-number-mode)
10703 (column-number-mode, size-indication-mode): Remove `:require nil'.
10704
10705 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
10706
10707 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10708 in the margin also.
10709 (gdb-breakpoints-mode-map): Use D instead of d for
10710 gdb-delete-breakpoint.
10711 (gdb-get-frame-number): Require a number to match on.
10712 (gdb-threads-mode-map): Add follow-link binding.
10713
10714 2005-11-30 Jason Rumney <jasonr@gnu.org>
10715
10716 * isearch.el (isearch-mode-map): Avoid exiting search on
10717 language-change event.
10718
10719 2005-11-30 Romain Francoise <romain@orebokech.com>
10720
10721 * speedbar.el (speedbar-default-position): New defcustom.
10722 (speedbar-frame-reposition-smartly): Use it.
10723
10724 * dframe.el (dframe-reposition-frame-emacs): Fix position
10725 computation for `left' location.
10726 Update copyright year.
10727
10728 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10729
10730 * help.el (help-map): Move initialization into declaration.
10731
10732 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10733
10734 * help-fns.el (help-argument-name): Don't autoload.
10735 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10736 to be re-loaded when customizing the `help' group.
10737
10738 2005-11-30 John Paul Wallington <jpw@gnu.org>
10739
10740 * help-fns.el (describe-function-1): Fill arglist output.
10741
10742 2005-11-30 Kim F. Storm <storm@cua.dk>
10743
10744 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10745 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10746 after revert-buffer (or anything else which kills all local variables).
10747
10748 * apropos.el (apropos-parse-pattern): Doc fix.
10749 Set apropos-regexp directly, rather than expecting callers to do so.
10750 (apropos-command, apropos, apropos-value, apropos-documentation):
10751 Simplify calls to apropos-parse-pattern.
10752
10753 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10754
10755 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10756 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10757 (hi-lock-write-interactive-patterns): Use comment-region.
10758
10759 * longlines.el (longlines-mode): Add mail-setup-hook.
10760
10761 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10762
10763 * simple.el (sendmail-user-agent-compose, next-line):
10764 Conditionally use hard-newline.
10765
10766 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10767
10768 * international/latexenc.el (latex-inputenc-coding-alist):
10769 Reword doc string.
10770
10771 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10772
10773 * help.el (describe-key-briefly, describe-key): Recognize default
10774 bindings.
10775
10776 2005-11-29 Romain Francoise <romain@orebokech.com>
10777
10778 * view.el (view-inhibit-help-message): New defcustom.
10779 (view-mode-enter): Use it.
10780
10781 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10782
10783 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10784 Preserve user position.
10785
10786 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10787
10788 * font-lock.el: Throw error if facemenu is not loaded to prevent
10789 accidental change of loading order in loadup.el. (Suggested by RMS.)
10790
10791 * loadup.el: Add comment explaining why facemenu must be loaded
10792 before font-lock.
10793
10794 2005-11-28 Jay Belanger <belanger@truman.edu>
10795
10796 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10797 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10798
10799 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10800
10801 * calc/calc-embed.el (calc-do-embedded): Update help message.
10802
10803 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10804
10805 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10808
10809 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10810 called-interactively-p.
10811 (elp-profilable-p): Rename from elp-not-profilable-p.
10812 Invert result and take into account macros and autoloaded functions.
10813 (elp-instrument-function): Update call.
10814 (elp-instrument-package): Update call. Add completion.
10815 (elp-pack-number): Use match-string.
10816 (elp-results-jump-to-definition-by-mouse): Merge into
10817 elp-results-jump-to-definition and then remove.
10818 (elp-output-insert-symname): Make help echo text single-line.
10819
10820 * replace.el (query-replace-map): Move initialization into declaration.
10821 (occur-engine): Use with-current-buffer.
10822 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10823 (occur-mode-mouse-goto): Replace with an alias.
10824
10825 2005-11-28 Juri Linkov <juri@jurta.org>
10826
10827 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10828
10829 * term/w32-win.el: Bind [S-tab] to [backtab].
10830
10831 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10832 `Info-find-file' to t.
10833
10834 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10835 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10836 and same-window-regexps.
10837 (occur-next-error): Don't move point for arg 0.
10838
10839 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10840
10841 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10842
10843 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * log-edit.el (log-edit-changelog-use-first): New var.
10846 (log-edit-changelog-ours-p): Use it.
10847 (log-edit-insert-changelog): Set it with new arg `use-first'.
10848 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10849 (log-edit-hook): Add them to the list of suggested options.
10850
10851 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10852 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10853 redundant work.
10854 (flyspell-mode-on): Use add-hook for after-change-functions.
10855 (flyspell-mode-off): Use remove-hook for after-change-functions.
10856 (flyspell-changes): Make it buffer-local.
10857 (flyspell-after-change-function): Make it non-interactive. Use push.
10858 (flyspell-post-command-hook): Check input-pending-p while processing
10859 the potentially long list of buffer changes.
10860
10861 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10862
10863 * buff-menu.el (list-buffers-noselect): Display the selected
10864 frame's buffer list, not the global one.
10865
10866 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10867
10868 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10869 that (list last-input-event) works as in interactive spec.
10870
10871 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10872
10873 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10874 `facemenu-keymap' needs to be defined when font-lock is loaded.
10875 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10876
10877 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * completion.el: Remove useless leading * in defcustom docstrings.
10880 (save-completions-file-name): Use ~/.emacs.d if available.
10881 (completion-standard-syntax-table): Rename from
10882 cmpl-standard-syntax-table and fold initialization into declaration,
10883 thus removing cmpl-make-standard-completion-syntax-table.
10884 (completion-lisp-syntax-table, completion-c-syntax-table)
10885 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10886 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10887 (symbol-under-point, symbol-before-point)
10888 (symbol-under-or-before-point, symbol-before-point-for-complete)
10889 (add-completions-from-c-buffer): Use with-syntax-table.
10890 (make-completion): Don't return a list of completion entries.
10891 Update callers.
10892 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10893 (completion-initialize): Rename from initialize-completions.
10894 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10895 (kill-emacs-save-completions): Collect stats here.
10896 (save-completions-to-file, load-completions-from-file):
10897 Use with-current-buffer.
10898 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10899 into a function. Move all calls to toplevel.
10900 (completion-lisp-mode-hook): New fun.
10901 (completion-c-mode-hook, completion-setup-fortran-mode):
10902 Set the syntax-table here. Use local-set-key.
10903 (completion-saved-bindings): New var.
10904 (dynamic-completion-mode): Make it into a proper minor mode.
10905 (load-completions-from-file): Remove unused var `num-uses'.
10906
10907 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10908 constructor if it is explicitly overridden.
10909
10910 * complete.el (PC-completion-as-file-name-predicate):
10911 Use minibuffer-completing-file-name.
10912 (partial-completion-mode): Use find-file-not-found-functions.
10913 (PC-lisp-complete-symbol): Use with-syntax-table.
10914 (PC-look-for-include-file): Remove dead setq.
10915 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10916 (PC-complete): Use with-current-buffer.
10917
10918 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10919 escape single quotes.
10920
10921 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10922
10923 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10924 of `if' whose condition always returned nil. Doc fix.
10925
10926 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10927 window's buffer the current buffer around the call to
10928 `list-buffers-noselect'. This is necessary to mark that buffer
10929 with a `.' in the Buffer Menu when called from Lisp, for instance
10930 by Auto Revert Mode.
10931
10932 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10933
10934 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10935 attaching to it.
10936 (gdb-pre-prompt): Make sure gdb-error is reset.
10937
10938 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10939 with a child process, detect it.
10940 (gud-speedbar-buttons): Match regexp more carefully.
10941
10942 2005-11-27 Richard M. Stallman <rms@gnu.org>
10943
10944 * mouse.el (mouse-drag-move-window-bottom):
10945 Use adjust-window-trailing-edge.
10946
10947 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10948
10949 * simple.el (blink-matching-open): Ignore
10950 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10951 (blink-matching-paren-on-screen): Update docstring.
10952
10953 * paren.el (show-paren-mode): No longer change
10954 `blink-matching-paren-on-screen'.
10955
10956 2005-11-27 John Paul Wallington <jpw@pobox.com>
10957
10958 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10959 (gdb-threads-select, gdb-edit-register-value):
10960 Use `posn-set-point' instead of `mouse-set-point' because the
10961 latter is not fbound when configured without X.
10962
10963 2005-11-27 Kim F. Storm <storm@cua.dk>
10964
10965 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10966 existing face when partially highlighting a TAB in a rectangle.
10967
10968 2005-11-26 Kim F. Storm <storm@cua.dk>
10969
10970 * ido.el (ido-mode-map): Doc fix.
10971 (ido-mode-common-map, ido-mode-file-map)
10972 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10973 (ido-define-mode-map): Rewrite. Select one of the new maps as
10974 parent for ido-mode-map instead of building from scratch.
10975 (ido-init-mode-maps): New defun to initialize new maps.
10976 (ido-mode): Call it.
10977 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10978 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10979
10980 2005-11-26 John Paul Wallington <jpw@pobox.com>
10981
10982 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10983 `mouse-set-point' because the latter is not fbound when configured
10984 without X.
10985
10986 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10987
10988 * files.el (file-relative-name): Doc fix.
10989
10990 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10991
10992 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10993 non-empty string for secondary prompt PS2.
10994
10995 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10996
10997 * progmodes/compile.el (compilation-setup): Fix last change.
10998
10999 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
11000
11001 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11002 (gdb-mouse-toggle-breakpoint-margin)
11003 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11004 Add gdb-server-prefix to keep out of command history.
11005 (gdb-edit-register-value): New function.
11006 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11007 (gdb-info-registers-custom): Use above map.
11008
11009 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11010
11011 * custom.el (enable-theme): Signal error if argument is not a
11012 theme. Don't recalculate a face if it's not loaded yet.
11013
11014 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11015 the `user' theme is in effect.
11016
11017 * info.el (Info-on-current-buffer): Record actual filename in
11018 Info-current-file, instead of t, or a fake filename if a non-file
11019 buffer. Make autoload.
11020 (Info-find-node, Info-revert-find-node): No need to check for
11021 Info-current-file nil.
11022 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11023 Info-current-file is now never `t'.
11024 (Info-fontify-node): Many simplifications due to Info-current-file
11025 always being valid. Use Info-find-file to find node filename.
11026
11027 2005-11-25 David Kastrup <dak@gnu.org>
11028
11029 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11030 new character, then delete" in order to preserve markers.
11031
11032 2005-11-25 David Ponce <david@dponce.com>
11033
11034 * recentf.el (recentf-arrange-by-rule): Handle a special
11035 `auto-mode-alist'-like "strip suffix" rule.
11036 (recentf-build-mode-rules): Handle second level auto-mode entries.
11037
11038 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
11039
11040 * viper-keym.el (viper-ESC-key): Use different values in terminal and
11041 window modes.
11042
11043 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11044 jde-javadoc-checker-report-mode.
11045
11046 * ediff-wind (ediff-make-wide-display): Slight simplification.
11047
11048 * ediff.el (ediff-date): Change the date of last update.
11049
11050 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
11051
11052 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11053 Use define-minor-mode, and make it a local mode. Turn on font-lock.
11054 (hi-lock-mode): New global minor mode.
11055 (turn-on-hi-lock-if-enabled): New function.
11056 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11057 Change arguments to regexp and face instead of a font-lock pattern.
11058 Directly set face property, instead of refontifying.
11059 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11060 (hi-lock-find-patterns): Use line-number-at-pos.
11061
11062 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
11063 arguments for hi-lock-set-pattern.
11064 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11065 Call font-lock-fontify-buffer.
11066 (hi-lock-find-file-hook, hi-lock-current-line)
11067 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11068
11069 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11070 turned off.
11071
11072 * progmodes/compile.el (compilation-setup): Don't fiddle with
11073 font-lock-defaults.
11074
11075 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
11076
11077 * progmodes/gdb-ui.el (gdb-var-create-handler)
11078 (gdb-var-list-children-handler): Find values for all variable
11079 objects. gud-speedbar-buttons decides whether to display them.
11080
11081 2005-11-24 Romain Francoise <romain@orebokech.com>
11082
11083 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11084 buffer name with a space.
11085
11086 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
11087
11088 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11089 `org-export-local-list-max-depth'. Change default value to 3.
11090 (org-auto-renumber-ordered-lists)
11091 (org-plain-list-ordered-item-terminator): New options.
11092 (org-at-item-p, org-beginning-of-item, org-end-of-item)
11093 (org-get-indentation, org-get-string-indentation)
11094 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11095 New functions.
11096 (org-move-item-down, org-move-item-up): New commands.
11097 (org-export-as-html): New classes for CSS support. Bug fix in
11098 regular expression detecting fixed-width regions. Respect
11099 `org-local-list-ordered-item-terminator'.
11100 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11101 also a list item.
11102 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11103 New item moving functions.
11104
11105 2005-11-24 Juri Linkov <juri@jurta.org>
11106
11107 * isearch.el (isearch-repeat): With empty search ring set
11108 `isearch-error' to the error string instead of signaling error
11109 with the function `error'.
11110
11111 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11112
11113 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11114
11115 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
11116
11117 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11118 and variable.
11119 (gdb-var-create-handler, gdb-var-list-children-handler):
11120 Don't match on "char **...".
11121 (gdb-var-update-handler): Find values for all variable objects.
11122 (gdb-info-frames-custom): Identify frames by leading "#".
11123
11124 * progmodes/gud.el (gud-speedbar-menu-items): Add
11125 gdb-speedbar-auto-raise as radio button.
11126 (gud-speedbar-buttons): Raise speedbar if requested.
11127 Don't match on "char **...".
11128 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11129 Make it editable.
11130
11131 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
11132
11133 * info.el (Info-fontify-node): Handle the case where
11134 Info-current-file is t.
11135
11136 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11137
11138 * simple.el (blink-matching-open): Fix off-by-one in last change.
11139
11140 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11141
11142 * term/mac-win.el: Don't change default directory.
11143
11144 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
11145
11146 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11147 buffers correctly. (It used to throw an error in such buffers.)
11148 Make it ask for confirmation in group buffers and other Custom
11149 buffers containing more than one customization item.
11150
11151 2005-11-22 John Paul Wallington <jpw@gnu.org>
11152
11153 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11154 property on mail and url overlays.
11155 (goto-address-at-point): Use `posn-set-point' instead of
11156 `mouse-set-point' because the latter is not fbound when configured
11157 without X.
11158
11159 2005-11-22 Lars Hansen <larsh@soem.dk>
11160
11161 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11162 (ls-lisp-classify, ls-lisp-format): Delete call to
11163 ls-lisp-parse-symlink.
11164 (ls-lisp-handle-switches): Handle symlinks to directories as
11165 directories when ls-lisp-dirs-first in non-nil.
11166
11167 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
11168
11169 * startup.el (command-line): Make sure that loaddefs.el is handled
11170 correctly in load-history.
11171
11172 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
11173
11174 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11175 (gdb-struct-string, gdb-array-string): New constants.
11176 (gdb-info-locals-handler): Use them.
11177 (gdb-reset): Reset gdb-var-list to nil.
11178
11179 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11180
11181 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11182 in patterns.
11183
11184 2005-11-21 Juri Linkov <juri@jurta.org>
11185
11186 * custom.el (defcustom): Update link types in docstring.
11187
11188 2005-11-20 Martin Rudalics <rudalics@gmx.at>
11189
11190 * custom.el (defgroup): Add doc-string-elt info.
11191
11192 * widget.el (define-widget): Don't use declare for the doc-string-elt.
11193
11194 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11195
11196 * newcomment.el (comment-enter-backward): Fix last fix.
11197
11198 * simple.el (blink-matching-open):
11199 * paren.el (show-paren-function): Allow new paren-class info.
11200
11201 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
11202
11203 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11204 handled automagically.
11205
11206 2005-11-20 Andreas Schwab <schwab@suse.de>
11207
11208 * descr-text.el (describe-char): When copying overlays put them
11209 over the full char description instead of just the first character
11210 of it.
11211
11212 2005-11-20 Juri Linkov <juri@jurta.org>
11213
11214 * simple.el (what-cursor-position):
11215 * descr-text.el (describe-char): Use Lisp-readable syntax
11216 for octal and hex. Reorder decimal, octal and hex values.
11217 Remove excess whitespace in the output. Use `=' in `column='
11218 like in `point=' and `Hscroll='.
11219
11220 * international/mule-cmds.el (encoded-string-description):
11221 Use Lisp-readable syntax for hex.
11222
11223 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11224
11225 * newcomment.el (comment-enter-backward): Handle the case where the
11226 comment is closed by EOB.
11227
11228 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11229
11230 * longlines.el (longlines-before-revert-hook)
11231 (longlines-after-revert-hook): New functions.
11232 (longlines-mode): Turn off longlines temporarily when reverting.
11233 Add a message-setup-hook.
11234 (longlines-decode-buffer): New function.
11235 (longlines-wrap-line): Preserve marker positions.
11236
11237 2005-11-19 Andreas Schwab <schwab@suse.de>
11238
11239 * emacs-lisp/shadow.el: Handle compressed files.
11240
11241 2005-11-19 Romain Francoise <romain@orebokech.com>
11242
11243 * net/browse-url.el (browse-url-default-browser): Signal an error
11244 if no usable browser can be found, rather than try to load w3.
11245
11246 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
11247
11248 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11249 replacing existing properties.
11250 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11251 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11252 tty specs.
11253 (rcirc-server-prefix, rcirc-server): New faces.
11254 (rcirc-url-regexp): Generate with rx macro.
11255 (rcirc-last-server-message-time): New variable.
11256 (rcirc-filter): Record time of last message.
11257 (rcirc-keepalive): Kill processes that did not send a message
11258 since the last ping.
11259 (rcirc-mode): Give rcirc-topic a local binding here.
11260
11261 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
11262
11263 * subr.el (read-passwd): Fontify the prompt as we do with other
11264 prompts.
11265
11266 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
11267
11268 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11269 binding buffer-read-only to nil.
11270
11271 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11272
11273 * complete.el (partial-completion-mode):
11274 Mention completion-auto-help in the doc string.
11275
11276 * man.el (Man-highlight-references): Doc fix. Reformat code in a
11277 more Lisp-ish way.
11278
11279 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11280
11281 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11282 digits, not 8, to avoid misalignment for files larger than 100MB.
11283
11284 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11285
11286 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11287 Mention "keyboard shortcuts" in the help text.
11288
11289 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11290
11291 * startup.el (fancy-splash-default-action): Discard only
11292 mouse-down and succeeding mouse-up events in the splash screen
11293 window so that drag-n-drop event can be processed.
11294
11295 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
11296
11297 * longlines.el (longlines-mode): Add hacks for mail-mode and
11298 message-mode.
11299
11300 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
11301
11302 * textmodes/org.el (org-table-sort-lines): New command.
11303 (org-tbl-menu): Add entry for `org-table-sort-lines'.
11304 (org-add-file): Command removed, use `org-agenda-file-to-front'
11305 instead.
11306 (org-export-icalendar): Use `org-icalendar-combined-name'.
11307 (org-cycle-agenda-files, org-agenda-file-to-end)
11308 (org-agenda-file-to-front): New commands.
11309 (org-table-tab-jumps-over-hlines, org-export-html-style):
11310 New options.
11311 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11312 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11313 New functions.
11314 (org-fill-paragraph): Call `org-table-align' in tables.
11315 (org-mode): Call `org-set-autofill-regexps'.
11316 (org-export-as-html): Support for local handformatted lists.
11317 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
11318 (org-export-local-list-max-depth): New option.
11319 (org-html-expand): Use `org-html-protect'.
11320
11321 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
11322
11323 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11324 to "p".
11325 (gdb): Move definition of gud-pp to...
11326
11327 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
11328 speedbar.
11329 (gdb-find-watch-expression): New function.
11330
11331 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11332
11333 * faces.el (face-attribute, set-face-attribute): Mention existence
11334 of `:ignore-defface' setting in docstring.
11335
11336 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11337
11338 * simple.el (completion-setup-function): Fix last change.
11339
11340 2005-11-17 John Paul Wallington <jpw@pobox.com>
11341
11342 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11343 Use `posn-set-point' instead of `mouse-set-point' because the
11344 latter is not fbound when configured without X.
11345
11346 * comint.el (comint-insert-input): Likewise.
11347
11348 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11349
11350 * simple.el (hard-newline): New variable.
11351 (sendmail-user-agent-compose, next-line): Use it.
11352
11353 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11354 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11355 (mail-mail-reply-to, mail-mail-followup-to)
11356 (mail-position-on-field, mail-signature, mail-yank-original)
11357 (mail-attach-file): Likewise.
11358
11359 * mail/mailheader.el (mail-header-format)
11360 (mail-header-format-function): Likewise.
11361
11362 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11363
11364 2005-11-17 Juri Linkov <juri@jurta.org>
11365
11366 * font-lock.el (font-lock-faces): Rename this defgroup from
11367 `font-lock-highlighting-faces'.
11368 (font-lock-comment-face, font-lock-comment-delimiter-face)
11369 (font-lock-string-face, font-lock-doc-face)
11370 (font-lock-keyword-face, font-lock-builtin-face)
11371 (font-lock-function-name-face, font-lock-variable-name-face)
11372 (font-lock-type-face, font-lock-constant-face)
11373 (font-lock-warning-face, font-lock-negation-char-face)
11374 (font-lock-preprocessor-face)
11375 (font-lock-regexp-grouping-backslash)
11376 (font-lock-regexp-grouping-construct): Rename :group from
11377 `font-lock-highlighting-faces' to `font-lock-faces'.
11378
11379 * cus-edit.el (lisp, c, tex):
11380 * progmodes/ada-mode.el (ada):
11381 * progmodes/asm-mode.el (asm):
11382 * progmodes/cperl-mode.el (cperl-faces):
11383 * progmodes/cpp.el (cpp):
11384 * progmodes/dcl-mode.el (dcl):
11385 * progmodes/f90.el (f90):
11386 * progmodes/fortran.el (fortran):
11387 * progmodes/icon.el (icon):
11388 * progmodes/idlwave.el (idlwave-misc):
11389 * progmodes/m4-mode.el (m4):
11390 * progmodes/make-mode.el (makefile):
11391 * progmodes/meta-mode.el (meta-font):
11392 * progmodes/modula2.el (modula2):
11393 * progmodes/octave-mod.el (octave):
11394 * progmodes/pascal.el (pascal):
11395 * progmodes/perl-mode.el (perl):
11396 * progmodes/prolog.el (prolog):
11397 * progmodes/ps-mode.el (PostScript-edit):
11398 * progmodes/scheme.el (scheme):
11399 * progmodes/sh-script.el (sh-script):
11400 * progmodes/simula.el (simula):
11401 * progmodes/tcl.el (tcl):
11402 * textmodes/nroff-mode.el (nroff):
11403 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11404 * textmodes/sgml-mode.el (sgml):
11405 * textmodes/texinfo.el (texinfo):
11406 Add :link (custom-group-link font-lock-faces) to defgroup.
11407
11408 * hi-lock.el (hi-lock): Rename this defgroup from
11409 `hi-lock-interactive-text-highlighting'. Change parent group from
11410 `faces' to `font-lock'. Add link to the manual.
11411 (hi-lock-mode, hi-lock-file-patterns-range)
11412 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11413 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11414 (hi-lock-faces): Add :group `faces'.
11415
11416 * cus-edit.el (custom-variable-prompt): Clarify the code.
11417
11418 * faces.el (face-read-string): Set the default value arg of
11419 completing-read.
11420
11421 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11422
11423 * rfn-eshadow.el (file-name-shadow-properties)
11424 (file-name-shadow-tty-properties, file-name-shadow-mode):
11425 Remove autoloads, because the file is now preloaded.
11426
11427 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 * printing.el (easy-menu-intern): Don't define.
11430 (pr-get-symbol): Use easy-menu-intern only if defined.
11431
11432 * simple.el (blink-matching-open): Simplify a bit.
11433 (completion-setup-function): Fix the case of partial-completion-mode
11434 when the minibuffer's contents start with "-".
11435 Obey completion-base-size-function even when
11436 minibuffer-completing-file-name is non-nil.
11437
11438 2005-11-16 Richard M. Stallman <rms@gnu.org>
11439
11440 * net/eudcb-ph.el (eudc-ph-open-session):
11441 Use set-process-query-on-exit-flag.
11442
11443 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11444
11445 * international/ucs-tables.el (ucs-set-table-for-input):
11446 Use make-local-variable, not make-variable-buffer-local.
11447
11448 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11449 Improve warning message text.
11450
11451 * savehist.el (savehist-save-hook): Add :group.
11452
11453 * menu-bar.el (menu-bar-help-menu):
11454 Rename Find Extra Packages to External Packages.
11455
11456 * cus-edit.el (Custom-reset-standard): Verify that
11457 :custom-standard-value prop exists before calling it.
11458
11459 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11460
11461 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11462
11463 * wid-edit.el (color): Enclose %t in %{...%}.
11464
11465 * cus-edit.el (face): Enclose %t in %{...%}.
11466
11467 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11468
11469 * savehist.el (savehist-mode-hook): Re-add the var.
11470 (savehist-mode): Use it.
11471
11472 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11473
11474 * textmodes/flyspell.el: Fix commenting convention.
11475 Remove unnecessary leading * in custom docstrings.
11476 (flyspell-emacs): Remove unused var.
11477 (flyspell-delete-region-overlays): Use remove-overlays.
11478 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11479 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11480 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11481 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11482 (make-flyspell-overlay): Don't locally reuse a global name.
11483 (flyspell-highlight-incorrect-region)
11484 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11485 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11486 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11487 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11488 Wrap calls to accept-process-output inside with-local-quit since it's
11489 often called from a post-command-hook.
11490 (flyspell-correct-word, flyspell-auto-correct-word):
11491 Use ispell-send-string.
11492 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11493
11494 * calendar/diary-lib.el (diary-list-entries): Also hide the
11495 terminating newline.
11496
11497 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11498
11499 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11500 window-system, to allow fonts on tty.
11501
11502 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11503
11504 * progmodes/gud.el (gud-speedbar-item-info): New function.
11505 (gud-install-speedbar-variables): Use it to display data type
11506 of watch expression as a tooltip in speedbar.
11507
11508 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11509
11510 * font-core.el (global-font-lock-mode): Add :version keyword,
11511 because default was changed.
11512
11513 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11514
11515 * startup.el (command-line): Use `custom-reevaluate-setting' for
11516 `file-name-shadow-mode'.
11517
11518 * loadup.el: Preload rfn-eshadow.
11519
11520 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11521 Add :version keyword.
11522 (file-name-shadow-properties, file-name-shadow-tty-properties)
11523 (file-name-shadow): Add :version keyword.
11524
11525 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11526 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11527 in the custom-group property of the symbol frames and the fringe
11528 group got no link to its parent group frames.
11529 Doc fix.
11530
11531 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11532
11533 * progmodes/gud.el (gud-stop-subjob): New function.
11534 (gud-menu-map, gud-tool-bar-map): Use it.
11535
11536 2005-11-16 Kim F. Storm <storm@cua.dk>
11537
11538 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11539 than kill it.
11540 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11541 to a more useful/logical place.
11542
11543 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11544
11545 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11546 go buttons complementary.
11547
11548 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11551 (rfn-eshadow-sifn-equal): New function.
11552 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11553
11554 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11555
11556 * viper-utils.el (viper-non-word-characters-reformed-vi):
11557 Quote `-' in string.
11558
11559 * viper.el (viper-emacs-state-mode-list): Ensure that
11560 rcirc-mode buffers come up in Emacs state.
11561
11562 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11563 operation.
11564
11565 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11566
11567 * term.el (term-termcap-format): Fix typos.
11568 (term-down): Fix the negative argument case.
11569
11570 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11571
11572 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11573 2005-08-15.
11574 (gdb-ann3): New command gud-go.
11575 (menu): Accomodate gdb-mi.el.
11576 (gdb-assembler-custom): Make buffer of selected window current
11577 so that set-window-point works.
11578
11579 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11580 buttons and include new ones.
11581
11582 2005-11-16 Kim F. Storm <storm@cua.dk>
11583
11584 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11585 (gud-menu-map): Use it.
11586
11587 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11588
11589 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11590 that works correctly for Custom and that does not override a user
11591 who disables it.
11592
11593 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11594 (help-xref-interned, help-follow): Make hyperlinks for variables
11595 that are unbound, but have a non-nil variable-documentation property.
11596
11597 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11598 mode hook. (It conflicted with defcustoms for some mode hooks.)
11599 Use the `variable-documentation' property to give the mode hook a
11600 docstring and expand that docstring.
11601
11602 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11603
11604 * savehist.el (savehist-mode): Don't bother with
11605 `custom-set-minor-mode'.
11606 (savehist-coding-system): Check XEmacs version.
11607 (history-length): Declare also at run time.
11608 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11609 Don't set the customize state.
11610 (savehist-minibuffer-hook): Special case for when
11611 minibuffer-history-variable is equal to t.
11612
11613 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11614
11615 * files.el (write-file): Refresh VC status.
11616
11617 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11618 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11619 than fundamental-mode to see if the mode was set.
11620
11621 2005-11-14 Romain Francoise <romain@orebokech.com>
11622
11623 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11624 dummy function in `eval-when-compile' to avoid compiler warning.
11625 Require `man' at compile time.
11626
11627 2005-11-14 Jay Belanger <belanger@truman.edu>
11628
11629 * calc-alg.el (calcFunc-write-out-power): Rename it to
11630 calcFunc-powerexpand.
11631 (math-write-out-power): Rename it to math-powerexpand; have it
11632 handle negative exponents.
11633 (calc-writeoutpower): Rename it to calc-powerexpand.
11634
11635 * calc-ext.el: Change calcFunc-writeoutpower and
11636 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11637 autoloads.
11638 Add calcFunc-ldiv to autoloads.
11639
11640 * calc-arith.el (calcFunc-ldiv): New function.
11641
11642 * calc.el (calc-left-divide): New function.
11643
11644 2005-11-14 Juri Linkov <juri@jurta.org>
11645
11646 * cus-edit.el (custom-variable-prompt): Set the default value arg
11647 of completing-read.
11648
11649 * cus-dep.el (custom-make-dependencies): Reverse the list of
11650 found dependencies.
11651
11652 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11653
11654 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11655 Highlighting" entry, it is on by default now.
11656 (menu-bar-options-save): Do not save global-font-lock-mode.
11657
11658 2005-11-13 Richard M. Stallman <rms@gnu.org>
11659
11660 * textmodes/flyspell.el (flyspell-large-region):
11661 Call flyspell-accept-buffer-local-defs.
11662
11663 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
11664
11665 * textmodes/flyspell.el (flyspell-notify-misspell):
11666 Fix misspelling of "Misspelling".
11667 (flyspell-process-localwords): New function.
11668 (flyspell-large-region): Call flyspell-process-localwords and
11669 flyspell-delete-region-overlays.
11670 (flyspell-delete-region-overlays): New function.
11671 (flyspell-delete-all-overlays): Call that.
11672
11673 2005-11-13 Richard M. Stallman <rms@gnu.org>
11674
11675 * help.el (help-for-help-internal): Improve doc of C-h a.
11676 (describe-key): Improve prompt; doc fix.
11677
11678 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * vc-svn.el (vc-svn-registered): Catch all errors.
11681
11682 * cus-dep.el (custom-make-dependencies): Typo.
11683
11684 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
11685
11686 * net/tramp-util.el (top): Fix compilation warning.
11687
11688 2005-11-13 Kim F. Storm <storm@cua.dk>
11689
11690 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
11691
11692 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11693
11694 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11695 (gud-speedbar-buttons): Match on "const char *" too.
11696
11697 * progmodes/gdb-ui.el (gdb-var-create-handler)
11698 (gdb-var-list-children-handler): Match on "const char *" too.
11699 (gdb-var-evaluate-expression-handler): Match on empty string.
11700 (gdb-var-update-handler): Only call
11701 gdb-var-evaluate-expression-handler when required.
11702
11703 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11704
11705 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11706 selected window. This still doesn't work for speedbar.
11707 (gud-speedbar-buttons): Handle string expressions properly.
11708
11709 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11710 (gdb-var-create-handler): Handle string expressions properly.
11711 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11712 Handle string expressions properly. Move "type" field into regexp.
11713
11714 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11715
11716 * bookmark.el (bookmark-maybe-message): New function to reduce
11717 code duplication: invokes `message' iff baud-rate is high enough.
11718 (bookmark-write-file): Use above instead of an inline conditional.
11719 (bookmark-load): Same.
11720
11721 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11722
11723 * bookmark.el (bookmark-write-file): Don't visit the destination
11724 file, just write the data to it using write-region. This is
11725 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11726 change to avoid visiting the file in the first place.
11727
11728 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
11729
11730 * hi-lock.el (hi-lock-mode): Set the default value of
11731 font-lock-defaults.
11732
11733 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
11734
11735 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11736 arg to `file-attributes'.
11737 (find-lisp-format): The UID and GID can now be strings.
11738
11739 2005-11-12 Kim F. Storm <storm@cua.dk>
11740
11741 * help.el (help-map): Bind C-h d to apropos-documentation.
11742
11743 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11744 when point is at end-of-buffer.
11745
11746 * apropos.el (apropos-match-face): Doc fix.
11747 (apropos-sort-by-scores): Add new choice `verbose'.
11748 (apropos-documentation-sort-by-scores): New defcustom.
11749 (apropos-pattern): Now contains the pattern entered by the user.
11750 (apropos-pattern-quoted): New defvar.
11751 (apropos-regexp): New defvar, containing the regexp corresponding
11752 to apropos-pattern.
11753 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11754 (apropos-read-pattern): New defun. Use it to read pattern arg in
11755 interactive calls; returns list of words for a word list, and
11756 string for a regexp.
11757 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11758 parses a list of words or regexp as returned by apropos-read-pattern.
11759 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11760 (apropos-score-doc): Return a very high score if the string
11761 entered by the user matches literally.
11762 (apropos-variable): Doc fix. Use apropos-read-pattern.
11763 (apropos-command): Doc fix. Use apropos-read-pattern and
11764 apropos-parse-pattern. Call apropos-print with nosubst=t.
11765 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11766 apropos-parse-pattern.
11767 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11768 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11769 apropos-documentation-sort-by-scores. Call apropos-print with
11770 nosubst=t.
11771 (apropos-documentation-internal): Pass doc string through
11772 substitute-key-definition before adding text properties.
11773 Highlight substring matching literal user input if possible.
11774 (apropos-documentation-check-doc-file): Remove locals beg and end.
11775 Fix calculation of score (as added twice). Pass doc string through
11776 substitute-key-definition before adding text properties.
11777 (apropos-documentation-check-elc-file): Pass doc string through
11778 substitute-key-definition before adding text properties.
11779 Highlight substring matching literal user input if possible.
11780 (apropos-print): Add new arg NOSUBST; if set, command and variable
11781 doc strings have already been passed through substitute-key-definition.
11782 Add code to handle apropos-accumulator items without score element
11783 for backwards compatibility (e.g. with woman package).
11784 Only show scores if apropos-sort-by-scores is `verbose'.
11785
11786 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11789 Add jka-compr-load-suffixes to load-suffixes.
11790
11791 * jka-compr.el: Require jka-cmpr-hook.
11792 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11793 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11794 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11795 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11796 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11797 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11798 (jka-compr-uninstall): Remove entries from
11799 jka-compr-added-to-file-coding-system-alist after they are used.
11800 (jka-compr-error): Remove unused var `curbuf'.
11801 (jka-compr-file-local-copy): Remove unused var `notfound'.
11802
11803 2005-11-10 Romain Francoise <romain@orebokech.com>
11804
11805 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11806
11807 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11808
11809 * progmodes/gud.el (gud-menu-map): Move parentheses.
11810 (gdb): New command gud-pv.
11811
11812 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * tar-mode.el: Remove spurious or unnecessary leading stars
11815 in docstrings.
11816 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11817 (tar-parse-octal-integer-safe): Use mapc.
11818 (tar-header-block-summarize): Remove unused var `ck'.
11819 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11820 cleared before. Obey default-enable-multibyte-characters.
11821 Use mapconcat. Simplify setting of tar-header-offset.
11822 (tar-mode-map): Move initialization inside delcaration.
11823 (tar-flag-deleted): Use `abs'.
11824 (tar-expunge-internal): Remove unused var `line'.
11825 (tar-expunge-internal): Don't hardcode point-min==1.
11826 (tar-expunge): Widen while doing set-buffer-multibyte.
11827 (tar-rename-entry): Use file-name-coding-system.
11828 (tar-alter-one-field): Don't hardcode point-min==1.
11829 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11830 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11831
11832 2005-11-10 Masatake YAMATO <jet@gyve.org>
11833
11834 * add-log.el (add-log-current-defun): Handle class::method
11835 notation of c++. Fix incorrect comment.
11836
11837 2005-11-10 Alan Mackenzie <acm@muc.de>
11838
11839 * help-fns.el (describe-variable): Make C-h v work when a variable
11840 has variable documentation yet is unbound.
11841
11842 2005-11-10 Masatake YAMATO <jet@gyve.org>
11843
11844 * man.el (Man-highlight-references): Set an empty
11845 string to `Man-arguments' if it is nil.
11846 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11847
11848 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11851 commenting conventions.
11852
11853 * cus-dep.el (custom-make-dependencies): Simplify.
11854 Better follow the commenting conventions.
11855
11856 2005-11-09 Richard M. Stallman <rms@gnu.org>
11857
11858 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11859 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11860 All uses changed.
11861 (apropos-rewrite-regexp): Doc fix.
11862 (apropos-variable, apropos-command, apropos, apropos-value):
11863 Change prompt; carry through the argument renaming.
11864
11865 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11866
11867 * find-lisp.el: Require dired.
11868 (find-lisp-find-dired-internal): Do not call
11869 `abbreviate-file-name' on DIR.
11870
11871 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11872
11873 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11874
11875 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11876
11877 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11878 when using the speedbar.
11879 (gdb): New command gud-pp.
11880 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11881
11882 2005-11-09 Juri Linkov <juri@jurta.org>
11883
11884 * replace.el (occur-excluded-properties): New defcustom.
11885 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11886
11887 2005-11-08 Jay Belanger <belanger@truman.edu>
11888
11889 * calc/calc-units.el (math-convert-units): Replace any composite
11890 unit by its definition.
11891
11892 2005-11-08 Lars Hansen <larsh@soem.dk>
11893
11894 * emacs-lisp/autoload.el (update-directory-autoloads):
11895 Add obsolete function alias.
11896
11897 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11900 comment-indent-function.
11901 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11902
11903 * reveal.el (reveal-post-command): Rework the handling of
11904 reveal-open-spots, so as to be more reliable. There were several
11905 tricky corner cases where an open spot might be lost, or where
11906 a closed spot might end up on the list of open spots.
11907 Only reveal text that's ellipsised.
11908
11909 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11910
11911 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11912
11913 2005-11-07 John Paul Wallington <jpw@gnu.org>
11914
11915 * ibuffer.el (ibuffer): Search iconified frames too when
11916 getting Ibuffer buffer's window.
11917
11918 2005-11-06 Richard M. Stallman <rms@gnu.org>
11919
11920 * progmodes/compile.el (compilation-internal-error-properties):
11921 save-excursion around the computation of MARKER.
11922
11923 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11924
11925 * textmodes/flyspell.el (flyspell-external-point-words):
11926 flyspell-get-word returns a list, not just a string.
11927
11928 2005-11-06 John Paul Wallington <jpw@pobox.com>
11929
11930 * ibuffer.el (ibuffer): Search all visible frames when getting
11931 Ibuffer buffer's window.
11932
11933 2005-11-07 Masatake YAMATO <jet@gyve.org>
11934
11935 * man.el (Man-reference-regexp): Accept spaces between
11936 `Man-name-regexp' and `Man-section-regexp'.
11937 (Man-apropos-regexp): New variable.
11938 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11939 if available.
11940 (Man-highlight-references, Man-highlight-references0):
11941 Handle the case when `Man-arguments' includes "-k".
11942 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11943 `TARGET'. `TARGET' can be a number, function or nil.
11944
11945 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11946
11947 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11948 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11949 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11950 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11951 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11952 (gdb-send-item): Use buffer-local-value and simplify.
11953
11954 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11955
11956 * startup.el (command-line): Use `custom-reevaluate-setting' for
11957 `global-font-lock-mode'.
11958
11959 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11960 by default, except in batch mode or when the -D option is given.
11961
11962 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11963 specified keyword args on to `define-minor-mode'. Update docstring.
11964
11965 2005-11-05 Romain Francoise <romain@orebokech.com>
11966
11967 * replace.el (occur-engine): Add marker at end of line, too.
11968
11969 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11970
11971 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11972 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11973 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11974 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11975 argument to all these routines, so the passphrase can be managed
11976 externally and passed in to the system.
11977 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11978 pgg-add-passphrase-to-cache function.
11979
11980 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11981 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11982 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11983 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11984 argument to all these routines, so the passphrase can be managed
11985 externally and passed in to the system.
11986 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11987 function.
11988
11989 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11990
11991 * font-lock.el: Don't deal with font-lock-face-attributes here,
11992 move the code ...
11993
11994 * startup.el (command-line): ... here. Use face-spec-set instead
11995 of custom-declare-face.
11996
11997 * faces.el (face-spec-set): Reset the face if spec is not nil.
11998
11999 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 * newcomment.el (comment-region-internal): Box more tightly in the
12002 common case where there's no TAB in the boxed text.
12003
12004 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12005
12006 * info.el (info-tool-bar-map): Use images prev-node, next-node and
12007 up-node.
12008
12009 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
12010
12011 * newsticker.el: Commentary updated. Code formatting changed.
12012 (newsticker-version): Change to "1.9".
12013 (newsticker, newsticker-feed): Doc fix.
12014 (newsticker-url-list): Doc fix. Add option "Weekly".
12015 (newsticker-retrieval-interval): Add option "Weekly".
12016 (newsticker-headline-processing): Doc fix.
12017 (newsticker-auto-mark-filter): Remove.
12018 (newsticker-auto-mark-filter-list): New.
12019 (newsticker-layout, newsticker-sort-method): Doc fix.
12020 (newsticker-hide-old-items-in-newsticker-buffer)
12021 (newsticker-heading-format, newsticker-item-format)
12022 (newsticker-desc-format): Doc fix.
12023 (newsticker-show-all-rss-elements): Remove.
12024 (newsticker-show-all-news-elements): New.
12025 (newsticker-faces, newsticker-ticker): Doc fix.
12026 (remove-from-invisibility-spec): Code formatting.
12027 (newsticker--process-ids): New.
12028 (newsticker-mode): Doc fix.
12029 (newsticker-mode): Change mode-line-format.
12030 (newsticker-start): Remove debug output.
12031 (newsticker-start-ticker): Doc fix. Add autoload cookie.
12032 (newsticker-w3m-show-inline-images): Code formatting.
12033 (newsticker-next-item): Call `force-mode-line-update'.
12034 (newsticker-previous-item): Call `force-mode-line-update'.
12035 (newsticker-next-feed): Call `force-mode-line-update'.
12036 (newsticker-previous-feed): Call `force-mode-line-update'.
12037 (newsticker-mark-all-items-at-point-as-read): Code formatting.
12038 (newsticker-show-old-items): Do not show descs.
12039 (newsticker-hide-entry): Hide too much.
12040 (newsticker-hide-entry, newsticker-show-entry)
12041 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12042 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12043 (newsticker-toggle-auto-narrow-to-item): Code formatting.
12044 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12045 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12046 (newsticker-get-news): Call `force-mode-line-update'.
12047 Collect process ids.
12048 (newsticker--sentinel): Change coding system handling.
12049 Move image retrieval to new functions newsticker--get-logo-url-*.
12050 Move feed parsing to new functions newsticker--parse-*.
12051 Update list of process ids.
12052 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12053 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12054 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12055 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12056 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12057 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12058 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12059 (newsticker--decode-coding-string): Remove.
12060 (newsticker--decode-numeric-entities): Check input. Format code.
12061 (newsticker--remove-whitespace): Check input.
12062 (newsticker--do-forget-preformatted): Doc fix.
12063 (newsticker--decode-rfc822-date): Allow for missing time.
12064 (newsticker--update-process-ids): New.
12065 (newsticker--image-sentinel): Change comment.
12066 (newsticker--image-read): Change error message.
12067 (newsticker--imenu-goto): Doc fix. Show headline title.
12068 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12069 (newsticker--buffer-do-insert-text): Clean whitespace in
12070 html-rendered headline title. Code formatting.
12071 Call `newsticker--buffer-print-extra-elements'.
12072 (newsticker--buffer-print-extra-element): Remove.
12073 (newsticker--buffer-print-extra-elements): New.
12074 (newsticker--buffer-do-print-extra-element): New.
12075 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
12076 large sizes.
12077 (newsticker--run-auto-mark-filter)
12078 (newsticker--do-run-auto-mark-filter):
12079 Use `newsticker-auto-mark-filter-list'.
12080
12081 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
12082
12083 * net/rcirc.el: Use split-string OMIT-NULLS argument.
12084 (rcirc-print): Force redisplay before running hooks. Do long
12085 buffer truncation after making new text read-only. Deal with nil
12086 text when decoding strings. If TARGET is nil, use either the
12087 currently selected buffer, if it is an rcirc buffer and of the
12088 same process or the process buffer.
12089 (rcirc-mode): Remove header-line. Recompute short buffer names.
12090 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12091 (rcirc-short-buffer-name): Add variable.
12092 (rcirc-kill-buffer-hook): Recompute short buffer names.
12093 Remove nick from private channel.
12094 (rcirc-send-input): Send command text to current-buffer.
12095 Don't clear overlay arrow here.
12096 (rcirc-short-buffer-name): Return a short buffer name.
12097 (rcirc-update-short-buffer-names, rcirc-abbreviate)
12098 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12099 buffer-name abbreviations.
12100 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12101 Do not touch nick-table when killing a parted channel.
12102 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12103 Clear arrow from current buffer if it is now hidden.
12104 (rcirc-current-buffer): Add variable.
12105 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12106 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12107 Remove -face from names.
12108 (rcirc-update-activity-string): Print "DND" when globally ignoring
12109 activity.
12110 (rcirc-ignore-buffer-activity-flag): Rename from
12111 rcirc-ignore-channel-activity.
12112 (rcirc-ignore-all-activity-flag): Doc fix.
12113 (rcirc-channels): Remove variable.
12114 (rcirc-kill-buffer-hook):
12115 (rcirc-get-buffer-create): Add nick to private channel.
12116 (rcirc-multiline-edit-submit): Remove tabs.
12117 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12118 folded.
12119 (rcirc-remove-nick-channel): Bug fix.
12120 (rcirc-toggle-ignore-buffer-activity): Rename from
12121 rcirc-toggle-ignore-channel-activity.
12122 (rcirc-record-activity): Add buffers to the front of the list.
12123 (rcirc-update-activity): Remove killed buffers from list.
12124 (rcirc-process-server-response-1): Remove last argument if it is
12125 null before calling handler.
12126 (rcirc): Add "rcirc" defcustom prefix.
12127 (rcirc-prompt): Simplify default prompt.
12128 Use custom-initialize-default.
12129 (rcirc-private-chats): Remove variable.
12130 (rcirc-prompt): Change initialization.
12131 (rcirc-version): Remove function.
12132 (rcirc-id-string): Add constant.
12133 (rcirc-last-buffer): Remove variable.
12134 (rcirc-buffer-alist): Add variable.
12135 (rcirc-connect): Update variable setup.
12136 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12137 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12138 default.
12139 (rcirc-handler-generic): Trigger activity.
12140 (rcirc-send-message): Create the buffor of the target.
12141 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12142 (rcirc-get-buffer): Just return nil if there is no matching buffer.
12143 (rcirc-multiline-edit-cancel): Remove function.
12144 (rcirc-set-last-buffer): Remove function.
12145 (rcirc-get-any-buffer): Add function.
12146 (rcirc-join-channels): Don't print /join text.
12147 (rcirc-toggle-ignore-channel-activity): Add and update echo area
12148 messages.
12149 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12150 (rcirc-handler-NOTICE): Recognize CTCP responses.
12151 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12152 constructing TOPIC string for buffers we are not JOINed.
12153 (rcirc-handler-CTCP-response): Add handler.
12154 (rcirc-multiline-edit-submit): Restore the window-configuration
12155 before adjusting point.
12156 (rcirc): Add customization group.
12157 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12158 (rcirc-user-full-name, rcirc-startup-channels-alist)
12159 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12160 (rcirc-ignore-all-activity-flag, rcirc-time-format)
12161 (rcirc-input-ring-size, rcirc-read-only-flag)
12162 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12163 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12164 Change defvar to defcustom.
12165 (rcirc-update-prompt): Add optional ALL arg, which will update
12166 prompts in all rcirc buffers. Regexp quote replacement text.
12167 (rcirc-fill-column): Accept frame-width as a value.
12168 (rcirc-set-changed): Add function.
12169 (rcirc-next-active-buffer): Write more meaningful messages.
12170 (rcirc-faces): Add customization group.
12171 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12172 (rcirc-nick-in-message-face, rcirc-prompt-face)
12173 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12174 (with-rcirc-process-buffer): Move before first usage.
12175 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12176 (rcirc-debug-flag): Rename from `rcirc-log-p'.
12177 (rcirc-debug): Rename from `rcirc-log'.
12178 (rcirc-format-response-string): Do not print `-' chars for a
12179 NOTICE with no sender. Simplify output of server responses.
12180
12181 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12182
12183 (rcirc-browse-url-map, rcirc-browse-url-at-point)
12184 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12185 Make urls mouse and RET clickable.
12186
12187 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12188
12189 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12190
12191 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12192
12193 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12194 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12195 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12196 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12197 argument to all these routines, so the passphrase can be managed
12198 externally and passed in to the system.
12199 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12200 pgg-add-passphrase-to-cache function.
12201
12202 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12203 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12204 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12205 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12206 argument to all these routines, so the passphrase can be managed
12207 externally and passed in to the system.
12208 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12209 function.
12210
12211 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
12212
12213 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12214 from goto-address-url-regexp.
12215
12216 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
12217
12218 * textmodes/org.el (org-read-date, org-goto-calendar)
12219 (org-recenter-calendar, org-agenda-goto-calendar):
12220 Temporarily clear `calendar-move-hook'.
12221
12222 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
12223
12224 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12225 merging.
12226
12227 * ediff-util.el (ediff-previous-difference): Don't skip regions that
12228 have merge clashes.
12229
12230 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12231
12232 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12233 Undo previous change.
12234
12235 * startup.el (command-line): Use `custom-reevaluate-setting' for
12236 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
12237 tty-register-default-colors on Mac.
12238
12239 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12240
12241 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12242 (gdb-buffer-type): Make it automatically buffer local...
12243 (gdb-get-create-buffer): ...and set it accordingly.
12244 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12245 actually work.
12246
12247 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
12248
12249 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12250 not red.
12251
12252 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12253
12254 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12255 case GUD buffer is not visible.
12256 (gdb-goto-breakpoint): Try to force display in source buffer.
12257 (gdb-frame-gdb-buffer): Copy other similar functions.
12258 (gdb-restore-windows): Don't display source if not asked for.
12259 (gdb-assembler-buffer-name): Don't capitalise.
12260
12261 2005-11-03 Richard M. Stallman <rms@gnu.org>
12262
12263 * wid-edit.el (key-sequence): New widget type.
12264
12265 * simple.el (set-mark-command-repeat-pop): New variable.
12266 (set-mark-command): Only interpret plan C-@ after a pop as a pop
12267 if set-mark-command-repeat-pop is true.
12268
12269 * info.el (Info-fontify-node): Don't display extra "see" if there
12270 already is one here.
12271
12272 * mouse.el: Fix special handling of DEL after dragging a region:
12273 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12274 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
12275
12276 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12277
12278 * textmodes/ispell.el (ispell-command-loop): Change `i' description
12279 not to assume it pertains to an affix.
12280
12281 * textmodes/flyspell.el (flyspell-post-command-hook):
12282 Bind deactivate-mark to prevent deactivation.
12283
12284 2005-11-03 Lars Hansen <larsh@soem.dk>
12285
12286 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12287 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12288 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12289
12290 2005-11-03 Romain Francoise <romain@orebokech.com>
12291
12292 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
12293 Update copyright years.
12294
12295 2005-11-03 Sam Steingold <sds@gnu.org>
12296
12297 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12298 Use system-type instead of window-system because window-system is not
12299 correctly defined during loadup.
12300
12301 2005-11-02 Mark A. Hershberger <mah@everybody.org>
12302
12303 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12304 (xml-parse-tag): Join strings separated by a comment properly.
12305
12306 2005-11-02 Andreas Schwab <schwab@suse.de>
12307
12308 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12309
12310 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12311
12312 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12313 (byte-optimize-pure-func): Quote the eval'd value.
12314
12315 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12316 Rename from perl-font-lock-syntactic-face-function.
12317 Change the calling convention so it can be used as a font-lock MATCHER.
12318 Do the parse-partial-sexp loop outselves.
12319 (perl-font-lock-syntactic-keywords): Use it.
12320 (perl-mode): Don't set font-lock-syntactic-face-function any more.
12321
12322 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
12323
12324 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12325 disassembly buffer too.
12326 (gdb-exited): Remove overlay arrows when execution has finished.
12327 (gdb-info-frames-custom, gdb-info-threads-custom)
12328 (gdb-info-registers-custom): Don't add inappropriate text
12329 properties if inferior is not active.
12330
12331 2005-11-02 Glenn Morris <rgm@gnu.org>
12332
12333 * progmodes/fortran.el (fortran-blink-match):
12334 Use `blink-matching-delay'.
12335
12336 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
12337
12338 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12339
12340 2005-11-02 Lars Hansen <larsh@soem.dk>
12341
12342 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12343 "Permission denied".
12344
12345 2005-11-01 Richard M. Stallman <rms@gnu.org>
12346
12347 * textmodes/flyspell.el (flyspell-external-point-words):
12348 Pass nil to flyspell-get-word.
12349
12350 2005-11-02 Kim F. Storm <storm@cua.dk>
12351
12352 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12353 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12354
12355 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12358 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12359 (calendar-mouse-print-dates): Add optional `event' argument.
12360 Update interactive-spec.
12361 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12362 Use `calendar-event-to-date' instead of `event'.
12363
12364 2005-11-02 Masatake YAMATO <jet@gyve.org>
12365
12366 * progmodes/ld-script.el (ld-script-builtins):
12367 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12368 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12369 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12370
12371 2005-11-01 Romain Francoise <romain@orebokech.com>
12372
12373 * vc-sccs.el: Update copyright year.
12374 * ezimage.el: Likewise.
12375
12376 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12377
12378 * info.el (Info-fontify-node): Use `string-width' for fontifying
12379 underlined titles.
12380
12381 2005-11-01 Juri Linkov <juri@jurta.org>
12382
12383 * info.el (Info-fontify-node): Downcase node header keywords Node,
12384 Prev, Next, Up before comparison.
12385 (Info-history): Insert absolute directory name, and put invisible
12386 property on it.
12387
12388 2005-11-01 Juri Linkov <juri@jurta.org>
12389
12390 * info.el (Info-file-supports-index-cookies): New variable.
12391 (Info-find-node-2): Check makeinfo version for index cookie support.
12392 (Info-index-nodes): Search for nodes with index cookies only when
12393 Info-file-supports-index-cookies is t. Otherwise, search nodes
12394 with "Index" in the node name.
12395 (Info-index-node): Search index cookie in the current node only when
12396 Info-file-supports-index-cookies is t. Otherwise, check the word
12397 "Index" in the node name.
12398 (Info-find-emacs-command-nodes): Remove code that searches nodes
12399 with "Index" node name in the top menu.
12400
12401 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * progmodes/scheme.el (scheme-mode-variables): Use the default
12404 comment-indent-function.
12405
12406 * faces.el (face-attribute): Handle the case where a face inherits from
12407 a non-existent face.
12408
12409 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12410 for octal and hexa output, and merge the char into the paren.
12411 (kill-new): Use push.
12412 (copy-to-buffer): Use with-current-buffer.
12413 (completion-setup-function): Move code in loop to remove redundancy.
12414 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12415 those inherited from minibuffer-local-completion-map.
12416
12417 * savehist.el (savehist-mode) <defcustom>:
12418 Use custom-set-minor-mode if available.
12419 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12420 and emit a message if applicable.
12421
12422 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12423
12424 * savehist.el: Sync up to version 19.
12425 (savehist-mode): New minor mode.
12426 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12427 (savehist-length): Remove (use history-length instead).
12428 (savehist-file-modes): Rename from savehist-modes.
12429 (savehist-save-hook, savehist-loaded): New vars.
12430 (savehist-load): Use savehist-mode. Try to smooth up transition from
12431 old format to new format.
12432 (savehist-install): Allow savehist-autosave-interval to be nil.
12433 (savehist-save): Run the new hook. Be more careful to only trim the
12434 history variables.
12435 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12436 (savehist-printable): Print into a buffer rather than char-by-char.
12437
12438 2005-11-01 John Wiegley <johnw@newartisans.com>
12439
12440 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12441 toggle-ignore keybinding (C-a). The author said it had been
12442 disabled much earlier due to a possible incompatibility, but after
12443 many months of usage I have encountered no problems (and it is a
12444 rather useful option, especially for switching to " *temp*").
12445
12446 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12447 support for OS/X's AddressBook, by calling out to the open source
12448 program "contacts" (installable through Fink).
12449
12450 * net/eudc.el (eudc-expand-inline): If the
12451 `eudc-multiple-match-handling-method' is set to `all', delete the
12452 query string before inserting the query result.
12453
12454 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12455 flag, to prevent Eshell from using the system ls when
12456 `eshell-ls-insert-directory' is in used.
12457 (eshell-ls-insert-directory): Disable font-lock in directory
12458 buffer so that Eshell's own fontification is seen. This broke
12459 recently due to changes in font-lock, so this goes back to version
12460 21 behavior.
12461
12462 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12463
12464 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12465 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12466 (gdb-many-windows): Doc fix.
12467
12468 2005-10-31 Romain Francoise <romain@orebokech.com>
12469
12470 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12471
12472 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12473
12474 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12475 that global-font-lock-mode can be enabled by default.
12476
12477 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12478 (font-lock-add-keywords, font-lock-remove-keywords)
12479 (font-lock-fontify-buffer): Remove autoload cookies.
12480
12481 * jit-lock.el (jit-lock-register): Likewise.
12482
12483 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12484
12485 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12486
12487 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12488 intact if there is no gud-comint-buffer.
12489
12490 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12491
12492 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12493 old prompt comint-prompt-read-only is t and GDB commands are
12494 issued from tool bar etc.
12495
12496 2005-10-31 Masatake YAMATO <jet@gyve.org>
12497
12498 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12499
12500 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12501
12502 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12503 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12504
12505 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12506
12507 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12508 starting at beginning of line. Fontification is messed up when
12509 `open-paren-in-column-0-is-defun-start' set to t.
12510 Reported by John Paul Wallington <jpw@pobox.com>.
12511
12512 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12513
12514 * comint.el (comint-send-input): Call `comint-update-fence' when
12515 `comint-process-echoes' and `comint-prompt-read-only' are both
12516 non-nil, to avoid leftover read-only newline.
12517
12518 2005-10-30 Richard M. Stallman <rms@gnu.org>
12519
12520 * textmodes/flyspell.el (flyspell-external-point-words):
12521 Detect when WORD can't be checked properly because
12522 flyspell-get-word finds just part of it, and move on.
12523
12524 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12525 boundarychar for Polish.
12526 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12527 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12528
12529 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12530
12531 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12532 (gdb-registers-font-lock-keywords): Delete.
12533 (gdb-registers-mode): Don't fontify.
12534 (gdb-info-registers-custom): Use text properties instead as, in
12535 future, changed register values will use font-lock-warning-face.
12536 (gdb-local-font-lock-keywords): Rename to...
12537 (gdb-locals-font-lock-keywords): ...for consistency.
12538
12539 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12540
12541 * vc.el (vc-switch-backend): Better error message if the buffer is
12542 not visiting a file under version control.
12543
12544 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12545
12546 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12547
12548 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12549 ~/.emacs.d/.emacs.
12550
12551 2005-10-29 Richard M. Stallman <rms@gnu.org>
12552
12553 * replace.el (occur-mode-mouse-goto): Always go to other window.
12554 (occur-mode-goto-occurrence): Always switch in same window.
12555
12556 * simple.el (undo): Display message at end, not at start.
12557
12558 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12559 New arg REUSE-CELL.
12560 (cancel-timer-internal): New function.
12561 (timer-event-handler): Use cancel-timer-internal,
12562 and pass the cell it returns to timer-activate...
12563
12564 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12565 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12566 (jit-lock-after-change): Test memory-full.
12567
12568 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12569
12570 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12571 part of the decoded armor to find the key-identifier.
12572 (pgg-gpg-lookup-key-owner): New function to return the
12573 human-readable identifier of a key owner.
12574 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12575 key itself.
12576 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12577 the key value) if we have a key and can match it against a secret
12578 key. Also, added a note pointing out fact that the prompt only
12579 indicates the first matching key.
12580
12581 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12582 pgg-decrypt-region.
12583 (pgg-pending-timers): A new hash for tracking the passphrase cache
12584 timers, so that new ones supercede old ones.
12585 (pgg-add-passphrase-to-cache): Rename from
12586 `pgg-add-passphrase-cache' to reduce confusion (all callers
12587 changed). Modified to cancel old timers when new ones are added.
12588 (pgg-remove-passphrase-from-cache): Rename from
12589 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12590 changed). Modified to cancel old timers when their keys are
12591 removed from the cache.
12592 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12593 XEmacs, an indirection to delete-itimer.
12594 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12595 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12596 users can only check cache without risk of prompting. Correct bug in
12597 notruncate behavior.
12598 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12599 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12600 Add informative docstrings.
12601 (pgg-decrypt): Convey provided passphrase in subordinate call to
12602 pgg-decrypt-region.
12603
12604 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12605 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12606 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12607 `passphrase' argument, so the passphrase can be managed externally
12608 and then passed in to the system.
12609
12610 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12611 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12612 so the passphrase cache can be used reliably with identifiers
12613 besides a pgp packet's key id.
12614
12615 * pgg-gpg.el (pgg-pgp-encrypt-region)
12616 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12617 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12618 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12619 argument to all these routines, so the passphrase can be managed
12620 externally and passed in to the system.
12621
12622 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12623 `notruncate' argument, so the passphrase cache can be used
12624 reliably with identifiers besides a pgp packet's key id.
12625
12626 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12627
12628 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12629 symmetric encryption.
12630 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12631 encrypted session key.
12632 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12633 message ask for the passphrase in a proper way.
12634
12635 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12636 New user commands for symmetric encryption.
12637
12638 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
12639
12640 * textmodes/conf-mode.el (conf-assignment-sign)
12641 (conf-assignment-regexp): Fix docstrings.
12642 (conf-mode-initialize): New function.
12643 (conf-mode): Remove optional args. Use delay-mode-hooks to
12644 recognize recursive calls.
12645 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12646 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12647 (conf-xdefaults-mode): Use define-derived-mode and
12648 conf-mode-initialize.
12649
12650 2005-10-29 Romain Francoise <romain@orebokech.com>
12651
12652 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12653
12654 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12655
12656 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12657 part of the decoded armor to find the key-identifier.
12658 (pgg-gpg-lookup-key-owner): New function to return the
12659 human-readable identifier of a key owner.
12660 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12661 key itself.
12662 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12663 the key value) if we have a key and can match it against a secret
12664 key. Also, added a note pointing out fact that the prompt only
12665 indicates the first matching key.
12666
12667 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12668 pgg-decrypt-region.
12669 (pgg-pending-timers): A new hash for tracking the passphrase cache
12670 timers, so that new ones supercede old ones.
12671 (pgg-add-passphrase-to-cache): Rename from
12672 `pgg-add-passphrase-cache' to reduce confusion (all callers
12673 changed). Modified to cancel old timers when new ones are added.
12674 (pgg-remove-passphrase-from-cache): Rename from
12675 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12676 changed). Modified to cancel old timers when their keys are
12677 removed from the cache.
12678 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12679 XEmacs, an indirection to delete-itimer.
12680 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12681 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12682 users can only check cache without risk of prompting. Correct bug in
12683 notruncate behavior.
12684 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12685 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12686 Add informative docstrings.
12687 (pgg-decrypt): Convey provided passphrase in subordinate call to
12688 pgg-decrypt-region.
12689
12690 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
12691
12692 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12693 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12694 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12695 `passphrase' argument, so the passphrase can be managed externally
12696 and then passed in to the system.
12697
12698 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12699 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12700 so the passphrase cache can be used reliably with identifiers
12701 besides a pgp packet's key id.
12702
12703 * pgg-gpg.el (pgg-pgp-encrypt-region)
12704 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12705 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12706 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12707 argument to all these routines, so the passphrase can be managed
12708 externally and passed in to the system.
12709
12710 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12711 `notruncate' argument, so the passphrase cache can be used
12712 reliably with identifiers besides a pgp packet's key id.
12713
12714 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12715
12716 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12717 symmetric encryption.
12718 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12719 encrypted session key.
12720 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12721 message ask for the passphrase in a proper way.
12722
12723 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12724 New user commands for symmetric encryption.
12725
12726 2005-10-28 Bill Wohler <wohler@newt.com>
12727
12728 * help-mode.el (help-url): New button type. Calls browse-url.
12729 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12730 Similar to Info nodes: URL `url'.
12731 (help-make-xrefs): Create help-url buttons for
12732 help-xref-url-regexp matches.
12733
12734 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
12735
12736 * tool-bar.el (tool-bar-add-item-from-menu)
12737 (tool-bar-local-item-from-menu): Fix doc strings.
12738
12739 2005-10-28 Romain Francoise <romain@orebokech.com>
12740
12741 * ldefs-boot.el: Update.
12742
12743 * subr.el (locate-library): Move from help-fns.el.
12744 * help-fns.el (locate-library): Move to subr.el.
12745
12746 2005-10-28 Richard M. Stallman <rms@gnu.org>
12747
12748 * net/tramp.el (tramp-completion-mode): defvar moved up.
12749
12750 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12751
12752 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12753
12754 * files.el (find-file-noselect): Use %d to format large file size.
12755
12756 * bindings.el (mode-line-format): Add %e.
12757
12758 * loadup.el ("facemenu"): Load unconditionally.
12759 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12760 ("x-dnd"): Load, when appropriate.
12761
12762 * startup.el (command-line): Call before-init-hook earlier.
12763 Warn about some bad characters in -u user name.
12764
12765 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12766 (flyspell-external-point-words): Error if misspelled word is not found.
12767 Set flyspell-large-region-beg at end of word.
12768
12769 2005-10-28 Andreas Schwab <schwab@suse.de>
12770
12771 * view.el (View-revert-buffer-scroll-page-forward):
12772 Use view-page-size-default.
12773
12774 2005-10-28 Juri Linkov <juri@jurta.org>
12775
12776 * international/quail.el (quail-get-current-str): Translate last
12777 raw character for deterministic input methods.
12778
12779 2005-10-27 Jay Belanger <belanger@truman.edu>
12780
12781 * calc/calc-ext.el: Add functions to autoloads.
12782 (math-identity-matrix-p, math-ident-row-p): New functions.
12783
12784 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12785 multiplication by an identity matrix; don't turn multiplication by
12786 an inverse matrix into division.
12787 (math-div-symbol-fancy): Replace division by matrices with
12788 multiplication by inverse.
12789
12790 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12791
12792 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12793 (calc-writeoutpower): New functions.
12794
12795 2005-10-27 Romain Francoise <romain@orebokech.com>
12796
12797 * replace.el (occur-engine): Include colon in mouse-face highlight.
12798
12799 * dired-x.el: Change Maintainer field.
12800
12801 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12802
12803 * longlines.el (longlines-mode): Bind after-change-functions to
12804 nil during initial decoding and final encoding.
12805
12806 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12807
12808 * term.el (term-emulate-terminal, term-handle-colors-array)
12809 (term-handle-ansi-escape): Specify the terminfo capabilities
12810 implemented.
12811
12812 2005-10-26 Richard M. Stallman <rms@gnu.org>
12813
12814 * info.el (Info-fontify-node): Fix detection of sentence-break
12815 before *Note.
12816
12817 2005-10-26 Romain Francoise <romain@orebokech.com>
12818
12819 * smerge-mode.el: Add `tools' to file keywords.
12820
12821 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12822
12823 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12824 when the fringe is not available.
12825
12826 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12827 (def-gdb-auto-update-trigger): Simplify construction.
12828 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12829 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12830 defined explicitly.
12831 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12832 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12833 defined explicitly.
12834 (gdb-info-locals-custom): Remove as it's a no-op.
12835
12836 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12837
12838 * longlines.el (longlines-mode): Remove narrowing before
12839 performing the initial decoding or final encoding.
12840
12841 2005-10-25 Romain Francoise <romain@orebokech.com>
12842
12843 * emacs-lisp/find-func.el (find-library-name): Also strip
12844 extension if library name ends in .el, to take advantage of
12845 `find-library-suffixes'.
12846
12847 2005-10-25 Richard M. Stallman <rms@gnu.org>
12848
12849 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12850
12851 2005-10-25 Juri Linkov <juri@jurta.org>
12852
12853 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12854 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12855
12856 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12859 (blackbox-redefine-key): Add argument `map'.
12860
12861 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12862 regions when moving the jit-lock-context-unfontify-pos boundary.
12863
12864 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12865
12866 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12867
12868 2005-10-25 Masatake YAMATO <jet@gyve.org>
12869
12870 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12871
12872 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12873
12874 * play/blackbox.el (blackbox-redefine-key): New function.
12875 (blackbox-mode-map): Use it to remap existing bindings for cursor
12876 motion instead of binding literal keys.
12877
12878 2005-10-25 Glenn Morris <rgm@gnu.org>
12879
12880 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12881 diary does not end in a newline. Do not assume a blank line at
12882 the start of the diary file.
12883
12884 2005-10-25 Kenichi Handa <handa@m17n.org>
12885
12886 * international/quail.el (quail-translate-key): If the input
12887 method is deterministic and failed to handle the last key, restart
12888 the key handling loop from an appropriate key.
12889
12890 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12891
12892 * vc.el (vc-dired-mode): Extend comment for binding of
12893 `directory-listing-before-filename-regexp'.
12894
12895 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12896
12897 * textmodes/texinfo.el (texinfo-mode):
12898 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12899 not to unnecessarily expose emacs-mule's internal char codes.
12900
12901 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12902
12903 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12904 Display hand pointer and help-echo on disabled icon too.
12905 (gdb-mouse-until): New function.
12906 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12907
12908 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12909
12910 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12911 with 2005-10-23 change to doctor.el.
12912
12913 * finder.el (finder-mode-map): Add follow-link binding.
12914
12915 2005-10-25 Kim F. Storm <storm@cua.dk>
12916
12917 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12918 to gdb-mouse-toggle-breakpoint-fringe.
12919 (gdb-mouse-toggle-breakpoint-margin): Rename from
12920 gdb-mouse-toggle-breakpoint. Fix doc.
12921 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12922 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12923 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12924 string properties also for fringe breakpoint bitmaps.
12925
12926 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12927
12928 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12929
12930 2005-10-25 Masatake YAMATO <jet@gyve.org>
12931
12932 * simple.el (completion-common-substring):
12933 Use `completion-common-substring' prior to `completion-base-size'.
12934
12935 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12936
12937 * savehist.el: Require CL while compiling.
12938 (savehist-history-variables): Remove.
12939 (savehist-save-minibuffer-history, savehist-additional-variables)
12940 (savehist-minibuffer-history-variables): New vars.
12941 (savehist-save): Use them.
12942 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12943 (savehist-install): New fun, extracted from savehist-load.
12944 (savehist-load): Use them.
12945
12946 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12947
12948 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12949 a dummy doc-string-elt property.
12950 (defalias, defvaralias, define-category): Add a docstring property.
12951
12952 * image.el (defimage):
12953 * widget.el (define-widget):
12954 * custom.el (defface, defcustom): Add `doc-string' declaration.
12955
12956 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12957 (defadvice): Add `doc-string' declaration.
12958
12959 * emacs-lisp/byte-run.el (macro-declaration-function):
12960 Handle `doc-string' declarations.
12961 (define-obsolete-function-alias, define-obsolete-variable-alias):
12962 Add `doc-string' declaration.
12963
12964 2005-10-24 Kenichi Handa <handa@m17n.org>
12965
12966 * international/utf-7.el (utf-7): Add autoload cookie.
12967
12968 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12969
12970 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12971
12972 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12973 list of directories passed to batch-update-autoloads. Add "." to
12974 the list of the echoed directories.
12975
12976 * pgg-def.el:
12977 * pgg-gpg.el:
12978 * pgg-parse.el:
12979 * pgg-pgp.el:
12980 * pgg-pgp5.el:
12981 * pgg.el: Moved here from the gnus subdirectory.
12982
12983 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12984
12985 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12986 in case comint-prompt-read-only is set to t.
12987
12988 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12989 in case comint-prompt-read-only is set to t.
12990
12991 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12992
12993 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12994 Now a string.
12995 (icalendar-import-format): Handle CLASS, STATUS, URL.
12996 Rename `subject' to `summary'.
12997 (icalendar-import-format-summary): Rename from
12998 `icalendar-import-format-subject'.
12999 (icalendar-import-format-url, icalendar-import-format-status)
13000 (icalendar-import-format-class): New variables.
13001 (icalendar--rris): Take variable argument list.
13002 (icalendar--datestring-to-isodate): Remove unnecessary
13003 calendar-style check when converting dates with explicit month names.
13004 (icalendar-export-region): Change return type of conversion
13005 subroutines. Bury current buffer unless error occurred.
13006 (icalendar--convert-to-ical)
13007 (icalendar--parse-summary-and-rest): New functions.
13008 (icalendar--convert-ordinary-to-ical)
13009 (icalendar--convert-weekly-to-ical)
13010 (icalendar--convert-yearly-to-ical)
13011 (icalendar--convert-block-to-ical)
13012 (icalendar--convert-cyclic-to-ical)
13013 (icalendar--convert-anniversary-to-ical): Change return type.
13014 Strip trailing blanks from subject.
13015 (icalendar--convert-sexp-to-ical): Change return type.
13016 Strip trailing blanks from subject. Handle simple sexp
13017 entries as generated by icalendar.el.
13018 (icalendar--convert-float-to-ical)
13019 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13020 (icalendar-import-file): Doc fix.
13021 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13022 Correct call to icalendar--rris.
13023 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
13024 `summary'.
13025 (icalendar--add-diary-entry): Rename `subject' to `summary'.
13026
13027 2005-10-24 Romain Francoise <romain@orebokech.com>
13028
13029 * server.el (server-sentinel): Set query-on-exit flag to nil on
13030 new client processes (it isn't inherited from the server process).
13031
13032 * replace.el (occur-engine): Rearrange text properties.
13033
13034 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13035
13036 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13037 case-fold-search is nil.
13038 (debug-help-follow): Use help-xref-interned directly.
13039
13040 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13041
13042 * thumbs.el (thumbs-image-type): Add .pbm.
13043
13044 2005-10-23 Richard M. Stallman <rms@gnu.org>
13045
13046 * faces.el (inhibit-face-set-after-frame-default): New variable.
13047 (set-face-attribute): Bind it.
13048 (face-set-after-frame-default): Test it.
13049
13050 * help-fns.el (describe-simplify-lib-file-name): New function.
13051 (describe-function-1, describe-variable): Use it.
13052
13053 * faces.el (describe-face): Use describe-simplify-lib-file-name.
13054
13055 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13056 Eliminate nil as possible value.
13057 (tooltip-hide-delay): Reduce internal-border-width.
13058
13059 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13060 (menu-bar-file-menu) <new-file>: Likewise.
13061
13062 * simple.el (line-move-finish): Ignore fields computing LINE-END.
13063
13064 * international/mule.el (load-with-code-conversion):
13065 Pass full file name to `eval-buffer' unless preloading.
13066
13067 * textmodes/flyspell.el (flyspell-large-region):
13068 Call ispell-check-version.
13069
13070 * textmodes/ispell.el (ispell-local-dictionary-overridden):
13071 Fix the make-variable-buffer-local call that was supposed
13072 to be for this variable.
13073 (ispell-aspell-supports-utf8): Doc fix.
13074 (ispell-find-aspell-dictionaries): Preserve elements of
13075 ispell-dictionary-alist for dictionaries that aspell doesn't report.
13076 (ispell-aspell-find-dictionary): Return nil on error.
13077
13078 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13079 (doctor-symptoms): Likewise.
13080
13081 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13082
13083 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13084
13085 * cus-edit.el (custom-button, custom-button-pressed): New vars.
13086 (custom-raised-buttons): Add :set spec.
13087 (custom-button-unraised, custom-button-pressed-unraised):
13088 New faces, so that custom-raised-buttons actually does something.
13089 (custom-mode): Use custom-button and custom-button-pressed.
13090
13091 * wid-edit.el (widget-specify-button): Don't ignore
13092 widget-mouse-face on graphic terminals.
13093 (widget-move-and-invoke): Cleanup.
13094
13095 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
13096
13097 * whitespace.el (whitespace-cleanup): Doc fix.
13098
13099 2005-10-23 Romain Francoise <romain@orebokech.com>
13100
13101 * emulation/viper.el (viper-set-hooks): Quote forms passed to
13102 `eval-after-load' to avoid evaluating their result.
13103
13104 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
13105
13106 * files.el (directory-listing-before-filename-regexp):
13107 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
13108
13109 * dired.el (dired-move-to-filename-regexp): Remove.
13110 All occurences replaced by `directory-listing-before-filename-regexp'.
13111
13112 * dired-x.el, locate.el, vc.el:
13113 Replace `dired-move-to-filename-regexp' by
13114 `directory-listing-before-filename-regexp'. In vc.el it is
13115 overwritten locally; maybe this can be handled in files.el too.
13116
13117 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
13118 replaced by `directory-listing-before-filename-regexp'.
13119
13120 2005-10-23 Andreas Schwab <schwab@suse.de>
13121
13122 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13123 and eval-next-after-load.
13124
13125 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
13126
13127 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13128 exist, create it.
13129
13130 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
13131
13132 * allout.el: Remove autoloads for mailcrypt and crypt++.
13133 Require pgg, pgg-gpg during compilation.
13134 (allout-version): Increment version number to 2.1, and use a literal
13135 rather than RCS Id.
13136 (allout-default-encryption-scheme): Remove.
13137 (allout-passphrase-verifier-handling)
13138 (allout-passphrase-verifier-string)
13139 (allout-file-passphrase-verifier-string)
13140 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13141 (allout-passphrase-hint-handling): Rename and simplify.
13142 (allout-init): Use `find-file-hook' if available, otherwise
13143 `find-file-hooks'.
13144 (allout-mode): Use `write-file-functions' if available, otherwise
13145 `local-write-file-hooks' and, instead of making auto-save-hook
13146 buffer local, make the write-file-hook activity contingent to
13147 allout-mode.
13148 (allout-mode): Use key-binding substitution in the docstring.
13149 (allout-kill-line): Spell-out kill ring data structure mutation
13150 instead of using byte-compiler-complaint-provoking `pop'.
13151 (allout-insert-listified): Use `insert' rather than `insert-string'
13152 (allout-toggle-current-subtree-encryption): Update docstring, adjust
13153 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13154 (allout-encrypt-string): Totally revamped vis new underlying
13155 encryption facilities.
13156 (allout-mc-activate-passwd): Remove.
13157 (allout-obtain-passphrase): New, more or less replaces
13158 allout-mc-activate-passwd.
13159 (allout-encrypted-key-info): More or less replaces
13160 allout-encrypted-text-type.
13161 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13162 (my-mark-marker): Use `(featurep 'xemacs)'.
13163
13164 2005-10-23 Lars Hansen <larsh@soem.dk>
13165
13166 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13167 (byte-compile-file-form-defmumble, byte-compile-defun)
13168 (byte-compile-defmacro): Use it.
13169 (byte-compile-form): Don't call byte-compile-set-symbol-position
13170 when a byte-compile handler is called.
13171
13172 2005-10-22 Romain Francoise <romain@orebokech.com>
13173
13174 * savehist.el (savehist-history-variables): Add `grep-find-history'.
13175
13176 * subr.el (eval-after-load): Convert library name to an absolute
13177 file name using locate-library, since load-history no longer has
13178 library names in it.
13179
13180 2005-10-22 Richard M. Stallman <rms@gnu.org>
13181
13182 * files.el (make-temp-file): Move from subr.el.
13183 * subr.el (make-temp-file): Move to files.el.
13184
13185 * window.el (get-buffer-window-list): Move from subr.el.
13186 * subr.el (get-buffer-window-list): Move to window.el.
13187
13188 * image.el (image-load-path): Use eval-at-startup to initialize.
13189
13190 * subr.el (eval-at-startup): New macro.
13191
13192 * subr.el: Much rearrangement of functions and division
13193 into pages. No code changes.
13194
13195 2005-10-22 Kenichi Handa <handa@m17n.org>
13196
13197 * tar-mode.el (tar-extract): Be sure to call
13198 find-operation-coding-system if set-auto-coding doesn't find a
13199 coding system.
13200
13201 2005-10-22 Kim F. Storm <storm@cua.dk>
13202
13203 * image.el (image-type-header-regexps): Rename from image-type-regexps.
13204 Change users.
13205 (image-type-file-name-regexps): New defconst.
13206 (image-type-from-data): Simplify loop.
13207 (image-type-from-buffer): New defun.
13208 (image-type-from-file-header): Use it instead of image-type-from-data.
13209 Use image-search-load-path instead of only looking in data-directory.
13210 (image-type-from-file-name): New defun.
13211 (image-search-load-path): Change `pathname' to `filename'.
13212 Make PATH arg optional, default to image-load-path.
13213
13214 2005-10-21 Richard M. Stallman <rms@gnu.org>
13215
13216 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13217
13218 * textmodes/paragraphs.el (sentence-end-base): New variable.
13219 (sentence-end): Use sentence-end-base.
13220
13221 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13222
13223 * font-lock.el (font-lock-default-fontify-region): Check the multiline
13224 property independently from the font-lock-multiline variable.
13225
13226 2005-10-21 Richard M. Stallman <rms@gnu.org>
13227
13228 * emacs-lisp/find-func.el (find-library-name): Doc fix.
13229
13230 * startup.el (command-line): Convert library names
13231 in `load-history' to absolute file names.
13232
13233 * subr.el (symbol-file): Doc fix.
13234
13235 * loadhist.el (file-loadhist-lookup): Call locate-library
13236 instead of find-library-name. Don't try converting
13237 abs file names to library names, since load-history no longer
13238 has library names in it.
13239 (file-dependents, file-provides, file-requires): Doc fixes.
13240
13241 2005-10-21 Juri Linkov <juri@jurta.org>
13242
13243 * progmodes/etags.el (tags-table-mode): New function.
13244 (tags-verify-table): Replace initialize-new-tags-table with
13245 tags-table-mode.
13246
13247 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13248 default value.
13249 (desktop-modes-not-to-save): Add tags-table-mode to the
13250 default value.
13251
13252 * info.el (Info-index-next): Add total number of index
13253 alternatives to the message.
13254
13255 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13256 backward only space (instead of space and period) before looking
13257 at sentence end.
13258
13259 * simple.el (set-variable): Use user-variable-p instead of symbolp.
13260 Add the old variable value as 4th default-value arg of read-string.
13261
13262 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13263
13264 * cus-face.el (custom-declare-face): Make face from X resources
13265 also on Mac.
13266
13267 * disp-table.el (standard-display-g1, standard-display-graphic):
13268 Refuse to use string glyphs also on Mac.
13269 (standard-display-european): Don't set terminal coding system also
13270 on Mac.
13271
13272 * frame.el (display-screens): Use x-display-screens also on Mac.
13273
13274 2005-10-21 Romain Francoise <romain@orebokech.com>
13275
13276 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
13277
13278 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13279
13280 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13281 and $? into sexps.
13282
13283 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13284 warning face on open-paren-in-column-0.
13285
13286 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13287 boundary case. Fix typo.
13288 Suggested by Martin Rudalics <rudalics@gmx.at>.
13289
13290 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
13291
13292 * textmodes/org.el (org-combined-agenda-icalendar-file)
13293 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13294 (org-export-icalendar-this-file)
13295 (org-export-icalendar-all-agenda-files)
13296 (org-export-icalendar-combine-agenda-files): New commands.
13297 (org-export-icalendar, org-print-icalendar-entries)
13298 (org-start-icalendar-file, org-finish-icalendar-file)
13299 (org-ical-ts-to-string): New functions.
13300 (org-read-date, org-goto-calendar)
13301 (org-agenda-goto-calendar): Inhibit displaying diary entries by
13302 call to `calendar'.
13303 (orgtbl-setup): Remove the :keys arguments from the menu description.
13304 (org-after-save-iCalendar-file-hook): New variable.
13305
13306 2005-10-21 Kenichi Handa <handa@m17n.org>
13307
13308 * language/vietnamese.el (tcvn-5712): Make it an alias of
13309 vietnamese-tcvn coding-system.
13310
13311 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
13312
13313 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13314 group id is given.
13315
13316 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13317
13318 * progmodes/sh-script.el (sh-escaped-line-re): New var.
13319 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13320 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13321 whose line is either continued or ends with a comment.
13322
13323 2005-10-20 Romain Francoise <romain@orebokech.com>
13324
13325 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13326
13327 * replace.el (occur-engine): Add follow-link property.
13328
13329 * font-core.el (font-lock-mode): Doc fix.
13330
13331 2005-10-20 Richard M. Stallman <rms@gnu.org>
13332
13333 * net/rcirc.el: New file.
13334
13335 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
13336
13337 * term.el (term-term-name): Initialize to "eterm-color".
13338
13339 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13340
13341 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13342 for encryption functionality.
13343 Move allout customization subgroup from `editing' to `outlines' group.
13344 Fix commentary keywords to legitimate ones.
13345 Update author info (using my current email address, obscurified).
13346 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13347 (allout-encrypted-topic-p, allout-encrypted-text-type)
13348 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13349 (allout-situate-encryption-key-verifier)
13350 (allout-get-encryption-key-verifier, allout-verify-key)
13351 (allout-next-topic-pending-encryption)
13352 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13353 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13354 (outline-key-verifier-handling, outline-key-hint-handling)
13355 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13356 (allout-file-key-verifier-string, allout-encryption-scheme)
13357 (allout-key-verifier-string, allout-key-hint-string)
13358 (allout-after-save-decrypt): New variables.
13359 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13360 (allout-after-saves-handler): New hook functions.
13361 (allout-post-command-business): Do allout-after-save-decrypt.
13362 (allout-enable-file-variable-adjustment): Custom var to enable
13363 mechanism for adding and adjusting settings of Emacs file variables.
13364 (allout-adjust-file-variable, allout-file-vars-section-data):
13365 New functions, implement the mechanism.
13366 (outlineify-sticky): Use the file vars mechanism.
13367 (allout-inhibit-protection, allout-during-write-cue)
13368 (allout-override-protect, allout-before-change-protect): Remove.
13369 (allout-flag-region, allout-open-topic): Adjust read-only text.
13370 (allout-open-line-not-read-only): Add to facilitate read-only
13371 text based protection.
13372 (allout-kill-line): Revise to adjust read-only text, clue the
13373 user about the inhibition.
13374 (allout-unprotected): Use unwind-protect.
13375 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13376 topic deeper than the offspring depth of the previous topic -
13377 avoiding confusing "containment discontinuities".
13378 (allout-reindent-bodies): Fix retention of body relative hanging
13379 indent during promotion of collapsed bodies.
13380 (allout-open-topic): Make it easy to open new topic with same
13381 bullet as current topic - topic creation functions provided with
13382 any universal argument provokes now prompt for bullet, defaulting
13383 to the bullet of the previous topic.
13384 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13385 Plain bullet alternates `.' period and `,' comma only. All other
13386 bullets are relegated to special status (but customizable).
13387 (allout-end-of-entry): Rename from allout-end-of-current-entry
13388 since it actually operates w.r.t. most immediately containing
13389 entry, visible or not.
13390 (allout-hide-current-entry, allout-show-current-entry): Use the
13391 revised version.
13392 (allout-old-expose-topic): Solidify deprecation.
13393 (allout-end-of-subtree): Add so we can span concealed as well
13394 as visible topics.
13395 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13396 (allout-end-of-current-heading): Tweak to just respect the first line.
13397 (allout-get-body-text): Add.
13398 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13399 when invoked interactively.
13400 (allout-up-current-level): Use `interactive-p'.
13401 (allout-mode, allout-init): Miscellaneous docstring and
13402 operational refinements, as well as hookups of new encryption stuff.
13403 (allout-beginning-of-current-entry): Now works as advertised.
13404 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13405 (allout-isearch-rectification): Refine condition for isearching.
13406 (allout-isearch-abort, allout-enwrap-isearch)
13407 (allout-flag-region, my-region-active-p): Relocate some macros.
13408 (allout-title): Fallback title is (buffer-name), not
13409 non-existing (current-buffer-name).
13410 (subst-char-in-string): Define if absent (for some XEmacs versions).
13411
13412 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13413
13414 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13415 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13416 (mail-citation-prefix-regexp, mail-signature-file)
13417 (mail-default-headers, mail-bury-selects-summary)
13418 (mail-send-nonascii): Add autoload cookies.
13419
13420 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13421
13422 * frame.el (blink-cursor-mode): Add `mac' to the list of
13423 window-system's that support blinking cursor.
13424
13425 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13426
13427 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13428
13429 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13430
13431 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13432 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13433 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13434
13435 2005-10-20 Kim F. Storm <storm@cua.dk>
13436
13437 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13438 (ido-set-current-directory): Don't add / after final @.
13439 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13440 Explicitly handle ange-ftp completion oddities.
13441 (ido-make-file-list): Don't rotate list at tramp root to avoid
13442 triggering tramp file handler for expand-file-name via get-file-buffer.
13443
13444 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13445
13446 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13447
13448 2005-10-19 Jay Belanger <belanger@truman.edu>
13449
13450 * calc/calc-units.el (math-standard-units): Add units, adjust
13451 symbols and update values.
13452 (math-unit-prefixes): Add more prefixes.
13453
13454 2005-10-19 Romain Francoise <romain@orebokech.com>
13455
13456 * bookmark.el (bookmark-menu-heading): New face.
13457 (bookmark-bmenu-list): Use it.
13458 Don't fiddle with `baud-rate' at top-level.
13459
13460 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13461
13462 * image.el (create-image, find-image): Mention max-image-size in
13463 docstring.
13464
13465 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13466
13467 * savehist.el (savehist-load): Revert to checking XEmacs.
13468
13469 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13470 Various docstring and line-width fixups.
13471 (conf-mode): Use cond.
13472 Set font-lock-defaults. Don't set comment-use-syntax.
13473
13474 2005-10-18 David Ponce <david@dponce.com>
13475
13476 * tree-widget.el (tree-widget-button-click): New function.
13477 (tree-widget-button-keymap): Use it.
13478
13479 2005-10-18 Romain Francoise <romain@orebokech.com>
13480
13481 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13482 (bookmark-bmenu-hide-filenames): Add follow-link property.
13483 Improve help-echo text.
13484
13485 * ffap.el (find-file-at-point): Doc fix.
13486
13487 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13488
13489 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13490
13491 2005-10-18 Masatake YAMATO <jet@gyve.org>
13492
13493 Install to the CVS repository what I forgot to install in my
13494 2005-10-16 changes.
13495
13496 * progmodes/python.el (python-complete-symbol): Pass the common
13497 prefix substring of completion to `display-completion-list'.
13498
13499 * textmodes/org.el (org-complete): Ditto.
13500
13501 2005-10-18 Masatake YAMATO <jet@gyve.org>
13502
13503 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13504
13505 * woman.el (WoMan-xref-man-page): New button type derived
13506 from `Man-abstract-xref-man-page'.
13507 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13508
13509 * man.el (Man-abstract-xref-man-page): New button type.
13510 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13511 (Man-highlight-references): Add new optional argument `xref-man-type'.
13512
13513 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13514
13515 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13516
13517 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13518
13519 * cus-edit.el (Custom-move-and-invoke): Delete.
13520 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13521
13522 * wid-edit.el (widget-move-and-invoke): New function, from
13523 Custom-move-and-invoke.
13524
13525 2005-10-17 Bill Wohler <wohler@newt.com>
13526
13527 Move all remaining images from lisp/toolbar to etc/images, move
13528 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13529 the low resolution images in their own directory (low-color).
13530
13531 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13532 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13533 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13534 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13535 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13536 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13537 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13538
13539 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13540 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13541 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13542 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13543 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13544 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13545 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13546 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13547 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13548 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13549 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13550 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13551 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13552 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13553 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13554
13555 To conform with convention, replace the underscore (_) in the
13556 following image names with dash (-) or (/) as appropriate.
13557
13558 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13559 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13560 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13561 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13562 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13563 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13564 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13565 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13566 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13567 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13568 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13569 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13570 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13571 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13572 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13573
13574 * info.el (info-tool-bar-map): Replace underscores in image names
13575 with dashes.
13576
13577 * makefile.w32-in (WINS): Remove toolbar.
13578
13579 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13580
13581 * tool-bar.el: Move to lisp from toolbar. Now that
13582 toolbar is empty, it should be deleted when folks run "cvs up -P".
13583
13584 2005-10-18 Jay Belanger <belanger@truman.edu>
13585
13586 * calc/calc-store.el (calc-store-into): Get the proper variable name
13587 to display in message.
13588
13589 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13590
13591 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13592 expressions display in speedbar for all buffers when debugging.
13593 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13594
13595 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13596 (speedbar-insert-button, speedbar-make-button):
13597 Use add-text-properties.
13598 (speedbar-update-localized-contents)
13599 (speedbar-update-directory-contents)
13600 (speedbar-update-special-contents): Use dolist.
13601 (speedbar-buffer-easymenu-definition): Add a menu separator.
13602
13603 2005-10-17 Jason Rumney <jasonr@gnu.org>
13604
13605 * makefile.w32-in: Use $(lisp) consistently.
13606 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13607 for shell specific generation of mh-autoloads.
13608
13609 2005-10-17 Richard M. Stallman <rms@gnu.org>
13610
13611 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13612
13613 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13614
13615 * jit-lock.el (jit-lock-fontify-now):
13616 Move jit-lock-context-unfontify-pos to avoid wasted work.
13617
13618 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13619
13620 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13621 `tramp-completion-mode' for checking if we are in completion mode.
13622 (tramp-completion-handle-file-name-all-completions): Reorder code
13623 in order to complete for file names only in case there are no
13624 method/user/host completions. This is necessary for cooperation
13625 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13626
13627 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13628
13629 * longlines.el (longlines-search-forward)
13630 (longlines-search-backward): Match any number of spaces.
13631
13632 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13633
13634 * diff-mode.el (diff-mode): Doc fix.
13635
13636 2005-10-16 David Reitter <david.reitter@gmail.com>
13637
13638 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13639 as default on darwin and windows systems.
13640
13641 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
13642
13643 * arc-mode.el (archive-zip-extract): Doc fix.
13644
13645 2005-10-16 Romain Francoise <romain@orebokech.com>
13646
13647 * mouse.el (mouse-1-click-follows-link): Doc fix.
13648
13649 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13650
13651 * savehist.el: Don't require CL at runtime.
13652 (savehist-xemacs): Remove.
13653 (savehist-coding-system): Use utf-8 if present, regardless of religion.
13654 (savehist-no-conversion): Use (featurep 'xemacs).
13655 (savehist-load): Check existence of start-itimer rather than XEmacs.
13656 Use an idle timer.
13657 (savehist-process-for-saving): Replace use of CL funs `subseq' and
13658 `delete-if-not'.
13659
13660 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13661
13662 * savehist.el: Newer version.
13663 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13664 (savehist-last-checksum, savehist-no-conversion): New vars.
13665 (savehist-autosave, savehist-process-for-saving, savehist-printable):
13666 New functions.
13667 (savehist-load, savehist-save): Use them.
13668 (savehist-delimit): Remove.
13669
13670 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13671
13672 * progmodes/compile.el (compilation-goto-locus): Display the
13673 compilation buffer first and the source buffer second, in case they're
13674 in overlapping frames. Don't raise the compilation frame if it was the
13675 selected window upon entry. Pass the `other-window' arg to
13676 pop-to-buffer.
13677
13678 * info.el (Info-fontify-node): Use dolist.
13679 Change add-text-properties to put-text-property.
13680
13681 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13682
13683 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13684 bound of search.
13685
13686 2005-10-16 Masatake YAMATO <jet@gyve.org>
13687
13688 * dabbrev.el (dabbrev-completion): Pass the common
13689 prefix substring of completion to `display-completion-list'.
13690
13691 * filecache.el (file-cache-minibuffer-complete)
13692 (file-cache-complete): Ditto.
13693
13694 * tempo.el (tempo-display-completions): Ditto.
13695
13696 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13697
13698 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13699
13700 * eshell/em-hist.el (eshell-list-history): Ditto.
13701
13702 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13703
13704 * mail/mailalias.el (mail-complete): Ditto.
13705
13706 * progmodes/etags.el (complete-tag): Ditto.
13707
13708 * progmodes/make-mode.el (makefile-complete): Ditto.
13709
13710 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13711
13712 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13713
13714 * progmodes/pascal.el (pascal-complete-word)
13715 (pascal-show-completions): Ditto.
13716
13717 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13718
13719 * simple.el (completion-common-substring): New variable.
13720 (completion-setup-function): Use `completion-common-substring'
13721 to put faces.
13722
13723 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13724
13725 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13726 (x-get-selection, mac-select-convert-to-string): Convert from/to
13727 UTF-16 clipboard data as in native byte order, no BOM.
13728
13729 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
13730
13731 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13732 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13733 (gud-sentinel): Use speedbar-frame to check for speedbar.
13734
13735 2005-10-15 Richard M. Stallman <rms@gnu.org>
13736
13737 * savehist.el: New file.
13738
13739 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13740
13741 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13742 Fix bug in \bf fontification.
13743
13744 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13745
13746 * pcvs.el (cvs-edit-log-files): New var.
13747 (cvs-mode-edit-log): New arg `file'.
13748 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13749 Instead force the use of the original file and nothing else.
13750 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13751 the cvs-minor-wrap-function is set.
13752 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13753
13754 2005-10-14 Bill Wohler <wohler@newt.com>
13755
13756 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13757 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13758 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13759 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13760 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13761 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13762 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13763 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13764 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13765 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13766 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13767 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13768 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13769 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13770 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13771
13772 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13773 appropriately (for example, gud-break to gud/break).
13774
13775 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13776
13777 * longlines.el (longlinges-search-function)
13778 (longlines-search-forward, longlines-search-backward): New functions.
13779 (longlines-mode): Set isearch-search-fun-function to
13780 longlinges-search-function.
13781
13782 * mouse.el (mouse-drag-region-1): Handle the case where a
13783 double-click event is bound to an arbitrary function.
13784
13785 2005-10-14 David Ponce <david@dponce.com>
13786
13787 * recentf.el (recentf-track-opened-file)
13788 (recentf-track-closed-file, recentf-update-menu)
13789 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13790 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13791 mouse-1-click-follows-link.
13792
13793 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13794
13795 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13796 Gnome file-manager.png. Suggested by
13797 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13798
13799 * toolbar/README: Add diropen.xpm.
13800
13801 2005-10-13 Bill Wohler <wohler@newt.com>
13802
13803 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13804 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13805
13806 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13807
13808 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13809 Don't waste the byte-compiler's time on constant data.
13810
13811 2005-10-13 Kenichi Handa <handa@m17n.org>
13812
13813 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13814 byte with `escape-glyph' face.
13815
13816 * international/fontset.el (ccl-encode-unicode-font):
13817 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13818 Handle the case that ucs-mule-to-mule-unicode translates a character to
13819 ASCII (usually for IPA characters).
13820
13821 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13824 Don't hide the underline of titles if font-lock-mode is disabled.
13825
13826 2005-10-12 Bill Wohler <wohler@newt.com>
13827
13828 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13829 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13830 files in MH-E-SRC have been updated.
13831 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13832
13833 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13834
13835 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13836 (mixal-mode-syntax-table): Add \n as end-comment.
13837 (mixal-operation-codes-alist): Immediately initialize to full value.
13838 (mixal-add-operation-code): Remove.
13839 (mixal-describe-operation-code): Make the arg non-optional.
13840 Use the interactive spec instead.
13841 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13842 (mixal-font-lock-keywords): Don't highlight comments here any more.
13843 (mixal-font-lock-syntactic-keywords): New var.
13844 (mixal-mode): Use it. Fix comment-start-skip.
13845
13846 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13847
13848 * startup.el (command-line-x-option-alist): -nb => -nbi
13849
13850 2005-10-12 Kim F. Storm <storm@cua.dk>
13851
13852 * startup.el (fancy-splash-default-action): Discard mouse click in
13853 the splash screen window, as it has no sensible meaning in the
13854 next window to be selected. Fixes error reported by Jan D.
13855
13856 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13857
13858 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13859
13860 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13863 Try to fix up minor layout issues like indentation, line break, etc...
13864 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13865 because it doesn't work.
13866 (mixal-operation-codes): Add some more codes.
13867 (mixal-font-lock-keywords): Process comments here.
13868 (mixal-mode): mixasm no longer needs -g option.
13869
13870 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13871
13872 * progmodes/sh-script.el (sh-tmp-file):
13873 Use mktemp -t. Finish support for es and rc shells.
13874
13875 2005-10-11 Jay Belanger <belanger@truman.edu>
13876
13877 * calc/calcalg2.el (calc-integral): With an argument, compute the
13878 definite integral.
13879
13880 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13881
13882 * mouse.el (mouse-drag-region-1): Don't try to catch a
13883 double-click when doing follow-link (it's overridden anyway).
13884
13885 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13886
13887 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13888 (autoload-print-form-outbuf): Add docstring.
13889
13890 2005-10-11 Juri Linkov <juri@jurta.org>
13891
13892 * info.el (Info-mode-menu): Delete menu item "Edit".
13893 (Info-mode): Delete description of Info-edit from docstring,
13894 and rearrange descriptions of Info commands in the order
13895 they are documented in the Info manual.
13896
13897 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13898
13899 * calendar/appt.el (appt-check): Use diary-selective-display var.
13900
13901 2005-10-10 Richard M. Stallman <rms@gnu.org>
13902
13903 * net/newsticker.el (newsticker-start, newsticker-show-news):
13904 Add autoload cookies.
13905
13906 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13907
13908 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13909
13910 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13911
13912 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13913
13914 2005-10-10 Jay Belanger <belanger@truman.edu>
13915
13916 * calc/calc-arith.el (math-check-known-scalarp)
13917 (math-check-known-matrixp): Check the values of arguments that are
13918 variables.
13919 (math-check-known-square-matrixp): New function.
13920 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13921 (math-super-types): Add sqmatrix type.
13922
13923 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13924 mode name `square' to `sqmatrix'.
13925
13926 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13927 mode name `square' to `sqmatrix'.
13928
13929 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13930
13931 * progmodes/etags.el (select-tags-table-mode): Don't use
13932 selective-display.
13933 (tags-select-tags-table): Pass `button' to the action function.
13934 (select-tags-table): Place the side-info on button properties rather
13935 than in hidden text. Abbreviate file names.
13936 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13937 (select-tags-table-select): Add `button' argument.
13938 Get side-info from the button property rather than from hidden text.
13939
13940 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13941
13942 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13943 (gud-speedbar-buttons): Preserve point if possible.
13944 (gud-sentinel): Restore previous speedbar display type.
13945
13946 * progmodes/gdb-ui.el (gdba): Improve diagram.
13947 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13948 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13949 Call get-buffer-window once.
13950
13951 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13952
13953 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13954 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13955 (pascal-indent-command): Remove unused var `ind'.
13956 (pascal-indent-case): Remove unused var `oldpos'.
13957 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13958 since it's now used as a proper minor mode map.
13959 (pascal-outline): Rename to pascal-outline-mode.
13960 (pascal-outline-mode): Use define-minor-mode.
13961 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13962 selective-display.
13963
13964 2005-10-10 Andreas Schwab <schwab@suse.de>
13965
13966 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13967 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13968
13969 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13970 outside source directory.
13971
13972 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13973
13974 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13975 C-x' as a prefix.
13976 (orgtbl-mode-map): Full keymap instead of sparse, because all
13977 `self-insert-command' keys are redefined in this map.
13978 (org-export-as-html): Specify charset for HTML file, by taking it
13979 from the coding system.
13980
13981 2005-10-10 Kenichi Handa <handa@m17n.org>
13982
13983 * textmodes/flyspell.el (flyspell-check-word-p):
13984 If unread-command-events is non-empty, don't call sit-for.
13985
13986 2005-10-09 Richard M. Stallman <rms@gnu.org>
13987
13988 * font-lock.el (font-lock-syntactic-keywords)
13989 (font-lock-keywords): Doc fixes.
13990
13991 * textmodes/flyspell.el (flyspell-external-point-words):
13992 Simplify logic, and don't try to check for consecutive appearances
13993 of one incorrect word.
13994
13995 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13996
13997 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13998 separator.
13999
14000 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14001 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14002 (gud-expansion-speedbar-buttons): New function.
14003 (gud-speedbar-buttons): Check for gud-comint-buffer.
14004
14005 2005-10-09 Bill Wohler <wohler@newt.com>
14006
14007 * Makefile.in (updates): Add mh-loaddefs dependency.
14008
14009 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
14010
14011 * speedbar.el (speedbar-file-key-map): Fix typo.
14012
14013 2005-10-09 Daniel Brockman <daniel@brockman.se>
14014
14015 * cus-start.el (line-spacing): Add custom spec.
14016
14017 2005-10-09 Romain Francoise <romain@orebokech.com>
14018
14019 * textmodes/ispell.el (ispell-check-version): Fix last change.
14020
14021 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14022
14023 * term/x-win.el: Remove -i, --icon-type from comment.
14024
14025 * startup.el (command-line-x-option-alist): Remove options -i,
14026 -itype, --icon-type, added -nb, --no-bitmap-icon
14027
14028 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
14029
14030 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14031 instead of :active.
14032
14033 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
14034
14035 * textmodes/ispell.el (ispell-check-version):
14036 Ignore hyphen, and all that follows, in aspell's version text.
14037
14038 2005-10-08 Jay Belanger <belanger@truman.edu>
14039
14040 * calc/calc-arith.el (math-known-square-matrixp): New function.
14041 (math-pow-fancy): Check for matrices before distributing exponent
14042 across products.
14043
14044 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14045 fullscreen keypad. Suggested by Luc Teirlinck.
14046 (calc-keypad-show-input): Add space for formatting.
14047
14048 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14049 Add square matrix option.
14050
14051 * calc/calc-poly.el (math-expand-term): Check for matrices instead
14052 of checking calc-matrix-mode when deciding how to expand.
14053
14054 * calc/calc.el (calc-set-mode-line): Add square matrix option.
14055
14056 2005-10-08 Lars Hansen <larsh@soem.dk>
14057
14058 * net/tramp.el (tramp-perl-directory-files-and-attributes):
14059 Add error handling.
14060 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14061
14062 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
14063
14064 Sync with Tramp 2.0.51.
14065
14066 * net/tramp.el (tramp-handle-set-visited-file-modtime)
14067 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14068 Insert special handling for `last-coding-system-used', again
14069 it still seems to be necessary (unlike stated before).
14070 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14071 (tramp-password-prompt-regexp): There might be other words before
14072 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14073 (tramp-chunksize): Improve docstring.
14074 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14075 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
14076 Christian Joergensen <bugs@razor.dk>.
14077
14078 2005-10-07 Glenn Morris <rgm@gnu.org>
14079
14080 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14081 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14082 precision'.
14083
14084 2005-10-07 Romain Francoise <romain@orebokech.com>
14085
14086 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14087 (ibuffer-do-shell-command-pipe-replace)
14088 (ibuffer-do-shell-command-file, ibuffer-do-eval)
14089 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14090 (ibuffer-do-revert, ibuffer-do-replace-regexp)
14091 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14092 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14093 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14094 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14095 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14096 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14097 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14098 Autoload file sans suffix.
14099
14100 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14101
14102 2005-10-07 David Ponce <david@dponce.com>
14103
14104 * recentf.el (recentf-menu-open-all-flag): New option.
14105 (recentf-digit-shortcut-command-name): New function.
14106 (recentf--shortcuts-keymap): New variable.
14107 (recentf-menu-shortcuts): New variable.
14108 (recentf-make-menu-items): Initialize it. Replace the "More..."
14109 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14110 (recentf-menu-value-shortcut): New function.
14111 (recentf-make-menu-item): Use it. No more in-lined.
14112 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14113 (recentf-open-most-recent-file): Rename from
14114 `recentf-open-file-with-key'. Don't depend on key binding.
14115 (recentf-mode-map): New variable.
14116 (recentf-mode): Use it.
14117
14118 2005-10-06 Bill Wohler <wohler@newt.com>
14119
14120 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
14121
14122 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14123 (MH-E-SRC): New. Used by mh-autoloads.
14124 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14125 files in MH-E-SRC have been updated.
14126 (compile, recompile, bootstrap): Depend on mh-autoloads.
14127
14128 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
14129
14130 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14131 gud-break and gud-remove icons when the fringe is not available.
14132
14133 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14134 Typo.
14135
14136 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14137
14138 * play/zone.el (zone): Wrap body with save-window-excursion.
14139
14140 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
14141
14142 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14143 Use the new `list-only' arg to diary-list-entries.
14144
14145 * calendar/diary-lib.el: Use overlays rather than selective-display.
14146 (diary-selective-display): New var.
14147 (diary-header-line-format): Use it.
14148 (diary-list-entries): Add argument `list-only'.
14149 Put the buffer in diary-mode. Don't add \^M at beg and end.
14150 Replace \^M by invisible overlays.
14151 (diary-unhide-everything): Replace \^M by invisible overlays.
14152 (print-diary-entries): Look for overlays rather than \^M.
14153 Add a space to the temp buffer name.
14154 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14155 Put the buffer in diary-mode.
14156 (list-sexp-diary-entries): Replace \^M by invisible overlays.
14157 (diary-anniversary): Make the year arg optional.
14158 (diary-time-regexp): New const.
14159 (diary-font-lock-keywords): Use it to accept a few more time formats.
14160
14161 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14162
14163 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
14164
14165 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14166 Fix bug introduced 2005-07-03: Use (car (last ...))
14167 to faithfully reproduce replaced artist-last.
14168 (artist-set-arrow-points-for-poly): Likewise.
14169 Suggested by Johan Bockg\e,Ae\e(Brd.
14170
14171 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
14172
14173 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14174 * wid-edit.el (widget):
14175 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14176 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14177
14178 2005-10-06 Kenichi Handa <handa@m17n.org>
14179
14180 * international/mule-cmds.el (set-language-environment):
14181 Fix setting up of case-table for unibyte mode.
14182
14183 * simple.el (what-cursor-position): If the character is displayed
14184 by some `display' text property, show that. Don't use
14185 single-key-description for eight-bit characters in multibyte mode.
14186
14187 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
14188
14189 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14190 (gdb-ann3): Set it.
14191 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14192 (gdb-info-frames-custom): Use inverse-video for first five
14193 characters of selected frame only.
14194 (gdb-get-frame-number): Select frame even when point is on frame
14195 number.
14196
14197 2005-10-06 Masatake YAMATO <jet@gyve.org>
14198
14199 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14200 Put `font-lock-function-name-face'.
14201 (gdb-info-frames-custom): Put `font-lock-function-name-face'
14202 and `font-lock-variable-name-face'
14203 (gdb-registers-font-lock-keywords): New font lock keywords definition.
14204 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14205 (gdb-memory-font-lock-keywords): New font lock keywords definition.
14206 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14207 (gdb-local-font-lock-keywords): New font lock keywords definition.
14208 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14209 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14210 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14211
14212 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
14213
14214 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14215 (ediff-merge-region-is-non-clash-to-skip): Previously called
14216 ediff-merge-region-is-non-clash.
14217
14218 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14219 Use insert-buffer-substring.
14220
14221 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14222 selecting files to patch. Also bug fixes.
14223
14224 * ediff-util.el (ediff-setup): Bug fix.
14225 (ediff-next-difference): Never skip clashes that differ in white
14226 space only.
14227
14228 * ediff-wind.el (ediff-setup-control-frame)
14229 (ediff-destroy-control-frame): Check the menubar feature.
14230
14231 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14232 (viper-refresh-mode-line): Use make-local-variable to localize
14233 some vars instead of make-variable-buffer-local. Suggested by
14234 Stefan Monnier.
14235
14236 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14237 (viper-restore-cursor-type, viper-set-insert-cursor-type):
14238 Use make-local-variable instead of make-variable-buffer-local.
14239 Suggested by Stefan Monnier.
14240
14241 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14242 (viper-comint-mode-hook): Use make-local-variable on
14243 require-final-newline.
14244 (viper-non-hook-settings): Don't use make-variable-buffer-local.
14245
14246 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14249 also the second char of a comment-start sequence.
14250 (scheme-sexp-comment-syntax-table): New var.
14251 (lambda, define): Set their scheme-doc-string-elt property.
14252 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14253 Use lisp-font-lock-syntactic-face-function now that it properly
14254 handles |...| symbols.
14255 (scheme-mode-variables): Set lisp-doc-string-elt-property,
14256 parse-sexp-lookup-properties and font-lock-extra-managed-props.
14257
14258 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14259 bit from # to |.
14260 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14261
14262 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14263 (lisp-doc-string-elt-property): New var.
14264 (lisp-font-lock-syntactic-face-function): Use it.
14265 Rewrite to recognize docstrings even for forms not at toplevel.
14266
14267 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14268 annotation on the | part of #| rather than on the # part.
14269 (scheme-font-lock-syntactic-face-function): New function, to
14270 distinguish strings from |...| symbols.
14271 (scheme-mode-variables): Use it. Also fix up the font-lock-time
14272 syntax-table so that #|...|# is properly highlighted.
14273
14274 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14275 Don't mark as docstring the 3rd elem of an unknown toplevel form.
14276
14277 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14278
14279 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14280 and C-e.
14281
14282 * emacs-lisp/eldoc.el: Move comments into docstrings.
14283 (eldoc-message-commands): Initialize in its declaration.
14284 Add move-beginning-of-line and move-end-of-line.
14285 (eldoc-add-command, eldoc-add-command-completions)
14286 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14287
14288 * outline.el (outline-mark-subtree): Activate the mark.
14289
14290 * calendar/appt.el (appt-time-regexp): New var.
14291 (appt-add, appt-make-list): Use it.
14292 (appt-convert-time): Clean up.
14293
14294 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14295 Don't set any syntax-table property here.
14296 (tex-font-lock-verb): New function. Do it here.
14297 (tex-font-lock-syntactic-keywords): Use it.
14298
14299 2005-10-04 Richard M. Stallman <rms@gnu.org>
14300
14301 * wid-edit.el (widget-file-complete): Get the widget start point
14302 the right way. Default directory to `/' if file has none.
14303
14304 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14305
14306 * textmodes/flyspell.el (flyspell-mode-on):
14307 Call ispell-maybe-find-aspell-dictionaries.
14308
14309 * textmodes/ispell.el (ispell-word, ispell-region):
14310 Call ispell-maybe-find-aspell-dictionaries.
14311 (ispell-accept-buffer-local-defs):
14312 Don't call ispell-maybe-find-aspell-dictionaries
14313
14314 2005-10-04 Richard M. Stallman <rms@gnu.org>
14315
14316 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14317
14318 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
14319
14320 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14321 instead of `fboundp' in order to allow for anonymous functions.
14322
14323 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
14324
14325 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14326 case the user clicks on the link while another window is selected.
14327 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14328
14329 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14330 functionality.
14331 (dframe-help-echo): Save point in case mouse tracking is off.
14332
14333 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
14334
14335 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14336
14337 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14338
14339 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14340 not change the global value of those vars.
14341
14342 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14343 make-local-variable which we do not need any more.
14344
14345 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14346
14347 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14348 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14349 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14350 (speedbar-path-line): Define obsolete aliases.
14351 (speedbar-line-directory): Doc fix.
14352
14353 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14354 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14355 instead of speedbar-line-path.
14356
14357 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14358
14359 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14360 to nil if dropping on a window. Handle dropping on a minibuffer window
14361 like dropping on a non-window part of Emacs.
14362
14363 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14364
14365 * net/ange-ftp.el: Use with-current-buffer.
14366 (ange-ftp-insert-directory): Do not follow symlinks any more.
14367
14368 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14369 Remove interactive spec.
14370
14371 2005-10-03 Kim F. Storm <storm@cua.dk>
14372
14373 * ido.el (ido-mode): Use custom-initialize-set.
14374
14375 2005-10-02 Richard M. Stallman <rms@gnu.org>
14376
14377 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14378 Use insert-buffer-substring.
14379
14380 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14381 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14382
14383 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14384
14385 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14386 in last change.
14387 (ange-ftp-insert-directory): Fix up the search for the case where
14388 `file' is absolute.
14389
14390 2005-10-02 Romain Francoise <romain@orebokech.com>
14391
14392 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14393
14394 2005-10-02 Andreas Schwab <schwab@suse.de>
14395
14396 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14397 directory component in the session info.
14398
14399 2005-10-01 Richard M. Stallman <rms@gnu.org>
14400
14401 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14402
14403 * simple.el (next-error-internal): New function.
14404
14405 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14406 (compilation-start): Pass new arg to compilation-buffer-name.
14407 (compile-goto-error): Use next-error-internal.
14408
14409 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14410
14411 * speedbar.el: Remove RCS tag.
14412 (speedbar-check-read-only): Handle non-existent files.
14413
14414 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14415
14416 * info.el (Info-speedbar-hierarchy-buttons)
14417 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14418
14419 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14420
14421 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14422 Do not match newline.
14423 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14424 (bibtex-summary): Remove unnecessary save-excursion.
14425 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14426
14427 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14428
14429 * term/mac-win.el: Add charset info for "iso10646-1".
14430 Modify default fontset to use ATSUI-compatible fonts for some charsets
14431 if available.
14432
14433 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14434
14435 * speedbar.el: Re-apply arch tag.
14436 (speedbar-version): Rename to version 1.0. Suggested by Eric
14437 M. Ludlam.
14438 Reapply two changes from Emacs CVS' version of speedbar lost
14439 during the merge:
14440 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14441 (speedbar-frame-parameters): Improve customize type.
14442
14443 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14444
14445 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14446 (ange-ftp-file-directory-p): Fix the symlink case.
14447 (ange-ftp-insert-directory): When listing a single file, get a list of
14448 the parent buffer and extract the relevant line. Inspired from a patch
14449 by Katsumi Yamaoka <yamaoka@jpl.org>.
14450 (ange-ftp-file-name-sans-versions): Simplify.
14451
14452 2005-09-30 Bill Wohler <wohler@newt.com>
14453
14454 Move MH-E image files from toolbar and mail directories into
14455 etc/images.
14456
14457 * mail/reply2.*: Move to etc/images/mail/reply*.
14458
14459 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14460 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14461 etc/images.
14462
14463 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14464 * toolbar/reply*: Move to etc/images/mail.
14465
14466 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14467
14468 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14469
14470 * speedbar.el: New version 1.0pre3.
14471
14472 Frame management code (including timer, and mouse click specifics)
14473 moved to dframe.el:
14474 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14475 (speedbar-timer): Removed. Use dframe-timer.
14476 (speedbar-close-frame): Removed. Use dframe-close-frame.
14477 (speedbar-activity-change-focus-flag): Removed. Use
14478 dframe-activity-change-focus-flag.
14479 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14480 dframe-update-speed.
14481
14482 (speedbar-current-frame): New macro. Use this instead of the
14483 variable speedbar-frame.
14484
14485 (speedbar-use-images, speedbar-expand-image-button-alist)
14486 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14487
14488 (speedbar-find-image-on-load-path): Removed. Replaced by
14489 defezimage in ezimage.el.
14490 (speedbar-expand-image-button-alist): Removed. Replaced by
14491 ezimage-expand-image-button-alist in ezimage.el.
14492
14493 (speedbar-ignored-directory-regexp)
14494 (speedbar-add-ignored-directory-regexp)
14495 (speedbar-ignored-directory-expressions)
14496 (speedbar-line-directory, speedbar-buffers-line-directory)
14497 (speedbar-directory-line, speedbar-buffers-line-directory):
14498 Renamed, replacing `path' with `directory'.
14499
14500 (speedbar-create-directory, speedbar-expand-line-descendants)
14501 (speedbar-toggle-line-expansion)
14502 (speedbar-contract-line-descendants): New commands.
14503
14504 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14505 (speedbar-use-tool-tips-flag): New options.
14506
14507 (speedbar-check-read-only, speedbar-require-version)
14508 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14509 (speedbar-handle-delete-frame, speedbar-try-completion)
14510 (speedbar-update-localized-contents): New functions.
14511
14512 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14513 (speedbar-object-read-only-indicator): New variables.
14514
14515 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14516 New hooks.
14517
14518 (speedbar-separator-face): New face.
14519
14520 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14521 (speedbar-ignored-modes): Add fundamental-mode.
14522 (speedbar-directory-unshown-regexp): Add . directories.
14523
14524 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14525 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14526 `]' for full expand/close.
14527 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14528
14529 (speedbar-check-vc): Support hidden files.
14530 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14531 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14532 state is nil, it is not checked out.
14533
14534 (speedbar-line-text, speedbar-line-token): Support expand buttons
14535 with no text.
14536 (speedbar-refresh): Universal argument acts as power-click.
14537 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14538 that buffer to get variable values.
14539
14540 And many other bugfixes.
14541
14542 * dframe.el, ezimage.el, sb-image.el: New files.
14543
14544 * sb-*.xpm: Remove files. New image files installed into
14545 etc/images/ezimage.
14546
14547 2005-09-30 Kenichi Handa <handa@m17n.org>
14548
14549 * ps-mule.el (ps-mule-show-warning): If a character is in
14550 ps-print-translation-table, don't treat it as non-printable.
14551
14552 2005-09-30 David Ponce <david@dponce.com>
14553
14554 * tree-widget.el (tree-widget-themes-load-path): New variable.
14555 (tree-widget-themes-directory): Doc fix.
14556 (tree-widget-image-formats) [Emacs]: Doc fix.
14557 (tree-widget--locate-sub-directory): New function.
14558 (tree-widget-themes-directory): Use it.
14559
14560 * recentf.el (recentf-filename-handlers): Rename from
14561 `recentf-filename-handler'. Allow a list of functions.
14562 (recentf-menu-items-for-commands): Fix :help strings.
14563 (recentf-apply-filename-handlers): New function.
14564 (recentf-expand-file-name): Use it.
14565 (recentf-cleanup): Remove duplicates too.
14566
14567 2005-09-29 Juri Linkov <juri@jurta.org>
14568
14569 * faces.el: Rearrange face definitions to be in the same order as
14570 their face descriptions in "(emacs)Standard Faces".
14571
14572 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14573
14574 * tooltip.el (tooltip): Add group `basic-faces'.
14575
14576 * buff-menu.el (Buffer-menu-buffer): Remove group
14577 `font-lock-highlighting-faces'.
14578
14579 * progmodes/compile.el (compilation-error, compilation-warning)
14580 (compilation-info, compilation-line-number, compilation-column-number):
14581 Change group from `font-lock-highlighting-faces' to `compilation'.
14582
14583 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14584 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14585 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14586 (vhdl-font-lock-reserved-words-face)
14587 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14588 `font-lock-highlighting-faces'.
14589
14590 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14591
14592 2005-09-28 Kim F. Storm <storm@cua.dk>
14593
14594 * emulation/cua-base.el: Set CUA move property on additional commands:
14595 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14596 forward-sexp, backward-sexp, forward-list, backward-list.
14597
14598 2005-09-28 Romain Francoise <romain@orebokech.com>
14599
14600 * comint.el (comint-show-output): Really set point at the
14601 beginning of the output when not using `comint-use-prompt-regexp'.
14602
14603 2005-09-27 Jay Belanger <belanger@truman.edu>
14604
14605 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14606 in TeX mode.
14607
14608 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14609
14610 * textmodes/org.el (org-table-sum): Fix format string.
14611
14612 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14613 Quote face names.
14614
14615 2005-09-26 Romain Francoise <romain@orebokech.com>
14616
14617 * isearch.el (isearch-forward-regexp): Close doc string.
14618
14619 2005-09-25 Richard M. Stallman <rms@gnu.org>
14620
14621 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14622
14623 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14624
14625 * progmodes/compile.el (compilation-error-properties):
14626 When getting the file from the previous error message,
14627 correctly decode the new data format.
14628
14629 * progmodes/cc-cmds.el (c-electric-paren):
14630 Call old-blink-paren only for close-paren.
14631
14632 2005-09-24 Andreas Schwab <schwab@suse.de>
14633
14634 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14635 condition.
14636
14637 2005-09-25 Romain Francoise <romain@orebokech.com>
14638
14639 * dired-aux.el (dired-copy-file-recursive):
14640 * dired.el (dired-delete-file):
14641 * ediff-mult.el (ediff-dir-diff-copy-file):
14642 * ediff-util.el (ediff-test-save-region):
14643 * forms.el (forms-mode):
14644 * ido.el (ido-file-internal, ido-delete-file-at-head):
14645 * log-edit.el (log-edit-done):
14646 * ses.el (ses-yank-resize):
14647 * play/gomoku.el (gomoku-human-plays, gomoku)
14648 (gomoku-human-resigns, gomoku-prompt-for-other-game)
14649 (gomoku-offer-a-draw):
14650 * play/landmark.el (lm-human-resigns, lm):
14651 * net/eudcb-ldap.el (eudc-ldap-check-base):
14652 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14653 * progmodes/ebrowse.el (ebrowse-find-pattern):
14654 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14655 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14656 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14657
14658 * vc.el (vc-delete-file):
14659 * play/gomoku.el (gomoku-terminate-game, gomoku)
14660 (gomoku-prompt-for-move, gomoku-human-takes-back):
14661 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14662 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14663
14664 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14665
14666 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14667 color rxvt terminals by using the code xterm.el used to use before
14668 2005-04-09 in order to match the colors used by rxvt.
14669
14670 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14671
14672 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14673 colors rxvt-unicode terminals by using the same code as xterm.el.
14674
14675 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14676
14677 * textmodes/tex-mode.el (tex-font-lock-append-prop)
14678 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14679 new symbol used for the tex-verbatim face.
14680
14681 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14682
14683 * woman.el (woman-file-name):
14684 * wid-edit.el (widget-file-prompt-value)
14685 (widget-coding-system-prompt-value):
14686 * w32-fns.el (set-w32-system-coding-system):
14687 * vc.el (vc-version-diff, vc-annotate):
14688 * textmodes/reftex-auc.el (reftex-arg-cite)
14689 (reftex-arg-index-tag):
14690 * textmodes/refer.el (refer-get-bib-files):
14691 * textmodes/artist.el (artist-figlet-choose-font):
14692 * terminal.el (terminal-emulator):
14693 * replace.el (occur-read-primary-args):
14694 * rect.el (string-rectangle, string-insert-rectangle):
14695 * ps-print.el (ps-print-preprint):
14696 * progmodes/pascal.el (pascal-goto-defun):
14697 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14698 * progmodes/compile.el (compilation-find-file):
14699 * printing.el (pr-interactive-n-up):
14700 * play/animate.el (animate-birthday-present):
14701 * net/rcompile.el (remote-compile):
14702 * man.el (man, Man-goto-section, Man-follow-manual-reference):
14703 * mail/rmailsum.el (rmail-summary-search-backward)
14704 (rmail-summary-search):
14705 * mail/rmailout.el (rmail-output-read-rmail-file-name)
14706 (rmail-output-read-file-name):
14707 * mail/rmail.el (rmail-search, rmail-search-backwards):
14708 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14709 * locate.el (locate):
14710 * international/quail.el (quail-show-keyboard-layout):
14711 * international/mule.el (set-buffer-file-coding-system)
14712 (revert-buffer-with-coding-system, set-file-name-coding-system)
14713 (set-terminal-coding-system, set-keyboard-coding-system)
14714 (set-next-selection-coding-system):
14715 * international/mule-diag.el (describe-coding-system)
14716 (describe-font, describe-fontset):
14717 * international/mule-cmds.el (universal-coding-system-argument)
14718 (search-unencodable-char, describe-input-method)
14719 (set-language-environment, describe-language-environment):
14720 * international/codepage.el (codepage-setup):
14721 * international/code-pages.el (codepage-setup):
14722 * info.el (Info-search, Info-follow-reference)
14723 (Info-search-backward):
14724 * emacs-lisp/advice.el (ad-read-advised-function)
14725 (ad-read-advice-class, ad-clear-cache, ad-activate)
14726 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14727 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14728 (ad-read-regexp):
14729 * ediff-util.el (ediff-toggle-regexp-match):
14730 * ediff-ptch.el (ediff-prompt-for-patch-file):
14731 * dired-aux.el (dired-diff):
14732 * diff.el (diff):
14733 * cus-edit.el (custom-variable-prompt):
14734 * calendar/timeclock.el (timeclock-ask-for-project):
14735 * calc/calcalg3.el (calc-get-fit-variables):
14736 * calc/calc-store.el (calc-edit-variable)
14737 (calc-permanent-variable):
14738 * vc-mcvs.el (vc-mcvs-register):
14739 * shadowfile.el (shadow-define-literal-group):
14740 * woman.el (woman-file-name):
14741 * vc.el (vc-version-diff, vc-merge):
14742 * textmodes/reftex-index.el (reftex-index-complete-tag):
14743 * format.el (format-decode-buffer, format-decode-region):
14744 * emulation/viper-cmd.el (viper-read-string-with-history):
14745 * emacs-lisp/debug.el (cancel-debug-on-entry):
14746 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14747 * ediff.el (ediff-merge-revisions)
14748 (ediff-merge-revisions-with-ancestor, ediff-revision):
14749 * completion.el (interactive-completion-string-reader):
14750 * calc/calc-prog.el (calc-user-define-formula):
14751 Follow convention for reading with the minibuffer.
14752
14753 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14754
14755 * progmodes/python.el (python-describe-symbol): Add globals() and
14756 locals() to the arguments of emacs.ehelp.
14757
14758 2005-09-24 Magnus Henoch <mange@freemail.hu>
14759
14760 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14761 New function, code extracted from ispell-valid-dictionary-list.
14762 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14763 Call it.
14764
14765 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14766
14767 * subr.el (version-regexp-alist): Extend valid syntax for version
14768 strings: allow any of the characters -,_,+ to separate the
14769 alpha/beta/rc part from the version part. Doc fix.
14770 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14771
14772 2005-09-23 David Reitter <david.reitter@gmail.com>
14773
14774 * mail/mailclient.el: New file.
14775
14776 2005-09-23 Richard M. Stallman <rms@gnu.org>
14777
14778 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14779 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14780 Doc fixes.
14781
14782 * progmodes/cc-mode.el (c-font-lock-init):
14783 Specify font-lock-lines-before.
14784
14785 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14786
14787 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14788 whole conflict.
14789
14790 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14791
14792 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14793 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14794 of `remap' feature when available. Additional key bindings for
14795 better tty support.
14796 (org-mode-restart, org-force-self-insert): New commands.
14797 (org-time-stamp-inactive): New command.
14798 (org-remap): New function.
14799 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14800 (org-enable-fixed-width-editor): Move to `org-structure'
14801 customization group.
14802 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14803 blank field after field motion commands.
14804
14805 2005-09-23 Kenichi Handa <handa@m17n.org>
14806
14807 * international/mule-cmds.el (set-language-environment):
14808 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14809 have to call utf-translate-cjk-load-tables.
14810
14811 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * mouse.el (mouse-move-drag-overlay): Fix last change.
14814
14815 2005-09-22 David Ponce <david@dponce.com>
14816
14817 * tree-widget.el (tree-widget-value-create): Fix previous change.
14818
14819 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14820
14821 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14822
14823 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14824
14825 * mouse.el (mouse-move-drag-overlay): New function.
14826 (mouse-drag-region-1): Use it.
14827 Try to simplify a bit the state handling. Handle clicks on links
14828 inside intangible areas.
14829 (mouse-save-then-kill): Minor simplification.
14830 (mouse-secondary-overlay): Make it always non-nil instead of
14831 recreating it each time.
14832 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14833 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14834 Simplify accordingly.
14835
14836 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14837
14838 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14839
14840 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14841
14842 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14843 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14844 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14845 to patch.
14846
14847 * ediff-util.el: Use insert-buffer-substring.
14848
14849 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14850
14851 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14852 field boundaries in the minibuffer.
14853 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14854 (viper-minibuffer-post-command-hook): New hook.
14855 (viper-line): Don't move cursor at bolp.
14856
14857 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14858
14859 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14860 avoid compiler warnings.
14861
14862 * emulation/viper-macs.el (ex-map): Better messages.
14863
14864 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14865
14866 * emulation/viper.el: Replace make-variable-buffer-local with
14867 viper-make-variable-buffer-local everywhere, to avoid warnings.
14868
14869 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14870
14871 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14872 Delete unused var `old-selected-window'.
14873 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14874 (mouse-drag-secondary): Delete unused var `start-frame'.
14875
14876 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14877
14878 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14879
14880 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14883 Re-indent within 80 columns. Use inhibit-read-only.
14884
14885 2005-09-19 Romain Francoise <romain@orebokech.com>
14886
14887 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14888
14889 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14890
14891 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14892 unconditionally, since the after-change-function already did it.
14893
14894 2005-09-19 Miles Bader <miles@gnu.org>
14895
14896 * net/newsticker.el: Get rid of CVS keyword.
14897
14898 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14899
14900 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14901 The prompt is formatted later.
14902
14903 2005-09-19 David Ponce <david@dponce.com>
14904
14905 * tree-widget.el (tree-widget-value-create): Save the converted
14906 tree :node widget.
14907
14908 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14909
14910 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14911 variable `message'.
14912
14913 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14914
14915 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14916 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14917 <slawomir.nowaczyk.847@student.lu.se>.
14918
14919 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14920
14921 * image.el (image-load-path): Use symbol `data-directory' instead
14922 of its value, for backward compatibility with packages that bind
14923 it during `find-image'. Suggested by Katsumi Yamaoka.
14924 (image-search-load-path): Handle symbols whose values are strings.
14925
14926 2005-09-18 Romain Francoise <romain@orebokech.com>
14927
14928 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14929 with-current-buffer form in save-excursion.
14930
14931 2005-09-18 Deepak Goel <deego@gnufans.org>
14932
14933 * apropos.el (apropos-command): Fix `message' call: first arg
14934 should be a format spec. In this and all other cases that appear
14935 below and elsewhere in the source code, I made a change only when
14936 two conditions were satisfied: [1] I can think of a possibility
14937 that the arguments would cause an error, for example, the code in
14938 question relies on external variables such as filenames. [2] I
14939 was sure that the arg to `message' could not have been nil in the code.
14940
14941 * textmodes/tildify.el (tildify-region): Ditto.
14942
14943 * textmodes/reftex-index.el (reftex-index-change-entry)
14944 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14945 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14946 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14947 (org-priority, org-table-sum):
14948 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14949 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14950 (flyspell-word, flyspell-display-next-corrections):
14951 * textmodes/bibtex.el (bibtex-print-help-message):
14952 * textmodes/artist.el (artist-key-set-point-poly):
14953 * term/mac-win.el (mac-services-insert-text):
14954 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14955 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14956 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14957 (vhdl-compose-configuration):
14958 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14959 (sh-set-indent, sh-learn-line-indent):
14960 * progmodes/ps-mode.el (ps-mode-target-column):
14961 * progmodes/idlwave.el (idlwave-make-tags)
14962 (idlwave-scan-library-catalogs):
14963 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14964 * progmodes/gud.el (gud-jdb-analyze-source):
14965 * progmodes/flymake.el (flymake-log):
14966 * progmodes/ebnf2ps.el (ebnf-generate-region):
14967 * progmodes/cmacexp.el (c-macro-expansion):
14968 * progmodes/ada-xref.el (ada-treat-cmd-string):
14969 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14970 (ada-justified-indent-current, ada-batch-reformat):
14971 * play/zone.el (zone):
14972 * play/landmark.el (lm-move):
14973 * play/decipher.el (decipher-show-alphabet):
14974 * net/newsticker.el (newsticker--display-jump)
14975 (newsticker--display-scroll):
14976 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14977 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14978 * mail/feedmail.el (feedmail-dump-message-to-queue):
14979 * eshell/esh-proc.el (eshell-remove-process-entry):
14980 * emulation/ws-mode.el (ws-last-error):
14981 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14982 (viper-record-kbd-macro):
14983 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14984 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14985 * emacs-lisp/find-func.el (find-function-noselect):
14986 * calendar/timeclock.el (timeclock-status-string)
14987 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14988 (timeclock-when-to-leave-string):
14989 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14990 * calc/calc-units.el (calc-enter-units-table):
14991 * calc/calc-mode.el (calc-mode-record-mode):
14992 * woman.el (woman-mini-help):
14993 * wdired.el (wdired-change-to-wdired-mode):
14994 * vc.el (vc-retrieve-snapshot):
14995 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14996 * startup.el (display-startup-echo-area-message):
14997 * simple.el (set-goal-column):
14998 * ses.el (ses-command-hook, ses-recalculate-cell):
14999 * server.el (server-process-filter):
15000 * printing.el (pr-interface-txt-print, pr-interface-printify)
15001 (pr-interface-ps):
15002 * pcvs.el (cvs-help):
15003 * log-edit.el (log-edit, log-edit-mode-help):
15004 * iswitchb.el (iswitchb-possible-new-buffer):
15005 * isearch.el (isearch-edit-string):
15006 * image-mode.el (image-mode, image-minor-mode):
15007 * ibuf-macs.el (define-ibuffer-filter):
15008 * hi-lock.el (hi-lock-find-patterns):
15009 * files.el (toggle-read-only):
15010 * ediff-util.el (ediff-copy-diff)
15011 (ediff-write-merge-buffer-and-maybe-kill):
15012 * echistory.el (Electric-history-undefined):
15013 * dnd.el (dnd-insert-text):
15014 * dired-aux.el (dired-query):
15015 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15016 * bookmark.el (bookmark-bmenu-locate):
15017 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15018 Fix `message' calls to ensure first arg is a format string.
15019 The change was made only when these two conditions were satisfied:
15020 [1] when there is a possibility that the arguments would cause an error
15021 for example, if the code in question relies on external variables
15022 such as filenames, and
15023 [2] if the arg to `message' could not have been nil in the code.
15024
15025 * pcomplete.el (pcomplete--help): Fix `message' format spec.
15026 Not having a %s would be weird, though not technically wrong.
15027
15028 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15029
15030 * term/mac-win.el (mac-add-charset-info): Doc fix.
15031
15032 2005-09-17 Romain Francoise <romain@orebokech.com>
15033
15034 * shell.el (shell-resync-dirs): Handle echoing processes more
15035 reliably. Don't insert resync command if `comint-process-echoes'
15036 is non-nil.
15037
15038 2005-09-17 Magnus Henoch <mange@freemail.hu>
15039
15040 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15041 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15042 aspell versions >= 0.60.
15043 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15044 only if ispell-aspell-supports-utf8 is non-nil.
15045
15046 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15047
15048 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15049 buffer-local value to lisp-indent-function.
15050
15051 2005-09-17 Milan Zamazal <pdm@zamazal.org>
15052
15053 * progmodes/glasses.el (glasses-make-readable): If
15054 glasses-separator differs from underscore, put appropriate
15055 overlays over underscore characters.
15056 (glasses-convert-to-unreadable): If glasses-separator differs from
15057 underscore, try to convert glasses-separator characters to
15058 underscores.
15059
15060 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15061
15062 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15063 Use with-syntax-table and dolist.
15064
15065 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
15066
15067 * textmodes/reftex-auc.el:
15068 * textmodes/reftex-cite.el:
15069 * textmodes/reftex-dcr.el:
15070 * textmodes/reftex-global.el:
15071 * textmodes/reftex-parse.el:
15072 * textmodes/reftex-ref.el:
15073 * textmodes/reftex-sel.el:
15074 * textmodes/reftex-toc.el:
15075 * textmodes/reftex-vars.el:
15076 * textmodes/reftex.el: Small changes to remove compiler warnings.
15077
15078 * textmodes/reftex-index.el: Likewise.
15079 (reftex-query-index-phrase): More efficient use of markers.
15080
15081 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15082
15083 * image.el (image-load-path): New variable.
15084 (image-search-load-path): New function.
15085 (find-image): Search for images in `image-load-path'.
15086
15087 2005-09-15 Richard M. Stallman <rms@gnu.org>
15088
15089 * follow.el: Change Maintainer field.
15090
15091 2005-09-15 David Ponce <david@dponce.com>
15092
15093 * recentf.el (recentf-save-file-modes): New option.
15094 (recentf-save-list): Use it.
15095
15096 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
15097
15098 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15099 (mode-line-mule-info, mode-line-modified): Move bindings from
15100 mouse-3 to mouse-1.
15101
15102 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15103
15104 * simple.el (sendmail-user-agent-compose): Revert last change.
15105
15106 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15107
15108 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15109 Use with-current-buffer.
15110 (ange-ftp-gwp-start): Remove unused var `gw-user'.
15111 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15112 (ange-ftp-insert-directory): Remove unused var `short'.
15113 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15114
15115 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15116 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15117
15118 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15119 (check-calendar-holidays, diary-list-entries): Autoload.
15120 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15121 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15122
15123 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15124 which mistakenly removed a call to display-buffer.
15125
15126 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
15127
15128 * obsolete/iso-insert.el: Move to obsolete/ from international/.
15129
15130 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
15131
15132 * progmodes/hideshow.el
15133 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15134 (hs-allow-nesting): New user var.
15135 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15136 (hs-hide-block-at-point): When nesting allowed,
15137 if there is already an overlay in place, delete it.
15138 (hs-safety-is-job-n): Delete func; remove call sites.
15139 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15140 (hs-overlay-at): New func.
15141 (hs-already-hidden-p, hs-show-block): Use it.
15142 (hs-hide-all): Don't pre-clean if nesting allowed.
15143 (hs-show-all): Temporarily disallow
15144 nesting around call to `hs-discard-overlays'.
15145
15146 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
15147
15148 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15149 Delete unused local var.
15150
15151 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
15152
15153 * help-fns.el (describe-categories): "?\ " -> "?\s".
15154 (help-do-arg-highlight): Recognize also ARG-n, as in
15155 `move-to-left-margin' (ARG+n is already recognized). Simplify.
15156
15157 * international/codepage.el (dos-unsupported-char-glyph):
15158 * net/newsticker.el (tool-bar-map, w3-mode-map)
15159 (w3m-minor-mode-map):
15160 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15161 (ent-alist):
15162 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15163
15164 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
15165
15166 * custom.el (custom-push-theme): Handle the case where a symbol is
15167 bound but face properties have not yet been assigned.
15168
15169 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15170 Fix behavior if noerase is `t' and there is no mail buffer.
15171
15172 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15173 if `continue' is nil, rather than signal an error.
15174
15175 2005-09-12 Richard M. Stallman <rms@gnu.org>
15176
15177 * font-lock.el (font-lock-keywords): Add autoload.
15178
15179 * help-fns.el (describe-variable): Rearrange to put source link
15180 in a predictable place.
15181
15182 * net/newsticker.el: New file.
15183
15184 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15185
15186 * calendar/calendar.el (calendar-for-loop): Add edebug info.
15187 (calendar-basic-setup): Use the new nil arg.
15188 (number-of-diary-entries): Move to diary-lib.el.
15189
15190 * calendar/diary-lib.el: Use with-current-buffer, match-string.
15191 (diary-list-entries): Use with-syntax-table and dolist.
15192 Rename from list-diary-entries.
15193 Use number-of-diary-entries if `number' is nil.
15194 (diary, diary-view-entries): Use this new name and new nil arg value.
15195 (number-of-diary-entries): Move from calendar.el.
15196 (diary-unhide-everything): New function.
15197 (include-other-diary-files, fancy-diary-display)
15198 (diary-show-all-entries, make-diary-entry): Use it.
15199 (diary-mail-entries): Use buffer-string.
15200 (mark-diary-entries): Fix long standing paren typo.
15201 (diary-sexp-entry): Use count-lines.
15202 (make-diary-entry): Avoid `previous-line'.
15203 (diary-mode-map): New var.
15204 (diary-mode): Redraw cal after saving. Setup header-line.
15205 (fancy-diary-display-mode): Use local-set-key.
15206
15207 * startup.el (command-line): Try calling various terminal-init-foo-bar
15208 functions by stripping hyphenated suffixes from $TERM.
15209
15210 * files.el (normal-mode): Check boundness of font-lock-keywords.
15211
15212 2005-09-12 Richard M. Stallman <rms@gnu.org>
15213
15214 * progmodes/compile.el: Don't decide a file's directory
15215 until the user actually tries to go there.
15216 (compilation-next-error-function):
15217 Pass compilation-find-file the directory from the file-struct.
15218 (compilation-internal-error-properties): Separate local FILE-STRUCT
15219 from FILE. Doc the args better. Rename arg FMT to FMTS.
15220 (compilation-find-file): Arg DIR renamed to DIRECTORY.
15221 Expand it, and if nil, use default-directory.
15222 (compilation-get-file-structure): Don't mix specified directory
15223 with default directory. Put specified directory into
15224 file-struct. Don't make the file name absolute.
15225
15226 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15227 (compile-command): Add autoload.
15228 (compilation-disable-input): Add autoload.
15229
15230 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
15231
15232 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15233 strings of the variables it can override.
15234 (time-stamp): New (as yet undocumented) time-stamp-format escapes
15235 %Q and %q, for fully-qualified domain name and unqualified host name.
15236
15237 2005-09-11 Kim F. Storm <storm@cua.dk>
15238
15239 * emacs-lisp/authors.el (authors-aliases): Update list.
15240 (authors-fixed-entries): Update mldrag.el entry.
15241
15242 2005-09-10 Alan Mackenzie <acm@muc.de>
15243
15244 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15245 from the region narrowed to.
15246
15247 2005-09-10 Magnus Henoch <mange@freemail.hu>
15248
15249 * textmodes/ispell.el (ispell-check-version): Signal an error if
15250 aspell version is less than 0.60.
15251
15252 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
15253
15254 * progmodes/octave-inf.el (inferior-octave-startup):
15255 Resync current dir at the end.
15256
15257 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
15258
15259 * woman.el (woman-topic-at-point-default):
15260 Rename to woman-use-topic-at-point-default.
15261 (woman-topic-at-point): Rename to woman-use-topic-at-point.
15262 (woman-file-name): Reflect renames above. Automatically use the
15263 word at point as topic if woman-use-topic-at-point is non-nil.
15264 Otherwise offer it as default but don't insert it in the
15265 minibuffer. Also use `test-completion' instead of `assoc' as
15266 suggested by Stefan Monnier.
15267
15268 2005-09-10 Andre Spiegel <spiegel@gnu.org>
15269
15270 * vc.el (vc-directory, vc-update-change-log): Throw an error on
15271 the attempt to do it over Tramp. This is not yet supported.
15272
15273 2005-09-10 Eli Zaretskii <eliz@gnu.org>
15274
15275 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15276 (menu-bar-non-minibuffer-window-p): New functions.
15277 ("Split Window", "Save As..."): Use them.
15278 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15279 ("Print Buffer", "Truncate Long Lines in this Buffer"):
15280 Use menu-bar-menu-frame-live-and-visible-p.
15281 ("Save Buffer", "Insert File", "Open Directory...")
15282 ("Open File...", "Visit New File..."):
15283 Use menu-bar-non-minibuffer-window-p.
15284 (kill-this-buffer-enabled-p, dired <menu-enable>):
15285 Use menu-bar-non-minibuffer-window-p.
15286
15287 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15288
15289 * cus-start.el (all): Don't complain about fringe-related
15290 built-ins if fringes are not supported. Ditto about
15291 selection-related built-ins. Fix the test for GTK-related built-ins.
15292
15293 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15294 ("Postscript Print Buffer", "Print Region", "Save As...")
15295 ("Save", "Insert File...", "Open Directory...")
15296 ("Open File...", "Visit New File..."")
15297 ("Truncate Long Lines in this Buffer"): Don't look at
15298 menu-updating-frame if this display does not support multiple frames.
15299
15300 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15301
15302 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15303
15304 2005-09-09 Emilio Lopes <eclig@gmx.net>
15305
15306 * woman.el: Format- and whitespace-related changes.
15307
15308 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15309
15310 * woman.el: Fix my email address.
15311
15312 2005-09-08 Richard M. Stallman <rms@gnu.org>
15313
15314 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15315 (sh-mode): Locally set skeleton-pair-default-alist.
15316
15317 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15318
15319 * progmodes/flymake.el: Require `compile' unconditionally.
15320
15321 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15322
15323 * woman.el (woman-file-name): Provide a default, not initial input.
15324
15325 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15326
15327 * font-lock.el (font-lock-support-mode): Doc fix.
15328
15329 * descr-text.el (describe-property-list): Handle non-symbol prop names.
15330
15331 2005-09-08 Richard M. Stallman <rms@gnu.org>
15332
15333 * simple.el (blink-matching-open): Get rid of text props from
15334 the string shown in echo area. Don't permanently set point.
15335 Some rearrangements.
15336
15337 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15338
15339 * recentf.el (recentf-filename-handler): Add custom choice
15340 `abbreviate-file-name'.
15341
15342 * msb.el (msb--very-many-menus): Fix typo.
15343
15344 * disp-table.el (standard-display-european): Don't set
15345 enable-multibyte-characters to nil.
15346
15347 2005-09-08 David Ponce <david@dponce.com>
15348
15349 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15350 (recentf-expand-file-name): Doc fix.
15351 (recentf-dialog-mode-map): Define digit shortcuts.
15352 (recentf--files-with-key): New variable.
15353 (recentf-show-digit-shortcut-filter): New function.
15354 (recentf-open-files-items): New function.
15355 (recentf-open-files): Use it.
15356 (recentf-open-file-with-key): New command.
15357
15358 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15359
15360 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15361 Suggested by Kim F. Storm.
15362 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15363 (Buffer-menu-make-sort-button): Use global keymap.
15364
15365 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15366
15367 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15368 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15369 necessary any longer with the remapped command.
15370 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15371 formatting time only.
15372
15373 * net/tramp.el (tramp-action-password)
15374 (tramp-multi-action-password): Compile the password prompt from
15375 `method', `user' and `host'. Sometimes it isn't obvious which
15376 password to enter, for example with remote files offered by
15377 recentf.el, or with multiple steps. Suggested by Robert Marshall
15378 <robert@chezmarshall.freeserve.co.uk>.
15379
15380 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15381
15382 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15383 Fix regexp for when "s///" is at the beginning of line.
15384
15385 2005-09-07 Jay Belanger <belanger@truman.edu>
15386
15387 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15388 when in matrix mode.
15389
15390 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15391
15392 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15393 non-anonymous functions.
15394
15395 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15396
15397 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15398 when using a header line. Otherwise, use mouse-1-click-follows-link.
15399
15400 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15401 can't be moved; don't signal an error.
15402
15403 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15404
15405 * cus-theme.el (custom-theme-write-faces): Save the current face
15406 spec, not the defface spec.
15407
15408 * custom.el (custom-known-themes): Clarify meaning of "standard".
15409 (custom-push-theme): Save old values in the standard theme.
15410 (disable-theme): Correct typo.
15411 (custom-face-theme-value) Deleted unused function.
15412 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15413
15414 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15415
15416 * progmodes/compile.el (compilation-goto-locus): Take into account
15417 iconified frames when determining whether the buffer is
15418 already visible.
15419 Don't reset window height if the window already existed.
15420
15421 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15422
15423 * custom.el (load-theme): Rename from require-theme.
15424 Add interactive spec.
15425 (enable-theme): Rename from custom-enable-theme.
15426 Add interactive spec.
15427 (disable-theme): Rename from custom-disable-theme.
15428 Add interactive spec.
15429 (custom-make-theme-feature): Doc fix.
15430 (custom-theme-directory): Doc fix.
15431 (provide-theme): Call enable-theme.
15432
15433 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15434
15435 * obsolete/lazy-lock.el (lazy-lock-mode):
15436 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15437 font-lock-mode if it's off. Print a warning instead.
15438
15439 * progmodes/compile.el (compilation-start): Ignore errors if the
15440 process died before we get to send-eof.
15441
15442 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15443 Undo last change. Enclosing the result in quotes broke things on Unix
15444 since tex-send-command passes it through shell-quote-argument.
15445 (tex-send-command): Pass `file' through convert-standard-filename
15446 when possible.
15447 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15448 info in a transcript.
15449
15450 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15451
15452 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15453 fix compilation warning. Reorder the key definitions to group
15454 together keys emitted by the current version of xterm.
15455
15456 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15457 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15458 Reorder predicates to correct min-color usage.
15459
15460 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15461
15462 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15463 Kill local variables when longlines-mode is turned off.
15464
15465 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15466
15467 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15468
15469 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15470
15471 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15472
15473 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15474 (font-lock-lines-before): Change default to being inactive.
15475 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15476 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15477
15478 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15479
15480 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15481 Deactivate temporarily advice if active (not needed for Emacs 22,
15482 but for backwards compatibility).
15483 (tramp-exists-file-name-handler): Rewrite. First implementation
15484 was too simple.
15485 (tramp-advice-make-auto-save-file-name):
15486 Call `tramp-handle-make-auto-save-file-name' (again, just for
15487 backwards compatibility).
15488
15489 2005-08-31 Reto Zimmermann <reto@gnu.org>
15490
15491 * progmodes/vhdl-mode.el
15492 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15493 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15494 (vhdl-set-default-project): New function (easier setting of default).
15495 (vhdl-port-copy): Handle extended identifiers for generics.
15496 (vhdl-compiler-alist): Better description for error message regexp.
15497 (vhdl-make): Query for target, use previous as default.
15498 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15499 (vhdl-font-lock-keywords-2): Fix fontification for record
15500 el. assign.
15501 (vhdl-speedbar-make-subpack-line): Add package body link.
15502 (vhdl-generate-makefile-1): Not include itself as dependency.
15503 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15504 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15505 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15506 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15507 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15508 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15509 (vhdl-import-project): Add string argument for `error'.
15510 (vhdl-compose-configuration)
15511 (vhdl-compose-configuration-architecture): Add configuration
15512 declaration generation.
15513 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15514 (vhdl-trailer-re): Add "record" keyword (better indentation).
15515 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15516 "[^ \t-\"]+".
15517 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15518 (vhdl-testbench-entity-file-name)
15519 (vhdl-testbench-architecture-file-name): Allow separate
15520 customization of testbench file names.
15521 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15522 (vhdl-get-visible-signals): Allow newline within alias declaration.
15523 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15524 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15525 (member-ignore-case): Alias for missing function in XEmacs.
15526 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15527 (vhdl-update-sensitivity-list): Ignore case on read signals.
15528 (vhdl-replace-string): Adjust case only for file names.
15529 (vhdl-update-sensitivity-list): Fix search for read signals.
15530 (vhdl-update-sensitivity-list): Exclude formal parameters.
15531 (vhdl-get-visible-signals): Include aliases of signals.
15532 (vhdl-get-visible-signals): Fix signal name searching.
15533 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15534 (vhdl-fixup-whitespace-region): Fix for character
15535 literals (e.g. `:').
15536
15537 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15538
15539 * ansi-color.el (comint-last-output-start):
15540 * bs.el (font-lock-verbose):
15541 * diff-mode.el (add-log-buffer-file-name-function):
15542 * dired-x.el (vm-folder-directory):
15543 * faces.el (help-xref-stack-item):
15544 * files.el (font-lock-keywords):
15545 * find-lisp.el (dired-buffers, dired-subdir-alist):
15546 * ido.el (cua-inhibit-cua-keys):
15547 * log-view.el (cvs-minor-wrap-function):
15548 * outline.el (font-lock-warning-face):
15549 * simple.el (compilation-current-error):
15550 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15551 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15552 * tooltip.el (comint-prompt-regexp):
15553 * w32-fns.el (explicit-shell-file-name):
15554 * term/mac-win.el (mac-charset-info-alist)
15555 (mac-services-selection, mac-system-script-code):
15556 * term/tty-colors.el (msdos-color-values):
15557 * term/w32-win.el (xlfd-regexp-registry-subnum):
15558 * term/x-win.el (x-keysym-table, x-selection-timeout)
15559 (x-session-id, x-session-previous-id):
15560 * textmodes/ispell.el (mail-yank-prefix):
15561 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15562 * textmodes/org.el (calc-embedded-close-formula)
15563 (calc-embedded-open-formula)
15564 (font-lock-unfontify-region-function):
15565 * textmodes/reftex-global.el (isearch-next-buffer-function)
15566 (TeX-master):
15567 * textmodes/reftex.el (font-lock-keywords):
15568 * textmodes/tex-mode.el (font-lock-comment-face)
15569 (font-lock-doc-face):
15570 * textmodes/texinfo.el (outline-heading-alist):
15571 Add defvars.
15572
15573 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15574 (artist-spray-chars, artist-mode-init, artist-replace-string)
15575 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15576 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15577 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15578
15579 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15580 (conf-align-assignments): "?\ " -> "?\s".
15581
15582 * textmodes/reftex-index.el (TeX-master): Add defvar.
15583 (reftex-index-phrases-marker): Move up defvar.
15584
15585 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15586 (reftex-toc-include-labels-indicator)
15587 (reftex-toc-include-index-indicator)
15588 (reftex-toc-max-level-indicator): Move up declarations.
15589
15590 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15591 of args to `tramp-run-real-handler', even if it's empty in this case.
15592
15593 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15594
15595 * dired.el (dired-move-to-filename-regexp): Add date format for
15596 Mac OS X 10.3 in East Asian locales.
15597
15598 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15599
15600 * files.el (make-auto-save-file-name): Add file name handler call
15601 if applicable.
15602
15603 * net/tramp.el (tramp-file-name-handler-alist)
15604 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15605 (tramp-handle-make-auto-save-file-name): Rename from
15606 `tramp-make-auto-save-file-name'.
15607 (tramp-exists-file-name-handler): New defun.
15608 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15609 `make-auto-save-file-name' is not a magic file name operation.
15610
15611 2005-08-30 Richard M. Stallman <rms@gnu.org>
15612
15613 * files.el (risky-local-variable-p):
15614 Match `-predicates' and `-commands.
15615
15616 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15617 (custom-save-all): Visit the file if necessary;
15618 kill the buffer if we created it.
15619 (custom-save-delete): Don't visit file or kill buffer here.
15620
15621 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15622
15623 * textmodes/org.el (org-special-keyword): New face.
15624 (org-table-copy-down, org-table-eval-formula)
15625 (org-table-recalculate, org-init-section-numbers):
15626 Use `string-to-number' instead of `string-to-int'.
15627 (org-get-location): Use `insert-buffer-substring' instead of
15628 `insert-buffer'.
15629 (org-modify-diary-entry-string): New function.
15630 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15631 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15632 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15633 active region.
15634 (org-export-as-html): Handle QUOTE keyword.
15635 (org-quote-string): New option.
15636 (org-bookmark-jump-unhide): New function, used for
15637 `bookmark-after-jump-hook'.
15638 (org-diary-default-entry): Apply only when not called through
15639 `org-agenda'.
15640
15641 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
15642
15643 * net/eudc.el (mode-popup-menu):
15644 * play/handwrite.el (ps-printer-name, ps-lpr-command):
15645 * progmodes/ada-mode.el (compile-auto-highlight)
15646 (skeleton-further-elements):
15647 * progmodes/autoconf.el (font-lock-syntactic-keywords):
15648 * progmodes/cmacexp.el (msdos-shells):
15649 * progmodes/compile.el (font-lock-extra-managed-props)
15650 (font-lock-keywords, font-lock-maximum-size)
15651 (font-lock-support-mode):
15652 * progmodes/grep.el (font-lock-lines-before):
15653 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15654 * progmodes/mixal-mode.el (compile-command):
15655 * progmodes/perl-mode.el (font-lock-comment-face)
15656 (font-lock-doc-face, font-lock-string-face):
15657 * progmodes/prolog.el (comint-prompt-regexp):
15658 * progmodes/sh-script.el (font-lock-comment-face)
15659 (font-lock-set-defaults, font-lock-string-face):
15660 * progmodes/sql.el (font-lock-keyword-face)
15661 (font-lock-set-defaults, font-lock-string-face):
15662 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15663 (itimer-version, lazy-lock-defer-contextually)
15664 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15665 Add defvars.
15666
15667 * progmodes/cperl-mode.el (cperl-electric-lbrace)
15668 (cperl-electric-keyword, cperl-electric-pod)
15669 (cperl-electric-backspace, cperl-forward-re)
15670 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15671 (vc-rcs-header, vc-sccs-header): Add defvars.
15672
15673 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15674 (font-lock-syntactic-keywords, gud-find-expr-function):
15675 Add defvars.
15676
15677 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15678 (gdb-frame-parameters): Declare before use.
15679
15680 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15681 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15682 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15683 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15684
15685 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15686 (idlwave-help-with-source): Use `insert-buffer-substring', not
15687 `insert-buffer'.
15688
15689 2005-08-29 Juri Linkov <juri@jurta.org>
15690
15691 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15692 Put outline-back-to-heading function call inside save-excursion.
15693
15694 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
15695
15696 * man.el (Man-init-defvars, Man-translate-references)
15697 (Man-support-local-filenames, Man-highlight-references):
15698 * progmodes/sql.el (sql-interactive-mode):
15699 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15700
15701 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15702 (compilation-mode-font-lock-keywords): Add defvars.
15703 (checkdoc-interactive-loop): "?\ " -> "?\s".
15704
15705 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15706 (font-lock-doc-face, font-lock-string-face)
15707 (font-lock-keywords-case-fold-search): Add defvars.
15708 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15709
15710 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15711 Don't pass X and Y (they are ignored anyway).
15712 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15713 (mouse-delete-window): Make arguments optional.
15714
15715 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15716 (caesar-translate-table, minor-modes, news-buffer-save)
15717 (news-group-name, news-minor-modes): Add defvars.
15718
15719 * emacs-lisp/lselect.el (mouse-highlight-priority)
15720 (x-lost-selection-functions, zmacs-regions):
15721 * emacs-lisp/pp.el (font-lock-verbose):
15722 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15723 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15724 (ses-mode-map):
15725 * emacs-lisp/tcover-unsafep.el (safe-functions):
15726 * international/mule-cmds.el (mac-system-coding-system)
15727 (mac-system-locale):
15728 * language/ethio-util.el (rmail-current-message)
15729 (rmail-message-vector):
15730 * language/thai-util.el (thai-auto-composition-mode):
15731 * mail/metamail.el (rmail-current-message, rmail-message-vector):
15732 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15733 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15734 (vm-primary-inbox, vm-spool-files):
15735 * mail/rmail.el (deleted-head, font-lock-fontified)
15736 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15737 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15738 (total-messages):
15739 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15740 (rmail-summary-mode-map):
15741 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15742 (rmail-last-label, rmail-last-multi-labels)
15743 (rmail-summary-vector, rmail-total-messages):
15744 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15745 * mail/rmailsum.el (msgnum):
15746 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15747 (rmail-current-message):
15748 * obsolete/fast-lock.el (font-lock-face-list):
15749 * obsolete/rnewspost.el (mail-reply-buffer):
15750 * obsolete/scribe.el (compile-command):
15751 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15752
15753 2005-08-28 John Paul Wallington <jpw@gnu.org>
15754
15755 * ibuf-ext.el (ibuffer-auto-update-changed):
15756 Use `frame-or-buffer-changed-p' to check whether we need to update.
15757 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15758 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15759 as a `frame-or-buffer-changed-p' state vector instead.
15760
15761 2005-08-27 Romain Francoise <romain@orebokech.com>
15762
15763 * textmodes/makeinfo.el (makeinfo-compile):
15764 Use `compilation-start'. Set `next-error-function' according to
15765 `disable-errors'.
15766 (makeinfo-next-error): New function.
15767 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15768 (makeinfo-buffer): Likewise.
15769
15770 * progmodes/compile.el (compilation-start): Add autoload cookie.
15771
15772 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15773 * textmodes/sgml-mode.el: Likewise.
15774 * progmodes/python.el: Likewise.
15775
15776 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15777
15778 * simple.el (blink-matching-paren-distance): Document the meaning
15779 of nil value, and allow to customize to nil.
15780
15781 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15782 command.com, not command.exe.
15783
15784 2005-08-26 John Wiegley <johnw@newartisans.com>
15785
15786 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15787 code around a bit so that an extraneous nil argument is not added
15788 to a command when no args are given.
15789
15790 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15791 double-quoted argument resolves to nil, return it as an empty
15792 string rather than as nil. This made it impossible to pass "" to
15793 a shell script as a null string argument.
15794
15795 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15796
15797 * outline.el (outline-invent-heading): New fun.
15798 (outline-promote, outline-demote): Use it.
15799 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15800 (outline-end-of-subtree): Remove unused var `opoint'.
15801
15802 2005-08-26 David Reitter <david.reitter@gmail.com>
15803
15804 * menu-bar.el (truncate-lines, write-file, print-buffer)
15805 (ps-print-buffer-faces, ps-print-buffer, split-window):
15806 Disable menu items when the frame they refer to is invisible, or when
15807 they refer to a buffer and the minibuffer is selected.
15808
15809 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15810
15811 * progmodes/flymake.el (flymake-highlight-err-lines):
15812 Use save-excursion around flymake-highlight-line to preserve point.
15813
15814 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15815
15816 * progmodes/octave-mod.el: Change Author and Maintainer address.
15817 (octave-maintainer-address): Change Kurt's email address.
15818 * progmodes/octave-inf.el: Change Author and Maintainer address.
15819 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15820
15821 2005-08-26 Kim F. Storm <storm@cua.dk>
15822
15823 * subr.el (version-list-<, version-list-<=, version-list-=):
15824 Rename from integer-list-*.
15825 (version-list-not-zero): Likewise. Fix while loop.
15826 (version=): Use version-list-= instead of string-equal.
15827
15828 2005-08-26 Richard M. Stallman <rms@gnu.org>
15829
15830 * outline.el (outline-promote): Try shortening the heading.
15831 As last resort, read the heading to use.
15832 (outline-demote): As last resort, read the heading to use.
15833
15834 2005-08-26 Romain Francoise <romain@orebokech.com>
15835
15836 * progmodes/compile.el (compilation-start): Doc fix.
15837
15838 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15839 (antlr-font-lock-additional-keywords): Fix reference to
15840 `antlr-font-lock-literal-regexp' erroneously changed during the
15841 mass face rename.
15842 (antlr-run-tool): Use `compilation-start'.
15843
15844 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15845 instead of the obsolete `compile-internal'.
15846
15847 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15848
15849 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15850 (number, original-date):
15851 * calendar/cal-china.el (date):
15852 * calendar/cal-coptic.el (date):
15853 * calendar/cal-french.el (date):
15854 * calendar/cal-hebrew.el (date, entry, number, original-date):
15855 * calendar/cal-islam.el (date, number, original-date):
15856 * calendar/cal-iso.el (date):
15857 * calendar/cal-julian.el (date):
15858 * calendar/cal-mayan.el (date):
15859 * calendar/cal-menu.el (date, event):
15860 * calendar/cal-persia.el (date):
15861 * calendar/lunar.el (date):
15862 * calendar/solar.el (date): Add defvars.
15863
15864 * emerge.el:
15865 * ibuffer.el:
15866 * info-xref.el:
15867 * obsolete/bg-mouse.el:
15868 * obsolete/sun-curs.el:
15869 * obsolete/swedish.el: Move the `defvar's to the top level.
15870
15871 * smerge-mode.el (smerge-refined-change): Add :group.
15872
15873 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15874
15875 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15876 (smerge-keep-n): Remove props.
15877 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15878 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15879 now that it's done in smerge-keep-n.
15880 (smerge-refined-change): New face.
15881 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15882 (smerge-refine): New funs.
15883 (smerge-basic-map): Bind smerge-refine.
15884
15885 2005-08-25 Juri Linkov <juri@jurta.org>
15886
15887 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15888 compilation-process-setup-function and compilation-disable-input
15889 in grep-mode instead of let-bindings in grep.
15890
15891 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15892 Delete "Automatic File De/compression" (auto-compression-mode).
15893
15894 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15895
15896 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15897 Silence warning about non-existent variable.
15898
15899 2005-08-25 Richard M. Stallman <rms@gnu.org>
15900
15901 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15902 Rename "Describe Key" to "Describe Key or Mouse Operation".
15903
15904 * mail/mailalias.el (build-mail-aliases): Delete comments
15905 from the contents before processing them.
15906
15907 * isearch.el (isearch-edit-string): Erase the Search prompt
15908 if user enters an empty string and there is no default.
15909
15910 * comint.el (comint-file-name-prefix): Add autoload.
15911
15912 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15913
15914 * subr.el (play-sound): Rearrange to avoid warning.
15915
15916 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15917
15918 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15919 New hook.
15920 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15921
15922 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15923
15924 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15925
15926 * custom.el (custom-theme-set-variables): Sort minor modes last.
15927
15928 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15929
15930 * subr.el (version-separator, version-regexp-alist): New vars used by
15931 version comparison funs.
15932 (integer-list-<, integer-list-=, integer-list-<=)
15933 (integer-list-not-zero): New funs for integer list comparison.
15934 (version-to-list, version=, version<, version<=): New funs for version
15935 comparison.
15936
15937 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15938
15939 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15940 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15941 time to silence the byte-compiler.
15942
15943 * ibuffer.el (ibuffer-compile-make-eliding-form)
15944 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15945 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15946 so it's silly to get warnings for it).
15947 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15948 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15949 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15950 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15951 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15952 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15953 Defvar at compile time.
15954 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15955 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15956 Declare them before use.
15957
15958 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15959 (info-xref-good, info-xref-bad): Defvar at compile time.
15960
15961 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15962 Use `let*' instead of `let'.
15963
15964 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15965 (*mouse-y*, menu, char): Defvar at compile time.
15966 (sc::menu): Declare it before use.
15967 (sc::pack-one-line): Use `let', not `let*'.
15968
15969 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15970 (mail-send-hook): Defvar at compile time.
15971
15972 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15973 Defvar at compile time.
15974
15975 * term/sun-mouse.el (current-global-mousemap)
15976 (current-local-mousemap): Declare them before use.
15977
15978 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15979
15980 * bookmark.el (bookmark-after-jump-hook): New hook.
15981 (bookmark-jump): Run `bookmark-after-jump-hook'.
15982
15983 2005-08-23 Juri Linkov <juri@jurta.org>
15984
15985 * faces.el (minibuffer-prompt): Doc fix.
15986
15987 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15988
15989 * progmodes/xscheme.el: Trivial changes to silence warnings.
15990 (xscheme-previous-mode, xscheme-previous-process-state):
15991 Add defvars.
15992 (xscheme-last-input-end, xscheme-process-command-line)
15993 (xscheme-process-name, xscheme-buffer-name)
15994 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15995 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15996 (xscheme-control-g-synchronization-p)
15997 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15998 (default-xscheme-runlight, xscheme-runlight)
15999 (xscheme-runlight-string, xscheme-process-filter-state)
16000 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16001 Move to beginning of file.
16002 (scheme-interaction-mode-commands-alist)
16003 (scheme-interaction-mode-map, scheme-debugger-mode-map):
16004 Declare them before use. Note: the initialization code for the
16005 variables has not been moved because it uses functions that reference
16006 the variables.
16007 (xscheme-control-g-message-string, xscheme-process-filter-alist)
16008 (xscheme-prompt-for-expression-map): Declare them before use.
16009 (scheme-debugger-mode-commands): "?\ " -> "?\s".
16010
16011 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
16012
16013 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16014
16015 2005-08-22 Juri Linkov <juri@jurta.org>
16016
16017 * faces.el (set-face-underline): Delete this duplicate function
16018 and make an obsolete alias to set-face-underline-p.
16019 (set-face-underline-p): Use docstring of set-face-underline.
16020 (describe-face): Create hyperlink to parent face.
16021
16022 * info.el (Info-insert-dir): Use save-excursion around
16023 insert-buffer-substring.
16024 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16025 (Info-escape-percent): Delete function.
16026 (Info-fontify-node): Replace Info-escape-percent by
16027 replace-regexp-in-string with REP arg set to lambda that
16028 duplicates `%' and preserves text properties.
16029
16030 * progmodes/compile.el (compilation-disable-input): Doc fix.
16031 (define-compilation-mode): Doc fix and refill.
16032 (kill-compilation): Use `mode-name' in the error message.
16033 (compilation-find-file): Use `compilation-error' in the
16034 read-file-name's prompt.
16035
16036 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16037
16038 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16039 (smerge-auto-leave): Make undo re-enable the mode.
16040 (debug-ignored-errors): Add the user-error of impossible resolution.
16041 (smerge-resolve): Move things around a bit, in preparation for later.
16042 (smerge-diff): Don't fail if the buffer has no associated file.
16043 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16044 (smerge-conflict-overlay): New function.
16045 (smerge-match-conflict): Don't add text properties here.
16046 (smerge-find-conflict): Instead, add an overlay here.
16047 Also check for the case where we're inside a conflict already, so as to
16048 obviate the need for font-lock-multiline, which is unbearably slow with
16049 large conflicts and ciomplex font-lock patterns.
16050 (smerge-remove-props): Remove overlay rather than text-properties.
16051 (smerge-mode): Don't set font-lock-multiline.
16052 Remove overlays when turned off.
16053
16054 2005-08-21 Kim F. Storm <storm@cua.dk>
16055
16056 * ido.el (ido-ignore-item-p): Use save-match-data.
16057 Bind case-fold-search to ido-case-fold locally.
16058
16059 2005-08-20 Richard M. Stallman <rms@gnu.org>
16060
16061 * files.el (normal-mode): If font lock is on, turn it off and on.
16062
16063 * subr.el (replace-regexp-in-string): Doc fix.
16064
16065 * startup.el (command-line-1): Don't suppress startup screen
16066 due to existing processes.
16067
16068 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16069
16070 * progmodes/compile.el (compilation-disable-input): Default to nil.
16071
16072 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16073
16074 * progmodes/compile.el (compilation-disable-input): New defcustom.
16075 (compilation-start): If compilation-disable-input is non-nil, send
16076 EOF to the compilation process.
16077
16078 2005-08-20 Eli Zaretskii <eliz@gnu.org>
16079
16080 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16081 Run the argument of tex-shell-cd-command through
16082 convert-standard-filename, to get the correct style of slashes on
16083 Windows, and enclose the result in quotes, in case the file name
16084 includes whitespace or other special characters.
16085
16086 2005-08-19 Andreas Schwab <schwab@suse.de>
16087
16088 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16089 process.
16090
16091 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
16092
16093 * cus-start.el (minibuffer-prompt-properties): Correct typo.
16094
16095 2005-08-18 Kim F. Storm <storm@cua.dk>
16096
16097 * scroll-lock.el: Fix errors due to incorrect line wrapping.
16098
16099 2005-08-18 Richard M. Stallman <rms@gnu.org>
16100
16101 * scroll-lock.el: New file.
16102
16103 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
16104
16105 * dired.el (dired-move-to-end-of-filename):
16106 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16107
16108 2005-08-18 Kim F. Storm <storm@cua.dk>
16109
16110 * ido.el (ido-everywhere): Fix defcustom :set function to disable
16111 rather than toggle mode when custom value is nil.
16112 (ido-everywhere): Fix defun doc string.
16113
16114 2005-08-17 Richard M. Stallman <rms@gnu.org>
16115
16116 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16117 as tag instead of "Inviolable".
16118
16119 2005-08-17 Kim F. Storm <storm@cua.dk>
16120
16121 * windmove.el (windmove-coordinates-of-position): Remove.
16122 (windmove-coordinates-of-window-position): Remove.
16123 (windmove-reference-loc): Use posn-at-point instead.
16124
16125 * subr.el (insert-for-yank-1): Doc fix.
16126
16127 * ido.el (ido-enter-matching-directory): Rename from
16128 ido-enter-single-matching-directory. Change `slash' choice to
16129 `only'. Add `first' choice.
16130 (ido-exhibit): Adapt to above changes.
16131
16132 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
16133
16134 * Makefile.in: Expand comment about building loaddefs.el.
16135
16136 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
16137
16138 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16139 Comment use of defadvice.
16140
16141 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16142
16143 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
16144
16145 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16146 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16147 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16148 * progmodes/idlw-shell.el, progmodes/ld-script.el,
16149 * progmodes/which-func.el, ruler-mode.el, strokes.el,
16150 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16151 for backward compatibility for faces that did not appear in the
16152 previous Emacs release.
16153
16154 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16155
16156 2005-08-15 Kim F. Storm <storm@cua.dk>
16157
16158 * emulation/cua-base.el (cua-delete-region): Return t if
16159 deleted region was non-empty.
16160 (cua-replace-region): Inhibit overwrite-mode for
16161 self-insert-command if replaced region was non-empty.
16162 (cua--explicit-region-start, cua--status-string): Make them
16163 buffer-local at top-level...
16164 (cua-mode): ...rather than when mode is enabled.
16165
16166 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
16167
16168 * progmodes/vhdl-mode.el (vhdl-emacs-21):
16169 Set t for Emacs 21, 22, and so on.
16170
16171 2005-08-15 David Ponce <david@dponce.com>
16172
16173 * tree-widget.el: Update Commentary header.
16174 (tree-widget-theme): Doc fix.
16175 (tree-widget-space-width): New option.
16176 (tree-widget-image-properties): Look up in the default theme too.
16177 (tree-widget--cursors): Only for images with arrow pointer shape.
16178 (tree-widget-lookup-image): Pointer shape is hand by default.
16179 (tree-widget-icon): Rename generic icon widget from
16180 `tree-widget-control'.
16181 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16182 derive from `tree-widget-icon'.
16183 (tree-widget-handle): Improve default look and feel of the text
16184 representation.
16185 (tree-widget): Rename :*-control properties to :*-icon properties.
16186 Add :action and :help-echo properties.
16187 (tree-widget-after-toggle-functions): Move.
16188 (tree-widget-close-node, tree-widget-open-node): Remove.
16189 (tree-widget-before-create-icon-functions): New hook.
16190 (tree-widget-value-create): Update to allow customization of icons
16191 and nodes at run-time via that new hook.
16192 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16193 (tree-widget-icon-action, tree-widget-icon-help-echo)
16194 (tree-widget-action, tree-widget-help-echo): New functions.
16195
16196 2005-08-15 Kim F. Storm <storm@cua.dk>
16197
16198 * ido.el (ido-buffer-internal): Use with-no-warnings.
16199 (ido-make-merged-file-list): Use while-no-input.
16200
16201 2005-08-15 Richard M. Stallman <rms@gnu.org>
16202
16203 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16204 (flyspell-large-region): Fix doc and custom type.
16205
16206 2005-08-14 Richard M. Stallman <rms@gnu.org>
16207
16208 * files.el (interpreter-mode-alist): Doc fix.
16209
16210 * mail/rmail.el (rmail-nonignored-headers): New variable.
16211 (rmail-clear-headers): Use it.
16212 (rmail-reply): Better handling of mail-followup-to header.
16213
16214 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16215 Rename variable from sh-font-lock-keywords. In the `shell' entry,
16216 don't try to refer to executable-font-lock-keywords.
16217 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16218 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16219 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16220 (sh-mode): Set comment-start-skip, local-abbrev-table,
16221 imenu-case-fold-search.
16222 (sh-set-shell): Don't set them here.
16223 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
16224 Don't cache the results in the original alist; don't ever modify
16225 that alist.
16226
16227 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16228
16229 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16230 empty.
16231
16232 2005-08-15 Andreas Schwab <schwab@suse.de>
16233
16234 * desktop.el: Put autoload cookie at risky-local-variable declarations.
16235
16236 * dired.el, info.el, mail/rmail.el: Revert last change.
16237
16238 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
16239
16240 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16241 modification in `eval-after-load' form.
16242 * info.el: Likewise.
16243 * mail/rmail.el: Likewise.
16244
16245 2005-08-14 Juri Linkov <juri@jurta.org>
16246
16247 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16248 Remove highlighting of "Compilation started". Highlight only
16249 the word "finished" in "Compilation finished". Add highlighting
16250 of "interrupt", "killed", "terminated" and the exit code.
16251 (compilation-start): Add newline after header. Use exactly the
16252 same time stamp format as the finishing message.
16253 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16254
16255 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16256 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16257 Add highlighting of "interrupt", "killed", "terminated".
16258
16259 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16260 enabled and the current command is self-insert-command, call it
16261 explicitly with overwrite-mode bound to nil, to not allow it
16262 to delete the character after the selected region.
16263
16264 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
16265
16266 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16267 move-end-of-line, end-of-line, and beginning-of-line to the list
16268 of commands after which the echo area is updated.
16269
16270 2005-08-12 Eli Zaretskii <eliz@gnu.org>
16271
16272 * cus-edit.el (custom-save-all, custom-save-delete):
16273 Bind recentf-exclude to exclude custom-file.
16274
16275 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
16276
16277 * mail/rmailsum.el (rmail-summary-end-of-message): New command
16278 to go to the bottom of the mail message. Added to
16279 `rmail-summary-mode-map' with key "/".
16280 (rmail-summary-show-message): New (internal) function for use by
16281 both `rmail-summary-beginning/end-of-message'.
16282 (rmail-summary-beginning-of-message): Change to use
16283 rmail-summary-show-message.
16284
16285 * mail/rmail.el (rmail-end-of-message): New command to go to the
16286 end of the current message. Added to `rmail-mode-map' with key "/".
16287 (rmail-beginning-of-message): Fix to work as documented.
16288 (rmail-mode): Change documentation.
16289
16290 * progmodes/compile.el (compilation-start): Add the line
16291 "Compilation started" with compilation start time.
16292 (compilation-mode-font-lock-keywords): Add `started' to keywords.
16293
16294 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
16295
16296 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16297 of menu items.
16298
16299 2005-08-11 Richard M. Stallman <rms@gnu.org>
16300
16301 * simple.el (pop-global-mark): Reverse test of widen-automatically.
16302
16303 * battery.el (battery-status-function): Don't use ignore-errors.
16304
16305 2005-08-11 Lute Kamstra <lute@gnu.org>
16306
16307 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16308 define-obsolete-variable-alias.
16309
16310 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
16311
16312 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16313 (ange-ftp-send-cmd): Revert last change, and expand
16314 the comment explaining the problem.
16315
16316 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
16317
16318 * ldefs-boot.el: Update.
16319
16320 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16321 item to "Time, Load and Mail". Change help echo text.
16322
16323 * time.el (display-time-use-mail-icon, display-time-format)
16324 (display-time-string-forms): Shorten first line of docstrings.
16325
16326 2005-08-10 Lars Hansen <larsh@soem.dk>
16327
16328 * desktop.el (desktop-buffer-mode-handlers):
16329 Make non-customizable. Add autoload cookie. Change initial value to
16330 nil; add elements in respective modules instead. Fix doc string.
16331 (desktop-load-file): New function.
16332 (desktop-minor-mode-handlers): New autoloaded variable.
16333 (desktop-create-buffer): Call minor mode handlers.
16334 Use desktop-load-file to load major and minor mode modules prior to
16335 checking for a handler.
16336 (desktop-save): Don't add nil to desktop-minor-modes for minor
16337 modes with nil function in desktop-minor-mode-table. Don't delete
16338 desktop file before rewriting it.
16339 (desktop-locals-to-save): Add autoload cookie. Don't make
16340 automatically buffer-local. Add variables column-number-mode,
16341 size-indication-mode, indent-tabs-mode,
16342 indicate-buffer-boundaries, indicate-empty-lines and
16343 show-trailing-whitespace.
16344 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16345 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16346 (desktop-clear-preserve-buffers-regexp): Delete.
16347 (desktop-clear-preserve-buffers): Update initial value and docstring.
16348 (desktop-save-buffer): Fix doc string.
16349
16350 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16351 (hilit-chg-desktop-restore): New function.
16352 (highlight-changes-mode): Add highlight-changes-mode to
16353 desktop-locals-to-save.
16354
16355 * dired.el: Add handler to desktop-buffer-mode-handlers.
16356 (dired-restore-desktop-buffer): Remove autoload cookie.
16357 (dired-mode): Add autoload cookie.
16358
16359 * info.el: Add handler to desktop-buffer-mode-handlers.
16360 (Info-restore-desktop-buffer): Remove autoload cookie.
16361 (Info-mode): Add autoload cookie.
16362
16363 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16364 (mh-restore-desktop-buffer): Remove autoload cookie.
16365 (mh-folder-mode): Add autoload cookie.
16366
16367 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16368 (rmail-restore-desktop-buffer): Remove autoload cookie.
16369
16370 2005-08-11 Masatake YAMATO <jet@gyve.org>
16371
16372 * hexl.el (hexl-address-region):
16373 (hexl-ascii-region, hexl-font-lock-keywords):
16374 (hexl-highlight-line-range): Use the term "region"
16375 instead of "area" for consistency with the other symbols
16376 defined in hexl.el.
16377
16378 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16379
16380 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16381 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16382 out by Juri Linkov). Add `display-battery-mode'.
16383
16384 2005-08-09 Juri Linkov <juri@jurta.org>
16385
16386 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16387 Remove `-text' from face variable names.
16388 (compilation-error-file-name, compilation-warning-file-name)
16389 (compilation-info-file-name): Delete faces.
16390 (compilation-line-number, compilation-column-number):
16391 Remove face underlining.
16392 (compilation-message-face): Set to `underline' value by default.
16393 (compilation-error-face, compilation-warning-face)
16394 (compilation-info-face): Remove `-file-name' from face names.
16395 (compilation-error-text-face, compilation-warning-text-face)
16396 (compilation-info-text-face): Delete face variables.
16397 (compilation-text-face): Delete function.
16398
16399 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16400 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16401 (grep-error-face): Set to `compilation-error' instead of
16402 `compilation-error-face' (which is redefined to `grep-hit-face' in
16403 grep buffers).
16404 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16405 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16406
16407 * dired-aux.el (dired-do-query-replace-regexp):
16408 Use `query-replace-read-args'.
16409
16410 * replace.el (query-replace-read-from, query-replace-read-to)
16411 (query-replace-read-args): Rename arg `string' to `prompt'.
16412
16413 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16414
16415 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16416
16417 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16418 uploading files.
16419 (ange-ftp-canonize-filename): Handle file names beginning with ~
16420 correctly.
16421
16422 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16423
16424 * textmodes/fill.el (canonically-space-region)
16425 (fill-context-prefix, fill-french-nobreak-p)
16426 (fill-delete-newlines, fill-comment-paragraph)
16427 (justify-current-line): "?\ " -> "?\s".
16428
16429 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16430
16431 * textmodes/fill.el (fill-nonuniform-paragraphs):
16432 Improve argument/docstring consistency.
16433
16434 2005-08-09 Richard M. Stallman <rms@gnu.org>
16435
16436 * textmodes/ispell.el (ispell-word): More fboundp checks.
16437
16438 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16439 (find-file-noselect-1): Call it here, only if RAWFILE.
16440 (normal-mode): Always set some major mode.
16441 (save-some-buffers-action-alist): Change some explanation strings.
16442 (file-name-non-special): In the `quote' method, use unwind-protect.
16443
16444 2005-08-09 Magnus Henoch <mange@freemail.hu>
16445
16446 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16447 (ispell-have-aspell-dictionaries): New variable.
16448 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16449 (ispell-get-aspell-config-value): New function.
16450 (ispell-aspell-find-dictionary): New function.
16451 (ispell-aspell-add-aliases): New function.
16452 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16453 appropriate. Don't look for ispell dictionaries if we use aspell.
16454 (ispell-menu-map): Don't build a submenu of dictionaries.
16455
16456 2005-08-09 Richard M. Stallman <rms@gnu.org>
16457
16458 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16459 (sql-read-passwd): Use read-passwd.
16460
16461 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16462 (idlwave-toolbar-is-possible): Add defvars.
16463
16464 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16465 Avoid warnings.
16466
16467 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16468 (idlwave-system-class-info, idlwave-executive-commands-alist):
16469 Use defvar.
16470
16471 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16472
16473 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16474 Avoid warnings.
16475
16476 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16477 and content-type: headers.
16478
16479 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16480
16481 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16482 and rename some of them to be more self-explanatory.
16483
16484 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16485
16486 * startup.el (command-line-1): Implement -scriptload.
16487
16488 * replace.el (occur-engine): Initial *Occur* output not undoable.
16489
16490 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16491 and improve help strings.
16492
16493 * isearch.el (isearch-repeat): When changing direction,
16494 mark search successful.
16495
16496 * ediff-init.el: Use (featurep 'xemacs).
16497
16498 * comint.el (send-invisible): Identify buffer, if not selected.
16499
16500 * align.el: Delete autoload for c-guess-basic-syntax.
16501
16502 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16503
16504 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16505 Improve argument/docstring consistency. Doc fixes.
16506 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16507 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16508 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16509 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16510 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16511 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16512 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16513 Defvar at compile time.
16514
16515 2005-08-09 Juri Linkov <juri@jurta.org>
16516
16517 * info.el: Replace `info' with upper-case `Info' where appropriate.
16518 (info-title-1, info-title-2, info-title-3, info-title-4)
16519 (info-menu-header): Move up face definitions.
16520 (info-menu-star): Rename from `info-menu-5'.
16521 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16522 (Info-fontify-visited-nodes): Fix docstring.
16523 (Info-hide-note-references): Fix docstring.
16524 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16525 menu items in the same way as on cross-references.
16526 (info-apropos): Fix sorting order and formatting to be like in the
16527 stand-alone Info browser. Display error messages for 1 sec.
16528 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16529 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16530 from the menu bar.
16531 (Info-insert-dir): Restore point after calling
16532 `insert-buffer-substring'.
16533
16534 2005-08-08 Richard M. Stallman <rms@gnu.org>
16535
16536 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16537 (recompute-lucid-menubar): Add defvars.
16538
16539 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16540
16541 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16542
16543 * net/net-utils.el (run-dig): Rename from `dig'.
16544
16545 * play/gametree.el (gametree-mode): Use make-local-variable,
16546 not make-variable-buffer-local.
16547
16548 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16549
16550 * ansi-color.el (ansi-color-make-extent)
16551 (ansi-color-set-extent-face): Use fboundp, not functionp.
16552
16553 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16554 not make-variable-buffer-local.
16555
16556 * bookmark.el (Info-current-file): Add defvar.
16557 (bookmark-jump-noselect): Use with-no-warnings.
16558
16559 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16560
16561 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16562
16563 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16564
16565 * find-file.el (ada-procedure-start-regexp)
16566 (ada-package-start-regexp): Add defvars.
16567
16568 * info.el (Info-insert-dir): Use insert-buffer-substring.
16569
16570 * xml.el (xml-att-def-re): Add defvar.
16571
16572 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16573 calling convention.
16574
16575 * subr.el (while-no-input): Return t if there is input.
16576
16577 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16578
16579 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16580
16581 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16582
16583 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16584 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16585
16586 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16587
16588 * cmuscheme.el (scheme-start-file): Replace reference to
16589 `user-emacs-directory' by "~/.emacs.d/".
16590
16591 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16592
16593 * info.el (Info-dir-remove-duplicates): Avoid case folding
16594 in loop; instead, keep downcased strings for comparison.
16595 Suggested by Helmut Eller.
16596
16597 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16598
16599 Sync with Tramp 2.0.50.
16600
16601 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16602 XEmacs case; not necessary anymore.
16603 (tramp-user-regexp): Allow "@" as part of user name.
16604 (tramp-handle-set-visited-file-modtime)
16605 (tramp-handle-insert-file-contents)
16606 (tramp-handle-write-region): No special handling for
16607 `last-coding-system-used, because this is done in
16608 `tramp-accept-process-output' now.
16609 (tramp-accept-process-output): New defun.
16610 (tramp-process-one-action, tramp-process-one-multi-action)
16611 (tramp-wait-for-regexp, tramp-wait-for-output)
16612 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16613 Howells <dhowells@redhat.com>.
16614 (clear-visited-file-modtime): Defadvice removed. The check for
16615 unset buffer's modtime does not need to be based on
16616 `tramp-buffer-file-attributes'. Suggested by RMS.
16617 (tramp-message): Insert "\n" if not being at beginning of line.
16618 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16619 sequence with same logic.
16620 (tramp-completion-handle-expand-file-name): Discard call of
16621 `tramp-drop-volume-letter'. It is not necessary, and there have
16622 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16623 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16624 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16625 should always be visible.
16626 (tramp-handle-insert-directory, tramp-setup-complete)
16627 (tramp-set-process-query-on-exit-flag)
16628 (tramp-append-tramp-buffers): Pacify byte-compiler.
16629 (tramp-bug): Delete non-existing variables from list.
16630 Apply `tramp-load-report-modules' as pre-hook.
16631 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16632 `shell-prompt-pattern' because of non-7bit characters.
16633 Reported by Sebastian Luque <sluque@mun.ca>.
16634 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16635 (tramp-match-string-list): Remove function.
16636 (tramp-wait-for-regexp): Remove call of that function.
16637 Suggested by Kim F. Storm <storm@cua.dk>.
16638 (tramp-set-auto-save-file-modes): Use octal integer code #o600
16639 instead of octal character code ?\600. The latter resulted in a
16640 syntax error with XEmacs.
16641
16642 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16643 XEmacs case; not necessary anymore.
16644 (tramp-smb-handle-write-region): No special handling for
16645 `last-coding-system-used, because this is done in
16646 `tramp-accept-process-output' now.
16647 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16648
16649 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
16650
16651 * wid-edit.el (widget-choice-value-create):
16652 Unconditionally respect user choice. Set :explicit-choice back to nil
16653 when no longer needed.
16654 (widget-choice-action): Unconditionally respect user choice.
16655 Eliminate :explicit-choice-value.
16656
16657 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16658
16659 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16660 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16661 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16662 running new function `toggle-indicate-empty-lines'.
16663 Rename "Customize" item to "Customize fringe".
16664 Rename "Indicators" item to "Buffer boundaries" and change help echo.
16665 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16666 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16667 Delete "Empty lines only" item.
16668 (menu-bar-showhide-fringe-ind-customize): New function.
16669 (menu-bar-showhide-fringe-ind-mixed)
16670 (menu-bar-showhide-fringe-ind-box)
16671 (menu-bar-showhide-fringe-ind-right)
16672 (menu-bar-showhide-fringe-ind-left)
16673 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16674 instead of `fringe-indicators'.
16675
16676 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16677
16678 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16679 Change the date of last update.
16680
16681 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16682
16683 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16684 (viper-exec-yank, viper-put-back): Don't display modification msg
16685 if in the minibuffer.
16686
16687 * viper-init.el (viper-replace-overlay-cursor-color)
16688 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16689 Make variables frame local.
16690
16691 * viper-util.el (viper-append-filter-alist): Use append instead of
16692 nconc.
16693
16694 * viper.el (viper-vi-state-mode-list)
16695 (viper-emacs-state-mode-list): Move help-mode and
16696 completion-list-mode from the first list to the second.
16697 (viper-mode): Docstring.
16698 (viper-go-away, viper-non-hook-settings): Don't localize
16699 minor-mode-alist in newer Emacsen. Add advice to
16700 set-cursor-color. Don't bind "\C-c\\".
16701
16702 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
16703
16704 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16705 (scheme-macro-expand-command): New user options.
16706 (scheme-trace-procedure, scheme-expand-current-form): New commands.
16707 (scheme-form-at-point, scheme-start-file)
16708 (scheme-interactively-start-process): New functions.
16709 (scheme-get-process): New function, extracted from `scheme-proc'.
16710 (run-scheme): Call `scheme-start-file' to get start file, and pass
16711 it to `make-comint'.
16712 (switch-to-scheme, scheme-proc):
16713 Call `scheme-interactively-start-process' if no Scheme buffer/process
16714 is available.
16715
16716 2005-08-06 Juri Linkov <juri@jurta.org>
16717
16718 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16719 Use `compilation-text-face', `compilation-info-text-face' and
16720 `compilation-error-text-face' instead of `font-lock-keyword-face'.
16721 (compilation-error): New face.
16722 (compilation-error-file-name): Inherit from
16723 `compilation-error' instead of `font-lock-warning-face'.
16724 (compilation-warning-file-name): Inherit from
16725 `compilation-warning' instead of `font-lock-warning-face'.
16726 (compilation-info, compilation-error-file-name)
16727 (compilation-warning-file-name, compilation-info-file-name)
16728 (compilation-line-number, compilation-column-number): Doc fix.
16729 (compilation-error-text-face, compilation-warning-text-face)
16730 (compilation-info-text-face): New face variables.
16731 (compilation-line-face, compilation-column-face)
16732 (compilation-enter-directory-face)
16733 (compilation-leave-directory-face): Doc fix.
16734 (compilation-text-face): New function.
16735
16736 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16737 instead of 1 to display binary file names as info file links.
16738 (grep-error-face): Use `compilation-error-face' instead of
16739 `font-lock-keyword-face'.
16740 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16741 and `compilation-warning-text-face' instead of
16742 `font-lock-keyword-face'. Use `compilation-error-text-face'
16743 instead of `grep-error-face'.
16744
16745 2005-08-05 Kenichi Handa <handa@m17n.org>
16746
16747 * international/code-pages.el: Add autoload cookies for all coding
16748 systems.
16749
16750 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16751
16752 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16753
16754 2005-08-04 Juri Linkov <juri@jurta.org>
16755
16756 * progmodes/compile.el (compilation-mode-map):
16757 * progmodes/grep.el (grep-mode-map):
16758 Bind TAB to `compilation-next-error' and [backtab] to
16759 `compilation-previous-error'.
16760
16761 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16762 matching line numbers, column numbers and their ranges with regexp
16763 matching only line numbers.
16764 (grep-context-face): New face variable.
16765 (grep-mode-font-lock-keywords): Use it.
16766
16767 * faces.el (read-face-name): Delete duplicate faces.
16768
16769 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16770
16771 * thumbs.el (thumbs-find-image): Don't make variables
16772 automatically buffer local.
16773 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16774 (thumbs-image-num): Make automatically buffer local.
16775 (thumbs-show-thumbs-list): Use `make-local-variable', not
16776 `make-variable-buffer-local'.
16777 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16778
16779 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16780 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16781 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16782 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16783 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16784 (feelings-about, foullst, found, hello, history, howareyoulst)
16785 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16786 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16787 (neglst, obj, object, owner, please, problems, qlist)
16788 (random-adjective, relation, remlst, repetitive-shortness)
16789 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16790 (shortlst, something, sportslst, stallmanlst, states, subj)
16791 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16792 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16793 Defvar at compile time.
16794
16795 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16796 not `make-variable-buffer-local'.
16797
16798 2005-08-02 Kim F. Storm <storm@cua.dk>
16799
16800 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16801 rectangle overlay in selected window.
16802
16803 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16804
16805 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16806 instead of display group. Make `indicate-buffer-boundaries'
16807 customizable through Custom.
16808
16809 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16810
16811 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16812 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16813 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16814 (gdb-put-string): Fix typos in docstrings.
16815
16816 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16817
16818 Update copyright notices of files in progmodes directory for
16819 release of Emacs 22.1.
16820
16821 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16822
16823 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16824 Don't barf if the GUD buffer has been killed.
16825
16826 2005-08-01 Kim F. Storm <storm@cua.dk>
16827
16828 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16829
16830 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16831
16832 * simple.el (next-error-follow-minor-mode):
16833 make-variable-buffer-local -> make-local-variable.
16834
16835 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16836
16837 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16838 (byte-compile-form-make-variable-buffer-local): New functions to warn
16839 about misuses of make-variable-buffer-local where make-local-variable
16840 was meant.
16841
16842 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16843
16844 * bs.el (bs-attributes-list): Doc fix.
16845 (bs): Update url-link.
16846
16847 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16848 (desktop-load-default): Simplify.
16849
16850 * ibuffer.el (ibuffer-columnize-and-insert-list)
16851 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16852 (ibuffer-unmark-all, ibuffer-toggle-marks)
16853 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16854 (ibuffer-compile-make-format-form, ibuffer-format-column)
16855 (ibuffer-current-buffers-with-marks)
16856 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16857 (ibuffer): Doc fix.
16858 (ibuffer-mode): Fix typo in docstring.
16859 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16860 with `define-obsolete-variable-alias'.
16861 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16862
16863 2005-07-29 Kenichi Handa <handa@m17n.org>
16864
16865 * international/mule-cmds.el (select-message-coding-system):
16866 Be sure to use LF for end-of-line. If no coding system is decided,
16867 return iso-8859-1-unix.
16868
16869 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16870
16871 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16872 (ange-ftp-pending-error-line): New vars.
16873 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16874 to handle the non-fatal no-route-to-host messages.
16875 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16876
16877 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16878
16879 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16880 (isearch-quote-char, isearch-printing-char)
16881 (isearch-text-char-description): "?\ " -> "?\s".
16882 (isearch-lazy-highlight-cleanup)
16883 (isearch-lazy-highlight-initial-delay)
16884 (isearch-lazy-highlight-interval)
16885 (isearch-lazy-highlight-max-at-a-time)
16886 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16887 Declare with define-obsolete-*-alias macros.
16888 (isearch-forward): Fix typo in docstring.
16889 (search-invisible, search-ring-yank-pointer)
16890 (regexp-search-ring-yank-pointer): Doc fixes.
16891
16892 * recentf.el (recentf-menu-append-commands-p): Declare with
16893 `define-obsolete-variable-alias'.
16894 (recentf-max-saved-items, recentf-menu-filter)
16895 (recentf-arrange-by-rule-subfilter): Doc fixes.
16896 (recentf-menu-append-commands-flag)
16897 (recentf-initialize-file-name-history, recentf-expand-file-name)
16898 (recentf-clear-data): Fix typos in docstrings.
16899
16900 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16901
16902 * progmodes/gdb-ui.el: Smarten comments.
16903 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16904
16905 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16906
16907 * term/apollo.el (terminal-init-apollo): New function containing
16908 all former top level forms in the file.
16909 * term/bobcat.el (terminal-init-bobcat):
16910 * term/cygwin.el (terminal-init-cygwin):
16911 * term/iris-ansi.el (terminal-init-iris-ansi):
16912 * term/linux.el (terminal-init-linux):
16913 * term/news.el (terminal-init-news):
16914 * term/rxvt.el (terminal-init-rxvt):
16915 * term/sun.el (terminal-init-sun):
16916 * term/tvi970.el (terminal-init-tvi970):
16917 * term/vt100.el (terminal-init-vt100):
16918 * term/vt102.el (terminal-init-vt102):
16919 * term/vt125.el (terminal-init-vt125):
16920 * term/vt200.el (terminal-init-vt200):
16921 * term/vt201.el (terminal-init-vt201):
16922 * term/vt220.el (terminal-init-vt220):
16923 * term/vt240.el (terminal-init-vt240):
16924 * term/vt300.el (terminal-init-vt300):
16925 * term/vt320.el (terminal-init-vt320):
16926 * term/vt400.el (terminal-init-vt400):
16927 * term/vt420.el (terminal-init-vt420):
16928 * term/wyse50.el (terminal-init-wyse50):
16929 * term/xterm.el (terminal-init-xterm): Likewise.
16930
16931 * term/README: Describe the terminal-init-* functionality.
16932
16933 * startup.el (command-line): After loading the terminal initialization
16934 file call the corresponding terminal initialization function.
16935
16936 2005-07-27 Kenichi Handa <handa@m17n.org>
16937
16938 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16939 negative.
16940
16941 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16942 (ps-mule-composition-prologue): Fix for the case that
16943 RelativeCompose is false.
16944
16945 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16946
16947 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16948
16949 * descr-text.el (describe-char): Handle the case where the list of
16950 chars is displayed in a separate frame.
16951 Be a bit more discriminating when looking for the char.
16952
16953 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16954
16955 * bookmark.el (bookmark-automatically-show-annotations)
16956 (bookmark-read-annotation-text-func): Doc fixes.
16957 (bookmark-save): Improve argument/docstring consistency.
16958 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16959 (bookmark-alist-from-buffer)
16960 (bookmark-upgrade-file-format-from-0)
16961 (bookmark-grok-file-format-version)
16962 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16963 (bookmark-read-annotation-mode)
16964 (bookmark-insert-current-bookmark, bookmark-jump)
16965 (bookmark-exit-hook): Fix typos in docstrings.
16966 (bookmark-exit-hooks): Define as obsolete alias.
16967 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16968 not `bookmark-exit-hooks'. Fix docstring.
16969 (bookmark-bmenu-select): "?\ " -> "?\s".
16970
16971 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16972
16973 * startup.el (command-line): Fix typo.
16974
16975 2005-07-24 Richard M. Stallman <rms@gnu.org>
16976
16977 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16978 not emacs-quick-startup.
16979
16980 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16981
16982 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16983 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16984 instead of `reb-with-current-window'.
16985 (reb-prev-match): Likewise. Also, don't move left if the search
16986 was unsuccessful.
16987 (reb-initialize-buffer): New function.
16988 (re-builder, reb-change-syntax): Use it.
16989
16990 * man.el (Man-goto-page): Make second argument NOERROR optional.
16991
16992 2005-07-23 Richard M. Stallman <rms@gnu.org>
16993
16994 * man.el (Man-bgproc-sentinel): Check here for failure to find
16995 any man page in the output, and report the error here.
16996 (Man-arguments): Make it permanent local.
16997 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16998 (Man-mode): Pass t for NOERROR.
16999
17000 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17001 (grep-mode-font-lock-keywords):
17002 Don't use compilation-...-face for messages that are not file names.
17003
17004 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17005 Don't use compilation-...-face for messages that are not file names.
17006
17007 2005-07-22 Juri Linkov <juri@jurta.org>
17008
17009 * startup.el (normal-splash-screen): Update menu name.
17010
17011 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17012
17013 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17014
17015 * term/xterm.el: Load term/rxvt if the terminal is actually an
17016 rxvt terminal.
17017 (xterm-rxvt-set-background-mode): Remove, not used anymore.
17018
17019 * term/rxvt.el (function-key-map): Use substitute-key-definition
17020 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
17021
17022 * term/cygwin.el: New file.
17023
17024 2005-07-22 Kim F. Storm <storm@cua.dk>
17025
17026 * image-file.el (insert-image-file, image-file-yank-handler):
17027 Fix last change to maintain a (unique) yank-handler on yanked images.
17028
17029 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
17030
17031 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17032 of the file size (as in "177B" for 177 bytes). This happens with
17033 "ls -lh" on FreeBSD.
17034
17035 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
17036
17037 * hilit-chg.el (highlight-changes-global-initial-state)
17038 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17039 (hilit-chg-fixup, highlight-changes-mode):
17040 Fix typos in docstrings.
17041 (highlight-changes-global-modes, highlight-changes-rotate-faces):
17042 Doc fixes.
17043
17044 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
17045
17046 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17047 mode function using `eval-after-load'.
17048
17049 2005-07-21 Kim F. Storm <storm@cua.dk>
17050
17051 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17052 included when reporting an emacs crash, and tell about the DEBUG file.
17053
17054 * image-file.el (insert-image-file): Add yank-handler.
17055 (image-file-yank-handler): Yank handler to make unique copies of
17056 images when they are yanked into a buffer next to each other.
17057
17058 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
17059
17060 * comint.el (comint-use-prompt-regexp, comint-send-input)
17061 (comint-source-default, comint-extract-string)
17062 (comint-get-source, comint-word, comint-completion)
17063 (comint-source, comint-prompt-read-only, comint-update-fence):
17064 Fix typos in docstrings.
17065 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17066 Declare with define-obsolete-*-alias macros.
17067 (comint-previous-matching-input-from-input)
17068 (comint-next-matching-input-from-input)
17069 (comint-previous-matching-input, comint-next-matching-input)
17070 (comint-forward-matching-input):
17071 Improve argument/docstring consistency.
17072
17073 * desktop.el (desktop-clear-preserve-buffers-regexp):
17074 Also preserve the *server* buffer.
17075
17076 * simple.el (clone-indirect-buffer): Doc fix.
17077 (fixup-whitespace, just-one-space)
17078 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17079 (next-error, next-error-highlight)
17080 (next-error-highlight-no-select, next-error-last-buffer)
17081 (next-error-buffer-p, next-error-find-buffer, next-error)
17082 (previous-error, next-error-no-select, previous-error-no-select)
17083 (open-line, split-line, minibuffer-prompt-width, kill-new)
17084 (binary-overwrite-mode): Fix typos in docstrings.
17085 (set-fill-column): Fix typo in message.
17086
17087 * skeleton.el (skeleton-proxy-new): Doc fix.
17088
17089 * strokes.el (strokes-load-hook): Doc fix.
17090 (strokes-grid-resolution, strokes-get-grid-position)
17091 (strokes-renormalize-to-grid, strokes-read-stroke)
17092 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17093 (strokes-global-map): Fix typos in docstrings.
17094 (strokes-help): Doc fix. Fix help message and pass it through
17095 `substitute-command-keys'.
17096
17097 * tempo.el (tempo-insert-prompt, tempo-interactive)
17098 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17099 (tempo-insert-string-functions, tempo-local-tags)
17100 (tempo-define-template, tempo-insert-template)
17101 (tempo-insert-prompt-compat, tempo-is-user-element)
17102 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17103 Fix typos in docstrings.
17104
17105 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17106 (vcursor-key-bindings, vcursor-use-vcursor-map)
17107 (vcursor-find-window, vcursor-scroll-down)
17108 (vcursor-disable, vcursor-beginning-of-buffer)
17109 (vcursor-end-of-buffer): Fix typos in docstrings.
17110 (vcursor-relative-move, vcursor-get-char-count):
17111 Improve argument/docstring consistency.
17112
17113 * version.el: "?\ " -> "?\s".
17114
17115 * wid-edit.el (widget-default-create, widget-after-change)
17116 (widget-default-format-handler, widget-checklist-add-item)
17117 (widget-radio-add-item, widget-choose, widget-specify-secret)
17118 (widget-field-value-create, widget-field-value-get)
17119 (widget-editable-list-format-handler)
17120 (widget-editable-list-entry-create, widget-group-value-create)
17121 (widget-documentation-link-add)
17122 (widget-documentation-string-value-create): "?\ " -> "?\s".
17123 (widget-convert-text): Doc fix.
17124 (widget-narrow-to-field, widget-field-find)
17125 (widget-url-link-action, widget-emacs-library-link-action)
17126 (widget-color-notify): Fix typos in docstrings.
17127
17128 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17129 (x-select-text, set-w32-system-coding-system)
17130 (w32-add-charset-info): Fix typos in docstrings.
17131
17132 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17133 (cua-enable-cua-keys, cua-use-hyper-key)
17134 (cua-virtual-rectangle-edges): Fix typos in docstrings.
17135 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17136
17137 * net/tramp.el (tramp-handle-load): Fix typo in error message.
17138
17139 * emacs-lisp/re-builder.el (regexp-builder): Declare with
17140 `defalias' instead of faking it.
17141
17142 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17143 (eshell-ls-missing, eshell-ls-dired-initial-args)
17144 (eshell-ls-use-in-dired): Fix typos in docstrings.
17145
17146 2005-07-20 Kim F. Storm <storm@cua.dk>
17147
17148 * emulation/cua-base.el (cua-mode): Improve doc string.
17149
17150 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
17151
17152 * abbrev.el (expand-region-abbrevs): Doc fix.
17153 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17154 Improve argument/docstring consistency.
17155
17156 * arc-mode.el (archive-get-descr, archive-alternate-display):
17157 Doc fixes.
17158 (archive-l-e): Improve argument/docstring consistency.
17159 (archive-tmpdir, archive-unixdate, archive-unixtime)
17160 (archive-chmod-entry): Fix typos in docstrings.
17161 (archive-unflag, archive-unflag-backwards)
17162 (archive-unmark-all-files): "?\ " -> "?\s".
17163
17164 * buff-menu.el (Buffer-menu-unmark): Doc fix.
17165 (Buffer-menu-not-modified, Buffer-menu-execute)
17166 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17167 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17168
17169 * composite.el (compose-string, encode-composition-rule)
17170 (compose-last-chars): Fix typos in docstrings.
17171
17172 * desktop.el (desktop-enable, desktop-basefilename):
17173 Declare with `define-obsolete-variable-alias'.
17174 (desktop-internal-v2s): Don't quote keywords.
17175 (desktop-clear): "?\ " -> "?\s".
17176
17177 * dired.el (dired-align-file, dired-flag-backup-files)
17178 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17179 (dired-listing-switches, dired-ls-F-marks-symlinks)
17180 (dired-dwim-target, dired-load-hook, dired-mode-hook)
17181 (dired-directory, dired-faces, dired, dired-revert)
17182 (dired-mode, dired-summary, dired-view-file)
17183 (dired-copy-filename-as-kill, dired-delete-file)
17184 (dired-no-confirm, dired-unmark-all-marks)
17185 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17186 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17187 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17188 Fix typos in message strings.
17189
17190 * dired-x.el (virtual-dired): Declare with `defalias'.
17191 (dired-mark-unmarked-files, dired-local-variables-file)
17192 (dired-omit-here-always): Doc fix.
17193 (dired-omit-mode, dired-find-subdir)
17194 (dired-enable-local-variables, dired-clean-up-buffers-too)
17195 (dired-extra-startup, dired-mark-extension, dired-jump)
17196 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17197 (dired-smart-shell-command, dired-guess-shell-alist-user)
17198 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17199 (dired-x-bind-find-file, dired-x-submit-report):
17200 Fix typos in docstrings.
17201 (dired-mark-unmarked-files): "?\ " -> "?\s".
17202
17203 * dirtrack.el (dirtrack-list): Fix typos in docstring.
17204
17205 * faces.el (describe-face): "?\ " -> "?\s".
17206 (read-all-face-attributes, read-face-font, modify-face)
17207 (face-attr-construct, italic): Fix typos in docstrings.
17208 (frame-update-face-colors): Declare with
17209 `define-obsolete-function-alias'.
17210
17211 * files.el (find-file-noselect, recode-file-name): Doc fixes.
17212 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17213 (magic-mode-alist, buffer-file-numbers-unique)
17214 (write-file-functions, get-free-disk-space):
17215 Fix typos in docstrings.
17216 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17217 (write-contents-hooks, write-file-hooks):
17218 Declare with `define-obsolete-variable-alias'.
17219
17220 * forms-d2.el (arch-rj): Fix typo in docstrings.
17221 (arch-tocol): Likewise. "?\ " -> "?\s".
17222
17223 * frame.el (set-frame-font, cursor-in-non-selected-windows):
17224 Fix typo in docstring.
17225 (set-screen-width, set-screen-height): Delete redundant info in
17226 doctrings.
17227 (new-frame, screen-height, screen-width): Declare with
17228 `define-obsolete-function-alias'.
17229 (delete-frame-hook, blink-cursor): Declare with
17230 `define-obsolete-variable-alias'.
17231
17232 * paths.el (prune-directory-list): Fix typos in docstring.
17233
17234 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17235 (cvs-prefix-get): Fix typos in docstrings.
17236
17237 * ps-print.el (ps-extend-face-list, ps-extend-face)
17238 (ps-print-background-image): Fix typos in docstrings.
17239 (ps-default-fg, ps-default-bg): Doc fixes.
17240
17241 * s-region.el (s-region-bind): Doc fix.
17242 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17243
17244 * textmodes/org.el (org-table-formula-substitute-names)
17245 (org-table-get-vertical-vector): Doc fixes.
17246 (org-table-recalculate): Remove unused argument to `message'.
17247
17248 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
17249
17250 * textmodes/org.el (org-table-column-names)
17251 (org-table-column-name-regexp)
17252 (org-table-named-field-locations): New variables.
17253 (org-archive-subtree): Protect `this-command' when calling
17254 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17255 the kill buffer.
17256 (org-complete): Remove fixed-formula completion.
17257 (org-edit-formulas-map): New variable.
17258 (org-table-edit-formulas): New command.
17259 (org-finish-edit-formulas, org-abort-edit-formulas)
17260 (org-show-variable, org-table-get-vertical-vector): New functions.
17261 (org-table-maybe-eval-formula): Handle `:=' fields.
17262 (org-table-get-stored-formulas, org-table-store-formulas)
17263 (org-table-get-formula, org-table-modify-formulas)
17264 (org-table-replace-in-formulas): Handle named field formulas.
17265 (org-table-get-specials): Store locations of named fields.
17266
17267 2005-07-19 Juri Linkov <juri@jurta.org>
17268
17269 * progmodes/grep.el (grep-regexp-alist)
17270 (grep-mode-font-lock-keywords, grep-process-setup):
17271 Use default GNU grep match color "01;31m" instead of "01;41m".
17272 (grep-regexp-alist, grep-mode-font-lock-keywords):
17273 Use `\\[[0-9]*m' instead of `\\[00m'.
17274 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17275 sgr_start where its handling is more important. Use the real
17276 length of sgr_start instead of constant 8.
17277 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17278 specially. Delete all remaining escape sequences.
17279 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17280 (grep-regexp-alist): Make hyperlink only for binary file name
17281 instead of the whole line.
17282 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17283 (grep-mode): Add autoload.
17284
17285 * emacs-lisp/find-func.el (find-function-regexp):
17286 Add `define-compilation-mode'.
17287
17288 2005-07-19 Juri Linkov <juri@jurta.org>
17289
17290 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17291 (compare-windows-sync-string-size, compare-windows-recenter)
17292 (compare-windows-highlight, compare-windows): Add version 22.1.
17293 (compare-windows) <defface>: Inherit from lazy-highlight instead
17294 of duplicating its default value.
17295
17296 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17297 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17298
17299 * descr-text.el (describe-char): Create link buttons for `charset'
17300 and `code point'. Add the current input method name with a link
17301 button to `to input' field. Print face names of display table
17302 characters in `The display table entry is displayed by' section
17303 instead of printing face-id in the `display' field.
17304 Guess hardcoded faces and create a link button for them.
17305 Skip empty fields when calculating max-width.
17306 Treat `widget-create' specially while inserting strings from the
17307 collected field list.
17308 (describe-char-after): Made obsolete in version 22.1, not 21.5.
17309
17310 * diff-mode.el (diff-file-header): Change foreground color from
17311 yellow to green on light backgrounds.
17312 (diff-context): Inherit from `shadow' only for color/grayscale
17313 with more than 88 colors.
17314 (diff-indicator-removed, diff-indicator-added)
17315 (diff-indicator-changed): New faces.
17316 (diff-font-lock-keywords): Use new faces. Regroup rules.
17317 Add "^---$" for `normal' diff format. Fontify `#' lines with
17318 font-lock-comment-delimiter-face and font-lock-comment-face.
17319 Add `#' to ^[^...] in the rule for `diff-context-face'.
17320
17321 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17322 a button-like box. Inherit from `highlight' on low colors.
17323 (shadow): Use shades of gray only for color/grayscale with
17324 more than 88 colors. Use green for light backgrounds with
17325 8 colors, and yellow for dark backgrounds with 8 colors.
17326
17327 * font-lock.el (font-lock-regexp-grouping-backslash):
17328 Don't inherit from escape-glyph (use bold for all cases).
17329
17330 * info.el (info-xref-visited): Use light foreground color `violet'
17331 for dark backgrounds instead of dark color `magenta3'.
17332 (info-title-1): Use `yellow' color for dark backgrounds.
17333
17334 * isearch.el (isearch): Use not-too-dark magenta3 instead of
17335 too-light magenta2.
17336
17337 * replace.el (match): Use slightly more light RoyalBlue3 instead
17338 of dark RoyalBlue4.
17339
17340 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17341
17342 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17343
17344 * novice.el (disabled-command-hook): Declare it with
17345 `define-obsolete-variable-alias'.
17346
17347 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17348 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17349 (desktop-load-default): Add release to obsolescence info.
17350 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17351 (desktop-append-buffer-args, desktop-read):
17352 Fix typos in docstrings.
17353 (desktop-kill): Fix typo in message.
17354 (desktop-save): Doc fix.
17355
17356 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17357
17358 * viper-cmd.el (viper-escape-to-state): Bug fix.
17359 (viper-envelop-ESC-key): Change the definition of fast
17360 keysequence so it'll work with keyboard macros.
17361
17362 * ediff.el (ediff-patch-buffer): Change the docstring.
17363
17364 2005-07-19 Kenichi Handa <handa@m17n.org>
17365
17366 * international/mule-cmds.el (select-safe-coding-system): Try to
17367 use an auto-coding (if any) before anything else. If the found
17368 auto-coding is invalid, show a warning message.
17369
17370 * international/mule.el (find-auto-coding): New function created
17371 by modifying the body of set-auto-coding.
17372 (set-auto-coding): Use find-auto-coding to find a coding.
17373
17374 2005-07-18 Richard M. Stallman <rms@gnu.org>
17375
17376 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17377 not isearch-mode-end-hook-error.
17378 (allout-before-change-protect): Fix error message.
17379
17380 2005-07-18 Juri Linkov <juri@jurta.org>
17381
17382 * allout.el (allout-mode):
17383 * calculator.el (calculator-copy):
17384 * custom.el (custom-known-themes):
17385 * dired.el (dired-desktop-buffer-misc-data)
17386 (dired-restore-desktop-buffer):
17387 * dired-x.el (dired-omit-marker-char):
17388 * files.el (basic-save-buffer):
17389 * font-core.el (font-lock-mode):
17390 * calendar/calendar.el (calendar-goto-hebrew-date)
17391 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17392 (calendar-goto-persian-date):
17393 * language/ethio-util.el (ethio-sera-to-fidel-region):
17394 * textmodes/picture.el (picture-mode):
17395 Delete duplicate duplicate words.
17396
17397 2005-07-18 Juri Linkov <juri@jurta.org>
17398
17399 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17400 chars * ? } |.
17401 (isearch-fallback): Don't call `isearch-process-search-char'.
17402 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17403 (isearch-process-search-char): Call `isearch-fallback' for regexp
17404 chars * ? } |.
17405 (isearch-return-char): Make obsolete with `make-obsolete' instead
17406 of simply documenting it as obsolete in the docstring.
17407 (isearch-fallback): Refill docstring.
17408
17409 * international/isearch-x.el
17410 (isearch-process-search-multibyte-characters): Remove unneeded
17411 `concat'. Add intermediate values to `junk-hist' instead of
17412 `minibuffer-history'. Test the length of `str'.
17413
17414 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17415
17416 * allout.el (allout-resolve-xref): Fix typos in error strings.
17417 (allout-before-change-protect): Remove unneeded `concat'.
17418
17419 * array.el (array-mode, array-reconfigure-rows)
17420 (untabify-backward): Fix typos in docstrings.
17421 (array-reconfigure-rows): Use `insert-buffer-substring', not
17422 `insert-buffer'.
17423
17424 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17425 * progmodes/ada-mode.el (ada-make-body):
17426 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17427
17428 * dired.el (dired-log):
17429 * tar-mode.el (tar-subfile-save-buffer):
17430 * play/zone.el (zone-pgm-stress-destress):
17431 Use `insert-buffer-substring', not `insert-buffer'.
17432
17433 2005-07-17 Simon Josefsson <jas@extundo.com>
17434
17435 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17436
17437 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17438
17439 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17440 Add plain auth method.
17441 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17442
17443 2005-07-17 Kim F. Storm <storm@cua.dk>
17444
17445 * ido.el (dired-other-window): Add ido property.
17446
17447 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17448
17449 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17450 Fix typo in docstring.
17451 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17452 `insert-file-literally'.
17453
17454 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17455 info and delete redundant message. Doc fix.
17456 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17457 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17458
17459 2005-07-16 Richard M. Stallman <rms@gnu.org>
17460
17461 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17462 (byte-compile-and): Use byte-compile-and-recursion.
17463 (byte-compile-or-recursion): New function.
17464 (byte-compile-or): Use that.
17465 (byte-compile-if): Guard the else-clause too.
17466 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17467
17468 * isearch.el (isearch-mode-end-hook-quit): New variable.
17469 (isearch-done): Bind it.
17470 (isearch-mode-end-hook): Doc fix.
17471
17472 * allout.el (allout-isearch-did-quit): Variable deleted.
17473 (allout-real-isearch-abort): Function name no longer used.
17474 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17475 (allout-isearch-rectification): isearch-mode always exists.
17476 Don't set allout-isearch-did-quit.
17477 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17478 allout-isearch-did-quit.
17479 (allout-enwrap-isearch): Just add the hook.
17480 (allout-isearch-abort): Function deleted.
17481 (allout-pre-command-business): Avoid warning.
17482
17483 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17484 Correctly avoid warnings.
17485 (pascal-outline): Likewise.
17486
17487 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17488
17489 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17490
17491 * play/tetris.el (tetris-mode): Avoid warning.
17492
17493 * play/snake.el (snake-mode): Avoid warning.
17494
17495 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17496 (gamegrid-set-display-table): Avoid warning.
17497 (gamegrid-set-timer): Likewise.
17498 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17499 (gamegrid-add-score-with-update-game-score-1): Take FILE
17500 as argument.
17501 (gamegrid-add-score-with-update-game-score): Pass that argument.
17502 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17503
17504 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17505
17506 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17507 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17508
17509 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17510 and insert-file.
17511
17512 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17513 (sc-ask): Avoid warnings.
17514
17515 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17516 (eshell-hist-initialize): Use that var the natural way.
17517
17518 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17519
17520 * emacs-lisp/re-builder.el (reb-cook-regexp):
17521 Avoid warning calling lre-compile-string.
17522 (reb-color-display-p): Avoid warning.
17523
17524 * calculator.el (calculator-last-input): Guard uses
17525 of event-key and key-press-event-p.
17526 (event-key, key-press-event-p): Delete definitions.
17527
17528 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17529 (find-gc-source-directory, find-gc-subrs-callers)
17530 (find-gc-noreturn-list, find-gc-source-files)
17531 (find-gc-subrs-called): Vars renamed and defvar'd.
17532
17533 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17534 (checkdoc-overlay-put, checkdoc-delete-overlay)
17535 (checkdoc-overlay-start, checkdoc-overlay-end)
17536 (checkdoc-mode-line-update, checkdoc-char=):
17537 Define such that compiler knows they are defined.
17538 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17539 (checkdoc-read-event): Delete. Use read-event directly.
17540
17541 * whitespace.el (whitespace-make-overlay)
17542 (whitespace-overlay-put, whitespace-delete-overlay)
17543 (whitespace-overlay-start, whitespace-overlay-end):
17544 Define such that compiler knows they are defined.
17545 (whitespace): Move conditional inside.
17546
17547 * tempo.el (tempo-insert-template): Suppress warning.
17548
17549 * ediff-diff.el (longlines-mode): Add defvar.
17550
17551 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17552
17553 * server.el: Bind "C-x #" in a way that works even if C-x is
17554 redefined to a command key, not a prefix key.
17555
17556 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17557
17558 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17559 cl-make-type-test till execution time.
17560
17561 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17562
17563 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17564 arg ARG and use it.
17565
17566 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17567
17568 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17569
17570 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17571
17572 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17573 a defcustom with two :set or :type keywords.
17574
17575 2005-07-15 Richard M. Stallman <rms@gnu.org>
17576
17577 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17578 Don't give ^M comment-end syntax.
17579
17580 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17581
17582 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17583 Don't consider gdbmi (gdb-mi.el has its own update functions).
17584 (gdb-var-delete): Make it work for gdbmi as well.
17585 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17586
17587 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17588 (gud-speedbar-menu-items): Correct logic for enabling items.
17589
17590 2005-07-15 Kim F. Storm <storm@cua.dk>
17591
17592 * ido.el: Fix commentary.
17593 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17594 Use with-no-warnings around ffap-guesser.
17595 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17596 Let bind minibuffer-completing-file-name to t.
17597
17598 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17599
17600 * startup.el (site-run-file, keyboard-type): Doc fixes.
17601 (command-line): Check for "--basic-display" argument; also for
17602 "--quick", not "--bare-bones" (which was renamed).
17603 (fancy-splash-text): Add missing item "Getting New Versions".
17604 (normal-splash-screen): Fix typos and improve consistency with
17605 `fancy-splash-text'. Update copyright year.
17606
17607 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17608 valid binding for `help-char'.
17609
17610 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17611
17612 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17613
17614 * term.el (term-mode): Disable cua-mode for term buffers.
17615
17616 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17617
17618 * add-log.el (add-log-mailing-address, change-log-merge):
17619 Doc fixes.
17620 (change-log-get-method-definition): Fix typo in docstring.
17621
17622 2005-07-14 Kim F. Storm <storm@cua.dk>
17623
17624 * emulation/cua-base.el:
17625 (cua--pre-command-handler-1, cua--pre-command-handler)
17626 (cua--post-command-handler-1, cua--post-command-handler):
17627 Split in two. Check (buffer local) value of cua-mode.
17628 (cua-selection-mode): New command.
17629
17630 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17631
17632 * custom.el (custom-initialize-safe-set)
17633 (custom-initialize-safe-default): Doc fixes.
17634
17635 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17636 and simplify :init-value again.
17637
17638 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17639 and simplify :init-value again. Delete autoload.
17640
17641 * startup.el (command-line): Use `custom-reevaluate-setting' again
17642 for tooltip-mode.
17643
17644 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17645 a defcustom with two :initialize keywords.
17646
17647 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
17648
17649 * allout.el (my-mark-marker, allout-isearch-prior-pos)
17650 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17651 (allout-post-command-business, allout-flag-region)
17652 (isearch-reenable-font-lock, allout-yank)
17653 (allout-insert-latex-header, allout-insert-latex-trailer)
17654 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17655 (allout-latex-verb-quote): Fix typos in docstrings.
17656 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17657 (allout-unprotected, allout-prefix-data):
17658 Improve argument/docstring consistency.
17659 (allout-chart-subtree): Fix argument spec.
17660 (allout-open-topic): Rename `use_sib_bullet' argument to
17661 `use-sib-bullet'. Doc fix.
17662
17663 * whitespace.el (whitespace-check-buffer-leading)
17664 (whitespace-check-buffer-trailing)
17665 (whitespace-check-buffer-indent)
17666 (whitespace-check-buffer-spacetab)
17667 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17668 (whitespace-check-leading-whitespace)
17669 (whitespace-check-trailing-whitespace)
17670 (whitespace-check-spacetab-whitespace)
17671 (whitespace-check-indent-whitespace)
17672 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17673 (whitespace-modes): Fix typos in docstrings.
17674 (defgroup, defcustom): Doc fixes.
17675
17676 * winner.el (winner-mode, winner-boring-buffers)
17677 (winner-pending-undo-ring): Doc fixes.
17678 (winner-ring): Remove unneeded `progn'.
17679 (winner-equal): `defsubst' it.
17680 (winner-redo): Fix message.
17681
17682 2005-07-13 Kim F. Storm <storm@cua.dk>
17683
17684 * simple.el (line-move-1): Always use vertical-motion to
17685 do the last (or only) line move to ensure some movement.
17686 Undo 2005-06-23 change--don't check for overlays.
17687
17688 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17689
17690 * term/mac-win.el (ccl-encode-mac-roman-font)
17691 (ccl-encode-mac-centraleurroman-font)
17692 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17693 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17694 Change charset-id boundary of dimension to ?\xef.
17695 (mac-char-fontspec-list): New constant.
17696 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
17697 argument. Nil uses itself as family in font-spec. Previous
17698 behavior for nil is now provided by non-nil non-string argument.
17699 All callers changed. Add font-specs for Mac fonts to
17700 "fontset-default" unless iso8859-1 fonts are installed.
17701
17702 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17703
17704 * progmodes/sh-script.el (sh-get-indent-info): Only indent
17705 a continuation line if the \ is preceded by SPC or TAB.
17706 (sh-get-indent-info): Simplify.
17707 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17708 Use with-current-buffer.
17709
17710 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17711 when the matched text is empty.
17712
17713 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
17714
17715 * startup.el (command-line): Revert to previous handling of
17716 tooltip-mode. Explain in comment why the complexity is needed.
17717
17718 * tooltip.el (tooltip-mode): Revert to previous implementation of
17719 its defcustom.
17720
17721 * frame.el (blink-cursor-mode): Revert to previous implementation
17722 of its defcustom. Update comment.
17723
17724 2005-07-12 Lars Hansen <larsh@soem.dk>
17725
17726 * desktop.el: Update e-mail address.
17727
17728 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17729
17730 * term/mac-win.el (mac-services-mail-selection)
17731 (mac-services-mail-to): New functions.
17732 (mac-application-menu-map): Bind them.
17733
17734 2005-07-12 wulei <milton@wulei.net> (tiny change)
17735
17736 * progmodes/gdb-ui.el: Add note about buffering with Windows.
17737
17738 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17739
17740 * custom.el (custom-reevaluate-setting): Doc fix.
17741
17742 2005-07-11 Jay Belanger <belanger@truman.edu>
17743
17744 * calc/calc.el (calc-embedded-announce-formula-alist)
17745 (calc-embedded-open-close-plain-alist)
17746 (calc-embedded-open-close-mode-alist): Add checks for additional
17747 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17748
17749 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17750
17751 * custom.el (custom-enable-theme): Don't add theme to
17752 `custom-enabled-themes' with `push' because there is no
17753 setf-method for `delq'.
17754
17755 2005-07-11 Richard M. Stallman <rms@gnu.org>
17756
17757 * custom.el (custom-declare-variable): Doc fix.
17758
17759 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17760 from the alists.
17761
17762 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17763 Do nothing if edebug-active.
17764
17765 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17766 (edebug-display): Do it here instead.
17767
17768 2005-07-10 Richard M. Stallman <rms@gnu.org>
17769
17770 * cus-face.el (custom-theme-set-faces): Make it work.
17771 (custom-reset-faces): Doc fix.
17772 (custom-theme-reset-internal-face, custom-theme-face-value):
17773 Functions deleted.
17774
17775 * custom.el (custom-push-theme): Maintain list of the settings
17776 of a given theme in its theme-settings property.
17777 Maintain position of old settings in the theme-value
17778 or theme-face property.
17779 (custom-enabled-themes): New variable.
17780 (custom-theme-enabled-p): New function.
17781 (provide-theme): Update custom-enabled-themes.
17782 Disable and reenable the `user' theme.
17783 (require-theme): Doc fix.
17784 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17785 (custom-theme-value, custom-theme-variable-value): Likewise.
17786 (custom-theme-reset-internal): Likewise.
17787 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17788 (custom-enable-theme, custom-disable-theme): New functions.
17789 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17790 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17791 (custom-theme-reset-variables): Simplify.
17792 (deftheme, custom-declare-theme, custom-make-theme-feature):
17793 Definitions moved.
17794
17795 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17796
17797 * longlines.el (longlines-show-region)
17798 (longlines-unshow-hard-newlines): Recognize hard newlines by
17799 non-nil hard property, instead of t.
17800
17801 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17802
17803 * viper-cmd.el (viper--key-maps): New variable.
17804 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17805 emulation-mode-map-alists.
17806 (viper-envelop-ESC-key): Use viper-subseq.
17807 (viper-search-forward/backward/next): Disable debug-on-error.
17808
17809 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17810 (viper-ESC-key): New defcustoms.
17811
17812 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17813
17814 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17815 (viper-subseq): Copy of subseq from cl.el.
17816
17817 * viper.el (viper-go-away, viper-set-hooks): Use
17818 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17819
17820 * viper-mous.el (viper-current-frame-saved): Use defvar.
17821
17822 * viper-init.el: Get rid of -face in face names.
17823
17824 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17825 Make it work with longlines mode
17826
17827 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17828
17829 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17830
17831 * ediff-init.el: Get rid of -face in face names.
17832
17833 2005-07-10 Richard M. Stallman <rms@gnu.org>
17834
17835 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17836 and with-timeout-unsuspend.
17837
17838 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17839 and with-timeout-unsuspend.
17840
17841 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17842 (with-timeout): Bind that variable to record timers.
17843 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17844
17845 * emacs-lisp/debug.el (debug-help-follow): New function.
17846 (debugger-mode-map): Use that instead of help-follow.
17847 (debugger-setup-buffer): Use eval-buffer-list
17848 to handle eval-buffer frames.
17849
17850 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17851
17852 * timezone.el (timezone-parse-date): Change first regexp
17853 so it will not mistakenly match dates with no time zone.
17854
17855 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17856
17857 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17858
17859 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17860
17861 * custom.el (custom-initialize-safe-set)
17862 (custom-initialize-safe-default): New functions.
17863
17864 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17865 and simplify :init-value.
17866
17867 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17868 and simplify :init-value. Delete obsolete comment.
17869
17870 * startup.el (command-line): Use `custom-reevaluate-setting' to
17871 handle `tooltip-mode'. Delete obsolete comment.
17872
17873 * files.el (set-visited-file-name): Avoid calling
17874 `file-name-nondirectory' with a nil argument.
17875
17876 2005-07-09 Richard M. Stallman <rms@gnu.org>
17877
17878 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17879 was called with nil for the buffer, handle the read position right.
17880 Handle read position for eval-region, too.
17881
17882 2005-07-09 Juri Linkov <juri@jurta.org>
17883
17884 * fringe.el (fringe-mode): Add period in docstring.
17885 (fringe-query-style): Build prompt depending on `all-frames' arg.
17886
17887 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17888 to not create links to unrelated functions in the Help buffer.
17889
17890 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17891 Doc fix.
17892
17893 * simple.el (next-error-hook): New variable.
17894 (next-error): Use it. Doc fix.
17895
17896 * textmodes/ispell.el (ispell-command-loop): Add current
17897 dictionary name and program name to mode-line-format.
17898 (ispell-region, ispell-process-line): Add current dictionary name
17899 and program name to messages.
17900
17901 2005-07-08 Jay Belanger <belanger@truman.edu>
17902
17903 * calc/calc.el (calc-embedded-announce-formula-alist)
17904 (calc-embedded-open-close-formula-alist)
17905 (calc-embedded-open-close-word-alist)
17906 (calc-embedded-open-close-plain-alist)
17907 (calc-embedded-open-close-new-formula-alist)
17908 (calc-embedded-open-close-mode-alist)
17909 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17910 (calc-embedded-mode-hook): New variables.
17911
17912 * calc/calc-embed.el (calc-embedded-firsttime)
17913 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17914 New variables.
17915 (calc-do-embedded): Use calc-embedded-firsttime,
17916 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17917 determine whether or not to run hooks.
17918 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17919 calc-embedded-firsttime-formula appropriately.
17920 Set calc-embedded delimiter variables according to mode.
17921
17922 2005-07-08 Richard M. Stallman <rms@gnu.org>
17923
17924 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17925 Check for "emacs", etc., as entire symbol, not just as word.
17926 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17927
17928 * files.el (set-visited-file-name): Report the error
17929 for "empty filename" earlier.
17930 (kill-some-buffers): Ignore buffers already dead.
17931
17932 * fringe.el (fringe-mode): Doc fix.
17933
17934 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17935 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17936 Use unwind-protect to ensure byte-compile-unresolved-functions
17937 is updated.
17938
17939 * whitespace.el (whitespace-buffer-leading-cleanup):
17940 Simplify w/ skip-chars-forward.
17941 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17942
17943 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17944 Unconditionally try to leave point at the same old place.
17945
17946 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17947
17948 * comint.el (comint-postoutput-scroll-to-bottom)
17949 (comint-show-maximum-output): Take scroll-margin into consideration.
17950
17951 2005-07-08 Kim F. Storm <storm@cua.dk>
17952
17953 * ido.el (ido-use-filename-at-point): New choice `guess'.
17954 (ido-file-internal): Try ffap-guesser if selected.
17955
17956 * ido.el (ido-before-fallback-functions): New hook.
17957 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17958 (ido-read-file-name): Run it.
17959
17960 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17961
17962 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17963 strings rather than a list of symbols to the completion function.
17964
17965 2005-07-07 Jay Belanger <belanger@truman.edu>
17966
17967 * calc/calc-units.el (math-apply-units): Change the places in
17968 which units are simplified.
17969
17970 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17971
17972 * cus-edit.el (customize-option, customize-option-other-window):
17973 Make them handle aliases.
17974
17975 * custom.el (custom-variable-p): Make it recursively follow
17976 aliases. Mention that in the docstring.
17977
17978 2005-07-07 Richard M. Stallman <rms@gnu.org>
17979
17980 * cus-start.el (exec-path): Use `directory' instead of `file'.
17981 Fix tag for nil.
17982
17983 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17984
17985 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17986 when called non-interactively. Doc fix.
17987
17988 2005-07-07 Lute Kamstra <lute@gnu.org>
17989
17990 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17991 new address as well.
17992
17993 2005-07-07 Kenichi Handa <handa@m17n.org>
17994
17995 * international/mule.el (make-coding-system):
17996 Describe `ascii-incompatible' property in the docstring.
17997 (set-file-name-coding-system): Signal an error if coding-system is
17998 ascii-incompatible.
17999 (set-keyboard-coding-system): Likewise.
18000
18001 * international/mule-cmds.el (set-default-coding-systems):
18002 Don't set default-file-name-coding-system and
18003 default-keyboard-coding-system if coding-system is ASCII-incompatible.
18004
18005 * international/utf-16.el: Declare that all UTF-16-based coding
18006 systems are ASCII-incompatible.
18007
18008 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
18009
18010 * progmodes/gud.el: Require font-lock for displaying errors.
18011 Used by gdb-ui.el.
18012
18013 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18014
18015 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18016 values for the pattern lists which are `read'able but not
18017 `append'able (like symbols).
18018
18019 2005-07-06 Richard M. Stallman <rms@gnu.org>
18020
18021 * progmodes/flymake.el (flymake-float-time): Instead of
18022 with-no-warnings, test for xemacs.
18023 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18024 to avoid warning.
18025
18026 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
18027
18028 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18029
18030 2005-07-05 Lute Kamstra <lute@gnu.org>
18031
18032 * battery.el: Add support for Darwin (with much debugging help
18033 from Samuel Lauber <sam124@operamail.com>).
18034 (battery-status-function, battery-echo-area-format)
18035 (battery-mode-line-format): Add support for pmset on Darwin.
18036 (battery-load-low, battery-load-critical): New user options.
18037 (battery-pmset): New function.
18038
18039 2005-07-05 Lute Kamstra <lute@gnu.org>
18040
18041 Update FSF's address in GPL notices.
18042
18043 * textmodes/page-ext.el: Update FSF's address.
18044
18045 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18046
18047 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18048 filling from using prefix when filling a single-line docstring.
18049
18050 * progmodes/flymake.el: Remove useless eval-when-compile.
18051
18052 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18053
18054 2005-07-04 Richard M. Stallman <rms@gnu.org>
18055
18056 * textmodes/org.el (org-file-apps-defaults-gnu):
18057 Rename from org-file-apps-defaults-linux.
18058 (org-default-apps): Don't test system-type for `linux'.
18059 (org-file-apps): Doc fix.
18060
18061 2005-07-04 David Ponce <david@dponce.com>
18062
18063 * tree-widget.el: Improve header Commentary section.
18064 (tree-widget) [defgroup]
18065 (tree-widget-image-enable, tree-widget-themes-directory)
18066 (tree-widget-theme, tree-widget-image-properties-emacs)
18067 (tree-widget-image-properties-xemacs, tree-widget-create-image)
18068 (tree-widget-image-formats, tree-widget-control)
18069 (tree-widget-empty-control, tree-widget-leaf-control
18070 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18071 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18072 (tree-widget-keep, tree-widget-after-toggle-functions)
18073 (tree-widget-open-node, tree-widget-close-node): Doc fix.
18074 (tree-widget-open-control, tree-widget-close-control): Fix doc and
18075 :help-echo message.
18076 (tree-widget-set-theme): Doc fix. Use `string-equal'.
18077 (tree-widget-image-properties): Doc fix. Clearer implementation.
18078 (tree-widget--cursors): New constant.
18079 (tree-widget-lookup-image): New function split from
18080 `tree-widget-find-image'. Clearer implementation.
18081 (tree-widget-find-image): Use it.
18082 (tree-widget-button-keymap): Use `set-keymap-parent'.
18083 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18084 Define the sub-widgets here.
18085 (tree-widget-node): Check that :node is not a tree-widget.
18086 (tree-widget-get-super, tree-widget-open-control)
18087 (tree-widget-close-control, tree-widget-empty-control)
18088 (tree-widget-leaf-control, tree-widget-guide)
18089 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18090 (tree-widget-no-handle, tree-widget-value-delete)
18091 (tree-widget-map): Remove.
18092 (tree-widget-children-value-save): Doc fix. Simplified.
18093 (tree-widget-value-create): Update according to previous changes.
18094
18095 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
18096
18097 * textmodes/org.el: Leading space replaced by TABS.
18098 (org-recalc-marks, org-table-rotate-recalc-marks)
18099 (org-table-get-specials): Treat "^" and "_" marks.
18100 (org-table-justify-field-maybe): Optional argument NEW.
18101 (org-table-eval-formula): Parsing of the format simplified.
18102 New modes C,I. Honor the %= parameter in the current table.
18103 Avoid unnecessary re-align by using the NEW argument to
18104 `org-table-justify-field-maybe'.
18105 (org-calc-default-modes): Default for date-format mimicks org-mode.
18106 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18107
18108 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
18109
18110 * cus-face.el (custom-theme-set-faces): Make it handle face
18111 aliases whose alias declarations are pre- or autoloaded.
18112
18113 2005-07-04 Juri Linkov <juri@jurta.org>
18114
18115 * faces.el (read-face-name): Put the code for getting a face name
18116 from the buffer before adding the faces from the `face' property.
18117 Use `completing-read-multiple' instead of `completing-read'.
18118 Require `crm'. Add default value and post-process the returned
18119 list of faces.
18120
18121 * emacs-lisp/crm.el (crm-find-current-element)
18122 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18123
18124 * emacs-lisp/lisp-mode.el (eval-defun-1):
18125 * emacs-lisp/edebug.el (edebug-eval-defun):
18126 Remove unnecessary quotes.
18127
18128 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18129
18130 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18131 (prolog-indent-level): Fix typo in docstring.
18132
18133 * info.el (Info-history, Info-history-forward)
18134 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18135
18136 * add-log.el (add-change-log-entry):
18137 * comint.el (comint-dynamic-list-input-ring)
18138 (comint-dynamic-list-completions):
18139 * dabbrev.el (dabbrev-expand):
18140 * delim-col.el (delimit-columns-rectangle-line):
18141 * diff-mode.el (diff-context->unified, diff-reverse-direction)
18142 (diff-unified->context):
18143 * ediff-init.el (ediff-abbrev-jobname):
18144 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18145 (ediff-replace-session-activity-marker-in-meta-buffer):
18146 * info.el (Info-summary):
18147 * lpr.el (printify-region):
18148 * printing.el (pr-create-interface):
18149 * ps-print.el (ps-print-quote):
18150 * ses.el (ses-column-widths, ses-print-cell)
18151 (ses-adjust-print-width, ses-center):
18152 * shell.el (shell-file-name-quote-list):
18153 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18154 (strokes-fill-current-buffer-with-whitespace)
18155 (strokes-xpm-for-stroke, strokes-list-strokes)
18156 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18157 * term.el (term-dynamic-list-input-ring)
18158 (term-dynamic-list-completions):
18159 * calc/calc.el (math-format-stack-value):
18160 * emacs-lisp/edebug.el (edebug-display-freq-count):
18161 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18162 (delphi-new-comment-line):
18163 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18164 * progmodes/executable.el (executable-set-magic):
18165 * progmodes/python.el (inferior-python-mode):
18166 * progmodes/scheme.el (scheme-mode-syntax-table):
18167 * progmodes/sh-script.el (sh-maybe-here-document):
18168 * progmodes/sql.el (sql-copy-column):
18169 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18170 * textmodes/bibtex.el (bibtex-mode):
18171 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18172 (sgml-auto-attributes):
18173 * textmodes/table.el (table-insert, table-shorten-cell)
18174 (table--generate-source-scan-lines, table-delete-row)
18175 (*table--cell-delete-char, table--spacify-frame)
18176 (table--horizontally-shift-above-and-below)
18177 (table--cell-insert-char, table--cell-blank-str)
18178 (table--fill-region-strictly):
18179 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18180 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18181
18182 * add-log.el (change-log):
18183 * apropos.el (apropos):
18184 * comint.el (comint-completion, comint-source):
18185 * dabbrev.el (dabbrev):
18186 * delim-col.el (columns):
18187 * diff-mode.el (diff-mode):
18188 * ediff.el (ediff):
18189 * ediff-diff.el (ediff-diff):
18190 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18191 * ediff-mult.el (ediff-mult):
18192 * ediff-ptch.el (ediff-ptch):
18193 * ediff-wind.el (ediff-window):
18194 * facemenu.el (facemenu):
18195 * indent.el (indent):
18196 * info.el (info):
18197 * jka-cmpr-hook.el (compression, jka-compr):
18198 * lpr.el (lpr):
18199 * outline.el (outlines):
18200 * pcmpl-cvs.el (pcmpl-cvs):
18201 * pcmpl-rpm.el (pcmpl-rpm):
18202 * printing.el (printing):
18203 * ps-print.el (postscript, ps-print, ps-print-horizontal)
18204 (ps-print-vertical, ps-print-headers, ps-print-font)
18205 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18206 (ps-print-background, ps-print-printer, ps-print-page)
18207 (ps-print-miscellany):
18208 * ses.el (ses):
18209 * shell.el (shell, shell-directories, shell-faces):
18210 * startup.el (initialization):
18211 * strokes.el (strokes):
18212 * term.el (term):
18213 * uniquify.el (uniquify):
18214 * w32-vars.el (w32):
18215 * calc/calc.el (calc):
18216 * emacs-lisp/bytecomp.el (bytecomp):
18217 * emacs-lisp/cl-indent.el (lisp-indent):
18218 * emacs-lisp/edebug.el (edebug):
18219 * emacs-lisp/elp.el (elp):
18220 * emacs-lisp/testcover.el (testcover):
18221 * emacs-lisp/trace.el (trace):
18222 * emulation/viper-ex.el (viper-ex):
18223 * emulation/viper-mous.el (viper-mouse):
18224 * mail/mailalias.el (mailalias):
18225 * mail/supercite.el (supercite, supercite-frames)
18226 (supercite-attr, supercite-cite, supercite-hooks):
18227 * net/rcompile.el (remote-compile):
18228 * net/rlogin.el (rlogin):
18229 * obsolete/ooutline.el (outlines):
18230 * progmodes/delphi.el (delphi):
18231 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18232 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18233 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18234 (ebnf-optimization):
18235 * progmodes/etags.el (etags):
18236 * progmodes/executable.el (executable):
18237 * progmodes/idlwave.el (idlwave):
18238 * progmodes/pascal.el (pascal):
18239 * progmodes/prolog.el (prolog):
18240 * progmodes/python.el (python):
18241 * progmodes/scheme.el (scheme):
18242 * progmodes/sh-script.el (sh, sh-script):
18243 * progmodes/sql.el (SQL):
18244 * progmodes/tcl.el (tcl):
18245 * textmodes/bibtex.el (bibtex, bibtex-autokey):
18246 * textmodes/enriched.el (enriched):
18247 * textmodes/makeinfo.el (makeinfo):
18248 * textmodes/sgml-mode.el (sgml):
18249 * textmodes/table.el (table-hooks):
18250 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18251 * textmodes/texinfo.el (texinfo):
18252 * textmodes/two-column.el (two-column):
18253 Finish `defgroup' description with period.
18254
18255 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18256 * eshell/esh-var.el (eshell-var):
18257 * progmodes/vhdl-mode.el (vhdl-testbench):
18258 * textmodes/org.el (org): Fix typos in docstrings.
18259
18260 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18261 consistency.
18262
18263 * progmodes/flymake.el (flymake-find-file): Remove.
18264 (flymake-float-time): Use `with-no-warnings'.
18265 (flymake-check-start-time, flymake-check-was-interrupted)
18266 (flymake-err-info, flymake-is-running, flymake-last-change-time)
18267 (flymake-new-err-info): `defvar' at compile time.
18268
18269 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
18270
18271 * replace.el (occur-hook): Doc fix.
18272 (occur-1): Don't call `occur-hook' if there are no matches.
18273
18274 2005-07-03 Richard M. Stallman <rms@gnu.org>
18275
18276 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18277 global-map, save the same map.
18278 (global-map): Don't alter it at top level.
18279 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18280 Then alter it here instead.
18281 (tpu-edt-off): Set global-map to the saved one.
18282
18283 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18284 All references simplified.
18285 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
18286 (zmacs-regions): Add defvar.
18287 (repeat-complex-command-map): Everything about that deleted.
18288
18289 * textmodes/artist.el (artist-key-is-drawing)
18290 (artist-key-endpoint1, artist-key-poly-point-list)
18291 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18292 (artist-key-compl-table, artist-rb-save-data)
18293 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18294 Don't put them in eval-when-compile.
18295 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18296
18297 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18298 Use with-no-warnings.
18299
18300 * net/browse-url.el (dos-windows-version): Add defvar.
18301
18302 * mail/supercite.el (filladapt-prefix-table): Add defvar.
18303
18304 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18305 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18306 (rmail-new-summary-line-count): Rename from new-summary-line-count.
18307 Add defvar.
18308 (rmail-summary-beginning-of-message): Use with-no-warnings.
18309 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18310
18311 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18312 Use with-no-warnings.
18313
18314 * emulation/vi.el (vi-mark-region): Use c-mark-function.
18315 (c-mark-function): Add point-moving-unit property.
18316 (vi-goto-line): Use with-no-warnings.
18317
18318 * emulation/edt.el (edt-last-copied-word): Add defvar.
18319 (zmacs-region-stays): Likewise.
18320 (edt-mark-section-wisely): Use c-mark-function for C.
18321 Use makr-defun for Fortran.
18322 (time-string): defvar deleted.
18323 (edt-display-the-time): Don't set time-string.
18324
18325 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18326
18327 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18328 Don't warn when name is not constant
18329 or for defining the group `emacs'.
18330
18331 * tooltip.el (gud-tooltip-mode): Add defvar.
18332
18333 * startup.el (default-frame-background-mode): Add defvar.
18334
18335 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18336
18337 * info.el (tool-bar-map): Add defvar.
18338
18339 * dired.el (dnd-protocol-alist): Add defvar.
18340
18341 * dired-aux.el (dired-query): Display question with answer, when
18342 the user answers.
18343
18344 * custom.el (custom-add-option): Doc fix.
18345
18346 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18347
18348 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18349
18350 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18351 bogus name from the last change.
18352
18353 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18354
18355 * custom.el (custom-declare-variable): Fix typos in comment.
18356 (custom-known-themes): Doc fix.
18357 (custom-theme-directory): New defcustom.
18358 (require-theme): Make it check `custom-theme-directory'.
18359
18360 * cus-theme.el (custom-new-theme-mode): New function.
18361 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18362 (custom-theme-description): Add compiler defvars.
18363 (customize-create-theme): Add doc to the "*New Custom Theme*"
18364 buffer. Use `custom-new-theme-mode'.
18365 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18366 and save it to the `custom-theme-directory'. Make this the
18367 default directory of the buffer.
18368
18369 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18370
18371 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18372 Fix unbalanced parentheses.
18373
18374 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18375
18376 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18377 into flymake-mode and delegate to flymake-mode.
18378
18379 * find-file.el (ff-which-function-are-we-in): Clean up.
18380
18381 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18382
18383 * replace.el (occur-rename-buffer): Fix docstring.
18384
18385 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18386 (edt-last-copied-word, edt-learn-macro-count)
18387 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18388 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18389 (time-string, zmacs-region-stays):
18390 * emulation/edt-mapper.el (edt-save-function-key-map)
18391 (EDT-key-name): `defvar' to silence the byte-compiler.
18392
18393 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18394
18395 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18396 font-lock-regexp-backslash. Doc fix.
18397 (font-lock-regexp-backslash-grouping-construct): Rename from
18398 font-lock-regexp-backslash-construct. Doc fix.
18399 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18400 grouping constructs.
18401
18402 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18403
18404 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18405 updating all the prerequisites.
18406
18407 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18408
18409 * textmodes/org.el (org-agenda-start-on-weekday)
18410 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18411 (org-agenda-use-time-grid, org-archive-location)
18412 (org-allow-space-in-links, org-usenet-links-prefer-google)
18413 (org-enable-table-editor, org-export-default-language)
18414 (org-export-html-show-new-buffer, org-fill-paragraph)
18415 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18416 (org-goto-quit, org-occur, org-eval-in-calendar)
18417 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18418 (org-agenda-diary-entry, org-remember-help)
18419 (org-table-convert-region, org-at-table-p)
18420 (org-table-move-row-down, org-table-move-row-up)
18421 (org-table-copy-region, org-table-toggle-vline-visibility)
18422 (org-table-get-stored-formulas, org-table-get-specials)
18423 (org-recalc-commands, org-table-eval-formula)
18424 (org-table-formula-substitute-names, orgtbl-make-binding)
18425 (org-format-org-table-html, org-format-table-table-html)
18426 (org-format-table-table-html-using-table-generate-source)
18427 (org-customize): Fix typos in docstrings.
18428 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18429 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18430 (org-back-to-heading): Doc fixes.
18431 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18432 (org-agenda-change-all-lines, org-get-header):
18433 Improve argument/docstring consistency.
18434 (orgtbl-error): Fix error message.
18435
18436 * progmodes/flymake.el (flymake-find-possible-master-files)
18437 (flymake-master-file-compare, flymake-get-line-err-count)
18438 (flymake-highlight-line, flymake-gui-warnings-enabled):
18439 Fix typos in docstrings.
18440 (flymake-parse-line, flymake-get-project-include-dirs-function)
18441 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18442 Doc fixes.
18443 (flymake-get-project-include-dirs-function)
18444 (flymake-make-err-menu-data):
18445 Improve argument/docstring consistency.
18446
18447 2005-07-01 Lute Kamstra <lute@gnu.org>
18448
18449 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18450 Catch errors with ignore-errors. Use temporary buffer.
18451 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18452
18453 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18454 background color faces.
18455 (facemenu-set-foreground, facemenu-set-background):
18456 Use facemenu-set-face-from-menu.
18457 (facemenu-set-face-from-menu): Treat face names that start with
18458 "fg:" or "bg:" as special.
18459 (facemenu-add-new-color): Don't create faces. Simplify.
18460
18461 2005-06-30 Richard M. Stallman <rms@gnu.org>
18462
18463 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18464 (crm-find-current-element): Likewise.
18465
18466 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18467
18468 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18469
18470 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18473 (archive-mouse-extract): Make it an obsolete alias.
18474 (archive-mode-map): Don't use archive-mouse-extract any more.
18475 (archive-mode, archive-extract): write-contents-hooks ->
18476 write-contents-functions.
18477 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18478 first arg.
18479 (archive-rename-entry): Update the call.
18480 (archive-zip-summarize): Remove unused var `method'.
18481 (archive-lzh-summarize): Remove unused var `creator'.
18482
18483 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18484 dedicated frame upon exit.
18485
18486 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18487 (archive-zip-extract, archive-zip-expunge)
18488 (archive-zip-update, archive-zip-update-case): Use executable-find.
18489 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18490 Use restore-buffer-modified-p.
18491 (archive-extract, archive-add-new-member, archive-write-file-member):
18492 Use with-current-buffer.
18493 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18494
18495 2005-06-30 Andreas Schwab <schwab@suse.de>
18496
18497 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18498
18499 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18500
18501 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18502
18503 2005-06-30 Juri Linkov <juri@jurta.org>
18504
18505 * faces.el (vertical-border): Inherit from mode-line-inactive
18506 only on tty.
18507
18508 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18509
18510 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18511 example, -NLINES in the `occur' docstring).
18512
18513 * replace.el (occur-1): When no matches are found, do not set the
18514 `buffer-read-only' and modified flags for the occur buffer,
18515 because it is deleted.
18516
18517 * emulation/cua-base.el (cua-check-pending-input)
18518 (cua-repeat-replace-region, cua-mode, cua-debug)
18519 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18520 Fix typos in docstrings.
18521
18522 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18523 (cua-cut-region-to-global-mark)
18524 (cua--cut-rectangle-to-global-mark):
18525 Remove period from end of messages.
18526
18527 * emulation/cua-rect.el (cua-do-rectangle-padding):
18528 Remove period from end of messages.
18529 (cua--rectangle-seq-format): Fix typo in docstring.
18530 (cua-sequence-rectangle, cua-fill-char-rectangle):
18531 Improve argument/docstring consistency.
18532
18533 2005-06-29 Juri Linkov <juri@jurta.org>
18534
18535 * faces.el (default-frame-background-mode): New internal variable.
18536 (frame-set-background-mode): Use it.
18537
18538 * startup.el (normal-top-level): Set default-frame-background-mode
18539 instead of frame-background-mode. Before setting it, test for its
18540 nil value. Remove tests for frame-background-mode and frame
18541 parameter `reverse'. Add test for "unspecified-fg".
18542
18543 * term/xterm.el (xterm-rxvt-set-background-mode):
18544 * term/rxvt.el (rxvt-set-background-mode):
18545 Set default-frame-background-mode instead of frame-background-mode.
18546
18547 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18548
18549 * simple.el (set-variable): Warn about obsolete user variables.
18550
18551 * imenu.el (imenu--completion-buffer):
18552 * mouse.el (mouse-buffer-menu-alist):
18553 * msb.el (msb-invisible-buffer-p):
18554 * calendar/diary-lib.el (diary-header-line-format):
18555 * emacs-lisp/pp.el (pp-buffer):
18556 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18557 * textmodes/picture.el (picture-replace-match):
18558 Change space constants followed by a sexp to "?\s ".
18559
18560 * play/decipher.el (decipher-loop-with-breaks):
18561 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18562 constants "protected" from end of line by a comment to "?\s".
18563
18564 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18565
18566 * font-lock.el (save-buffer-state): Use `declare'.
18567
18568 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18569 reset the syntax-table to cperl-mode-syntax-table.
18570 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18571 "foo_print_bar" is not matched as a reserved keyword.
18572
18573 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18574
18575 * textmodes/org.el (orgtbl-setup): New function, for delayed
18576 setup for the orgtbl commands.
18577 (org-calc-default-modes): New option.
18578 (orgtbl-make-binding): Use `defun' to get better help display.
18579 (org-diary): Call `org-compile-prefix-format'.
18580 (org-table-formula-substitute-names): New function.
18581 (org-agenda-day-view, org-agenda-week-view): New commands.
18582 (org-agenda-toggle-week-view): Command removed.
18583 (org-tbl-menu): Split off from org-org-menu.
18584 (org-mode): Move removal of outline-mode menus to here.
18585 (org-table-formula-debug): New option.
18586 (org-table-insert-row): Keep first field if just "#" or "*".
18587 (org-mode): Paragraph regexps fixed.
18588 (org-table-recalculate-regexp): New constant.
18589 (org-table-justify-field-maybe): Avoid replace if not necessary.
18590 (org-copy-special, org-cut-special): Use `call-interactively'.
18591 (org-table-copy-region): Take region from `interactive' call.
18592 (org-trim): Return string even if no match.
18593 (org-formula): New face.
18594 (org-set-font-lock-defaults): No longer highlight "FIXME".
18595 But highlight formula-related fields in table.
18596 (org-table-p): Use regexp, not fontification.
18597 (org-table-align): Handle white space at end of line.
18598 (org-table-formula-evaluate-inline): New option.
18599 (org-mode): Auto-wrapping in comment lines turned off.
18600 (org-table-copy-down): Evaluate only in copied field, not in
18601 destination.
18602 (org-table-current-formula): Variable removed.
18603 (org-table-store-formulas, org-table-get-stored-formulas)
18604 (org-table-modify-formulas, org-table-replace-in-formulas)
18605 (org-table-maybe-eval-formula): New functions.
18606 (org-table-get-formula): Modify to use stored formulas.
18607 (org-table-insert-column, org-table-delete-column)
18608 (org-table-move-column): Call `org-table-modify-formulas'.
18609 (org-complete): Add completion for keyword formulas.
18610 (orgtbl-mode): Pull orgtbl-mode-map to start of
18611 minor-mode-map-alist.
18612
18613 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18614
18615 * progmodes/python.el (python-check): Require `compile' before
18616 modifying its variables.
18617
18618 * newcomment.el (comment-indent-default): Don't get fooled by an early
18619 end of buffer.
18620
18621 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18622
18623 * ps-print.el (ps-print-version): Fix version number.
18624
18625 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18626
18627 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18628
18629 2005-06-28 Richard M. Stallman <rms@gnu.org>
18630
18631 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18632 (flyspell-local-mouse-map): Declaration deleted.
18633 (flyspell-mouse-map): Bind only mouse-2.
18634 (flyspell-mode-map): Don't test flyspell-use-local-map.
18635 (flyspell-overlay-keymap-property-name): Var deleted.
18636 (flyspell-mode-on): Don't make local bindings for
18637 flyspell-mouse-map and flyspell-mode-map.
18638 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18639
18640 * textmodes/ispell.el (ispell-word): Do not ignore short words.
18641
18642 * progmodes/compile.el (compilation-next-error-function):
18643 Don't switch buffers; operate on the current buffer.
18644
18645 * progmodes/compile.el (compilation-error-file-name)
18646 (compilation-warning-file-name, compilation-info-file-name)
18647 (compilation-line-number, compilation-column-number): New faces.
18648 (compilation-error-face, compilation-warning-face)
18649 (compilation-info-face, compilation-line-face)
18650 (compilation-column-face): Use them.
18651
18652 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18653
18654 * comint.el (comint-password-prompt-regexp): Accept ", try again".
18655
18656 * bindings.el (global-map): Bind insertchar and its variants.
18657
18658 2005-06-27 Richard M. Stallman <rms@gnu.org>
18659
18660 * textmodes/artist.el (artist-text-overwrite)
18661 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18662
18663 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18664
18665 * ps-print.el: It was not working the page selection for printing.
18666 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18667 (ps-print-version): New version 6.6.7.
18668 (ps-end-sheet): New fun.
18669 (ps-header-sheet, ps-end-job): Call it.
18670
18671 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
18672
18673 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18674
18675 2005-06-27 Lute Kamstra <lute@gnu.org>
18676
18677 * facemenu.el (facemenu-unlisted-faces): Add foreground and
18678 background color faces.
18679 (facemenu-get-face): Delete function.
18680 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18681 (facemenu-add-new-color): Make second argument mandatory.
18682 Create the appropriate face and return it. Simplify.
18683 (facemenu-set-foreground, facemenu-set-background): Don't check if
18684 color is defined. Use return value of facemenu-add-new-color.
18685
18686 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
18687
18688 * progmodes/gud.el (gud-filter): Add missing argument to
18689 with-selected-window.
18690
18691 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18692
18693 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18694 a :require to the defcustom.
18695
18696 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18697 defcustoms corresponding to minor modes.
18698
18699 2005-06-26 David Ponce <david@dponce.com>
18700
18701 * recentf.el: Require tree-widget instead of wid-edit.
18702 (recentf-filename-handler): Fix widget :type.
18703 (recentf-cancel-dialog, recentf-open-more-files)
18704 (recentf-open-files-action): Doc fix.
18705 (recentf-dialog-goto-first): New function.
18706 (recentf-dialog-mode-map): Set parent keymap first.
18707 (recentf-dialog-mode): Define with define-derived-mode.
18708 Don't display continuation lines in dialogs.
18709 (recentf-edit-list): Rename from recentf-edit-selected-items.
18710 (recentf-edit-list-select): Rename from recentf-edit-list-action.
18711 Simplify.
18712 (recentf-edit-list-validate): New function.
18713 (recentf-edit-list): Update accordingly.
18714 (recentf-open-files-item-shift): Remove.
18715 (recentf-open-files-item): Convert menu elements into tree and
18716 link widgets. Don't create the widgets.
18717 (recentf-open-files): Update accordingly.
18718 (recentf-save-list): Untabify.
18719
18720 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
18721
18722 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18723 (keep-lines): Add INTERACTIVE arg. Never delete lines only
18724 partially contained in the active region. Do not take active
18725 region into account when called from Lisp, unless INTERACTIVE arg
18726 is non-nil. Use `forward-line' instead of `beginning-of-line' to
18727 avoid trouble with fields. Make marker point nowhere when no
18728 longer used. Always return nil. Doc fix.
18729 (flush-lines): Add INTERACTIVE arg. Do not take active region
18730 into account when called from Lisp, unless INTERACTIVE arg is
18731 non-nil. Use `forward-line' instead of `beginning-of-line' to
18732 avoid trouble with fields. Make marker point nowhere when no
18733 longer used. Always return nil. Doc fix.
18734 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
18735 interchangeable. Do not take active region into account when
18736 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18737 message in echo area when called from Lisp, unless INTERACTIVE arg
18738 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18739 Return the number of matches. Doc fix.
18740 (occur): Doc fix.
18741 (perform-replace): Make comment follow double space convention for
18742 the sake of `outline-minor-mode'.
18743
18744 * faces.el (facep): Doc fix.
18745
18746 2005-06-25 Richard M. Stallman <rms@gnu.org>
18747
18748 * facemenu.el (facemenu-enable-faces-p): New function.
18749 (facemenu-background-menu, facemenu-foreground-menu)
18750 (facemenu-face-menu): Add menu-enable property.
18751
18752 * jka-compr.el (jka-compr-insert-file-contents):
18753 Special handling if cannot find the uncompression program.
18754
18755 * cus-face.el (custom-face-attributes): Add autoload.
18756
18757 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18758 Bind comment-indent-function locally.
18759
18760 * window.el (save-selected-window): Use save-current-buffer.
18761
18762 * subr.el (with-selected-window): Use save-current-buffer.
18763
18764 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18765 and with-current-buffer.
18766
18767 2005-06-24 Richard M. Stallman <rms@gnu.org>
18768
18769 * simple.el (line-move-1): Fix previous change.
18770
18771 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18772
18773 * replace.el (occur-1): Set `buffer-read-only' and the
18774 buffer-modified flag before running `occur-hook' to protect
18775 against unintentional buffer switches that can lead to data loss.
18776
18777 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18778
18779 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18780 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18781 initial error.
18782
18783 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18784 after fresh input.
18785 (gdb-var-create-handler): Put name of expression in quotes.
18786
18787 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18788
18789 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18790 elements of RING in order, and without bogus nil elements.
18791
18792 2005-06-23 Richard M. Stallman <rms@gnu.org>
18793
18794 * simple.el (set-variable): Args renamed; doc fix.
18795 (line-move-1): When there are overlays around, use vertical-motion.
18796
18797 * faces.el (escape-glyph): Use brown against light background.
18798 (nobreak-space): Rename from no-break-space.
18799 Fix previous change.
18800
18801 * dired-aux.el (dired-do-copy): Fix arg prompt.
18802
18803 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18804
18805 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18806
18807 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18808 rather than "Distributor".
18809
18810 2005-06-23 Lute Kamstra <lute@gnu.org>
18811
18812 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18813 (debug-on-entry): Use it. New interactive declaration that uses
18814 function-called-at-point.
18815
18816 2005-06-23 Kim F. Storm <storm@cua.dk>
18817
18818 * subr.el (save-match-data): Add comment about using evaporate arg
18819 to set-match-data.
18820
18821 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18822
18823 * cus-edit.el (customize-face)
18824 (customize-face-other-window): Handle face aliases.
18825
18826 * faces.el (face-documentation, set-face-attribute)
18827 (face-spec-set): Handle face aliases.
18828
18829 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18830
18831 * help-mode.el (help-make-xrefs): If a symbol representing a face
18832 name is not followed by the word "face", it could still be a
18833 function or variable name, so don't bypass other checks.
18834
18835 2005-06-22 Juri Linkov <juri@jurta.org>
18836
18837 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18838 Replace aliased functions with calls where second arg `inherit' is t.
18839
18840 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18841
18842 * progmodes/gdb-ui.el (gdb-error): New variable.
18843 (gdb-error): New function.
18844 (gdb-annotation-rules): Act on error-begin and error annotations.
18845 (gdb-concat-output): Use font-lock-warning-face for errors.
18846
18847 2005-06-22 Miles Bader <miles@gnu.org>
18848
18849 * bindings.el (propertized-buffer-identification): Use renamed
18850 `Buffer-menu-buffer' face.
18851
18852 * faces.el (vertical-border): Rename from `vertical-divider'.
18853 (escape-glyph): Change dark-background color back to `cyan'.
18854
18855 2005-06-21 Juri Linkov <juri@jurta.org>
18856
18857 * faces.el (face-user-default-spec): Try getting `customized-face'
18858 prior to `saved-face'.
18859 (frame-background-mode): Refill docstring.
18860
18861 * emacs-lisp/lisp-mode.el (eval-defun-1):
18862 * emacs-lisp/edebug.el (edebug-eval-defun):
18863 Set `saved-face' temporarily to nil before calling form.
18864 Set `customized-face' to the new spec after that.
18865
18866 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18867
18868 * subr.el (1value, lambda, key-substitution-in-progress):
18869 Doc fixes.
18870
18871 * autoinsert.el (auto-insert-alist):
18872 * ses.el (ses-call-printer):
18873 * subr.el (noreturn):
18874 * emacs-lisp/lisp.el (check-parens):
18875 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18876 * net/browse-url.el (browse-url-mosaic):
18877 * progmodes/cc-defs.el (c-safe-scan-lists):
18878 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18879 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18880 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18881 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18882 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18883 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18884
18885 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18886
18887 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18888
18889 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18890
18891 * calendar/appt.el (appt-make-list): Activate the package, if
18892 not already active (for backwards compatibility).
18893
18894 2005-06-20 Kim F. Storm <storm@cua.dk>
18895
18896 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18897
18898 2005-06-20 Miles Bader <miles@gnu.org>
18899
18900 * faces.el (vertical-divider): New face.
18901
18902 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18903
18904 * simple.el (kill-whole-line): Doc fix.
18905 (next-error-buffer-p, next-error-find-buffer)
18906 (clone-indirect-buffer): Fix typos in docstrings.
18907 (comment-line-break-function): Doc fix: don't say variable
18908 is automatically buffer-local (it isn't).
18909
18910 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18911
18912 * net/tramp-ftp.el (top):
18913 * net/tramp-smb.el (top):
18914 * net/tramp-util.el (top):
18915 * net/tramp-uu.el (top):
18916 * net/tramp-vc.el (top):
18917 * net/tramp.el (top): Revert copyright years back to original
18918 ones. Tramp has a life outside GNU Emacs.
18919
18920 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18921
18922 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18923
18924 2005-06-18 Juri Linkov <juri@jurta.org>
18925
18926 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18927 end of first regexp to limit the match to the position between
18928 line number and source line with same separator character as used
18929 between file name and line number. In the second regexp limit
18930 mouse-face area to file name and line number by adding new group
18931 for them and referring it in HYPERLINK arg.
18932 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18933 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18934 previous line where grep markers may be already removed.
18935
18936 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18937
18938 * progmodes/ps-mode.el: Update version and maintainer's email address.
18939
18940 2005-06-18 Steve Youngs <steve@xemacs.org>
18941
18942 * net/browse-url.el (browse-url-browser-function)
18943 (browse-url-default-browser): Add firefox.
18944 (browse-url-firefox-program, browse-url-firefox-arguments)
18945 (browse-url-firefox-startup-arguments)
18946 (browse-url-firefox-new-window-is-tab): New defcustoms.
18947 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18948
18949 2005-06-17 Richard M. Stallman <rms@gnu.org>
18950
18951 * startup.el (command-line): Warn if specified user name has
18952 no home directory.
18953
18954 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18955 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18956
18957 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18958 Doc fixes.
18959
18960 * faces.el (underline): Try bold if terminal doesn't support underline.
18961
18962 * mail/sendmail.el (mail-setup-with-from): New variable.
18963 (mail-insert-from-field): New function.
18964 (sendmail-send-it): Call it.
18965 (mail-setup): Optionally call it here.
18966
18967 * term/linux.el: Call tty-no-underline.
18968
18969 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18970
18971 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18972
18973 2005-06-17 Miles Bader <miles@gnu.org>
18974
18975 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18976 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18977 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18978 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18979 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18980 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18981 Remove "-face" suffix from face names.
18982 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18983 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18984 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18985 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18986 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18987 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18988 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18989 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18990 New backward-compatibility aliases for renamed faces.
18991 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18992 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18993 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18994 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18995 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18996 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18997 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18998 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18999 Use renamed ediff faces.
19000
19001 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19002 Remove "-face" suffix from face names.
19003 (eshell-test-ok-face, eshell-test-failed-face):
19004 New backward-compatibility aliases for renamed faces.
19005 (eshell-run-test): Use renamed eshell-test faces.
19006
19007 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19008 face name.
19009 (eshell-prompt-face): New backward-compatibility alias for renamed
19010 face.
19011 (eshell-emit-prompt): Use renamed eshell-prompt face.
19012
19013 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19014 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19015 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19016 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19017 Remove "-face" suffix from face names.
19018 (eshell-ls-directory-face, eshell-ls-symlink-face)
19019 (eshell-ls-executable-face, eshell-ls-readonly-face)
19020 (eshell-ls-unreadable-face, eshell-ls-special-face)
19021 (eshell-ls-missing-face, eshell-ls-archive-face)
19022 (eshell-ls-backup-face, eshell-ls-product-face)
19023 (eshell-ls-clutter-face):
19024 New backward-compatibility aliases for renamed faces.
19025 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19026
19027 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19028 Remove "-face" suffix from face name.
19029 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19030 instead of literal face.
19031
19032 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
19033
19034 * emacs-lisp/warnings.el (display-warning, lwarn)
19035 (warning-minimum-log-level): Doc fixes.
19036 (warning-minimum-level, warning-minimum-log-level):
19037 Add :debug to :type choices.
19038
19039 * progmodes/ada-mode.el (ada-format-paramlist)
19040 (ada-get-indent-case, ada-check-matching-start)
19041 (ada-check-defun-name, ada-goto-matching-decl-start)
19042 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19043 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19044 (ada-make-subprogram-body): Follow error conventions.
19045 (ada-case-exception-file, ada-indent-comment-as-code)
19046 (ada-indent-handle-comment-special, ada-indent-renames)
19047 (ada-indent-return, ada-search-directories-internal)
19048 (ada-tab-policy, ada-case-exception-substring)
19049 (ada-other-file-alist, ada-matching-start-re)
19050 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19051 (ada-imenu-generic-expression, ada-compile-goto-error)
19052 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19053 (ada-popup-menu, ada-add-extensions, ada-mode)
19054 (ada-region-selected, ada-create-case-exception)
19055 (ada-create-case-exception-substring, ada-after-keyword-p)
19056 (ada-activate-keys-for-case, ada-adjust-case-region)
19057 (ada-adjust-case-buffer, ada-format-paramlist)
19058 (ada-scan-paramlist, ada-insert-paramlist)
19059 (ada-indent-newline-indent)
19060 (ada-indent-newline-indent-conditional)
19061 (ada-justified-indent-current, ada-goto-previous-word)
19062 (ada-indent-current, ada-get-indent-open-paren)
19063 (ada-get-indent-paramlist, ada-get-indent-end)
19064 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19065 (ada-get-indent-block-start, ada-get-indent-subprog)
19066 (ada-get-indent-noindent, ada-get-indent-label)
19067 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19068 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19069 (ada-goto-stmt-end, ada-goto-next-word)
19070 (ada-check-matching-start, ada-check-defun-name)
19071 (ada-goto-matching-decl-start, ada-goto-matching-start)
19072 (ada-goto-matching-end, ada-search-ignore-string-comment)
19073 (ada-in-decl-p, ada-looking-at-semi-or)
19074 (ada-looking-at-semi-private, ada-in-paramlist-p)
19075 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19076 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19077 (ada-next-procedure, ada-previous-procedure, ada-next-package)
19078 (ada-previous-package, ada-create-menu)
19079 (ada-fill-comment-paragraph-justify)
19080 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19081 (ada-other-file-name, ada-last-which-function-line)
19082 (ada-last-which-function-subprog, ada-which-function)
19083 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19084 (ada-gen-treat-proc, ada-check-emacs-version)
19085 (ada-continuation-indent, ada-align-region-separate):
19086 Fix typos in docstrings.
19087 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19088
19089 2005-06-16 Lute Kamstra <lute@gnu.org>
19090
19091 * simple.el (fundamental-mode): Run after-change-major-mode-hook
19092 conditionally.
19093
19094 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19095
19096 * comint.el (comint-replace-by-expanded-filename)
19097 (comint-prompt-regexp, comint-delimiter-argument-list)
19098 (comint-preinput-scroll-to-bottom):
19099 * info.el (Info-hide-cookies-node):
19100 * ls-lisp.el (ls-lisp-classify):
19101 * find-file.el (ff-search-directories, ff-special-constructs)
19102 (ff-find-other-file):
19103 * font-lock.el (font-lock-keywords):
19104 * shell.el (shell-prompt-pattern)
19105 (shell-dynamic-complete-functions, shell-mode)
19106 (shell-delimiter-argument-list):
19107 * term.el (term-replace-by-expanded-filename)
19108 (term-prompt-regexp, term-delimiter-argument-list):
19109 * woman.el (woman-ignore, woman0-if):
19110 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19111 * emacs-lisp/elint.el (elint-init-env):
19112 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19113 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19114 * language/ethio-util.el (ethio-tilde-escape)
19115 (ethio-use-three-dot-question):
19116 * net/zone-mode.el (zone-mode-load-time-setup):
19117 * progmodes/cc-align.el (c-lineup-argcont):
19118 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19119 * progmodes/cperl-mode.el (cperl-set-style-back):
19120 * progmodes/inf-lisp.el (inferior-lisp-prompt):
19121 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19122 Fix spellings in docstrings.
19123
19124 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19125 * progmodes/modula2.el (m2-for): Fix spellings.
19126
19127 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19128
19129 * simple.el (undo-more): Don't use `format' on `error' arguments.
19130 Improve argument/docstring consistency.
19131 (pending-undo-list): Doc fix.
19132
19133 * smerge-mode.el (smerge-ensure-match):
19134 * emulation/vip.el (vip-ex):
19135 * net/zone-mode.el (zone-mode-update-serial):
19136 * progmodes/idlwave.el (idlwave-complete):
19137 * progmodes/vhdl-mode.el (vhdl-visit-file)
19138 (vhdl-compose-wire-components):
19139 Don't use `format' on `error' arguments.
19140
19141 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19142 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19143 (tooltip-help-tips): Fix typos in docstrings.
19144
19145 2005-06-16 David Ponce <david@dponce.com>
19146
19147 * tree-widget.el (tree-widget-value-create): Simplify last change.
19148
19149 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
19150
19151 * ido.el (ido-incomplete-regexp): New variable.
19152 (ido-set-matches-1): Handle invalid-regexp error and set
19153 ido-incomplete-regexp.
19154 (ido-incomplete-regexp): New face.
19155 (ido-completions): Use it.
19156 (ido-complete, ido-exit-minibuffer, ido-completions):
19157 Handle incomplete regexps.
19158 (ido-completions): Add check for complete match when entering a regexp.
19159
19160 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19161
19162 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19163
19164 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19165
19166 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19167 by field delimiters.
19168
19169 2005-06-15 David Ponce <david@dponce.com>
19170
19171 * tree-widget.el: eval-and-compile inlined functions so they will
19172 be available at run-time too.
19173 (tree-widget-super-format-handler)
19174 (tree-widget-format-handler): Remove.
19175 (tree-widget-value-create): Handle the :indent property.
19176
19177 2005-06-15 Miles Bader <miles@gnu.org>
19178
19179 * progmodes/which-func.el (which-func): Only inherit
19180 `font-lock-function-name-face' when that makes sense against the
19181 default mode-line face, otherwise set the face color explicitly.
19182
19183 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19184 faces instead of (non-existent) variables.
19185
19186 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19187
19188 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19189 (iswitchb-get-matched-buffers): Likewise. Simplify.
19190
19191 2005-06-14 Miles Bader <miles@gnu.org>
19192
19193 * progmodes/ld-script.el (ld-script-location-counter):
19194 Remove "-face" suffix from face name.
19195 (ld-script-location-counter-face):
19196 New backward-compatibility alias for renamed face.
19197 (ld-script-location-counter-face): Use renamed face.
19198
19199 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19200 (cperl-hash): Remove "-face" suffix from face names.
19201 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19202 New backward-compatibility aliases for renamed faces.
19203 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19204 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19205
19206 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19207 name.
19208 (which-func-face): New backward-compatibility alias for renamed face.
19209 (which-func-format): Use renamed which-func face.
19210
19211 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19212 (vhdl-function, vhdl-directive, vhdl-reserved-word)
19213 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19214 names.
19215 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19216 (vhdl-speedbar-configuration, vhdl-speedbar-package)
19217 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19218 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19219 (vhdl-speedbar-architecture-selected)
19220 (vhdl-speedbar-configuration-selected)
19221 (vhdl-speedbar-package-selected)
19222 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19223 names.
19224 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19225 Use renamed faces.
19226 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19227 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19228 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19229 Use renamed faces.
19230 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19231 names.
19232 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19233 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19234 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19235 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19236 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19237 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19238
19239 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19240 face name.
19241 (sh-heredoc-face): New backward-compatibility alias for renamed face.
19242 (sh-heredoc-face): Use renamed sh-heredoc face.
19243
19244 * progmodes/idlw-help.el (idlwave-help-link):
19245 Remove "-face" suffix from face name.
19246 (idlwave-help-link-face):
19247 New backward-compatibility alias for renamed face.
19248 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19249
19250 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19251 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19252 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19253 New backward-compatibility aliases for renamed faces.
19254 (idlwave-shell-disabled-breakpoint-face)
19255 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19256
19257 * progmodes/flymake.el (flymake-errline, flymake-warnline):
19258 Remove "-face" suffix from face names.
19259 (flymake-errline-face, flymake-warnline-face):
19260 New backward-compatibility aliases for renamed faces.
19261 (flymake-highlight-line): Use renamed flymake faces.
19262
19263 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19264 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19265 (ebrowse-member-class, ebrowse-progress):
19266 Remove "-face" suffix from face names.
19267 (ebrowse-tree-mark-face, ebrowse-root-class-face)
19268 (ebrowse-file-name-face, ebrowse-default-face)
19269 (ebrowse-member-attribute-face, ebrowse-member-class-face)
19270 (ebrowse-progress-face):
19271 New backward-compatibility aliases for renamed faces.
19272 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19273 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19274 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19275 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19276
19277 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19278 antlr-syntax)
19279 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19280 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19281 names.
19282 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19283 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19284 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19285 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19286 backward-compatibility aliases for renamed faces.
19287 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19288 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19289 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19290 remove "font-lock-". Use renamed antlr-mode faces.
19291 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
19292 literal face-names with face variable references.
19293
19294 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19295 face name.
19296 (Buffer-menu-buffer-face): New backward-compatibility alias for
19297 renamed face.
19298 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19299
19300 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
19301
19302 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19303 Eliminate "-face" suffix.
19304 (makefile-targets): Inherit from font-lock-function-name-face and
19305 eliminate "-face" suffix.
19306 (makefile-shell): Remove attributes and eliminate "-face" suffix.
19307 (makefile-*-font-lock-keywords): Append makefile-targets in rule
19308 actions, instead of prepending, to make it less visible.
19309 (makefile-previous-dependency, makefile-match-dependency):
19310 Don't match a target on a continuation line.
19311
19312 * files.el (auto-mode-alist): Put Makefile in gmake mode.
19313
19314 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
19315
19316 * progmodes/gdb-ui.el (menu): Re-order menu items.
19317 (gdb-tooltip-print): Respect tooltip-use-echo-area.
19318
19319 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19320 Define in tooltip.el.
19321 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19322 (gud-tooltip-tips): Respect tooltip-use-echo-area and
19323 gud-tooltip-echo-area.
19324
19325 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19326 backward compatibility and make obsolete.
19327 (tooltip-help-tips): Use tooltip-use-echo-area.
19328 (tooltip-show-help-function): Rename to...
19329 (tooltip-show-help): ...this, because it is a function.
19330 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19331
19332 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
19333
19334 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19335 (edebug-print-length, edebug-print-level, edebug-print-circle)
19336 (edebug-modify-breakpoint, edebug-eval-last-sexp)
19337 (edebug-eval-print-last-sexp): Doc fixes.
19338
19339 2005-06-14 Kim F. Storm <storm@cua.dk>
19340
19341 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19342 as the coverage buffer/file/both may change.
19343
19344 2005-06-14 Lute Kamstra <lute@gnu.org>
19345
19346 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19347 and run-mode-hooks. Simplify.
19348
19349 * mail/rmailedit.el (rmail-edit-mode):
19350 * progmodes/octave-inf.el (inferior-octave-mode):
19351 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19352
19353 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19354 and run-mode-hooks.
19355 (recentf-edit-list, recentf-open-files): Don't call
19356 kill-all-local-variables directly.
19357
19358 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19359
19360 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19361
19362 * emacs-lisp/byte-run.el (make-obsolete)
19363 (define-obsolete-function-alias): Rename arguments FUNCTION and
19364 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19365 (make-obsolete-variable, define-obsolete-variable-alias):
19366 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19367 respectively.
19368
19369 * isearchb.el (isearchb-activate):
19370 * pcvs.el (cvs-mode):
19371 * ses.el (ses-load):
19372 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19373 * net/tramp.el (tramp-find-file-exists-command)
19374 (tramp-find-shell):
19375 * progmodes/ada-mode.el (ada-create-case-exception)
19376 (ada-create-case-exception-substring, ada-make-subprogram-body):
19377 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19378 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19379 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19380 * textmodes/org.el (org-promote, org-evaluate-time-range)
19381 (org-agenda-next-date-line, org-agenda-previous-date-line)
19382 (org-agenda-error, org-open-at-point, org-table-move-row)
19383 (org-format-table-table-html-using-table-generate-source)
19384 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19385 * textmodes/reftex.el (reftex-access-scan-info):
19386 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19387 (reftex-toc-promote-prepare): Follow error conventions.
19388
19389 * diff-mode.el (diff-mode): Fix typo in docstring.
19390
19391 * forms.el (forms--intuit-from-file): Fix reference to
19392 `forms-number-of-fields' in error message.
19393 (forms-print): Fix quoting in error message.
19394
19395 * forms.el (forms-mode):
19396 * emulation/vi.el (vi-goto-insert-state):
19397 * progmodes/flymake.el (flymake-new-err-info)
19398 (flymake-start-syntax-check-for-current-buffer)
19399 (flymake-simple-cleanup):
19400 * eshell/esh-var.el (eshell/export):
19401 * progmodes/gud.el (xdb):
19402 * textmodes/flyspell.el (flyspell-incorrect-hook)
19403 (flyspell-maybe-correct-transposition)
19404 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19405
19406 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19407
19408 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19409 minibuffer prompt.
19410
19411 2005-06-13 Kim F. Storm <storm@cua.dk>
19412
19413 * subr.el (add-to-ordered-list): New defun.
19414
19415 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19416 add cua--keymap-alist to emulation-mode-map-alists.
19417
19418 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19419
19420 * subr.el (complete-in-turn): New macro.
19421 (dynamic-completion-table, lazy-completion-table): Add debug info.
19422
19423 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19424 in preference to face aliases.
19425
19426 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19427 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19428 Remove unused vars `start' and `firstline'.
19429 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19430 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19431
19432 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19433
19434 * cus-start.el (all): Don't complain about missing GTK-related
19435 variables, unless either `gtk' is boundp or this isn't a
19436 `windows-nt' build.
19437
19438 2005-06-13 Lute Kamstra <lute@gnu.org>
19439
19440 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19441 run-mode-hooks.
19442
19443 * ediff-mult.el (ediff-meta-mode):
19444 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19445
19446 * ledit.el (ledit-mode): Use delay-mode-hooks.
19447
19448 * woman.el (woman-mode-line-format): Delete constant.
19449 (woman-mode-map): Initialize it properly.
19450 (woman-mode): Set mode-class property to special.
19451 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19452 Set major-mode and mode-name. Don't set mode-line-format directly.
19453 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19454
19455 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19456 string argument obsolete.
19457
19458 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19459
19460 * textmodes/org.el (org-CUA-compatible): New option.
19461 (org-disputed-keys): New variable.
19462 (org-key): New function.
19463 (orgtbl-make-binding): Add docstring to the created function.
19464 (org-mode): Set paragraph start/separate regexps.
19465 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19466 (org-archive-location, org-archive-mark-done)
19467 (org-archive-stamp-time): New options.
19468 (org-archive-subtree): New command.
19469 (org-fill-paragraph): New function.
19470 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19471 (org-fake-empty-table-line): Function removed.
19472 (org-format-org-table-html): Do not create empty table lines at
19473 separator lines. Improved table header treatment.
19474 (org-link-format): New option.
19475 (org-make-link): New function.
19476 (org-insert-link, org-store-link): Use org-make-link.
19477 (org-open-file): Quote file name for shell command, to allow
19478 spaces in file names.
19479 (org-link-regexp): Fix bug with mailto link.
19480 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19481 New constants.
19482 (org-export-as-html): Deal with the optional angles around a link.
19483 Better treatment of file: links.
19484 (org-open-at-point): Replace @{ and @} with < and >.
19485 (org-run-mode-hooks): Function removed.
19486 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19487
19488 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19489
19490 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19491 MI command -data-list-register-values.
19492 (gdb-post-prompt): Indent properly.
19493
19494 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19495
19496 * hilit-chg.el (highlight-changes-colors): Rename from
19497 `highlight-changes-colours'.
19498 (highlight-changes-colours): Keep as obsolete alias.
19499 (highlight-changes-face-list): Doc fix.
19500 (hilit-chg-make-list): Use `highlight-changes-colors'.
19501
19502 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19503
19504 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19505 defun-prompt-regexp.
19506
19507 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19508
19509 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19510 and cygwin.
19511
19512 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19513 Don't use an old loaddefs.el, as in Makefile.in.
19514
19515 2005-06-12 Lute Kamstra <lute@gnu.org>
19516
19517 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19518
19519 * man.el (Man-mode-map): Initialize it properly.
19520 (Man-mode): Set mode-class property to special.
19521
19522 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19523
19524 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19525
19526 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19527 A newline is needed in the docstring there.
19528
19529 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19530 Doc fixes.
19531
19532 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19533
19534 * printing.el: Doc fix. The menubar is no more changed when printing
19535 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19536 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19537 (pr-version): New version number (6.8.4).
19538 (pr-menu-bind): New command.
19539 (pr-update-menus): Docstring and code fix.
19540 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19541 Docstring fix.
19542 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19543 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19544
19545 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19546
19547 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19548 "Returns" to "return", document useful return values, etc.
19549
19550 2005-06-11 Alan Mackenzie <acm@muc.de>
19551
19552 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19553 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19554 (adaptive-file-function): Minor amendment to doc-string.
19555
19556 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19557
19558 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19559 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19560 Fix :type--it is `integer', not `string'.
19561
19562 * faces.el (modeline-highlight): Rename from (the erroneous)
19563 `modeline-higilight'.
19564
19565 2005-06-11 Lute Kamstra <lute@gnu.org>
19566
19567 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19568 lisp-interaction-mode-map but make it the parent.
19569 (edebug-eval-mode): Use define-derived-mode.
19570
19571 2005-06-11 Andreas Schwab <schwab@suse.de>
19572
19573 * bindings.el: Add binding of `ESC functionkey' for every
19574 `M-functionkey'.
19575 * hexl.el (hexl-mode-map): Likewise.
19576
19577 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19578
19579 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19580 [msft]: update regexp for newer msft compilers.
19581
19582 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19583
19584 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19585 ATTLIST portions of included DTDs.
19586 (xml-parse-dtd): Eliminate use of inefficient match-data.
19587
19588 2005-06-10 Miles Bader <miles@gnu.org>
19589
19590 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19591 (mpuz-text): Remove "-face" suffix from face names.
19592 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19593 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19594 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19595
19596 * play/gomoku.el (gomoku-O, gomoku-X):
19597 Remove "-face" suffix from face names.
19598 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19599 New backward-compatibility aliases for renamed faces.
19600 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19601
19602 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19603
19604 * thumbs.el: Fixes for changes of 2005-06-09.
19605 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19606 as a directory.
19607 (thumbs-thumbname): Remove directory separator from format string;
19608 `thumbs-thumbsdir' now returns a valid directory name.
19609 (thumbs-temp-dir): New defsubst.
19610 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19611 Use it.
19612
19613 * cus-edit.el (minibuffer):
19614 * files.el (make-backup-file-name-function):
19615 * filesets.el (filesets-external-viewers):
19616 * hilit-chg.el (highlight-changes-colours)
19617 (highlight-changes-face-list, highlight-changes-rotate-faces):
19618 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19619 * kmacro.el (kmacro-call-macro):
19620 * log-edit.el (log-edit-changelog-full-paragraphs):
19621 * mouse.el (mouse-1-click-follows-link):
19622 * skeleton.el (skeleton-autowrap):
19623 * subr.el (insert-for-yank-1):
19624 * tempo.el (tempo-insert-region):
19625 * terminal.el (terminal-emulator):
19626 * time.el (display-time-mail-face):
19627 * vc.el (vc-annotate):
19628 * vcursor.el (vcursor-copy-line):
19629 * woman.el (woman-bold-headings, woman-ignore)
19630 (woman-default-faces, woman-monochrome-faces):
19631 * calendar/todo-mode.el (todo-insert-threshold):
19632 * emulation/pc-select.el (pc-select-selection-keys-only)
19633 (pc-selection-mode):
19634 * emulation/vip.el (vip-find-char-forward):
19635 * emulation/viper-cmd.el (viper-find-char-forward):
19636 * international/mule-cmds.el
19637 (select-safe-coding-system-accept-default-p)
19638 (input-method-exit-on-invalid-key):
19639 * international/mule-diag.el (describe-coding-system):
19640 * international/ucs-tables.el (unify-8859-on-encoding-mode):
19641 * net/browse-url.el (browse-url-xterm-program):
19642 * obsolete/lazy-lock.el (lazy-lock-mode):
19643 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19644 (cperl-mode):
19645 * progmodes/cpp.el (cpp-face-light-name-list)
19646 (cpp-face-dark-name-list):
19647 * progmodes/delphi.el (delphi-newline-always-indents):
19648 Fix spellings in docstrings.
19649
19650 * ido.el (ido-mode, ido-file-extensions-order)
19651 (ido-default-file-method, ido-default-buffer-method)
19652 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19653 (ido-decorations, ido-read-file-name-as-directory-commands)
19654 (ido-read-file-name-non-ido, ido-work-directory-list)
19655 (ido-ignore-item-temp-list, ido-current-directory)
19656 (ido-magic-forward-char, ido-enter-find-file)
19657 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19658 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19659
19660 2005-06-10 Lute Kamstra <lute@gnu.org>
19661
19662 * play/dunnet.el (dun-mode): Use define-derived-mode.
19663 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
19664 obsolete alias.
19665
19666 * play/doctor.el (doctor-mode-map): Remove defvar.
19667 (doctor-mode): Use define-derived-mode.
19668
19669 * mail/mspools.el (mspools-mode):
19670 * net/eudc-hotlist.el (eudc-hotlist-mode):
19671 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19672
19673 2005-06-10 Miles Bader <miles@gnu.org>
19674
19675 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19676 Remove "-face" suffix from face names.
19677 (flyspell-incorrect-face, flyspell-duplicate-face):
19678 New backward-compatibility aliases for renamed faces.
19679 (flyspell-mode-on, make-flyspell-overlay)
19680 (flyspell-highlight-incorrect-region)
19681 (flyspell-highlight-duplicate-region)
19682 (flyspell-display-next-corrections)
19683 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19684
19685 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19686 from face name.
19687 (texinfo-heading-face): New backward-compatibility alias for
19688 renamed face.
19689 (texinfo-heading-face): Use renamed texinfo-heading face.
19690
19691 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19692 suffix from face names.
19693 (tex-math-face, tex-verbatim-face):
19694 New backward-compatibility aliases for renamed faces.
19695 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19696 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19697 literal face name.
19698
19699 * textmodes/table.el (table-cell): Remove "-face" suffix from face
19700 name.
19701 (table-cell-face): New backward-compatibility alias for renamed face.
19702 (table--put-cell-face-property, table--update-cell-face):
19703 Use renamed table-cell face.
19704
19705 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19706 from face name.
19707 (sgml-namespace-face): New backward-compatibility alias for
19708 renamed face.
19709 (sgml-namespace-face): Use renamed sgml-namespace face.
19710
19711 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19712 (org-level-4, org-level-5, org-level-6, org-level-7)
19713 (org-level-8, org-warning, org-headline-done)
19714 (org-deadline-announce, org-scheduled-today)
19715 (org-scheduled-previously, org-link, org-done, org-table)
19716 (org-time-grid): Remove "-face" suffix from face names.
19717 (org-level-1-face, org-level-2-face, org-level-3-face)
19718 (org-level-4-face, org-level-5-face, org-level-6-face)
19719 (org-level-7-face, org-level-8-face, org-warning-face)
19720 (org-headline-done-face, org-deadline-announce-face)
19721 (org-scheduled-today-face, org-scheduled-previously-face)
19722 (org-link-face, org-done-face, org-table-face)
19723 (org-time-grid-face):
19724 New backward-compatibility aliases for renamed faces.
19725 (org-level-faces, org-set-font-lock-defaults, org-timeline)
19726 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19727 (org-agenda-get-timestamps, org-agenda-get-scheduled)
19728 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19729
19730 * emulation/viper-init.el (viper-search, viper-replace-overlay)
19731 (viper-minibuffer-emacs, viper-minibuffer-insert)
19732 (viper-minibuffer-vi): Remove "-face" suffix from face names.
19733 (viper-search-face, viper-replace-overlay-face)
19734 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19735 (viper-minibuffer-vi-face):
19736 New backward-compatibility aliases for renamed faces.
19737 (viper-search-face, viper-replace-overlay-face)
19738 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19739 (viper-minibuffer-vi-face): Use renamed viper faces.
19740
19741 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19742 Remove "-face" suffix from face names.
19743 (testcover-nohits-face, testcover-1value-face):
19744 New backward-compatibility aliases for renamed faces.
19745 (testcover-mark): Use renamed testcover faces.
19746
19747 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19748 face name.
19749 (diary-button-face): New backward-compatibility alias for renamed face.
19750 (diary-entry): Use renamed diary-button face.
19751
19752 * calendar/calendar.el (diary, calendar-today, holiday)
19753 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19754 (diary-face, calendar-today-face, holiday-face):
19755 New backward-compatibility aliases for renamed faces.
19756 (eval-after-load "facemenu", diary-entry-marker)
19757 (calendar-today-marker, calendar-holiday-marker, diary-face):
19758 Use renamed calendar faces.
19759
19760 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19761 (compare-windows-face): New backward-compatibility alias for
19762 renamed face.
19763 (compare-windows-highlight): Use renamed compare-windows face.
19764
19765 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19766 (strokes-char-face): New backward-compatibility alias for renamed face.
19767 (strokes-encode-buffer): Use renamed strokes-char face.
19768
19769 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19770 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19771 Remove "-face" suffix from face names.
19772 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19773 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19774 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19775 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19776 Use renamed pcvs faces.
19777 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19778 * pcvs-defs.el (cvs-mode-map): Likewise.
19779 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19780
19781 * info.el (info-title-1, info-title-2, info-title-3)
19782 (info-title-4): Remove "-face" suffix from and downcase face names.
19783 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19784 (Info-title-4-face):
19785 New backward-compatibility aliases for renamed faces.
19786 (Info-fontify-node): Use renamed info faces.
19787
19788 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19789 Remove "-face" suffix from face names.
19790 (highlight-changes-face, highlight-changes-delete-face):
19791 New backward-compatibility aliases for renamed faces.
19792 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19793 (hilit-chg-make-list): Use renamed highlight-changes faces.
19794
19795 * generic-x.el (show-tabs-tab, show-tabs-space):
19796 Remove "-face" suffix from face names.
19797 (show-tabs-tab-face, show-tabs-space-face):
19798 New backward-compatibility aliases for renamed faces.
19799 (show-tabs-generic-mode-font-lock-defaults-1)
19800 (show-tabs-generic-mode-font-lock-defaults-2):
19801 Use renamed show-tabs faces.
19802
19803 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19804 (smerge-markers): Remove "-face" suffix from face names.
19805 (smerge-mine-face, smerge-other-face, smerge-base-face)
19806 (smerge-markers-face):
19807 New backward-compatibility aliases for renamed faces.
19808 (smerge-mine-face, smerge-other-face, smerge-base-face)
19809 (smerge-markers-face): Use renamed smerge faces.
19810
19811 * log-view.el (log-view-file, log-view-message): Remove "-face"
19812 suffix from face names.
19813 (log-view-file-face, log-view-message-face):
19814 New backward-compatibility aliases for renamed faces.
19815 (log-view-file-face, log-view-message-face): Use renamed log-view
19816 faces.
19817
19818 * paren.el (show-paren-match, show-paren-mismatch):
19819 Remove "-face" suffix from face names.
19820 (show-paren-match-face, show-paren-mismatch-face):
19821 New backward-compatibility aliases for renamed faces.
19822 (show-paren-function): Use renamed show-paren faces.
19823
19824 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19825 (ruler-mode-margins, ruler-mode-fringes)
19826 (ruler-mode-column-number, ruler-mode-fill-column)
19827 (ruler-mode-comment-column, ruler-mode-goal-column)
19828 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19829 suffix from face names.
19830 (ruler-mode-default-face, ruler-mode-pad-face)
19831 (ruler-mode-margins-face, ruler-mode-fringes-face)
19832 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19833 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19834 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19835 New backward-compatibility aliases for renamed faces.
19836 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19837 (ruler-mode-column-number, ruler-mode-fill-column)
19838 (ruler-mode-comment-column, ruler-mode-goal-column)
19839 (ruler-mode-tab-stop, ruler-mode-current-column)
19840 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19841 faces.
19842
19843 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19844 face name.
19845 (whitespace-highlight-the-space): Use renamed face.
19846 (whitespace-highlight-face): New backward-compatibility alias for
19847 renamed face.
19848
19849 * woman.el (woman-italic, woman-bold, woman-unknown)
19850 (woman-addition, woman-symbol-face):
19851 Remove "-face" suffix from face names.
19852 (woman-italic-face, woman-bold-face, woman-unknown-face)
19853 (woman-addition-face):
19854 New backward-compatibility aliases for renamed faces.
19855 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19856 (woman-decode-region, woman-replace-match)
19857 (woman-display-extended-fonts, woman-special-characters)
19858 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19859 Use renamed woman faces.
19860
19861 * longlines.el (longlines-visible-face): Face removed.
19862
19863 * diff-mode.el (diff-header, diff-file-header, diff-index)
19864 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19865 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19866 suffix from face names.
19867 (diff-header-face, diff-file-header-face, diff-index-face)
19868 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19869 (diff-changed-face, diff-function-face, diff-context-face)
19870 (diff-nonexistent-face): New backward-compatibility aliases for
19871 renamed faces.
19872 (diff-header-face, diff-file-header-face)
19873 (diff-index, diff-index-face, diff-hunk-header)
19874 (diff-hunk-header-face, diff-removed, diff-removed-face)
19875 (diff-added, diff-added-face, diff-changed-face, diff-function)
19876 (diff-function-face, diff-context-face, diff-nonexistent)
19877 (diff-nonexistent-face): Use renamed diff-mode faces.
19878
19879 * progmodes/compile.el (compilation-warning-face)
19880 (compilation-info-face): Remove "-face" suffix from face names.
19881 (compilation-warning-face, compilation-info-face):
19882 New backward-compatibility aliases for renamed faces.
19883 (compilation-warning-face, compilation-info-face):
19884 Use renamed compilation faces.
19885
19886 * add-log.el (change-log-date, change-log-name)
19887 (change-log-email, change-log-file, change-log-list)
19888 (change-log-conditionals, change-log-function)
19889 (change-log-acknowledgement): Remove "-face" suffix from face names.
19890 (change-log-date-face, change-log-name-face)
19891 (change-log-email-face, change-log-file-face)
19892 (change-log-list-face, change-log-conditionals-face)
19893 (change-log-function-face, change-log-acknowledgement-face):
19894 New backward-compatibility aliases for renamed faces.
19895 (change-log-font-lock-keywords): Use renamed change-log faces.
19896
19897 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19898 (custom-set, custom-changed, custom-saved, custom-button)
19899 (custom-button-pressed, custom-documentation, custom-state)
19900 (custom-comment, custom-comment-tag, custom-variable-tag)
19901 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19902 (custom-group-tag): Remove "-face" suffix from face names.
19903 (custom-magic-alist, custom-magic-value-create)
19904 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19905 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19906 (custom-set-face, custom-changed-face, custom-saved-face)
19907 (custom-button-face, custom-button-pressed-face)
19908 (custom-documentation-face, custom-state-face)
19909 (custom-comment-face, custom-comment-tag-face)
19910 (custom-variable-tag-face, custom-variable-button-face)
19911 (custom-face-tag-face, custom-group-tag-face-1)
19912 (custom-group-tag-face):
19913 New backward-compatibility aliases for renamed faces.
19914
19915 * wid-edit.el (widget-documentation, widget-button)
19916 (widget-field, widget-single-line-field, widget-inactive)
19917 (widget-button-pressed): "-face" suffix removed from face names.
19918 (widget-documentation-face, widget-button-face)
19919 (widget-field-face, widget-single-line-field-face)
19920 (widget-inactive-face, widget-button-pressed-face):
19921 New backward-compatibility aliases for renamed faces.
19922 (widget-documentation-face, widget-button-face)
19923 (widget-button-pressed-face, widget-specify-field)
19924 (widget-specify-inactive): Use renamed widget faces.
19925
19926 2005-06-10 Kenichi Handa <handa@m17n.org>
19927
19928 * term/x-win.el (x-clipboard-yank): Remove condition-case
19929 wrapping.
19930
19931 2005-06-11 Kenichi Handa <handa@m17n.org>
19932
19933 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19934 date lines stricter.
19935
19936 2005-06-10 Zhang Wei <id.brep@gmail.com>
19937
19938 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19939 of x-get-selection.
19940
19941 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19942
19943 * comint.el (comint-mode, comint-snapshot-last-prompt):
19944 * frame.el (frame-current-scroll-bars):
19945 * term.el (term-mode, term-check-proc, term-input-sender)
19946 (term-simple-send, term-extract-string, term-word)
19947 (term-match-partial-filename):
19948 * window.el (window-current-scroll-bars):
19949 * emulation/cua-base.el (cua-normal-cursor-color)
19950 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19951 (cua-global-mark-cursor-color):
19952 * mail/undigest.el (rmail-forward-separator-regex):
19953 Fix typos in docstrings.
19954
19955 * comint.el (comint-check-proc, make-comint-in-buffer)
19956 (comint-source-default): Doc fixes.
19957
19958 * term.el (term-send-string): Improve argument/docstring consistency.
19959
19960 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19961
19962 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19963 call to `delete-region'.
19964 (comint-mode-hook): Do not enable Font Lock by default.
19965
19966 2005-06-09 Lute Kamstra <lute@gnu.org>
19967
19968 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19969 could be void.
19970
19971 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19972
19973 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19974 (debug): Use it.
19975 (debugger-step-through, debugger-continue, debugger-jump)
19976 (debugger-return-value): Set it when needed.
19977 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19978 Use inhibit-read-only.
19979
19980 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19981
19982 * window.el (shrink-window-if-larger-than-buffer)
19983 (window-size-fixed): Fix typo in docstring.
19984
19985 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19986 thumbnails directory on loading.
19987 (thumbs-conversion-program): Use `eq' to check the system type,
19988 not `equal'.
19989 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19990 not "/tmp". Fix docstring.
19991 (thumbs-thumbsdir): New function to return the thumbnails
19992 directory, creating it if needed.
19993 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19994 (thumbs-temp-file): Delete variable and make it into a function.
19995 (thumbs-resize-image, thumbs-modify-image): Use it.
19996 (thumbs-kill-buffer): Simplify.
19997 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19998 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19999 docstrings.
20000
20001 2005-06-09 Kim F. Storm <storm@cua.dk>
20002
20003 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20004 set-match-data to free markers in match-data.
20005
20006 * replace.el (replace-match-data): Pass RESEAT arg `t' to
20007 match-data to unchain markers in match-data.
20008
20009 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20010
20011 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20012 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
20013 unnecessary now.
20014
20015 2005-06-08 Richard M. Stallman <rms@gnu.org>
20016
20017 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20018 give the variable a doc string that doesn't say don't set it directly.
20019
20020 * textmodes/ispell.el (ispell-check-version):
20021 Use match-string-no-properties.
20022 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20023 (ispell-buffer-local-words): Likewise.
20024
20025 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20026 except on terminals with enough colors to really display it.
20027 (makefile-dependency-regex): Delete spurious `bb'.
20028
20029 * faces.el (escape-glyph): Use blue once again in last case.
20030 (no-break-space): Redefine so that it isn't invisible on a tty.
20031
20032 2005-06-08 Kim F. Storm <storm@cua.dk>
20033
20034 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20035 also when reading directory name.
20036
20037 2005-06-08 Lute Kamstra <lute@gnu.org>
20038
20039 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20040 (flyspell-mode-line-string): Remove autoload cookie.
20041 (flyspell-mode): Remove defvar.
20042
20043 2005-06-07 Lute Kamstra <lute@gnu.org>
20044
20045 * textmodes/org.el (org-run-mode-hooks): New function.
20046 (org-agenda-mode): Use it.
20047
20048 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
20049
20050 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20051
20052 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20053
20054 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20055
20056 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
20057
20058 * font-lock.el (font-lock-add-keywords): Doc fix.
20059
20060 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20061
20062 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20063 (tex-compile-default): In the absence of any history, use the order in
20064 tex-compile-alist to choose the preferred command.
20065 (tex-compile-commands): Reorder a bit.
20066
20067 * textmodes/flyspell.el (flyspell-auto-correct-binding)
20068 (flyspell-incorrect-face, flyspell-duplicate-face):
20069 Use (X)Emacs-agnostic code.
20070 (flyspell-mode-map): Don't overwrite at each load. Remove code
20071 redundant with the subsequent add-minor-mode. Merge Emacs and
20072 XEmacs code.
20073 (flyspell-word): Minor simplification.
20074 (flyspell-math-tex-command-p): Quieten the byte-compiler.
20075 (flyspell-external-point-words): Remove unused vars `size' and `start'.
20076 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20077 Merge the corresponding Emacs code.
20078 (flyspell-correct-word, flyspell-xemacs-popup):
20079 Use flyspell-do-correct.
20080
20081 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20082 a dedicated window.
20083
20084 * international/latexenc.el (latexenc-find-file-coding-system):
20085 Undo part of last patch, to turn off a compiler warning.
20086
20087 2005-06-06 Juri Linkov <juri@jurta.org>
20088
20089 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20090 Rename `tmm-inactive-face' to `tmm-inactive'.
20091
20092 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
20093
20094 * iswitchb.el: Rename faces.
20095
20096 2005-06-06 Kim F. Storm <storm@cua.dk>
20097
20098 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20099 (cua-global-mark): Remove -face suffix from face names.
20100
20101 * emulation/cua-gmrk.el (cua--init-global-mark):
20102 Remove cua-global-mark face setup.
20103
20104 2005-06-06 Richard M. Stallman <rms@gnu.org>
20105
20106 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20107 just like other allowed characters.
20108 (makefile-match-dependency): Exclude leading and training whitespace
20109 from the range of regexp subexp 1.
20110 (makefile-macroassign-regex): Don't try to match the body,
20111 just the name of the macro being defined.
20112
20113 * info.el (Info-read-node-name-2): New function.
20114 (Info-read-node-name-1): Use that.
20115 Add a completion-base-size-function property.
20116
20117 * simple.el (completion-setup-function): Look for
20118 completion-base-size-function property of minibuffer-completion-table.
20119
20120 * files.el (locate-file-completion): Doc fix.
20121
20122 * printing.el: Don't call pr-update-menus; user must do that.
20123
20124 * emacs-lisp/debug.el (debugger-window): New variable.
20125 (debug): Use debugger-window if it is set and still alive.
20126 Record debugger-window for next entry.
20127
20128 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20129
20130 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
20131
20132 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20133 (hack-one-local-variable, hack-local-variables)
20134 (hack-local-variables-prop-line): Pass that arg.
20135
20136 2005-06-06 Kim F. Storm <storm@cua.dk>
20137
20138 * ido.el (ido-first-match, ido-only-match, ido-subdir)
20139 (ido-indicator): Remove -face suffix from face names.
20140
20141 2005-06-06 Juri Linkov <juri@jurta.org>
20142
20143 * font-lock.el (font-lock-regexp-backslash)
20144 (font-lock-regexp-backslash-construct): New faces.
20145 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
20146 after `('. Add `while-no-input' to control structures.
20147
20148 * faces.el (no-break-space, shadow): New faces.
20149 (escape-glyph): Use less loud colors pink2 and red4.
20150
20151 * diff-mode.el (diff-context-face)
20152 * dired.el (dired-ignored)
20153 * rfn-eshadow.el (file-name-shadow)
20154 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20155
20156 * info.el (Info-title-1-face): Use green instead of yellow because
20157 bold yellow is not readable on light backgrounds.
20158
20159 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20160 before selecting the desired mode to not spend time fontifying
20161 old contents.
20162
20163 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
20164
20165 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20166 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20167
20168 * ps-print.el (ps-default-fg, ps-default-bg):
20169 Fix typos in docstrings.
20170
20171 * isearchb.el (isearchb): Don't pass a spurious second argument to
20172 `iswitchb-completions'.
20173
20174 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
20175
20176 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20177 to preserve point.
20178 (gdb-find-file-hook): Add doc string.
20179
20180 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20181 C dereferenced pointer expression.
20182 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
20183
20184 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20185
20186 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20187 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20188 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20189 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20190 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20191 Make background transparent.
20192
20193 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20194
20195 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
20196 (font-lock-remove-keywords): Doc fix.
20197 (font-lock-mode-major-mode): Compiler defvar.
20198 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20199
20200 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20201 (font-lock-mode): Update `font-lock-mode-major-mode'.
20202 (font-lock-set-defaults): Compiler defvar.
20203 (font-lock-default-function): Take `font-lock-mode-major-mode'
20204 into account.
20205
20206 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20207 keep track of which major mode it enabled the minor mode for.
20208 Use find-file-hook again. Update docstring.
20209
20210 * simple.el (eval-expression-print-level)
20211 (eval-expression-print-length, eval-expression-debug-on-error):
20212 Doc fixes.
20213
20214 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
20215
20216 * iswitchb.el (iswitchb-single-match-face)
20217 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20218 (iswitchb-invalid-regexp-face): New faces.
20219 (iswitchb-completions): Use them.
20220 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20221 now marked as an obsolete alias.
20222 (iswitchb-read-buffer): Remove check for bound font variables.
20223 (iswitchb-invalid-regexp): New free variable.
20224 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20225 set iswitchb-invalid-regexp.
20226 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20227 invalid regexps.
20228 (iswitchb-completions): Add check for complete match when entering
20229 a regexp.
20230 (iswitchb-completions): Remove require-match argument.
20231 (iswitchb-exhibit): Fix caller.
20232 (iswitchb-common-match-inserted): New variable.
20233 (iswitchb-complete, iswitchb-completion-help): Use it.
20234
20235 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
20236
20237 * url-http.el (url-http-chunked-encoding-after-change-function):
20238 Use `url-http-debug' instead of `message'.
20239
20240 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
20241
20242 * url-http.el (url-http-parse-headers): Pass redirected URL as a
20243 callback argument.
20244
20245 2005-06-04 Kim F. Storm <storm@cua.dk>
20246
20247 * simple.el (line-move): Only call sit-for when moving backwards.
20248
20249 * ido.el (ido-make-merged-file-list-1): New defun split from
20250 ido-make-merged-file-list.
20251 (ido-make-merged-file-list): Bind throw-on-input around call to
20252 ido-make-merged-file-list-1. Return input-pending-p if
20253 interrupted by more input available.
20254 (ido-read-internal): Handle input-pending-p return value from
20255 ido-make-merged-file-list.
20256
20257 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20258
20259 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20260 compatibility code.
20261
20262 * international/latexenc.el (latexenc-find-file-coding-system):
20263 Don't inherit the EOL part of the coding-system from the
20264 tex-main buffer. Fit within 80 columns.
20265
20266 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
20267
20268 * tmm.el (tmm-inactive-face): New face.
20269 (tmm-remove-inactive-mouse-face): New function.
20270 (tmm-prompt, tmm-add-one-shortcut)
20271 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20272 but not selectable.
20273
20274 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
20275
20276 * faces.el (face-equal): Improve argument/docstring consistency.
20277
20278 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
20279
20280 * progmodes/make-mode.el (makefile-targets-face)
20281 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20282 (makefile-bsdmake-dependency-regex)
20283 (makefile-makepp-rule-action-regex)
20284 (makefile-bsdmake-rule-action-regex): New constants.
20285 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20286
20287 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20288 Allow (...) within `...' for makepp messages.
20289
20290 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
20291
20292 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20293
20294 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20295 "." files are deleted from all file lists before comparison.
20296
20297 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20298 (viper-ESC-key): Made them customizable.
20299
20300 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20301
20302 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
20303
20304 * autorevert.el (auto-revert-buffers): Use save-match-data.
20305
20306 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20307
20308 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20309 menu items with a nil command binding.
20310
20311 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
20312
20313 * emacs-lisp/cl-macs.el (defsetf):
20314 Improve argument/docstring consistency.
20315
20316 * faces.el (list-faces-display): Improve the formatting by
20317 computing the maximum length required for any face-name (reworked
20318 patch of 1999-01-11, accidentally deleted on 1999-07-21).
20319 (internal-find-face): Remove redundant info in docstring.
20320
20321 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
20322
20323 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20324 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20325 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20326 (gdb-assembler-custom): Improve regexps.
20327 (def-gdb-auto-update-handler): Use window point to preserve point.
20328
20329 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20330
20331 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20332
20333 2005-05-31 Jay Belanger <belanger@truman.edu>
20334
20335 * calc/calc-embed.el (calc-embedded-word): Change argument passed
20336 to calc-embedded.
20337 (calc-embedded-make-info): Have plain prefix argument select
20338 entire line.
20339
20340 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20341
20342 * faces.el (list-faces-display): Signal error if passed a regexp
20343 that matches no face name.
20344
20345 * simple.el (filter-buffer-substring): Fix typo in docstring.
20346
20347 2005-05-31 Richard M. Stallman <rms@gnu.org>
20348
20349 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20350 (vhdl-emacs-21): Doc fix.
20351 (vhdl-mode): Unconditionally set comment-padding.
20352 (vhdl-fixup-whitespace-region): Insert spaces only where
20353 there are none.
20354 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20355
20356 2005-05-30 John Wiegley <johnw@newartisans.com>
20357
20358 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20359 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20360 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20361 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20362 `string-to-number'.
20363
20364 2005-05-30 Jay Belanger <belanger@truman.edu>
20365
20366 * calc/calc.el (calc-bug-address): Fix docstring.
20367 (calc-window-hook, calc-trail-window-hook): New variables.
20368 (calc-trail-display): Restore use of calc-trail-window-hook.
20369 (calc): Restore use of calc-window-hook.
20370
20371 2005-05-31 Masatake YAMATO <jet@gyve.org>
20372
20373 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20374
20375 * help-fns.el (help-C-file-name): Add autoload mark for
20376 `find-function-noselect'.
20377
20378 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20379
20380 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20381 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20382
20383 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20384
20385 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20386 included diary buffer if it was not already being visited.
20387 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20388
20389 * calendar/icalendar.el (top-level): Do not require appt.
20390
20391 * mail/supercite.el (sc-select-attribution): Only use a list
20392 element from sc-attrib-selection-list if it returns a string.
20393 Reported by Davide G. M. Salvetti <salve@debian.org>.
20394
20395 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20396
20397 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20398 includes a hash value to improve its uniqueness, and has a ".jpg"
20399 extension. Also, it is now a valid filename on all systems.
20400 (thumbs-make-thumb): Use `let', not `let*'.
20401 (thumbs-show-thumbs-list): Check for JPEG availability.
20402
20403 2005-05-30 Richard M. Stallman <rms@gnu.org>
20404
20405 * filesets.el (filesets-menu-ensure-use-cached):
20406 Prevent warning when emacs-version>= is undefined.
20407
20408 * printing.el (pr-interactive-n-up): Use string-to-number.
20409
20410 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20411
20412 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20413 Warn only when name to be defined is quoted.
20414
20415 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20416
20417 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20418 Make regexp more robust.
20419 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20420 Force regeneration of disassembly.
20421
20422 2005-05-29 Jay Belanger <belanger@truman.edu>
20423
20424 * calc/calc.el (calc-user-invocation): Check if
20425 calc-invocation-macro is non-nil.
20426
20427 2005-05-29 Juri Linkov <juri@jurta.org>
20428
20429 * add-log.el (change-log-font-lock-keywords):
20430 Add `+' to e-mail regexp to accept mail address with keywords.
20431
20432 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20433
20434 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20435
20436 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20437
20438 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20439
20440 2005-05-29 Richard M. Stallman <rms@gnu.org>
20441
20442 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20443 Undo the change that moves to end of the current word.
20444
20445 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20446
20447 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20448 Throw error when count <= 0 to ensure input is a number.
20449 (gdb-read-memory-custom): Pick up address from buffer.
20450 (gdb-memory-mode): Allow user to increment and decrement
20451 memory address from header line.
20452
20453 2005-05-29 Richard M. Stallman <rms@gnu.org>
20454
20455 * flyspell.el (flyspell-version): Function deleted.
20456 (flyspell-auto-correct-previous-hook): Doc fix.
20457
20458 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20459 Do nothing if memory is full.
20460
20461 * font-lock.el (font-lock-fontify-syntactically-region):
20462 Pass t for GREEDY to looking-back.
20463
20464 * saveplace.el (save-place-alist-to-file): Write the file
20465 using write-region.
20466
20467 * subr.el (looking-back): New argument GREEDY.
20468
20469 * progmodes/compile.el (compilation-start): Set the mode
20470 before inserting the initial text.
20471
20472 * progmodes/which-func.el (which-func-update-1): Turn the mode
20473 off in case of error by setting which-func-mode.
20474
20475 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20476
20477 * flyspell.el (flyspell-auto-correct-previous-word):
20478 Narrow down to what's on the screen, and recenter overlays
20479 at the end of the next word.
20480
20481 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20482
20483 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20484 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20485 (flyspell-abbrev-p): Default to nil.
20486 (flyspell-use-global-abbrev-table-p): Doc fix.
20487 (flyspell-large-region): Allow nil as value.
20488 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20489
20490 (mail-mode-flyspell-verify): More robust handling
20491 of `mail-header-separator'. More efficient signature detection.
20492 Allow for regexp metacharacters in message-header-separator.
20493 Adding `To' not to be checked in mail-mode-flyspell-verify.
20494
20495 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20496 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20497 Bind flyspell-auto-correct-binding.
20498 Bind C-. and C-, .
20499 (flyspell-mode-map): Likewise.
20500 (flyspell-mode): Doc fix.
20501 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20502 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20503 (flyspell-word-cache-result): New var, always local.
20504 (flyspell-check-pre-word-p): Doc fix.
20505 (flyspell-check-changed-word-p): Handle spc like newline.
20506 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20507 (flyspell-word-search-backward, flyspell-word-search-forward):
20508 New functions.
20509 (flyspell-word): Return t if nothing to check.
20510 When parsing TeX code, check for after } or \.
20511 Use flyspell-word-search-backward to find previous word.
20512 Return nil if duplicated word.
20513 For word already checked, return same value as last time.
20514 Set flyspell-word-cache-result after checking.
20515 Don't clobber the return value.
20516 (flyspell-get-word): Major rewrite.
20517 (flyspell-external-point-words): New locals pword, pcount.
20518 Fix size used in progress message.
20519 Find the proper corresponding word in flyspell-large-region-buffer.
20520 (flyspell-region): Check for flyspell-large-region = nil.
20521 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20522 (flyspell-auto-correct-word): Check that WORD is a cons.
20523 (flyspell-correct-word): Likewise.
20524
20525 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20526
20527 * progmodes/make-mode.el (makefile-rule-action-regex)
20528 (makefile-macroassign-regex, makefile-makepp-mode)
20529 (makefile-bsdmake-mode): Continuation lines may be empty.
20530 Reported by Joshua Varner.
20531 (makefile-makepp-font-lock-keywords): Add $(stem).
20532
20533 2005-05-28 Karl Berry <karl@gnu.org>
20534
20535 * textmodes/tex-mode.el: Now that tex-send-command calls
20536 shell-quote-argument (2005-03-31 change), remove all calls to
20537 shell-quote-argument; they all end up invoking tex-send-command.
20538 The double quoting loses on filenames with non-safe characters,
20539 such as "@". Reported by Frederik Fouvry.
20540
20541 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20542
20543 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20544 about preserving point.
20545
20546 2005-05-27 Jay Belanger <belanger@truman.edu>
20547
20548 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20549 Info-goto-node.
20550
20551 * calc/calc-embed.el (calc-embed-arg): New variable.
20552 (calc-do-embedded-activate, calc-embedded-activate-formula)
20553 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20554 variable by new variable.
20555 (calc-embedded-make-info): Replace undeclared variable by new
20556 variable. When selecting region with positive prefix
20557 argument, use end of previous line instead of beginning of line.
20558
20559 * calc/calc-aent.el (calc-arg-values): Declare it.
20560
20561 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20562 Declare them.
20563
20564 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20565
20566 * calc/calc.el (calc-alg-map): Declare it.
20567
20568 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20569
20570 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20571
20572 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20573 (gdb-registers-buffer, toggle-gdb-all-registers):
20574 Toggle display of floating point registers.
20575 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20576
20577 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20578 (toggle-gud-tooltip-dereference):
20579 Rename from gud-toggle-tooltip-dereference.
20580
20581 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20582
20583 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20584
20585 2005-05-27 Jay Belanger <belanger@truman.edu>
20586
20587 * calc/calc-prog.el (calc-kbd-report): Remove.
20588 (calc-kbd-query): Rewrite.
20589
20590 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20591
20592 * image.el (image-library-alist): Move to image.c.
20593 (image-type-available-p): Doc fix.
20594
20595 2005-05-27 Lute Kamstra <lute@gnu.org>
20596
20597 * calc/calc.el (calc):
20598 * outline.el (outline-1, outline-2, outline-3, outline-4)
20599 (outline-5, outline-6, outline-7, outline-8):
20600 * textmodes/dns-mode.el (dns-mode):
20601 * textmodes/sgml-mode.el (sgml-namespace-face):
20602 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20603 (tex-verbatim-face, tex-use-reftex):
20604 * textmodes/texinfo.el (texinfo-heading-face):
20605 Specify customization group.
20606
20607 * longlines.el: Don't require easy-mmode.
20608 (longlines-visible-face): Specify customization group.
20609
20610 2005-05-27 Kenichi Handa <handa@m17n.org>
20611
20612 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20613 encoding table of windows-1251.
20614
20615 * international/ucs-tables.el (ucs-set-table-for-input):
20616 If translation-table-for-input of a coding system is a symbol, get
20617 its translation-table property.
20618
20619 * international/code-pages.el: Don't register a coding system into
20620 non-iso-charset-alist more than once.
20621 (cp-make-coding-system): Likewise.
20622
20623 2005-05-26 John Wiegley <johnw@newartisans.com>
20624
20625 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20626 `eshell-resume-eval' is wrapped in a list, it indicates that the
20627 command was run asynchronously. In that case, unwrap the value
20628 before checking the delimiter value.
20629
20630 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20631 character before a space at the end of a line is \, assume the space
20632 is part of the last argument rather than a final argument separator.
20633
20634 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20635 is in use, and the target is `t' or `nil' (which are the most common
20636 values), don't assume that the symbol target is a buffer.
20637
20638 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20639
20640 * calendar/calendar.el (calendar-mode-line-format):
20641 Use mode-line-highlight as mouse-face.
20642
20643 * time.el (display-time-string-forms, display-time-update):
20644 Use mode-line-highlight as mouse-face.
20645
20646 2005-05-26 Jay Belanger <belanger@truman.edu>
20647
20648 * calc/calc.el (calc-language-alist): Remove extra defvar.
20649
20650 2005-05-26 Lute Kamstra <lute@gnu.org>
20651
20652 * arc-mode.el (archive-mode):
20653 * bookmark.el (bookmark-read-annotation-mode)
20654 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20655 * bs.el (bs-mode):
20656 * calc/calc-yank.el (calc-edit-mode):
20657 * calc/calc.el (calc-mode, calc-trail-mode):
20658 * calculator.el (calculator-mode):
20659 * chistory.el (command-history-mode):
20660 * comint.el:
20661 * cus-edit.el (custom-mode):
20662 * descr-text.el (describe-text-mode):
20663 * ebuff-menu.el (Electric-buffer-menu-mode):
20664 * ediff-util.el (ediff-mode):
20665 * emacs-lisp/re-builder.el (reb-mode):
20666 * emulation/vi.el (vi-mode-setup):
20667 * emulation/ws-mode.el (wordstar-mode):
20668 * eshell/esh-mode.el (eshell-mode):
20669 * forms.el (forms-mode):
20670 * help-mode.el (help-mode):
20671 * hexl.el (hexl-mode):
20672 * ibuffer.el (ibuffer-mode):
20673 * ielm.el (inferior-emacs-lisp-mode):
20674 * info.el (Info-mode, Info-edit-mode):
20675 * international/swedish.el:
20676 * ledit.el (ledit-from-lisp-mode):
20677 * locate.el (locate-mode):
20678 * mail/rmail.el (rmail-mode):
20679 * mail/rmailedit.el (rmail-edit-mode):
20680 * mail/rmailsum.el (rmail-summary-mode):
20681 * mail/supercite.el (sc-electric-mode):
20682 * net/eudc.el (eudc-mode):
20683 * net/quickurl.el (quickurl-list-mode):
20684 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20685 * obsolete/ooutline.el (outline-mode):
20686 * obsolete/options.el (Edit-options-mode):
20687 * obsolete/rnews.el (news-mode):
20688 * obsolete/rnewspost.el (news-reply-mode):
20689 * play/5x5.el (5x5-mode):
20690 * play/decipher.el (decipher-mode, decipher-stats-mode):
20691 * play/gomoku.el (gomoku-mode):
20692 * play/snake.el (snake-mode):
20693 * play/solitaire.el (solitaire-mode):
20694 * play/tetris.el (tetris-mode):
20695 * progmodes/ada-mode.el (ada-mode):
20696 * progmodes/antlr-mode.el (antlr-mode):
20697 * progmodes/autoconf.el (autoconf-mode):
20698 * progmodes/dcl-mode.el (dcl-mode):
20699 * progmodes/delphi.el (delphi-mode):
20700 * progmodes/ebrowse.el (ebrowse-tree-mode)
20701 (ebrowse-electric-list-mode, ebrowse-member-mode)
20702 (ebrowse-electric-position-mode):
20703 * progmodes/f90.el (f90-mode):
20704 * progmodes/fortran.el (fortran-mode):
20705 * progmodes/icon.el (icon-mode):
20706 * progmodes/idlw-help.el (idlwave-help-mode):
20707 * progmodes/idlw-shell.el (idlwave-shell-mode):
20708 * progmodes/idlwave.el (idlwave-mode):
20709 * progmodes/inf-lisp.el (inferior-lisp-mode):
20710 * progmodes/m4-mode.el (m4-mode):
20711 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20712 * progmodes/modula2.el (modula-2-mode):
20713 * progmodes/octave-inf.el (inferior-octave-mode):
20714 * progmodes/octave-mod.el (octave-mode):
20715 * progmodes/pascal.el (pascal-mode):
20716 * progmodes/sh-script.el (sh-mode):
20717 * progmodes/sql.el (sql-mode, sql-interactive-mode):
20718 * progmodes/vhdl-mode.el (vhdl-mode):
20719 * progmodes/xscheme.el (scheme-interaction-mode):
20720 * replace.el (occur-mode):
20721 * ses.el (ses-mode):
20722 * simple.el (completion-list-mode):
20723 * skeleton.el:
20724 * speedbar.el (speedbar-mode):
20725 * term.el (term-mode):
20726 * terminal.el (terminal-edit-mode):
20727 * textmodes/reftex-index.el (reftex-index-mode)
20728 (reftex-index-phrases-mode):
20729 * textmodes/reftex-sel.el (reftex-select-label-mode)
20730 (reftex-select-bib-mode):
20731 * textmodes/reftex-toc.el (reftex-toc-mode):
20732 * wdired.el (wdired-change-to-wdired-mode):
20733 * wid-browse.el (widget-browse-mode):
20734 Use run-mode-hooks.
20735
20736 * array.el (array-mode):
20737 * calendar/todo-mode.el (todo-mode):
20738 * man.el (Man-mode):
20739 * play/landmark.el (lm-mode):
20740 * play/mpuz.el (mpuz-mode):
20741 Use kill-all-local-variables and run-mode-hooks.
20742
20743 * subr.el (delay-mode-hooks): Specify indentation.
20744
20745 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20746
20747 * xml.el (xml-substitute-special): Don't die for undefined xml
20748 entities.
20749
20750 2005-05-26 Jay Belanger <belanger@truman.edu>
20751
20752 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20753 of nil.
20754
20755 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20756
20757 * progmodes/gdb-ui.el (gdb-frame-address):
20758 Rename from gdb-current-address.
20759 (gdb-previous-frame-address): Rename from gdb-previous-address.
20760 (gdb-selected-frame): Rename from gdb-current-frame.
20761 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20762 (gdb-frame-number): Rename from gdb-current-stack-level.
20763 (gdb-ann3): Match new mode-name for disassembly buffer.
20764 Extend initialization of variables.
20765 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20766 (gdb-memory-mode): Use mouse-face in header line.
20767 (gdb-assembler-buffer-name): Call it disassembly and give frame
20768 in mode line.
20769 (gdb-source-spec-regexp, gdb-assembler-custom)
20770 (gdb-invalidate-assembler, gdb-frame-handler):
20771 Make robust to leading zeroes in address format.
20772
20773 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20774
20775 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20776 define `org-mode'.
20777 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20778
20779 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20780
20781 * log-edit.el (log-edit-changelog-entries): Distinguish between
20782 filenames like xfns.c and fns.c.
20783
20784 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20785
20786 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20787 point after reverting.
20788 (Buffer-menu-make-sort-button): Handle the case where
20789 `Buffer-menu-use-header-line' is nil.
20790
20791 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20792
20793 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20794 New funcs. In minibuffer-local-completion-map bind `]', `/'
20795 and `:' to them.
20796
20797 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20798
20799 * startup.el (normal-top-level): Allow modification of load-path while
20800 we're iterating over it.
20801
20802 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20803
20804 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20805 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20806 (thumbs-resize-interactive, thumbs-insert-image)
20807 (thumbs-insert-thumb, thumbs-dired-show-marked)
20808 (thumbs-find-image-at-point, thumbs-delete-images)
20809 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20810 (thumbs-increment-image-size, thumbs-decrement-image-size):
20811 Fix typos in docstrings.
20812
20813 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20814
20815 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20816 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20817 (cperl-mode): Use them.
20818
20819 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20820
20821 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20822 Doc fixes.
20823
20824 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20825
20826 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20827 Bind C-d to gdb-inferior-io-eof.
20828
20829 * dired.el (dired-dnd-popup-notice): Use message-box.
20830
20831 2005-05-23 Masatake YAMATO <jet@gyve.org>
20832
20833 * bindings.el (mode-line-major-mode-keymap):
20834 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20835
20836 * faces.el (mode-line-highlight): New face.
20837
20838 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20839 as mouse-face.
20840
20841 * bindings.el (top-level, help-echo, mode-line-modified)
20842 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20843 as mouse-face.
20844
20845 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20846
20847 * progmodes/cc-engine.el (c-guess-basic-syntax):
20848 Remove spurious call to `zerop'.
20849
20850 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20851
20852 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20853
20854 CC Mode update to 5.30.10:
20855
20856 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20857 could go past the limit in decoration level 2, thereby causing
20858 errors during interactive fontification.
20859
20860 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20861 the file is evaluated interactively.
20862
20863 * cc-engine.el (c-guess-basic-syntax): Handle operator
20864 declarations somewhat better in C++.
20865
20866 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20867 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20868 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20869 (awk-mode): Use it.
20870 (make-local-hook): Suppress warning about obsoleteness.
20871
20872 * cc-engine.el, cc-align.el, cc-cmds.el
20873 (c-append-backslashes-forward, c-delete-backslashes-forward)
20874 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20875 Compensate for return value from `forward-line' when it has moved
20876 but not to a different line due to eob.
20877
20878 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20879 `objc-method-intro' and `objc-method-args-cont'.
20880
20881 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20882
20883 CC Mode update to 5.30.10:
20884
20885 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20886 in the copyright statement. Incidentally, change "along with GNU
20887 Emacs" to "along with this program" where it occurs.
20888
20889 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20890 so that it is interactive, hence can be found by M-x awk-mode
20891 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20892 <gmorris+emacs@ast.cam.ac.uk>.
20893
20894 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20895 Mode's regexps.
20896
20897 2005-05-23 Kevin Ryde <user42@zip.com.au>
20898
20899 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20900 c-parse-state, to avoid a lisp error (on bad code).
20901
20902 2005-05-23 Lute Kamstra <lute@gnu.org>
20903
20904 * subr.el (font-lock-defaults): Remove defvar as it's already
20905 defined in font-core.el.
20906
20907 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20908
20909 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20910
20911 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20912 more general and work when GDB variable "print pretty" is on,
20913 as with Emacs, for example.
20914
20915 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20916
20917 * font-core.el: Update comment.
20918
20919 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20920 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20921
20922 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20923
20924 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20925
20926 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20927 and `yank-handler' in the doc strings.
20928
20929 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20930
20931 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20932
20933 2005-05-22 Richard M. Stallman <rms@gnu.org>
20934
20935 * help.el (describe-key): Move print-help-return-message call
20936 out of conditional.
20937
20938 * progmodes/etags.el (list-tags): Use with-no-warnings.
20939
20940 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20941 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20942 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20943
20944 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20945
20946 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20947 Add defvar.
20948
20949 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20950 Use defvar, not defconst.
20951
20952 * hexl.el (hexl-follow-line): Use with-no-warnings.
20953
20954 * emulation/tpu-extras.el: Use write-file-functions instead of
20955 write-file-hooks.
20956
20957 * dired.el (dired-font-lock-keywords): Fontify files with junk
20958 extensions even if marked by -F.
20959
20960 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20961
20962 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20963 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20964 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20965 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20966 (concatenate, list-length, get*, getf, cl-remprop):
20967 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20968 (etypecase, progv, lexical-let, lexical-let*)
20969 (multiple-value-bind, multiple-value-setq, shiftf):
20970 Improve argument/docstring consistency.
20971
20972 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20973
20974 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20975
20976 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20977 doesn't exist.
20978
20979 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20980 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20981
20982 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20983
20984 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20985 already deleted variables: auto-fill-hook, blink-paren-hook,
20986 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20987 suspend-hooks, comment-indent-hook, meta-flag,
20988 before-change-function, after-change-function,
20989 font-lock-doc-string-face.
20990
20991 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20992
20993 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20994
20995 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20996
20997 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20998 rmail-dont-reply-to.
20999
21000 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21001
21002 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21003 literal blank when splitting new-header-values.
21004
21005 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
21006
21007 * calendar/cal-menu.el (cal-menu-update): Add separator as a
21008 string so that tmm doesn't create a completion entry for it.
21009
21010 * textmodes/table.el (table-disable-menu): Ditto.
21011
21012 2005-05-21 Richard M. Stallman <rms@gnu.org>
21013
21014 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21015
21016 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21017
21018 * net/rcompile.el (remote-compile): Use compilation-start.
21019
21020 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21021
21022 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
21023
21024 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21025 Default to makefile-bsdmake-mode on BSD systems.
21026
21027 * imenu.el (imenu-generic-expression, imenu--generic-function'):
21028 REGEXP may also be a search function now. The part of doc-string
21029 for describing the structure was 95% identical to that of
21030 `imenu--generic-function'. Unify it there.
21031
21032 * progmodes/make-mode.el (makefile-imenu-generic-expression):
21033 Use function to find dependencies, because regexp alone is so complex,
21034 it easily goes into an endless loop.
21035 (makefile-makepp-mode): Also add submenu for Perl functions
21036 defined in the makefile.
21037 (makefile-bsdmake-mode): Special imenu-generic-expression no
21038 longer needed, due to function call.
21039 (makefile-match-dependency): Take BOUND into account when checking
21040 if we're through.
21041
21042 2005-05-20 Jay Belanger <belanger@truman.edu>
21043
21044 * calc/calc-units.el (calc-invalidate-units-table):
21045 Use inhibit-read-only.
21046 (math-build-units-table-buffer): Use view-mode.
21047
21048 2005-05-20 David Kastrup <dak@gnu.org>
21049
21050 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21051 easy-menu-add is not a nop on Emacs; and clarify when to call it.
21052
21053 2005-05-20 Lute Kamstra <lute@gnu.org>
21054
21055 * diff-mode.el (diff-header-face, diff-file-header-face)
21056 (diff-index-face, diff-hunk-header-face, diff-removed-face)
21057 (diff-added-face, diff-changed-face, diff-function-face)
21058 (diff-context-face, diff-nonexistent-face): Put them in the
21059 diff-mode customization group.
21060
21061 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21062
21063 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21064
21065 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21066
21067 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21068 Minor regexp-optimization.
21069
21070 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
21071
21072 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21073 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21074 (org-agenda-add-time-grid-maybe): New function.
21075 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21076 (org-table-create): `dotimes' instead of `mapcar'.
21077 (org-xor): Simplify implementation.
21078 (org-agenda): `inhibit-redisplay' turned on.
21079 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21080 a consistent line after a state change.
21081 (org-agenda-remove-times-when-in-prefix): New option.
21082 (org-prefix-has-time): New variable.
21083 (org-parse-time-string): Optional argument NODEFAULT.
21084 (org-format-agenda-item): Parse items for time-of-day
21085 specifications and move these into the prefix if possible.
21086 (org-agenda-priority): Get current heading, not previous heading
21087 during agenda remote editing.
21088
21089 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
21090
21091 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21092 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21093 (remove-duplicates, delete-duplicates, substitute)
21094 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21095 (nsubstitute-if-not, find, find-if, find-if-not, position)
21096 (position-if, position-if-not, count, count-if, count-if-not)
21097 (mismatch, search, sort*, stable-sort, merge, member*)
21098 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21099 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21100 (intersection, nintersection, set-difference, nset-difference)
21101 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21102 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21103 (nsublis, tree-equal): Improve argument/docstring consistency.
21104
21105 * subr.el (send-string, send-region): Remove obsolescence declaration.
21106 (window-dot, set-window-dot, read-input, show-buffer)
21107 (eval-current-buffer, string-to-int):
21108 Add release number to obsolescence declarations.
21109
21110 2005-05-19 Kim F. Storm <storm@cua.dk>
21111
21112 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21113 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21114
21115 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
21116
21117 * faces.el (list-faces-display): Make back button respect optional
21118 regexp arg.
21119
21120 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
21121
21122 * calculator.el (calculator-radix-grouping-mode)
21123 (calculator-radix-grouping-digits, calculator-displayer)
21124 (calculator-radix-grouping-separator, calculator-copy-displayer):
21125 * dabbrev.el (dabbrev-search-these-buffers-only):
21126 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21127 (diff-advance-after-apply-hunk, diff-mode-hook)
21128 (diff-minor-mode-prefix):
21129 * imenu.el (imenu-use-popup-menu):
21130 * jit-lock.el (jit-lock-context-time):
21131 * newcomment.el (comment-fill-column, comment-column)
21132 (comment-style, comment-padding, comment-multi-line)
21133 (comment-empty-lines, comment-auto-fill-only-comments):
21134 * reveal.el (reveal-around-mark):
21135 * uniquify.el (uniquify-buffer-name-style)
21136 (uniquify-after-kill-buffer-p)
21137 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21138 (uniquify-min-dir-content, uniquify-separator)
21139 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21140 * w32-vars.el (w32-fixed-font-alist):
21141 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21142 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21143 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21144 * progmodes/perl-mode.el (perl-indent-level)
21145 (perl-continued-statement-offset, perl-continued-brace-offset)
21146 (perl-brace-offset, perl-brace-imaginary-offset)
21147 (perl-label-offset, perl-indent-continued-arguments)
21148 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21149 * progmodes/tcl.el (tcl-indent-level)
21150 (tcl-continued-indent-level, tcl-auto-newline)
21151 (tcl-tab-always-indent, tcl-electric-hash-style)
21152 (tcl-help-directory-list, tcl-use-smart-word-finder)
21153 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21154 (inferior-tcl-source-command):
21155 * textmodes/fill.el (enable-kinsoku):
21156 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21157 * textmodes/table.el (table-yank-handler):
21158 Specify missing group (and type, if simple) in defcustom.
21159
21160 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
21161
21162 * progmodes/compile.el (compilation-finish-function): Fix defvar.
21163
21164 2005-05-19 Richard M. Stallman <rms@gnu.org>
21165
21166 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21167
21168 * subr.el (event-basic-type): Don't get an error.
21169 (left-fringe-p): Function deleted.
21170
21171 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21172 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21173
21174 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21175 in recursive copy.
21176
21177 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21178
21179 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21180
21181 * emacs-lisp/bytecomp.el
21182 (byte-compile-file-form-custom-declare-variable):
21183 Call byte-compile-nogroup-warn if appropriate.
21184
21185 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21186 (compilation-set-window): Don't call left-fringe-p; do it directly.
21187
21188 2005-05-19 Jay Belanger <belanger@truman.edu>
21189
21190 * calc/calc-graph.el (calc-graph-format-data): Make sure
21191 var-PlotRejects is bound before trying to check its value.
21192
21193 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
21194
21195 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21196 definition of this variable from reftex-global.el to reftex.el,
21197 because it is needed in the menu.
21198
21199 2005-05-19 Lute Kamstra <lute@gnu.org>
21200
21201 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21202 years are fixed. Don't insert a space after a dash.
21203
21204 2005-05-19 Kim F. Storm <storm@cua.dk>
21205
21206 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21207
21208 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
21209
21210 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21211 strings, because (eq ... ?\\) is fairly frequent.
21212
21213 * progmodes/make-mode.el (makefile-add-this-line-targets):
21214 Simplify and integrate into `makefile-pickup-targets'.
21215 (makefile-add-this-line-macro): Simplify and integrate into
21216 `makefile-pickup-macros.
21217 (makefile-pickup-filenames-as-targets): Simplify.
21218 (makefile-previous-dependency, makefile-match-dependency):
21219 Don't stumble over `::'.
21220
21221 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
21222
21223 * subr.el (post-command-idle-hook, post-command-idle-delay):
21224 Remove obsoletion of post-command-idle-hook and
21225 post-command-idle-delay.
21226
21227 * faces.el (list-faces-display): Provide button when describe-face
21228 is called to take user back to the list of faces.
21229
21230 * help-fns.el (describe-variable): Remove hyperlinks in a
21231 variable's value as these are quite frequently inappropriate.
21232
21233 * follow.el (follow-submit-feedback, follow-mode):
21234 Remove references to post-command-idle-hook.
21235
21236 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
21237
21238 * progmodes/make-mode.el (makefile-previous-dependency)
21239 (makefile-match-dependency): Check for := (and in bsd mode also
21240 !=) to give a better result, even when font-lock is not on.
21241
21242 2005-05-18 Jay Belanger <belanger@truman.edu>
21243
21244 * calc/calc-help.el (calc-s-prefix-help):
21245 Add `calc-copy-special-constant' to help string.
21246
21247 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
21248
21249 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21250
21251 2005-05-18 Jay Belanger <belanger@truman.edu>
21252
21253 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21254 in linear factors are in proper order.
21255
21256 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
21257
21258 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21259 Support for jurabib.
21260
21261 * textmodes/reftex.el (featurep): Define aliases for overlay
21262 commands, for XEmacs compatibility, and use these aliases in
21263 overlay initializations.
21264 (reftex-highlight): Use `reftex-move-overlay'.
21265 (reftex-unhighlight): Use `reftex-delete-overlay'.
21266 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
21267 (reftex-access-search-path): Use `reftex-uniquify' instead of
21268 `reftex-uniq'
21269
21270 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21271 `before-string' property modification enables for Emacs as well.
21272 (reftex-select-item): Use `reftex-delete-overlay'.
21273 (reftex-select-mark): Use `reftex-make-overlay' and
21274 `reftex-overlay-put'.
21275 (reftex-select-unmark): Use `reftex-delete-overlay' and
21276 `reftex-overlay-put'.
21277
21278 2005-05-18 Lute Kamstra <lute@gnu.org>
21279
21280 * emacs-lisp/lisp.el (check-parens): Fix docstring.
21281
21282 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
21283
21284 * add-log.el (add-change-log-entry):
21285 * array.el (array-make-template, array-reconfigure-rows)
21286 (array-init-max-row, array-init-max-column)
21287 (array-init-columns-per-line, array-init-field-width):
21288 * replace.el (replace-match-maybe-edit, perform-replace):
21289 * textmodes/spell.el (spell-region):
21290 Replace `read-input' by `read-string'.
21291
21292 * forms.el (forms-mode):
21293 * finder.el (finder-compile-keywords):
21294 * shadowfile.el (shadow-read-files):
21295 Replace `eval-current-buffer' by `eval-buffer'.
21296
21297 * terminal.el (te-pass-through):
21298 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21299 (ange-ftp-raw-send-cmd):
21300 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21301 (send-process-next-char, telnet-initial-filter, telnet):
21302 Replace `send-string' by `process-send-string'.
21303
21304 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21305 (prolog-consult-region): Replace `send-string' by
21306 `process-send-string'; replace `send-region' by `process-send-region'.
21307
21308 * progmodes/delphi.el (delphi-log-msg):
21309 Replace `set-window-dot' by `set-window-point'.
21310
21311 * subr.el (window-dot, set-window-dot, read-input, send-string)
21312 (send-region, show-buffer, eval-current-buffer):
21313 Make really obsolete, as the comment says.
21314
21315 2005-05-17 Kim F. Storm <storm@cua.dk>
21316
21317 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21318 (cua--init-keymaps): Bind C-return instead of S-return to set
21319 rectangle mark.
21320
21321 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21322 instead of S-return to toggle/clear rectangle mark.
21323
21324 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
21325
21326 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21327 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21328 Also fontify plain strings assigned to variables, mostly so that a
21329 colon has a face and is thus not taken as a dependency separator.
21330 (makefile-previous-dependency): Inline the new matcher, because it
21331 is too complex to work in both directions.
21332 (makefile-match-dependency): Eliminate `backward' arg (see above).
21333 Completely reimplemented so as to not sometimes go into an endless
21334 loop. It should also be more efficient, because first it only
21335 searches for `:', instead of applying the very complex regexp.
21336 (makefile-mode): Cancel `font-lock-support-mode', because blocks
21337 to be fontified in one piece can be too long for JIT.
21338 Makefiles are never *that* big.
21339
21340 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21341
21342 * dired.el (dired-mode): Simplify.
21343
21344 2005-05-17 Lute Kamstra <lute@gnu.org>
21345
21346 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21347 defcustom for the mode hook variable.
21348
21349 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21350 Emacs Lisp Reference Manual.
21351
21352 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21353
21354 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21355 (evenp, list*):
21356 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21357 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21358
21359 * net/tramp-smb.el (tramp-smb-open-connection):
21360 Pass `tramp-chunksize' as fifth (required) argument.
21361
21362 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21363
21364 * font-lock.el (lisp-font-lock-keywords-1):
21365 Set `font-lock-negation-char-face' for [^...] char group.
21366 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21367
21368 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21369 a var, and refine it to mask one more level of nested vars.
21370 (makefile-rule-action-regex): Turn it into a var, and refine it so
21371 it recognizes backslashed continuation lines as belonging to the
21372 same command.
21373 (makefile-macroassign-regex): Refine it so it recognizes
21374 backslashed continuation lines as belonging to the same command.
21375 (makefile-var-use-regex): Don't look at the next char, because it
21376 might be the same one to be skipped by the initial [^$], leading
21377 to an overlooked variable use.
21378 (makefile-make-font-lock-keywords): Remove two parameters, which
21379 are now variables that some of the modes set locally.
21380 Handle dependency and rule action matching through functions, because
21381 regexps alone match too often. Dependency matching now comes
21382 last, so it can check, whether a colon already matched something else.
21383 (makefile-mode): Inform that font-lock improves makefile parsing
21384 capabilities.
21385 (makefile-match-dependency, makefile-match-action): New functions.
21386
21387 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21388
21389 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21390
21391 * align.el (align-regexp):
21392 * ansi-color.el (ansi-color-get-face):
21393 * array.el (array-reconfigure-rows, array-init-max-row)
21394 (array-init-max-column, array-init-columns-per-line)
21395 (array-init-field-width):
21396 * dired-aux.el (dired-trample-file-versions):
21397 * dired-x.el (dired-mark-sexp):
21398 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21399 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21400 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21401 * faces.el (face-read-integer):
21402 * files.el (backup-extract-version, insert-directory):
21403 * hexl.el (hexl-insert-decimal-char):
21404 * server.el (server-process-filter):
21405 * shell.el (shell-extract-num):
21406 * startup.el (command-line-1):
21407 * term.el (term-command-hook):
21408 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21409 (time-stamp-do-number):
21410 * time.el (display-time-update):
21411 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21412 (timezone-fix-time):
21413 * vms-patch.el (vms-suspend-resume-hook):
21414 * calendar/appt.el (appt-convert-time):
21415 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21416 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21417 * calendar/cal-islam.el (mark-islamic-diary-entries):
21418 * calendar/calendar.el (calendar-cursor-to-date)
21419 (calendar-star-date):
21420 * calendar/diary-lib.el (diary-attrtype-convert)
21421 (mark-diary-entries, diary-entry-time):
21422 * calendar/solar.el (solar-get-number):
21423 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21424 * emacs-lisp/re-builder.el (reb-display-subexp):
21425 * emulation/edt.el (edt-set-scroll-margins):
21426 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21427 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21428 (vip-get-ex-count):
21429 * emulation/viper-ex.el (viper-get-ex-token)
21430 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21431 * international/fontset.el (fontset-plain-name):
21432 * mail/feedmail.el (feedmail-look-at-queue-directory):
21433 * mail/mailalias.el (mail-get-names):
21434 * mail/rmail.el (rmail-convert-to-babyl-format):
21435 * mail/rmailsum.el (rmail-make-basic-summary-line)
21436 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21437 (rmail-summary-goto-msg):
21438 * mail/smtpmail.el (smtpmail-read-response):
21439 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21440 (ange-ftp-vms-add-file-entry):
21441 * play/gametree.el (gametree-looking-at-ply)
21442 (gametree-current-branch-score):
21443 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21444 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21445 * progmodes/cperl-mode.el (condition-case):
21446 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21447 (ebrowse-set-member-buffer-column-width)
21448 (ebrowse-select-1st-to-9nth):
21449 * progmodes/etags.el (etags-snarf-tag):
21450 * progmodes/flymake.el (flymake-parse-line):
21451 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21452 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21453 (idlwave-shell-menu-def):
21454 * progmodes/ps-mode.el (ps-run-goto-error):
21455 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21456 (vhdl-speedbar-contract-level):
21457 * term/mac-win.el (x-handle-numeric-switch):
21458 * term/sun-mouse.el (sun-get-frame-data):
21459 * term/w32-win.el (x-handle-numeric-switch):
21460 * term/x-win.el (x-handle-numeric-switch):
21461 * textmodes/ispell.el (ispell-parse-output):
21462 * textmodes/nroff-mode.el (nroff-outline-level):
21463 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21464 (reftex-bib-sort-year-reverse, reftex-format-citation):
21465 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21466 (reftex-section-number):
21467 * textmodes/texinfmt.el (texinfo-paragraphindent):
21468 Replace `string-to-int' by `string-to-number'.
21469
21470 * international/latexenc.el: Add page marker to force the "Local
21471 Variables:" string out of the last page.
21472
21473 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21474
21475 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21476 tooltip-change-major-mode.
21477 (gud-tooltip-print-command): Remove case where gud-minor-mode
21478 is gdb ("--fullname").
21479 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21480 explain to user.
21481
21482 2005-05-16 Jay Belanger <belanger@truman.edu>
21483
21484 * calc/calc-store.el (calc-copy-special-constant): New function.
21485
21486 * calc/calc-ext.el (calc-init-extensions): Add binding for
21487 `calc-copy-special-constant'.
21488
21489 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21490 for the `calc-copy-special-constant' command.
21491
21492 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21493
21494 * subr.el (left-fringe-p): New function.
21495
21496 * progmodes/compile.el (compilation-setup): Set local value of
21497 overlay-arrow-string to "" always.
21498 (compilation-set-window): Left fringe then don't scroll.
21499 No left fringe then no arrow and scroll message to top.
21500 (compilation-context-lines): Adjust doc string accordingly.
21501
21502 2005-05-16 Kim F. Storm <storm@cua.dk>
21503
21504 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21505 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21506 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21507 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21508 (ido-read-file-name): Handle commands with ido property value
21509 equal to find-file as reading a file name, to allow C-d to enter dired.
21510 (ibuffer-find-file): Add ido property with value find-file.
21511
21512 2005-05-15 Kim F. Storm <storm@cua.dk>
21513
21514 * subr.el (open-network-stream-nowait): Remove.
21515 (open-network-stream-server): Remove.
21516
21517 2005-05-15 Richard M. Stallman <rms@gnu.org>
21518
21519 * faces.el (describe-face): Output a definition link button.
21520
21521 * help-mode.el (help-face-def): New button type.
21522
21523 * emacs-lisp/copyright.el (copyright-fix-years):
21524 Match properly if the first year is 2-digit.
21525 Don't mess up the whitespace after the years by filling.
21526
21527 * dired-aux.el (dired-mark-confirm):
21528 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21529
21530 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21531 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21532 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21533
21534 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21535 Set font-lock-comment-start-skip.
21536
21537 * font-lock.el (font-lock-comment-start-skip): New variable.
21538 (font-lock-comment-end-skip): New variable.
21539 (font-lock-fontify-syntactically-region): Use them if non-nil.
21540
21541 2005-05-15 Jay Belanger <belanger@truman.edu>
21542
21543 * calc/calc-store.el (calc-store-value): Return a string rather
21544 than display it as a message.
21545 Use calc-var-name for variable name.
21546 (calc-store-into): Add the result of calc-store-value to message.
21547 (calc-copy-variable): Add a message.
21548 (calc-store-exchange): Improve error messages.
21549 (calc-store-binary, calc-store-map): Don't reset the values of
21550 special constants.
21551
21552 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21553
21554 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21555 manual to docstring.
21556
21557 * files.el (hack-local-variables-confirm): Add STRING argument.
21558 Make the function handle non file visiting buffers correctly.
21559 (hack-local-variables-prop-line, hack-local-variables)
21560 (hack-one-local-variable): Use STRING arg of
21561 `hack-local-variables-confirm'.
21562
21563 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21564
21565 Sync with Tramp 2.0.49.
21566
21567 * net/tramp.el (tramp-handle-dired-call-process)
21568 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21569 because the contents of the Tramp buffer is changed before
21570 insertion (`expand-file' and alike).
21571 (tramp-handle-insert-directory): If `localname' has an empty
21572 nondirectory name, it must not be quoted.
21573 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21574 variable `tramp-chunksize'. Change callees.
21575 (tramp-open-connection-setup-interactive-shell): Check remote host
21576 for buggy `send-process-string' implementation.
21577 Set `tramp-chunksize' if found. Reported by Michael Kifer
21578 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21579 (tramp-handle-shell-command): `insert-buffer' cannot be used
21580 because the contents of the Tramp buffer is changed before
21581 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21582 <frederic.bothamy@free.fr>.
21583 (tramp-set-auto-save): Actions should be done for Tramp file name
21584 handler only. Ange-FTP has its own auto-save mechanism.
21585 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21586 (tramp-set-auto-save-file-modes): Set file modes of
21587 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21588 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21589 (tramp-bug): Remove obsolete variable.
21590 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21591 for presence of `mml-mode'. Make it running for older Emacsen as well.
21592
21593 2005-05-14 John Paul Wallington <jpw@pobox.com>
21594
21595 * ibuf-ext.el (define-ibuffer-filter filename):
21596 If `dired-directory' is a list, use its car.
21597
21598 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21599
21600 * ibuffer.el (define-ibuffer-column filename):
21601 If `dired-directory' is a list, use its car.
21602
21603 2005-05-14 Richard M. Stallman <rms@gnu.org>
21604
21605 * subr.el (symbol-file): Doc fix.
21606
21607 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21608 (byte-compile-form): Call byte-compile-nogroup-warn.
21609 (byte-compile-warning-types): Doc fix.
21610
21611 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21612
21613 * progmodes/cc-engine.el (c-literal-faces):
21614 Add font-lock-comment-delimiter-face.
21615
21616 * net/net-utils.el (dig): Use with-no-warnings.
21617
21618 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21619 (sc-recite-frame-alist, sc-default-cite-frame)
21620 (sc-default-uncite-frame, sc-default-recite-frame)
21621 (sc-attrib-selection-list, sc-rewrite-header-list):
21622 Mark as risky-local-variable.
21623
21624 * international/ogonek.el (ogonek-jak, ogonek-how):
21625 Don't use beginning-of-buffer.
21626
21627 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21628
21629 * calendar/solar.el (solar-data-list): Move definition up.
21630
21631 * dnd.el (dnd-protocol-alist): Add autoload.
21632
21633 * progmodes/sh-script.el: Many doc usage fixes.
21634 (sh-indent-after-do): Change default to match common styles.
21635
21636 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
21637
21638 * files.el (interpreter-mode-alist)
21639 (auto-mode-interpreter-regexp): Doc fixes.
21640
21641 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
21642
21643 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21644
21645 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21646
21647 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21648
21649 * dired.el (dired-mode): make-variable-buffer-local =>
21650 make-local-variable.
21651
21652 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21653
21654 * term/mac-win.el (mac-select-convert-to-string): Try coding
21655 systems in mac-script-code-coding-systems if specified one cannot
21656 encode string for `com.apple.traditional-mac-plain-text'.
21657
21658 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
21659
21660 * progmodes/make-mode.el (makefile-targets-face)
21661 (makefile-shell-face, makefile-makepp-perl-face): New faces.
21662 (makefile-dependency-regex): Fix it to not make the colon in
21663 $(var:a=b) special.
21664 (makefile-rule-action-regex): New regexp for highlighting embedded
21665 Shell strings.
21666 (makefile-macroassign-regex): Handle != for highlighting as
21667 embedded Shell strings.
21668 (makefile-var-use-regex): New const.
21669 (makefile-statements, makefile-automake-statements)
21670 (makefile-gmake-statements, makefile-makepp-statements)
21671 (makefile-bsdmake-statements): New consts.
21672 (makefile-make-font-lock-keywords): New function.
21673 (makefile-automake-font-lock-keywords)
21674 (makefile-gmake-font-lock-keywords)
21675 (makefile-makepp-font-lock-keywords)
21676 (makefile-bsdmake-font-lock-keywords): New consts.
21677 (makefile-mode-map): Add switchers between the various submodes.
21678 (makefile-mode): Document the availability of the variants.
21679 (makefile-automake-mode, makefile-gmake-mode)
21680 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21681
21682 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21683 new variants of makefile-mode.
21684
21685 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21686
21687 * font-lock.el (font-lock-comment-delimiter-face): Fix up
21688 the inheritance.
21689
21690 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
21691
21692 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21693 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21694
21695 * files.el (normal-mode): Extend the scope of the
21696 `enable-local-variables' binding to include the `set-auto-mode' call.
21697 (magic-mode-alist): Doc fix.
21698
21699 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21700
21701 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21702 font-lock-comment-face rather than copying its setting.
21703
21704 2005-05-12 Andreas Schwab <schwab@suse.de>
21705
21706 * eshell/esh-mode.el (eshell-send-input): Doc fix.
21707
21708 2005-05-12 Lute Kamstra <lute@gnu.org>
21709
21710 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21711 defcustom for the mode hook variable. Delete the last argument.
21712 * generic-x.el: Fix callers of define-generic-mode.
21713 (generic-x-modes): Delete group.
21714 (show-tabs-tab-face, show-tabs-space-face): Put them in the
21715 generic-x customization group.
21716
21717 2005-05-12 Kim F. Storm <storm@cua.dk>
21718
21719 * font-lock.el (font-lock-negation-char-face): Default to "off".
21720
21721 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21722 font-lock-negation-char-face to ! in !=.
21723
21724 2005-05-12 Masatake YAMATO <jet@gyve.org>
21725
21726 * add-log.el (find-change-log): Fix typos in the docstring
21727 of function.
21728
21729 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21730
21731 * international/latexenc.el (latexenc-find-file-coding-system):
21732 Avoid `re-search-forward' when looking for input encoding because
21733 of speed and safety. Better regular expressions for recognizing
21734 input encoding. Limit a search for TeX-master/tex-main-file to
21735 the local variable section.
21736
21737 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
21738
21739 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21740 syntax of $ to "'" (quote).
21741
21742 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21743
21744 * dnd.el (dnd-protocol-alist): Improve custom type.
21745
21746 * dired.el (dired-dnd-protocol-alist): New variable.
21747 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21748 `dired-mode-hook' to the end.
21749
21750 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21751
21752 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21753 comment-end if comment-start-skip is not set.
21754 Obey the font-lock-comment-delimiter-face variables.
21755
21756 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21757
21758 * files.el (executable-find): Move from executable.el. Use
21759 locate-file.
21760 * progmodes/executable.el (executable-find): Move to files.el.
21761
21762 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21763 when trying to ensure forward progress.
21764
21765 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21766
21767 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21768 (mouse-select, mouse-select-internal, mouse-extend-internal):
21769 Use it to implement mouse-1-click-follows-link functionality.
21770
21771 2005-05-11 Richard M. Stallman <rms@gnu.org>
21772
21773 * font-lock.el (font-lock-fontify-syntactically-region):
21774 Use font-lock-comment-delimiter-face for comment delimiters.
21775
21776 2005-05-10 Jay Belanger <belanger@truman.edu>
21777
21778 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21779 preserving embedded modes.
21780
21781 2005-05-10 Richard M. Stallman <rms@gnu.org>
21782
21783 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21784
21785 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21786 Move from ada-stmt.el.
21787 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21788
21789 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21790 Move to ada-mode.el.
21791 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21792
21793 * cus-edit.el (custom-file): Call file-chase-links.
21794
21795 * files.el (read-directory-name): Fix previous change.
21796 (hack-local-variables-confirm): New function.
21797 (hack-local-variables-prop-line, hack-local-variables)
21798 (hack-one-local-variable): Use it.
21799
21800 2005-05-10 Lute Kamstra <lute@gnu.org>
21801
21802 * font-lock.el (font-lock-keywords-alist)
21803 (font-lock-removed-keywords-alist): Clarify docstrings.
21804
21805 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21806
21807 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21808 (gdb-source-info): Check for preprocessor info.
21809 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21810 a macro for a function.
21811 (gdb-info-breakpoints-custom): Try to find file again if not already
21812 found (user might have used GDB dir command).
21813 (gdb-get-location): Update gdb-location-alist correctly for change
21814 to gdb-info-breakpoints-custom.
21815
21816 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21817 (gud-tooltip-print-command): Add gdbmi case.
21818 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21819 preprocessor info.
21820
21821 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21822
21823 * startup.el (fancy-splash-insert): Fix typo in doc string.
21824
21825 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21826
21827 * obsolete/float.el (string-to-float):
21828 * obsolete/hilit19.el (hilit-add-pattern):
21829 * obsolete/rnews.el (news-parse-range, news-select-message)
21830 (news-get-pruned-list-of-files): Replace `string-to-int' by
21831 `string-to-number'.
21832
21833 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21834 `find-file-not-found-hooks'; use `add-hook'.
21835 (uncompress-while-visiting): Set `write-file-functions', not
21836 `write-file-hooks'; use `add-hook'.
21837
21838 2005-05-09 Kim F. Storm <storm@cua.dk>
21839
21840 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21841 (cua-paste): Handle clipboard action.
21842 (cua--init-keymaps): Remap clipboard-kill-region and
21843 clipboard-kill-ring-save.
21844
21845 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21846
21847 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21848 Improve commentary.
21849
21850 * simple.el (next-error-overlay-arrow-position): Revert the change
21851 made on 2005-04-30.
21852
21853 2005-05-07 Jay Belanger <belanger@truman.edu>
21854
21855 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21856 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21857 `calc-sel-reselect'.
21858
21859 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21860 Calc is in embedded mode.
21861
21862 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21863
21864 * progmodes/compile.el (compilation-setup):
21865 Set overlay-arrow-string to an empty string on text terminals.
21866
21867 * textmodes/ispell.el (ispell-program-name): Try looking for
21868 "aspell" along exec-path, and if found, use it as the default
21869 speller program.
21870
21871 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21872
21873 * international/mule.el (sgml-xml-auto-coding-function):
21874 Recognize encoding='FOO' in single quotes as well as in double quotes.
21875
21876 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21877
21878 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21879 as well as `interactive', so that defmacro* would recognize
21880 `declare' forms.
21881
21882 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21883
21884 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21885 Explain more about the LIGHTER arg's usage in the doc string.
21886 Add commentary to clarify what the code does. Fix the regexp that
21887 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21888 since it could have characters special to regular expressions.
21889
21890 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21891
21892 * replace.el (occur-1): Bind inhibit-read-only so that
21893 erase-buffer doesn't barf on read-only text properties (likewise
21894 for add-text-properties in occur-engine). Mark buffer as unmodified.
21895 (occur-engine): Don't set buffer-read-only here.
21896
21897 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21898
21899 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21900 list-buffers-directory. This caused the *cvs-commit* buffer to be
21901 sometimes mistakenly reused as a *cvs* buffer.
21902
21903 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21904
21905 * tooltip.el: Move code for GUD tooltips into gud.el.
21906 (require): CL no longer needed to compile case.
21907 (tooltip-mode): Do not toggle functions for GUD tooltips.
21908 (tooltip-gud-tips-p): Remove. Replace with minor mode
21909 gud-tooltip-mode in gud.el.
21910 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21911 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21912 tooltip-gud prefix with gud-tooltip and obsolete.
21913 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21914 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21915 (tooltip-mouse-motion): Mouse movement functions/variable.
21916 Rename in gud.el by adding gud prefix.
21917 (tooltip-gud-original-filter, tooltip-gud-dereference)
21918 (tooltip-gud-event, tooltip-toggle-gud-tips)
21919 (tooltip-gud-process-output, tooltip-gud-print-command)
21920 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21921 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21922 (gdb-tooltip-print): Move to gdb-ui.el.
21923
21924 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21925 (require): CL needed to compile case.
21926 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21927 tooltip-gud-tips-p. Make it a minor-mode.
21928 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21929 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21930 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21931 (gud-tooltip-change-major-mode)
21932 (gud-tooltip-activate-mouse-motions-if-enabled)
21933 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21934 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21935 (gud-tooltip-original-filter, gud-tooltip-dereference)
21936 (gud-tooltip-event, tooltip-toggle-gud-tips)
21937 (gud-tooltip-process-output, gud-tooltip-print-command)
21938 (gud-tooltip-tips): Move from tooltip.el.
21939
21940 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21941 (gdb-cpp-define-alist-flags): Doc fix.
21942 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21943 gud-tooltip-mode is t.
21944
21945 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21946
21947 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21948 evaporate if their text is deleted.
21949 (goto-address-at-point): Make it work as a mouse binding as well.
21950 (goto-address-at-mouse): Obsolete it. Update users.
21951
21952 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21953
21954 * calendar/appt.el (top-level): No longer activate on load.
21955
21956 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21957
21958 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21959 * net/webjump.el (webjump):
21960 * progmodes/idlw-help.el (idlwave-do-context-help1)
21961 (idlwave-highlight-linked-completions):
21962 * textmodes/po.el (po-find-file-coding-system-guts):
21963 Replace `assoc-ignore-case' by `assoc-string'.
21964
21965 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21966
21967 * files.el (locate-file): Doc fix.
21968
21969 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21970 Remove the redundant test for ms-dos.
21971
21972 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21973 look for the preprocessor with exec-suffixes. If not found in
21974 standard places, look in exec-path. Remove most of the tests that
21975 used system-type.
21976
21977 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21978
21979 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21980
21981 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21982 file-name clash with jka-compr.el on 8+3 filesystems.
21983
21984 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21985
21986 * term/mac-win.el: Don't define or bind scroll bar functions if
21987 x-toolkit-scroll-bars is t.
21988 (x-select-text, x-get-selection-value): Clear
21989 x-last-selected-text-clipboard if x-select-enable-clipboard is
21990 nil.
21991 (PRIMARY): Put mac-scrap-name property.
21992 (mac-select-convert-to-file-url): New function.
21993 (public.file-url): New selection target type. Add to
21994 selection-converter-alist.
21995 (x-get-selection, x-selection-value): Handle it.
21996 (x-cut-buffer-or-selection-value): New alias.
21997
21998 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21999
22000 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22001 entry to avoid calling bibtex-find-entry with arg global
22002 being t. Remove arg key.
22003 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22004 (bibtex-copy-summary-as-kill): Change accordingly.
22005
22006 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22007
22008 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22009 (org-agenda-date-later): Use with-current-buffer.
22010
22011 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
22012
22013 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22014 (define-obsolete-variable-alias): Doc Fixes.
22015
22016 2005-05-06 Kim F. Storm <storm@cua.dk>
22017
22018 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
22019 vertical-motion when selective-display is active.
22020
22021 * ido.el (ido-setup-hook): New hook.
22022 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22023 (ido-input-stack): New var.
22024 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
22025 ido-next-work-file binding to M-O.
22026 Bind M-f to ido-wide-find-file-or-pop-dir.
22027 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22028 (ido-read-internal): Run ido-setup-hook.
22029 Catch quit in read-file-name and read-string to cancel edit.
22030 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22031 Automatically pop-all when completing a directory name (RET).
22032 (ido-file-internal): Add with-no-warnings around ffap and dired code.
22033 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22034 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22035 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22036 New functions for M-b/M-f to move among the directory components.
22037 (ido-make-merged-file-list): Catch quit to cancel merge.
22038 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22039 (ido-completion-help): No warnings for ido-completion-buffer-full.
22040
22041 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
22042
22043 * font-lock.el (font-lock-negation-char-face): New face and variable.
22044 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22045 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22046 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22047 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22048
22049 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
22050
22051 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22052 Fix typo in docstring.
22053
22054 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22055 (ebrowse-print-statistics-line)
22056 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22057
22058 * term/w32-win.el (image-library-alist): Add additional name for
22059 Xpm library.
22060
22061 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
22062
22063 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22064 use gcc instead of cpp.
22065
22066 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22067 (gdb-create-define-alist): Use it.
22068 (gdb-cpp-define-alist-program): Update for MS-DOS.
22069
22070 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
22071
22072 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22073
22074 2005-05-04 Richard M. Stallman <rms@gnu.org>
22075
22076 * help.el (describe-key): No error when UNTRANSLATED is nil.
22077
22078 * simple.el (line-move-1): Fix previous change to signal errors
22079 appropriately.
22080
22081 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
22082
22083 * calendar/icalendar.el (icalendar-version): Now at 0.12.
22084 (icalendar-duration-correction): Remove.
22085 (icalendar--get-event-properties): Split result at commas.
22086 (icalendar--decode-isoduration): New optional argument
22087 DURATION-CORRECTION.
22088 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22089 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22090 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22091 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22092 (icalendar--convert-anniversary-to-ical): New functions, extracted
22093 from icalendar-export-region, with bug fixes.
22094 (icalendar-export-region): Use the above functions.
22095 (icalendar-import-buffer): Check before saving diary file.
22096 (icalendar--convert-recurring-to-diary)
22097 (icalendar--convert-non-recurring-all-day-to-diary)
22098 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22099 extracted from icalendar--convert-ical-to-diary, with bug fixes.
22100 (icalendar--convert-ical-to-diary): Use the above functions.
22101
22102 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
22103
22104 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22105 Remove these recent additions.
22106 (c-mode): Restore to before 2005-04-28.
22107
22108 * progmodes/cc-vars.el (cc-define-list-program): Remove this
22109 recent addition.
22110
22111 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22112 (gdb-define-alist): New variables.
22113 (gdb-create-define-alist): New function.
22114 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22115 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22116 with string-to-number.
22117 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
22118
22119 * progmodes/gud.el: Replace string-to-int with string-to-number.
22120 (gud-find-file): Handle gdb-define-alist.
22121
22122 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22123
22124 2005-05-02 Jay Belanger <belanger@truman.edu>
22125
22126 * calc/calc-aent.el (math-read-token):
22127 * calc/calc-bin.el (calc-word-size):
22128 * calc/calc-ext.el (calc-read-number-fancy):
22129 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22130 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22131 * calc/calc-frac.el (calc-over-notation):
22132 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22133 (calc-graph-num-points, calc-graph-init):
22134 * calc/calc-prog.el (calc-read-parse-table-part)
22135 (calc-edit-macro-repeats):
22136 * calc/calc-yank.el (calc-do-grab-rectangle):
22137 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22138 Replace `string-to-int' by `string-to-number'.
22139
22140 2005-05-02 Kim F. Storm <storm@cua.dk>
22141
22142 * kmacro.el: Use executing-kbd-macro-index variable.
22143
22144 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
22145
22146 * net/rlogin.el (rlogin-parse-words): Delete func.
22147 (rlogin): Use split-string, not rlogin-parse-words.
22148 Also, if there are option-like elements in the parsed args,
22149 take the host to be the first arg immediately following them.
22150 Suggested by Michael Mauger.
22151
22152 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22153
22154 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22155
22156 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22157
22158 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22159 (cc-mode-cpp-program): Rename to cc-define-list-program and
22160 move to cc-vars.el.
22161
22162 * progmodes/cc-vars.el (cc-define-list-program):
22163 Change to "gcc -E -dM -". Make customizable.
22164
22165 2005-05-02 Kim F. Storm <storm@cua.dk>
22166
22167 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22168
22169 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22170
22171 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22172
22173 * international/mule-util.el (truncate-string): Remove alias and
22174 obsolete declaration.
22175
22176 * international/mule-cmds.el (update-iso-coding-systems):
22177 Remove alias and obsolete declaration.
22178
22179 * international/mule.el (coding-system-parent): Remove alias and
22180 obsolete declaration.
22181
22182 * subr.el (define-function, sref): Remove aliases and obsolete
22183 declarations.
22184 (chars-in-region): Remove obsolete declaration.
22185
22186 2005-05-01 Richard M. Stallman <rms@gnu.org>
22187
22188 * info.el (Info-mode): Set widen-automatically to nil, locally.
22189
22190 * simple.el (widen-automatically): New variable.
22191 (pop-global-mark): Obey widen-automatically.
22192
22193 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
22194
22195 * term/xterm.el (function-key-map): Call substitute-key-definition
22196 before the keymap size is increased by a lot of define-key calls.
22197
22198 2005-05-01 Richard M. Stallman <rms@gnu.org>
22199
22200 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22201 Rename ARG to ELEMENT. Doc fix.
22202
22203 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22204
22205 * allout.el (allout-exposure): Remove macro and obsolete declaration.
22206 Remove references to allout-exposure/change to allout-new-exposure.
22207
22208 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22209 bytecode symbols.
22210
22211 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22212 (compiled-function-p, focus-frame, unfocus-frame):
22213 Remove aliases and obsolete declarations.
22214 Back out inadvertent changes from previous commit.
22215
22216 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22217
22218 * files.el (require-final-newline): Make Custom tags consistent
22219 with mode-require-final-newline.
22220 (mode-require-final-newline): Doc fix.
22221
22222 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
22223
22224 * international/latexenc.el (latexenc-find-file-coding-system):
22225 Fix regular expressions.
22226
22227 2005-05-01 David Kastrup <dak@gnu.org>
22228
22229 * international/latexenc.el (latexenc-find-file-coding-system):
22230 Fix regular expressions.
22231
22232 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22233
22234 * subr.el (string-to-int): Make obsolete.
22235
22236 2005-04-30 Richard M. Stallman <rms@gnu.org>
22237
22238 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22239
22240 * loadup.el: load jka-comp-hook.
22241
22242 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22243 (jka-compr-handler): Add autoload. `put' calls moved
22244 to jka-comp-hook.el.
22245 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22246 (jka-compr-inhibit): Autoload.
22247
22248 * jka-comp-hook.el: New file.
22249 Enable the mode by default.
22250
22251 * files.el (backup-buffer-copy): Use copy-file instead
22252 of write-region, and put back the 'excl.
22253
22254 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
22255
22256 * progmodes/flymake.el (flymake-split-string)
22257 (flymake-split-string, flymake-log, flymake-pid-to-names)
22258 (flymake-reg-names, flymake-get-source-buffer-name)
22259 (flymake-unreg-names, flymake-add-line-err-info)
22260 (flymake-add-err-info): Clarify docstrings.
22261 (flymake-popup-menu, flymake-make-emacs-menu)
22262 (flymake-make-xemacs-menu): Add docstrings.
22263 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22264 Set variables directly throughout.
22265
22266 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
22267
22268 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22269 exists. Initialize cc-define-alist.
22270 (c-mode): Add cc-create-define-alist locally to after-save-hook.
22271 If there is no file (Macroexpansion) don't create an alist.
22272
22273 2005-04-29 Sam Steingold <sds@gnu.org>
22274
22275 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22276 (cc-create-define-alist): Use it instead of the hard-coded string.
22277
22278 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22279
22280 * international/mule-conf.el (file-coding-system-alist): Fix regexp
22281 for latexenc.
22282
22283 2005-04-29 Lute Kamstra <lute@gnu.org>
22284
22285 * emacs-lisp/generic.el: Improve commentary section.
22286 (define-generic-mode): Improve docstring.
22287
22288 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
22289
22290 * textmodes/org.el (many places): Change to quiet the byte compiler.
22291 (org-prefix-format-compiled): New variable.
22292 (org-compile-prefix-format): New function.
22293 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22294 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22295 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22296 (org-get-entries-from-diary): Use `org-get-time-of-day' for
22297 consistency with entries from `org-mode' files.
22298 (org-get-time-of-day): Fix bug with partial matches early in a line.
22299 (org-non-link-chars): New constant.
22300 (org-link-regexp): Respect `org-non-link-chars'.
22301 (org-agenda-day-view): Remove command.
22302 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22303 (org-follow-bbdb-link, org-store-link): Search also company field.
22304 (org-highlight-overlay): New variable.
22305 (org-highlight, org-unhighlight): New functions.
22306 (org-agenda-mode): Add pre-command-hook to remove highlight.
22307 (org-evaluate-time-range): Behavior depends upon whether time stamp
22308 contains a time or not.
22309 (org-show-subtree, org-show-entry): New functions.
22310 (org-agenda-cleanup-fancy-diary): Remove empty lines.
22311
22312 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
22313
22314 * comint.el (comint-output-filter-functions): Add autoload cookie.
22315
22316 2005-04-28 Kim F. Storm <storm@cua.dk>
22317
22318 * ido.el (ido-everywhere): Fix last change.
22319
22320 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22321
22322 * international/latexenc.el: New file.
22323 * international/mule-conf.el (file-coding-system-alist): For .tex,
22324 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22325
22326 2005-04-28 Lute Kamstra <lute@gnu.org>
22327
22328 * font-lock.el (font-lock-add-keywords)
22329 (font-lock-remove-keywords): Clarify docstring.
22330 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22331 Don't start docstrings with a `*'.
22332 (font-lock-update-removed-keyword-alist): Give it a docstring.
22333
22334 * generic-x.el: Update commentary section.
22335 Only require font-lock when compiling.
22336 Define all modes conditionally.
22337 Place all generic modes in the generic-x-modes customization group.
22338 (generic-x-modes): New customization group.
22339 (generic-default-modes, generic-mswindows-modes)
22340 (generic-unix-modes, generic-other-modes): New constants.
22341 (generic-define-mswindows-modes, generic-define-unix-modes):
22342 Update docstrings. Make them obsolete.
22343 (generic-extras-enable-list): New default value. Update docstring.
22344 Improve :type. Change :set function.
22345 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22346 Fix docstring.
22347
22348 * emacs-lisp/generic.el (generic-mode-internal):
22349 Simplify font-lock-defaults.
22350 (define-generic-mode): Fix docstring.
22351
22352 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22353
22354 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22355 font-lock-face property to highlight matches.
22356
22357 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22358
22359 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22360 (cc-define-alist): New variable.
22361 (c-mode): Make it local and initialize it.
22362
22363 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22364 (gdb-exited): New function.
22365 (gdb-annotation-rules): Use it.
22366 (gdb-starting): Set gdb-active-process to t.
22367 (gdb-stopping): Amend doc string.
22368 (gdb-reset): Set gdb-active-process to nil.
22369
22370 * tooltip.el (tooltip-gud-tips): Show the associated #define
22371 directives when a C program under GDB is not executing.
22372
22373 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22374
22375 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22376 font-lock-fontify-syntactic-keywords.
22377
22378 * font-lock.el (font-lock-default-fontify-region): Don't force
22379 parse-sexp-lookup-properties to nil.
22380
22381 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22382
22383 * man.el (man-mode-syntax-table): Set up `:' to have
22384 word-constituent syntax.
22385
22386 2005-04-27 Lute Kamstra <lute@gnu.org>
22387
22388 * novice.el (disable-command): Don't add spurious newlines to the
22389 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22390
22391 2005-04-26 Jay Belanger <belanger@truman.edu>
22392
22393 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22394 than one window before deleting window.
22395
22396 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22397
22398 * shell.el (shell-prompt-pattern): Doc fix.
22399 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22400
22401 * comint.el (comint-prompt-regexp, comint-get-old-input)
22402 (comint-use-prompt-regexp)
22403 (comint-use-prompt-regexp-instead-of-fields)
22404 (comint-replace-by-expanded-history, comint-send-input)
22405 (comint-output-filter, comint-get-old-input-default)
22406 (comint-line-beginning-position, comint-bol, comint-show-output)
22407 (comint-backward-matching-input, comint-forward-matching-input)
22408 (comint-next-prompt, comint-previous-prompt):
22409 Rename `comint-use-prompt-regexp-instead-of-fields' to
22410 `comint-use-prompt-regexp'. Keep old name as alias and declare
22411 obsolete.
22412 (comint-use-prompt-regexp): Shorten first line of doc string.
22413
22414 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22415 Set paragraph-separate buffer locally to "\\'".
22416
22417 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22418 Adapt to above name change.
22419
22420 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22421 (smbclient-prompt-regexp): Ditto.
22422
22423 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22424
22425 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22426
22427 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22428 gdb-location-list.
22429 Break lines that are over 80 characters wide.
22430
22431 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22432
22433 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22434 New fun and var, to preserve compatibility.
22435
22436 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22437
22438 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22439
22440 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22441 name to file-newer-than-file-p.
22442
22443 2005-04-26 Richard M. Stallman <rms@gnu.org>
22444
22445 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22446
22447 * progmodes/python.el (python-mode):
22448 Use new name eldoc-documentation-function.
22449
22450 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22451
22452 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22453 (eldoc-documentation-function):
22454 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22455
22456 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22457
22458 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22459
22460 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22461
22462 * term/xterm.el (function-key-map): Fix strings for
22463 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22464 {C,S,A,C-S}-{f1-f12}.
22465
22466 2005-04-26 Kenichi Handa <handa@m17n.org>
22467
22468 * international/mule-cmds.el (select-safe-coding-system):
22469 Fix previous change.
22470
22471 2005-04-26 Lute Kamstra <lute@gnu.org>
22472
22473 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22474
22475 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22476 (font-lock-comment-delimiter-face): Ditto.
22477
22478 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22479
22480 2005-04-25 Jay Belanger <belanger@truman.edu>
22481
22482 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22483 to t while inserting information; use help-mode.
22484
22485 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22486
22487 * term.el (ansi-term-color-vector): Use the xterm colors.
22488 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22489
22490 2005-04-25 Lute Kamstra <lute@gnu.org>
22491
22492 * font-core.el (font-lock-defaults): Fix docstring.
22493
22494 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22495
22496 2005-04-25 Kenichi Handa <handa@m17n.org>
22497
22498 * international/mule-cmds.el (select-safe-coding-system):
22499 Don't check consistency with coding: spec, etc if raw-text or
22500 no-conversion was found to be safe.
22501
22502 2005-04-24 Richard M. Stallman <rms@gnu.org>
22503
22504 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22505 citation markers at start of each line.
22506
22507 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22508 citation markers at start of each line.
22509
22510 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22511
22512 * files.el (mode-require-final-newline): Fix previous change.
22513 (require-final-newline): Fix type label.
22514
22515 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22516
22517 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22518 statement in buffer (broken by 2004-11-24 change).
22519
22520 2005-04-24 Kim F. Storm <storm@cua.dk>
22521
22522 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22523 and read-file-name-function values. Don't overwrite existing
22524 non-nil values if ido-mode is enabled without ido-everywhere.
22525
22526 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22527
22528 * files.el (mode-require-final-newline): Minor doc fix.
22529
22530 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22531
22532 * subr.el (syntax-after): Doc fix.
22533 (syntax-class): If argument is nil, return nil. Mask off upper 16
22534 bits, not 8 bits.
22535
22536 * files.el (mode-require-final-newline): Doc fix.
22537 (backup-buffer-copy): Fix last change.
22538
22539 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22540
22541 * term/mac-win.el: Require select. Set selection-coding-system to
22542 mac-system-coding-system. Call menu-bar-enable-clipboard.
22543 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22544 (x-select-enable-clipboard): New variables.
22545 (x-select-text, x-get-selection, x-selection-value)
22546 (x-get-selection-value, mac-select-convert-to-string)
22547 (mac-services-open-file, mac-services-open-selection)
22548 (mac-services-insert-text): New functions.
22549 (CLIPBOARD, FIND): Put mac-scrap-name property.
22550 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22551 (public.tiff): Put mac-ostype property.
22552 (selection-converter-alist): Add entries for them.
22553 (mac-application-menu-map): New keymap.
22554 (interprogram-cut-function, interprogram-paste-function): Set to
22555 x-select-text and x-get-selection-value, respectively.
22556 (split-window-keep-point): Set to t.
22557
22558 2005-04-23 Richard M. Stallman <rms@gnu.org>
22559
22560 * files.el (read-directory-name): Always pass non-nil
22561 DEFAULT-FILENAME arg to read-file-name.
22562 (backup-buffer-copy, basic-save-buffer-2): Take care against
22563 writing thru an unexpected existing symlink.
22564 (revert-buffer): In indirect buffer, revert the base buffer.
22565 (magic-mode-alist): Doc fix.
22566 (buffer-stale-function): Doc fix.
22567 (minibuffer-with-setup-hook): Avoid warning.
22568 (mode-require-final-newline): Doc and custom fix.
22569
22570 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22571
22572 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22573 use the default appearance.
22574 (font-lock-comment-delimiter-face): New face, new variable.
22575
22576 * imenu.el (imenu--generic-function): The official position of a
22577 definition is the start of the line that BEG is in.
22578
22579 * midnight.el (midnight-timer): Move defvar up.
22580
22581 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22582
22583 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22584
22585 * startup.el (command-line): Use with-no-warnings.
22586
22587 * window.el (window-size-fixed): New defvar.
22588
22589 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22590
22591 * mail/rmail.el (rmail-font-lock-keywords):
22592 Use font-lock-comment-delimiter-face.
22593
22594 * mail/sendmail.el (mail-font-lock-keywords):
22595 Use font-lock-comment-delimiter-face.
22596
22597 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22598
22599 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22600
22601 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22602 Specify t for LAXMATCH when matching directories.
22603 Save match data around compilation-compat-error-properties form.
22604
22605 2005-04-23 David Kastrup <dak@gnu.org>
22606
22607 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22608 Mention that the autoloaded aliases should be kept for AUCTeX.
22609
22610 2005-04-23 Andreas Schwab <schwab@suse.de>
22611
22612 * isearch.el (isearch-forward): Doc fix.
22613
22614 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22615
22616 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22617 (jit-lock-stealth-nice): Change default value to 0.5.
22618
22619 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22620
22621 * abbrev.el (write-abbrev-file): Write table entries in
22622 alphabetical order by table name.
22623
22624 2005-04-22 Kim F. Storm <storm@cua.dk>
22625
22626 * ido.el (ido-read-internal): Fix `list' completion.
22627
22628 2005-04-22 Kenichi Handa <handa@m17n.org>
22629
22630 * recentf.el (recentf-save-file-coding-system): New variable.
22631 (recentf-save-list): Encode the file by
22632 recentf-save-file-coding-system and add coding: tag.
22633
22634 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22635
22636 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22637
22638 2005-04-21 Lute Kamstra <lute@gnu.org>
22639
22640 * loadhist.el (unload-feature): Don't remove a function from hooks
22641 if it is about to be restored to an autoload . Remove functions
22642 that will become unbound from auto-mode-alist. Simplify the code.
22643
22644 * subr.el (assq-delete-all): New implementation that is linear,
22645 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
22646 (rassq-delete-all): New function.
22647
22648 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22649 Add size-indication-mode.
22650
22651 2005-04-21 Kenichi Handa <handa@m17n.org>
22652
22653 * international/mule-cmds.el: Add autoload for widget-value in
22654 eval-when-compile.
22655
22656 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
22657
22658 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22659 Add tooltip-mode.
22660
22661 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22662
22663 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
22664
22665 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22666 (inferior-lisp-filter-regexp, inferior-lisp-program)
22667 (inferior-lisp-load-command, inferior-lisp-prompt)
22668 (inferior-lisp-mode-hook, lisp-source-modes)
22669 (inferior-lisp-load-hook): defvar->defcustom.
22670 (inferior-lisp-program, inferior-lisp-prompt)
22671 (inferior-lisp-load-hook): Doc fixes.
22672 (inferior-lisp-install-letter-bindings): Small change in
22673 introductory comment.
22674
22675 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
22676
22677 * vc.el (vc-annotate-color-map): Change some colors so that text
22678 using them as foreground is readable on both white and black
22679 backgrounds.
22680
22681 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22682
22683 * international/mule-conf.el (translation-table-for-input):
22684 Remove redundant declaration.
22685
22686 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22687
22688 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22689
22690 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22691 (tooltip-toggle-gud-tips): New function.
22692
22693 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22694
22695 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22696 right angle brackets.
22697
22698 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22699
22700 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22701
22702 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22703
22704 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22705 Remove. Update callers to use expand-file-name instead.
22706
22707 * subr.el (syntax-class): New function.
22708
22709 * simple.el (blink-matching-open): Use it.
22710
22711 * paren.el (show-paren-function): Use it to recognize parens that are
22712 also used in 2-char comment markers.
22713
22714 2005-04-19 Lute Kamstra <lute@gnu.org>
22715
22716 * loadhist.el (unload-feature): Update for new format of
22717 load-history. Simplify the code.
22718
22719 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22720
22721 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22722 (mac-add-charset-info): New function. Initialize variable
22723 mac-charset-info-alist using it.
22724 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22725 for translation.
22726 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22727 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22728 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22729 New CCL programs.
22730
22731 2005-04-19 Kim F. Storm <storm@cua.dk>
22732
22733 * simple.el (next-buffer, prev-buffer, next-error)
22734 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22735 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22736
22737 * bindings.el (next-buffer, prev-buffer, next-error)
22738 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22739 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22740 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22741 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22742
22743 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22744
22745 * isearch.el (isearch-edit-string): Make the search-ring available for
22746 minibuffer history commands.
22747 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22748 the default history commands now work just as well.
22749 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22750
22751 2005-04-18 Kim F. Storm <storm@cua.dk>
22752
22753 * emulation/cua-base.el (cua--pre-command-handler): Add more
22754 elaborate check for shift modifier on non-window systems.
22755
22756 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22757
22758 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22759
22760 2005-04-18 Kim F. Storm <storm@cua.dk>
22761
22762 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22763 and make it optional. Don't test tooltip-gud-echo-area here.
22764 (tooltip-gud-process-output, gdb-tooltip-print):
22765 Pass tooltip-gud-echo-area to tooltip-show.
22766 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22767
22768 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22769
22770 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22771 `display-graphic-p' may not be bound yet.
22772
22773 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22774
22775 * startup.el (command-line): No longer enable Xterm Mouse mode by
22776 default in terminals compatible with xterm.
22777
22778 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22779
22780 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22781
22782 * tooltip.el (tooltip-gud-echo-area): Rename from
22783 tooltip-use-echo-area.
22784 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22785 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22786 area independently of where help tooltips are displayed.
22787
22788 2005-04-17 David Kastrup <dak@gnu.org>
22789
22790 * cus-theme.el (custom-theme-write-variables): Quote variables
22791 where necessary.
22792
22793 2005-04-17 Richard M. Stallman <rms@gnu.org>
22794
22795 * simple.el (yank-excluded-properties): Add follow-link to value.
22796
22797 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22798
22799 * startup.el (fancy-splash-max-time): Just 30 seconds.
22800 (fancy-splash-delay): Just 7.
22801 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22802
22803 * loadhist.el (unload-feature): Update for new format of load-history.
22804 Simplify the code.
22805
22806 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22807 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22808
22809 * mail/sendmail.el (mail-font-lock-keywords):
22810 Don't fontify subject text.
22811 Don't fontify the text of a citation.
22812
22813 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22814
22815 * comint.el (comint-output-filter): Run comint-output-filter-functions
22816 with point where the user had it.
22817
22818 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22819
22820 * international/ucs-tables.el (ucs-set-table-for-input):
22821 Disable when using unify-on-decoding.
22822
22823 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22824
22825 * emulation/cua-base.el (cua-global-mark-face): Add special case
22826 for displays supporting a high number of colors.
22827
22828 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22829
22830 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22831
22832 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22833
22834 * filesets.el (filesets-add-buffer): If user supplies a name of a
22835 non-existing fileset, create a new fileset.
22836
22837 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22838
22839 * textmodes/org.el (org-up-heading-all): Fix bug with
22840 `outline-up-heading-all'.
22841
22842 2005-04-16 Andreas Schwab <schwab@suse.de>
22843
22844 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22845 /etc/permissions.d/* and /etc/aliases.d/*.
22846
22847 2005-04-16 Kenichi Handa <handa@m17n.org>
22848
22849 * international/code-pages.el (cp-make-coding-system):
22850 Set `translation-table-for-input' property value to the symbol
22851 ucs-mule-to-mule-unicode, not to that value.
22852 (pt154): Escape guillemet by `\'.
22853
22854 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22855
22856 * loadup.el: Load tooltip if x-show-tip is fboundp.
22857
22858 * startup.el (command-line): Add comment.
22859
22860 * tooltip.el (tooltip-mode): Specify correct standard value for
22861 Custom in init-value.
22862
22863 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22864
22865 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22866 possible.
22867
22868 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22869
22870 * textmodes/org.el (org-agenda-date-prompt): Rename from
22871 `org-agenda-date-today'.
22872 (org-evaluate-time-range): Insert at point instead of directly
22873 after time range.
22874 (org-first-headline-recenter, org-subtree-end-visible-p)
22875 (org-optimize-window-after-visibility-change): New functions
22876 (org-agenda-post-command-hook): Don't allow point at end of line,
22877 to make sure it always hits the text properties.
22878 (org-agenda-next-date-line, org-agenda-previous-date-line):
22879 New commands.
22880 (org-set-regexps-and-options): Category may contain white space.
22881 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22882 Improve marker positions.
22883 (org-agenda-new-marker): Argument POS made optional.
22884 (org-agenda-get-timestamps): Deadlines which are done are listed
22885 in org-done-face now.
22886 (org-agenda-get-todos, org-agenda-get-timestamps)
22887 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22888 Set `undone-face' and `done-face' properties.
22889 (org-last-todo-state-is-todo): New variable.
22890 (org-todo): Set `org-last-todo-state-is-todo'.
22891 (org-agenda-todo): Change face according to
22892 `org-last-todo-state-is-todo'. And change other lines referring to
22893 the same entry.
22894 (org-calendar-goto-agenda): New command.
22895 (org-calendar-to-agenda-key): New option.
22896 (org-startup-folded): New allowed value `content'.
22897 (org-set-regexps-and-options): Accept new value `content' for
22898 `org-startup-folded'.
22899 (org-get-current-options): Handle new value `content' for
22900 `org-startup-folded'.
22901 (org-insert-todo-heading): New command.
22902 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22903 interactively in empty file and option
22904 `org-insert-mode-line-in-empty-file' has been set.
22905 (org-agenda-todo, org-agenda-priority): Modify to use
22906 `org-agenda-change-all-lines'.
22907 (org-warning-face): Change color on dark background
22908
22909 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22910
22911 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22912 use preferences AppleLocale and AppleLanguages, and variable
22913 mac-system-locale for default locale. On Mac OS Classic, use
22914 mac-system-coding-system for default coding systems.
22915
22916 * term/mac-win.el: Don't set file-name-coding-system.
22917 Decode variables system-name, emacs-build-system, user-login-name, and
22918 user-full-name by mac-system-coding-system on Mac OS Classic.
22919 (mac-system-coding-system): New variable.
22920
22921 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22922
22923 * startup.el (command-line): Handle `xterm-mouse-mode' before
22924 reading init file.
22925
22926 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22927
22928 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22929
22930 * progmodes/sh-script.el (sh-here-document-word): Make it a
22931 defcustom. Doc fix.
22932 (sh-add): Bash uses $(( )) for arithmetic.
22933 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22934 (sh-maybe-here-document): Remove quotes and leading whitespace
22935 from heredoc word when closing. Indent heredoc with tabs if word
22936 starts with "-".
22937
22938 2005-04-13 Richard M. Stallman <rms@gnu.org>
22939
22940 * simple.el (undo): Fix previous change.
22941
22942 * custom.el (defface): Doc fix.
22943
22944 2005-04-13 Lute Kamstra <lute@gnu.org>
22945
22946 * Makefile.in (DONTCOMPILE): Remove list.
22947 (compile, compile-always): Don't use DONTCOMPILE.
22948 (update-authors): Load the library in which batch-update-authors
22949 is defined.
22950 * makefile.w32-in (DONTCOMPILE): Remove list.
22951 (compile, compile-always): Fix comments.
22952 (update-authors): Load the library in which batch-update-authors
22953 is defined.
22954
22955 * generic-x.el (generic-mode-ini-file-find-file-hook):
22956 Rename to ini-generic-mode-find-file-hook.
22957 Keep generic-mode-ini-file-find-file-hook as an alias.
22958 (ini-generic-mode-find-file-hook): Rename from
22959 generic-mode-ini-file-find-file-hook. Fix docstring.
22960 (ini-generic-mode): Docstring change.
22961 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22962
22963 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22964 called from lisp.
22965
22966 * generic.el: Move to the emacs-lisp subdir.
22967
22968 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22969
22970 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22971 and C-S- function and cursor motion keys.
22972
22973 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22974
22975 * startup.el (command-line): Enable Xterm Mouse mode by default.
22976 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22977 for Custom. No longer show "Mouse" in mode line when enabled.
22978 Doc fix.
22979
22980 2005-04-12 Kim F. Storm <storm@cua.dk>
22981
22982 * emulation/cua-base.el (cua-rectangle-face)
22983 (cua-rectangle-noselect-face): Define face attributes here.
22984
22985 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22986
22987 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22988
22989 * startup.el (command-line): Turn off blinking cursor if
22990 cursorBlink in resources is off or false.
22991
22992 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22993
22994 * term/mac-win.el (dnd): Require dnd.
22995 (mac-drag-n-drop): Call dnd-handle-one-url.
22996 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22997 (kTextEncodingISOLatin2): Remove constants.
22998 (mac-script-code-coding-systems): New constant.
22999 (mac-handle-language-change): New function.
23000 (special-event-map): Bind it to `language-change' event.
23001 (mac-centraleurroman, mac-cyrillic): New coding systems.
23002 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23003 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23004 and mac-cyrillic-encoder to encode-mac-centraleurroman and
23005 encode-mac-cyrillic, respectively.
23006
23007 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23008
23009 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23010 Don't set overlay-arrow-string to "=>" as this is done
23011 globally in C now.
23012
23013 2005-04-12 Lute Kamstra <lute@gnu.org>
23014
23015 * generic-x.el (rc-generic-mode, rul-generic-mode):
23016 Fix auto-mode-alist entries.
23017 (etc-fstab-generic-mode): Tweak fontification.
23018
23019 * generic.el (generic-make-keywords-list): Fix docstring.
23020 (generic-mode-internal): Simplify generic-font-lock-keywords.
23021
23022 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23023
23024 * whitespace.el (whitespace-buffer-leading)
23025 (whitespace-buffer-trailing): Revert the incorrect test inversion.
23026 However, fix the highlight area for the leading and
23027 trailing whitespaces to show space.
23028
23029 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23030
23031 * whitespace.el (whitespace-version): Bump to 3.5
23032
23033 (whitespace-buffer-leading, whitespace-buffer-trailing):
23034 Invert sense of the test to highlight the whitespace.
23035
23036 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23037
23038 * progmodes/gud.el (gud-display-line): GUD uses its own
23039 overlay arrow now so don't set overlay-arrow-string.
23040 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23041
23042 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
23043
23044 * term.el (term-ansi-current-bold, term-ansi-current-underline)
23045 (term-ansi-current-reverse, term-ansi-current-invisible)
23046 (term-ansi-face-already-done): Change to boolean.
23047 (term-reset-terminal, term-handle-colors-array): Handle the above
23048 vars accordingly.
23049 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23050 (term-emulate-terminal): Use the new name.
23051
23052 * faces.el (secondary-selection): Use yellow1, not yellow.
23053 (trailing-whitespace): Use red1, not red.
23054
23055 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23056
23057 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23058 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23059 (dired-dnd-handle-file): Call dnd-get-local-file-uri
23060
23061 * cus-edit.el (dnd): New group.
23062
23063 * term/w32-win.el (dnd): Require dnd
23064 (w32-drag-n-drop): Call dnd-handle-one-url.
23065
23066 * x-dnd.el: Require dnd.
23067 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23068 Call dnd-handle-one-url.
23069 (x-dnd-types-alist, x-dnd-insert-utf8-text)
23070 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23071 to dnd-insert-text.
23072 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23073 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23074 (x-dnd-get-local-file-name, x-dnd-open-local-file)
23075 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23076
23077 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23078
23079 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23080
23081 * wdired.el: Doc fixes.
23082 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23083 (wdired-use-dired-vertical-movement): Rename from
23084 wdired-always-move-to-filename-beginning.
23085 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23086 (wdired-change-to-wdired-mode): Change mode name.
23087 (wdired-newline): Delete.
23088
23089 2005-04-11 Richard M. Stallman <rms@gnu.org>
23090
23091 * whitespace.el (whitespace-highlight-the-space):
23092 Don't call whitespace-unhighlight-the-space here.
23093
23094 * simple.el (undo): Record t in undo-equiv-table
23095 for the redo record made by an undo-in-region.
23096
23097 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23098
23099 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23100 (gdb-frame-inferior-io-buffer): New Functions to control
23101 display of separate IO buffer.
23102 (menu): Add them to menu-bar.
23103 (gdb-display-buffer): Check for buffer another frame.
23104 Protect GUD buffer.
23105 (gdb-setup-windows): Create IO buffer if not already there.
23106 (gdb-memory-mode): Remove purecopy noops.
23107
23108 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23109
23110 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23111 and pass to self-insert-command.
23112
23113 2005-04-11 Lute Kamstra <lute@gnu.org>
23114
23115 * generic.el: Commentary section cleanup.
23116 (generic): Delete.
23117 (generic-use-find-file-hook, generic-lines-to-scan)
23118 (generic-find-file-regexp, generic-ignore-files-regexp)
23119 (default-generic-mode, generic-mode-find-file-hook)
23120 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23121 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
23122 (generic-use-find-file-hook, generic-lines-to-scan)
23123 (generic-find-file-regexp, generic-ignore-files-regexp)
23124 (default-generic-mode, generic-mode-find-file-hook)
23125 (generic-mode-ini-file-find-file-hook): Move from generic.el.
23126
23127 2005-04-10 Karl Fogel <kfogel@red-bean.com>
23128
23129 * bookmark.el (bookmark-write-file): Catch errors writing file.
23130 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23131
23132 2005-04-10 Richard M. Stallman <rms@gnu.org>
23133
23134 * startup.el (fancy-splash-tail): Update copyright year.
23135 (command-line): Split part of -Q into -D.
23136 (emacs-basic-display): New defvar.
23137 (fancy-splash-text): Correct name of menu item.
23138
23139 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23140
23141 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23142 lines in one node.
23143
23144 * comint.el (comint-send-input): New arg ARTIFICIAL.
23145 Callers in this file changed.
23146
23147 * abbrev.el (define-abbrevs): Read system abbrevs properly.
23148
23149 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23150
23151 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
23152
23153 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23154 `ldap-search-internal'.
23155
23156 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23157
23158 * files.el (set-auto-mode-1): Use line-end-position.
23159
23160 * international/latin-1.el:
23161 * international/latin-2.el:
23162 * international/latin-3.el:
23163 * international/latin-4.el:
23164 * international/latin-5.el:
23165 * international/latin-8.el:
23166 * international/latin-9.el: Give punctuation syntax to NBSP.
23167
23168 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23169 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23170 Use char-classes to accept non-ascii letters, accepted in some recent
23171 bibtex implementations.
23172
23173 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
23174
23175 * custom.el (custom-set-minor-mode): Any non-nil value for the
23176 variable should enable the mode when set through Custom.
23177
23178 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23179
23180 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23181 TAB binding so tab-always-indent is obeyed.
23182 (vhdl-minibuffer-local-map): Move initialization into declaration.
23183 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23184 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23185 (vhdl-hooked-abbrev): Avoid test for XEmacs.
23186 (vhdl-current-line): Use line-beginning-position.
23187 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23188 with-output-to-temp-buffer, so the current position can be recorded.
23189
23190 2005-04-10 Masatake YAMATO <jet@gyve.org>
23191
23192 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23193 Add regexp for gcov.
23194
23195 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
23196
23197 * calendar/time-date.el (time-to-seconds, seconds-to-time)
23198 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23199 syntax which Emacs 20 doesn't support.
23200
23201 2005-04-09 Richard M. Stallman <rms@gnu.org>
23202
23203 * help.el (describe-key-briefly, describe-key):
23204 Replace strings as event types with "(any string)".
23205
23206 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
23207
23208 * arc-mode.el (archive-mode-map): Move initialization into
23209 the declaration. Override *all* bindings of `undo'.
23210 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23211
23212 2005-04-09 Jay Belanger <belanger@truman.edu>
23213
23214 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23215
23216 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
23217
23218 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23219 (xterm-register-default-colors): Update color values computation
23220 to match xterm-200.
23221
23222 2005-04-09 Kenichi Handa <handa@m17n.org>
23223
23224 * international/code-pages.el (iso-latin-7): Fix the map.
23225
23226 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
23227
23228 * emacs-lisp/lisp.el (defun-prompt-regexp)
23229 (parens-require-spaces, buffer-end, end-of-defun)
23230 (insert-parentheses): Doc fixes.
23231
23232 2005-04-08 Kim F. Storm <storm@cua.dk>
23233
23234 * comint.el (comint-highlight-prompt): Fix face spec.
23235 * hi-lock.el (hi-green): Likewise.
23236
23237 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23238
23239 * cus-edit.el (custom-modified-face):
23240 * comint.el (comint-highlight-input): Fix previous changes.
23241 * term.el (term-handle-ansi-escape): Add a comment.
23242
23243 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
23244
23245 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23246 in the buffer and in whitespace-highlighted-space.
23247 (whitespace-unhighlight-the-space): Simplify.
23248 (whitespace-buffer): Simplify.
23249
23250 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23251
23252 * textmodes/table.el (table-cell-face): Add special case for
23253 displays supporting a high number of colors.
23254 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23255 (vhdl-font-lock-reserved-words-face)
23256 (vhdl-speedbar-architecture-face)
23257 (vhdl-speedbar-instantiation-face)
23258 (vhdl-speedbar-architecture-selected-face)
23259 (vhdl-speedbar-instantiation-selected-face): Likewise.
23260 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23261 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23262 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23263 (ebrowse-root-class-face, ebrowse-member-attribute-face)
23264 (ebrowse-progress-face): Likewise.
23265 * progmodes/compile.el (compilation-info-face): Likewise.
23266 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23267 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23268 * calendar/calendar.el (diary-face): Likewise.
23269 * woman.el (woman-italic-face, woman-bold-face)
23270 (woman-unknown-face): Likewise.
23271 * wid-edit.el (widget-button-pressed-face): Likewise.
23272 * whitespace.el (whitespace-highlight-face): Likewise.
23273 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23274 * pcvs-info.el (cvs-marked-face): Likewise.
23275 * info.el (info-xref): Likewise.
23276 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23277 * hilit-chg.el (highlight-changes-face)
23278 (highlight-changes-delete-face): Likewise.
23279 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23280 (hi-red-b): Likewise.
23281 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23282 * font-lock.el (font-lock-keyword-face)
23283 (font-lock-function-name-face, font-lock-warning-face): Likewise.
23284 * cus-edit.el (custom-invalid-face, custom-modified-face)
23285 (custom-set-face, custom-changed-face, custom-variable-tag-face)
23286 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23287 * comint.el (comint-highlight-prompt): Likewise.
23288
23289 2005-04-08 Lute Kamstra <lute@gnu.org>
23290
23291 * font-lock.el (font-lock-keywords): Docstring fixes.
23292
23293 2005-04-08 Kenichi Handa <handa@m17n.org>
23294
23295 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23296 chars are more than a limit, print " and more..." at the tail.
23297
23298 2005-04-08 Kim F. Storm <storm@cua.dk>
23299
23300 * emacs-lisp/authors.el (authors-aliases): Update list.
23301 (authors-ignored-files): New list.
23302 (authors-fixed-entries): Fix typo.
23303 (authors-renamed-files-alist): Update list.
23304 (authors-add): Check authors-ignored-files.
23305
23306 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
23307
23308 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23309 optional, to ensure backward compatibility.
23310
23311 2005-04-08 Stephen Eglen <stephen@gnu.org>
23312
23313 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23314
23315 2005-04-08 Kim F. Storm <storm@cua.dk>
23316
23317 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23318
23319 * mouse.el (mouse-on-link-p): Doc fix.
23320
23321 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
23322
23323 * ielm.el (ielm-prompt-read-only): Doc fix.
23324
23325 * comint.el (comint-prompt-read-only): Doc fix.
23326
23327 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
23328
23329 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23330 ensure dired always handles wildcards passed to ffap.
23331 (find-file-at-point): Use it.
23332 (ffap-dired-wildcards): Doc fix.
23333
23334 2005-04-07 Juri Linkov <juri@jurta.org>
23335
23336 * simple.el (next-error-overlay-arrow-position): New defvar.
23337 Put "=>" on its property `overlay-arrow-string'. Add it to
23338 `overlay-arrow-variable-list'.
23339
23340 * progmodes/compile.el (compilation-setup):
23341 Set `next-error-overlay-arrow-position' to nil. Also set it to
23342 nil in the local hook `kill-buffer-hook'. Make local variable
23343 `overlay-arrow-string' and set it to "=>".
23344 (compilation-goto-locus): Set BOL position to
23345 `next-error-overlay-arrow-position' instead of
23346 `overlay-arrow-position'.
23347
23348 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23349 locally instead of adding it to the global hook.
23350 (Info-kill-buffer): Move up.
23351
23352 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23353
23354 * term/xterm.el (xterm-standard-colors): Update color values from
23355 xterm-200.
23356
23357 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23358
23359 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23360
23361 * fast-lock.el:
23362 * lazy-lock.el: Move them to the obsolete subdir.
23363
23364 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23365
23366 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23367 (wdired-add-replace-advice): Remove.
23368 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23369
23370 2005-04-06 Kim F. Storm <storm@cua.dk>
23371
23372 * startup.el (command-line): Add --bare-bones alias for -Q.
23373
23374 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23375
23376 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23377 create the startup fontset if a font specification ends with
23378 `mac-roman'.
23379
23380 2005-04-06 Lute Kamstra <lute@gnu.org>
23381
23382 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23383 change.
23384
23385 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23386 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23387
23388 2005-04-05 Lute Kamstra <lute@gnu.org>
23389
23390 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23391 (define-generic-mode): Ditto. Fix debug declaration.
23392
23393 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23394 Put them in the generic-x group.
23395
23396 * calendar/timeclock.el (timeclock): Doc fix.
23397
23398 * generic.el (define-generic-mode): Don't use custom-current-group.
23399 Document default :group value.
23400 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23401 (define-global-minor-mode): Don't use custom-current-group.
23402
23403 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23404
23405 * startup.el (command-line-1): Display startup-echo-area-message
23406 when fancy splash screen is in use.
23407
23408 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23409 (sh-escaped-newline): New face.
23410 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23411 newline, and use sh-escaped-newline face.
23412
23413 * progmodes/tcl.el (tcl-escaped-newline): New face.
23414 (tcl-builtin-list): New variable.
23415 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23416 newlines. Fix keywords subexpression number.
23417
23418 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23419
23420 * textmodes/org.el (org-diary-default-entry): Fix call to
23421 `add-to-diary-entry'.
23422
23423 2005-04-05 Kim F. Storm <storm@cua.dk>
23424
23425 * ediff-init.el: Use (featurep 'xemacs).
23426
23427 2005-04-05 David Ponce <david@dponce.com>
23428
23429 * cus-edit.el (face): Derive from symbol widget. Display sample
23430 of the current face on the fly.
23431 (widget-face-sample-face-get, widget-face-notify): New functions.
23432 (widget-face-value-create): Remove.
23433
23434 * wid-edit.el (widget-field-end): Temporarily remove field
23435 narrowing before to call `get-char-property'.
23436
23437 2005-04-04 Jay Belanger <belanger@truman.edu>
23438
23439 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23440 (math-read-subscripts): New variable.
23441 (math-read-preprocess-string): Process subscripts.
23442
23443 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23444
23445 * comint.el (comint-prompt-read-only): Doc fix.
23446
23447 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23448 `-1'. Doc fix.
23449
23450 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23451
23452 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23453 Change default value to nil.
23454
23455 2005-04-04 Lute Kamstra <lute@gnu.org>
23456
23457 * autorevert.el (auto-revert-mode): Specify :group.
23458 * battery.el (display-battery-mode): Specify :group.
23459 * diff-mode.el (diff-minor-mode): Specify :group.
23460 * font-core.el (font-lock-mode): Specify :group.
23461 * hl-line.el (hl-line-mode): Specify :group.
23462 * iimage.el (iimage): New customization group.
23463 (iimage-mode): Specify :group.
23464 * longlines.el (longlines-mode): Specify :group.
23465 * master.el: Don't require easy-mmode.
23466 (master): New customization group.
23467 (master-mode): Specify :group.
23468 * msb.el (msb-mode): Specify :group.
23469 * reveal.el (reveal-mode): Specify :group.
23470 * simple.el (next-error-follow-minor-mode): Specify :group.
23471 * smerge-mode.el (smerge-mode): Specify :group.
23472 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23473 * emulation/cua-base.el (cua-mode): Specify :group.
23474 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23475 * language/thai-util.el (thai-auto-composition-mode)
23476 (thai-word-mode): Specify :group.
23477 * mail/supercite.el (sc-minor-mode): Specify :group.
23478 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23479 * progmodes/flymake.el (flymake-mode): Specify :group.
23480 * progmodes/glasses.el (glasses-mode): Specify :group.
23481 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23482 * textmodes/enriched.el (enriched-mode): Specify :group.
23483 * textmodes/refill.el (refill-mode): Specify :group.
23484
23485 * add-log.el (change-log-font-lock-keywords): Names in
23486 parenthesized lists can contain spaces.
23487
23488 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23489
23490 * startup.el (fancy-splash-text): Shorten default text of
23491 "Emacs Tutorial" line. Also, if the current language env
23492 indicates an available tutorial file other than TUTORIAL,
23493 extract its title and append it to the line in parentheses.
23494 (fancy-splash-insert): If arg is a thunk, funcall it.
23495
23496 2005-04-04 Jay Belanger <belanger@truman.edu>
23497
23498 * calc.el (calc-language-alist): Add tags to customization type.
23499
23500 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23501
23502 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23503 Doc fix.
23504
23505 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23506
23507 * add-log.el (change-log-font-lock-keywords): The manual
23508 describing a Change Log entry, says: (...) "Aside from these
23509 header lines, every line in the change log starts with a space or
23510 a tab.". The font-lock was not highlighting lines started with
23511 spaces, added support for it.
23512
23513 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23514
23515 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23516 (bibtex-generate-url-list): Update docstring accordingly. Put the
23517 complex example in the docstring.
23518 (bibtex-font-lock-url): Use pop.
23519
23520 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23521
23522 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23523
23524 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23525
23526 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23527
23528 * filesets.el (filesets-set-default): Doc fix.
23529
23530 2005-04-03 Lute Kamstra <lute@gnu.org>
23531
23532 * generic.el (define-generic-mode): Add argument to specify
23533 keywords for defcustom.
23534 (default-generic-mode): Specify :group.
23535
23536 * generic-x.el: Specify :group for all generic modes.
23537
23538 * desktop.el (desktop-no-desktop-file-hook)
23539 (desktop-after-read-hook): Doc fix.
23540
23541 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23542
23543 * simple.el (visible-mode): Use explicit :group keyword.
23544 This changes the group of `visible-mode-hook' from paren-blinking
23545 to editing-basics.
23546
23547 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23548
23549 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23550 mailbox specifications as well as URLs.
23551 (rmail-insert-inbox-text): Remove unused conditional branches.
23552
23553 2005-04-01 Jay Belanger <belanger@truman.edu>
23554
23555 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23556 (calc-gnuplot-print-command): Move definitions to calc.el.
23557
23558 * calc/calc-embed.el (calc-embedded-announce-formula)
23559 (calc-embedded-open-formula, calc-embedded-close-formula)
23560 (calc-embedded-open-word, calc-embedded-close-word)
23561 (calc-embedded-open-plain, calc-embedded-close-plain)
23562 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23563 (calc-embedded-open-mode, calc-embedded-close-mode):
23564 Move definitions to calc.el.
23565
23566 * calc/calc.el (calc-settings-file, calc-language-alist):
23567 Make customizable.
23568 (calc-embedded-announce-formula, calc-embedded-open-formula)
23569 (calc-embedded-close-formula, calc-embedded-open-word)
23570 (calc-embedded-close-word, calc-embedded-open-plain)
23571 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23572 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23573 (calc-embedded-close-mode, calc-gnuplot-name)
23574 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23575 from other files and make customizable.
23576
23577 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23578
23579 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23580 Use buffer-live-p.
23581 (cvs-mode-run): Don't call cvs-update-header here.
23582 (cvs-run-process): Call cvs-update-header.
23583 Use process properties for cvs-postprocess and cvs-buffer so that
23584 the sentinel can behave better if the temp buffer is killed.
23585 Use a pipe rather than a tty, to better handle unexpected prompts.
23586 (cvs-sentinel): Rewrite. Call cvs-update-header.
23587
23588 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23589
23590 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23591 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23592
23593 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23594
23595 * generic.el (define-generic-mode): Add indentation rule.
23596
23597 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23598
23599 * files.el (mode-require-final-newline): Make Custom correctly
23600 report a nil value and allow to set it to nil via Custom.
23601 Doc fix.
23602
23603 2005-04-01 Kenichi Handa <handa@m17n.org>
23604
23605 * international/characters.el: Enable the correct case setting for
23606 dotless-i and dotted-I.
23607
23608 2005-04-01 Kim F. Storm <storm@cua.dk>
23609
23610 * ido.el (ido-file-internal): Fall back to non-ido command if
23611 initial directory is on slow ftp (or tramp) host.
23612
23613 2005-03-31 Richard M. Stallman <rms@gnu.org>
23614
23615 * emacs-lisp/autoload.el (make-autoload):
23616 Handle define-global-minor-mode.
23617
23618 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23619 Rename from easy-mmode-define-global-mode.
23620 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23621
23622 * progmodes/scheme.el (scheme-mode-syntax-table):
23623 Update syntax of | and # for two-character comment syntax.
23624
23625 2005-03-31 Lute Kamstra <lute@gnu.org>
23626
23627 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23628 (define-minor-mode): Call custom-current-group at load-time.
23629
23630 * generic.el (define-generic-mode): Add debug declaration.
23631 Add defcustom for the mode hook.
23632 (generic-mode-internal): Use run-mode-hooks.
23633
23634 2005-03-31 Kim F. Storm <storm@cua.dk>
23635
23636 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23637 (mouse-fixup-help-message): New defun called by show_help_echo
23638 to fixup mouse-2 prefix in help messages when applicable.
23639
23640 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23641
23642 2005-03-31 Kenichi Handa <handa@m17n.org>
23643
23644 * language/thai-word.el (thai-find-word-ends): Pay attention to
23645 the case that we reach the end of buffer.
23646
23647 * textmodes/fill.el (fill-text-properties-at): New function.
23648 (fill-newline): Use fill-text-properties-at instead of
23649 text-properties-at.
23650
23651 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23652
23653 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23654 not comint-quote-filename.
23655
23656 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
23657
23658 * help-fns.el (help-with-tutorial): Revert last change.
23659
23660 2005-03-31 Kim F. Storm <storm@cua.dk>
23661
23662 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23663
23664 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
23665
23666 * calendar/cal-china.el: Update reference to "Calendrical
23667 Calculations" book; there's a new edition.
23668 * calendar/cal-coptic.el: Likewise.
23669 * calendar/cal-french.el: Likewise.
23670 * calendar/cal-hebrew.el: Likewise.
23671 * calendar/cal-islam.el: Likewise.
23672 * calendar/cal-iso.el: Likewise.
23673 * calendar/cal-julian.el: Likewise.
23674 * calendar/cal-mayan.el: Likewise.
23675 * calendar/cal-persia.el: Likewise.
23676 * calendar/calendar.el: Likewise.
23677 * calendar/holidays.el: Likewise.
23678 * calendar/lunar.el: Likewise.
23679 * calendar/solar.el: Likewise.
23680
23681 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23682 white space from doc string.
23683
23684 2005-03-30 Jay Belanger <belanger@truman.edu>
23685
23686 * calc/calc-help.el (calc-full-help): Remove email address.
23687
23688 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
23689
23690 * help-fns.el (help-with-tutorial): Delete title line.
23691
23692 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23693
23694 * calendar/cal-x.el (calendar-one-frame-setup)
23695 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23696 rather than `symbol' for set-window-dedicated-p.
23697
23698 * calendar/appt.el (appt-buffer-name): Make it a constant.
23699 (appt-add): Doc fix.
23700
23701 * filesets.el (filesets-menu-path, filesets-menu-before)
23702 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
23703 (filesets-menu-cache-file): Use directory ~/.emacs.d.
23704 (filesets-add-submenu): Delete and use add-submenu instead.
23705
23706 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
23707
23708 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23709 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23710 (org-diary-default-entry): New function.
23711 (org-get-entries-from-diary): Better parsing of diary entries.
23712 (org-agenda-check-no-diary): New function.
23713 ("diary-lib"): Advice to function `add-to-diary-list', to allow
23714 linking to diary entries.
23715 (org-agenda-execute-calendar-command): New function.
23716 (org-agenda): Improve visible section in window.
23717 Use `org-fit-agenda-window'.
23718 (org-fit-agenda-window): New option.
23719 (org-move-subtree-down): Better handling of empty lines
23720 at end of subtree.
23721 (org-cycle): Numeric prefix is interpreted now as show-subtree N
23722 levels up.
23723 (org-fontify-done-headline): New option.
23724 (org-headline-done-face): New face.
23725 (org-set-font-lock-defaults): Use `org-headline-done-face'.
23726 (org-table-copy-down): Rename from `org-table-copy-from-above'.
23727 When current field is non-empty, it is copied to next row.
23728 (org-table-copy-from-above): Fix bug which made it
23729 impossible to copy fields containing only a single non-white character.
23730
23731 2005-03-30 Kim F. Storm <storm@cua.dk>
23732
23733 * kmacro.el (kmacro-end-macro): Isearch may store this command
23734 into the macro -- so ignore it when executing keyboard macro.
23735
23736 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23737
23738 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23739
23740 2005-03-29 Kenichi Handa <handa@m17n.org>
23741
23742 * language/thai.el ("Thai"): Set setup-function and exit-function
23743 for Thai language environment.
23744
23745 * language/thai-util.el: Require thai-word.
23746 (thai-word-mode-map): New variable.
23747 (thai-word-mode): New minor mode.
23748 (setup-thai-language-environment-internal): New function.
23749 (exit-thai-language-environment-internal): New function.
23750
23751 * language/thai-word.el (thai-word-table): Declare it by defvar,
23752 use dolist to initialize it.
23753 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23754 (thai-fill-find-break-point): New functions.
23755
23756 2005-03-29 Richard M. Stallman <rms@gnu.org>
23757
23758 * simple.el (idle-update-delay): Move definition up.
23759 (set-mark): Doc fix.
23760
23761 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23762
23763 * longlines.el: New file.
23764
23765 * simple.el (buffer-substring-filters): New variable.
23766 (filter-buffer-substring): New function.
23767 (kill-region, copy-region-as-kill): Use it.
23768
23769 * register.el (copy-to-register, append-to-register)
23770 (prepend-to-register): Use filter-buffer-substring.
23771
23772 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23773
23774 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23775 (gud-filter-pending-text): Move in front of gdb.
23776 (gud-overlay-arrow-position): New variable.
23777 (gud-sentinel, gud-display-line): Use it in place of
23778 overlay-arrow-position.
23779
23780 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23781
23782 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23783 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23784 (fortran-font-lock-keywords-4): New variable.
23785 (fortran-blocks-re, fortran-end-block-re)
23786 (fortran-start-block-re): New constants, for hideshow.
23787 (hs-special-modes-alist): Add a Fortran entry.
23788 (fortran-mode-map): Bind fortran-end-of-block,
23789 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23790 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23791 (fortran-looking-at-if-then, fortran-end-of-block)
23792 (fortran-beginning-of-block): New functions, for hideshow.
23793
23794 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23795 Doc fix. Tweak regexp.
23796 (f90-beginning-of-block): Push mark first.
23797
23798 2005-03-29 Jay Belanger <belanger@truman.edu>
23799
23800 * calc/calc.el: Update copyright date.
23801 (calc-version): Increase to 2.1.
23802 (calc-version-date): Remove.
23803
23804 * calc/calc-help.el: Update copyright date.
23805 (calc-full-help): Remove reference to calc-version-date.
23806 Update copyright date.
23807
23808 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23809
23810 * vc.el (vc-do-command): Use a pipe for async processes, so password
23811 prompts don't show up at places where the user can't reply.
23812
23813 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23814
23815 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23816 on the file name we pass to the inferior shell.
23817
23818 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23819
23820 * progmodes/which-func.el (which-function): Be robust in the face of an
23821 imenu--make-index-alist failure.
23822
23823 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23824
23825 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23826
23827 * progmodes/python.el (python-preoutput-filter): Fix last change.
23828
23829 2005-03-29 Lute Kamstra <lute@gnu.org>
23830
23831 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23832 functions and compiled macros.
23833 (debug-convert-byte-code): Handle macros too.
23834 (debug-on-entry-1): Don't signal an error when trying to clear a
23835 function that is not set to debug on entry.
23836
23837 2005-03-29 Jay Belanger <belanger@truman.edu>
23838
23839 * calc/calc-lang.el: Add functions to math-function-table
23840 properties of tex and math.
23841
23842 2005-03-29 Kenichi Handa <handa@m17n.org>
23843
23844 * ps-mule.el (ps-mule-plot-string): Translate characters by
23845 ps-print-translation-table.
23846 (ps-mule-begin-job): Call find-charset-region/string with
23847 ps-print-translation-table.
23848 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23849
23850 * ps-print.el (ps-print-translation-table): New variable.
23851 (ps-plot-region): Translate characters by ps-print-translation-table.
23852
23853 2005-03-29 Juri Linkov <juri@jurta.org>
23854
23855 * simple.el (next-error-highlight-timer): New variable.
23856
23857 * progmodes/compile.el (compilation-goto-locus):
23858 Use `next-error-highlight-timer' instead of `sit-for'.
23859
23860 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23861
23862 * mail/supercite.el (sc-mail-field): Use assoc-string.
23863 (sc-get-address): Simplify regexps.
23864
23865 * files.el (minibuffer-with-setup-hook): New macro.
23866 (find-file-read-args): Use it to avoid let-binding
23867 minibuffer-with-setup-hook (which breaks turning on/off
23868 file-name-shadow-mode while in the prompt).
23869
23870 * complete.el (PC-read-include-file-name-internal):
23871 Use test-completion.
23872
23873 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23874
23875 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23876
23877 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23878
23879 * window.el (window-buffer-height): Use count-screen-lines.
23880
23881 * progmodes/python.el (python-preoutput-leftover): New var.
23882 (python-preoutput-filter): Use it.
23883 (python-send-receive): Loop until all the result has been received.
23884
23885 2005-03-28 Juri Linkov <juri@jurta.org>
23886
23887 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23888
23889 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23890 "Recover Crashed Session".
23891 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23892 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23893 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23894 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23895 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23896 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23897 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23898 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23899
23900 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23901 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23902 Ediff Sessions", "Toggle use of separate control buffer frame",
23903 "Use separate frame for Ediff control buffer".
23904
23905 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23906 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23907 "Rename Bookmark", "Delete Bookmark".
23908
23909 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23910 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23911 Add `:active Info-index-alternatives' to "Next Matching Item".
23912
23913 * wdired.el (wdired-change-to-wdired-mode):
23914 Mention `wdired-abort-changes' key in the initial message.
23915
23916 * international/mule.el (auto-coding-alist): Associate non-ascii
23917 image filename extensions with `no-conversion'.
23918
23919 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23920
23921 * international/iso-acc.el:
23922 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23923
23924 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23925
23926 * textmodes/sgml-mode.el (html-mode): Doc update.
23927
23928 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23929
23930 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23931
23932 * term.el (term-move-columns): Fix face after extending a line.
23933 (term-insert-spaces): Likewise.
23934 (term-reset-terminal): Fix off by one error.
23935
23936 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23937
23938 * international/mule.el (auto-coding-alist): Add .xpi files.
23939
23940 * files.el (auto-mode-alist): Add .xpi files.
23941
23942 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23943
23944 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23945
23946 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23947
23948 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23949
23950 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23951
23952 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23953 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23954
23955 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23956 cursor to Jan 1 when needed.
23957 (calendar-end-of-year): Fix -/+ typo.
23958 Reported by Chong Yidong <cyd@stupidchicken.com>.
23959
23960 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23961
23962 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23963
23964 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23965 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23966
23967 2005-03-25 Richard M. Stallman <rms@gnu.org>
23968
23969 * filesets.el (filesets-init): Add autoload.
23970
23971 * mail/mailalias.el (mail-directory): Doc fix.
23972
23973 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23974
23975 * mail/mailalias.el (mail-directory-process): Do nothing if
23976 mail-directory-process is an atom.
23977 (mail-get-names): Ignore mail-directory-names if it is an atom.
23978 (mail-directory-process defvar): Doc fix.
23979 (mail-names): Doc fix.
23980
23981 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23982
23983 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23984
23985 2005-03-26 Kenichi Handa <handa@m17n.org>
23986
23987 * international/mule-util.el (detect-coding-with-priority):
23988 Call update-coding-systems-internal before detect-coding-region.
23989
23990 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23991
23992 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23993 (gdb-frames-mode-map): Add follow-link property.
23994
23995 2005-03-25 Jay Belanger <belanger@truman.edu>
23996
23997 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23998 for variables.
23999
24000 2005-03-25 Juri Linkov <juri@jurta.org>
24001
24002 * image-mode.el: Optimize image filename extension regexps in
24003 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
24004 in `auto-mode-alist'.
24005 (image-mode): Add `image-toggle-display-text' to local hook
24006 `change-major-mode-hook'. Display the image as an image by
24007 default. Set `cursor-type' and `truncate-lines' if the image
24008 is already displayed. Take into account the current mode (image
24009 or text) in message.
24010 (image-minor-mode): New minor mode.
24011 (image-mode-maybe, image-toggle-display-text): New functions.
24012 (image-toggle-display): Use called-interactively-p.
24013 Let-bind `inhibit-read-only' to t.
24014
24015 * image-mode.el (image-minor-mode): Set `cursor-type' and
24016 `truncate-lines' if the image is already displayed. Add turning
24017 image-minor-mode off to `change-major-mode-hook'. Add message.
24018 Call `image-toggle-display-text' after turning image-minor-mode off.
24019
24020 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24021
24022 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24023 Terminal.app, use utf-8.
24024 (set-display-table-and-terminal-coding-system): Add coding-system arg.
24025 (set-locale-environment): Use it.
24026
24027 * term/xterm.el: Undo last change, better done in mule-cmds.el.
24028
24029 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24030
24031 * progmodes/python.el (python-close-block-statement-p)
24032 (python-outdent-p, python-current-defun): Use symbol-end.
24033
24034 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24035
24036 * files.el (save-some-buffers): Doc fix.
24037
24038 2005-03-25 Werner Lemberg <wl@gnu.org>
24039
24040 * complete.el, thumbs.el: Replace `legal' with `valid'.
24041 * calendar/calendar.el: Replace `legal' with `valid'.
24042 * emacs-lisp/advice.el: Replace `legal' with `valid'.
24043 * mail/supercite.el: Replace `legal' with `valid'.
24044 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24045 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24046 Replace `legal' with `valid'.
24047 * textmodes/reftex-vars.el, textmodes/reftex.el:
24048 Replace `legal' with `valid'.
24049
24050 2005-03-25 Werner Lemberg <wl@gnu.org>
24051
24052 * calc/calc-forms.el, calc/calc-sel.el
24053 * midnight.el, vc-cvs.el
24054 * emacs-lisp/cl-macs.el
24055 * emulation/vip.el
24056 * eshell/esh-io.el, eshell/esh-var.el
24057 * mail/supercite.el
24058 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24059 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24060 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24061 * progmodes/sh-script.el, progmodes/xscheme.el
24062 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24063 * textmodes/reftex-index.el, textmodes/reftex-parse.el
24064 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24065 * textmodes/reftex.el, textmodes/org.el:
24066 Replace `illegal' with `invalid'.
24067
24068 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24069
24070 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24071 (flymake-find-buildfile, flymake-find-possible-master-files)
24072 (flymake-check-include, flymake-parse-line): Replace loops over the
24073 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24074
24075 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24076 Substitute file-name-as-directory in the rest of the file.
24077 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24078 (flymake-replace-region): Remove unused arg `buffer'.
24079 (flymake-check-patch-master-file-buffer): Update calls to it.
24080 (flymake-add-err-info): Remove unused var `count'.
24081 (flymake-mode): Use define-minor-mode.
24082
24083 * progmodes/flymake.el: Use with-current-buffer.
24084 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24085 flymake-replace-regexp-in-string, flymake-line-beginning-position)
24086 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24087 Avoid testing for `xemacs'.
24088 (flymake-nop): Move.
24089 (flymake-region-has-flymake-overlays): Return the computed value.
24090 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24091 Remove unused var `endline'.
24092 (flymake-get-line-count): Remove unused function.
24093 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24094
24095 * emulation/vi.el:
24096 * generic.el:
24097 * hilit-chg.el (global-highlight-changes):
24098 * hi-lock.el (hi-lock-mode):
24099 * follow.el: find-file-hooks -> find-file-hook.
24100
24101 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24102
24103 2005-03-24 Juri Linkov <juri@jurta.org>
24104
24105 * dired.el (dired-mode-map): Add menu item "Compare directories"
24106 for dired-compare-directories.
24107
24108 * dired-aux.el (dired-compare-directories): Add autoload cookie.
24109 Doc fix. Replace `read-file-name' with `read-directory-name'.
24110
24111 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24112
24113 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24114
24115 2005-03-24 Jay Belanger <belanger@truman.edu>
24116
24117 * calc/calc-embed.el (calc-embedded-mode-change): Save all
24118 relevant mode settings in calc-embedded-original-modes when modes
24119 are permanently changed.
24120
24121 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24122
24123 * autoinsert.el: find-file-hooks -> find-file-hook.
24124
24125 2005-03-24 Lute Kamstra <lute@gnu.org>
24126
24127 * generic.el (generic-font-lock-defaults): Make it obsolete.
24128 (generic-font-lock-keywords): New variable to replace
24129 generic-font-lock-defaults.
24130 (generic-mode-set-font-lock): Delete it.
24131 (generic-mode-internal): Don't call generic-mode-set-font-lock.
24132 (generic-bracket-support): Add docstring.
24133
24134 * generic-x.el: Rename generic-font-lock-defaults to
24135 generic-font-lock-keywords throughout.
24136 (mailagent-rules-setup-function): Delete it.
24137 (mailagent-rules-generic-mode): Use anonymous function instead.
24138 (show-tabs-generic-mode-font-lock-defaults-1)
24139 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24140 Quote faces.
24141 (show-tabs-tab-face, show-tabs-space-face): Specify background,
24142 not foreground.
24143
24144 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24145 Recognize define-generic-mode.
24146
24147 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
24148
24149 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24150 if there's no completion table.
24151
24152 2005-03-23 Miles Bader <miles@gnu.org>
24153
24154 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24155 Remove tty-specific variants, as they're no longer needed.
24156
24157 2005-03-23 Lute Kamstra <lute@gnu.org>
24158
24159 * generic-x.el: Code cleanup: make args constant whenever possible.
24160 (installshield-statement-keyword-list)
24161 (installshield-system-functions-list)
24162 (installshield-system-variables-list, installshield-types-list)
24163 (installshield-funarg-constants-list): Make them constants.
24164
24165 * generic.el (generic-make-keywords-list): Add autoload cookie.
24166
24167 * calendar/time-date.el: Add comment on time value formats.
24168 Don't require parse-time.
24169 (with-decoded-time-value): New macro.
24170 (encode-time-value): New function.
24171 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24172 (days-to-time): Return a valid time value when arg is huge.
24173 (time-since): Use time-subtract.
24174 (time-to-number-of-days): Use time-to-seconds.
24175
24176 2005-03-23 David Ponce <david@dponce.com>
24177
24178 * recentf.el (recentf-keep): New option.
24179 (recentf-menu-action): Default to `find-file'.
24180 (recentf-keep-non-readable-files-flag)
24181 (recentf-keep-non-readable-files-p)
24182 (recentf-file-readable-p, recentf-find-file)
24183 (recentf-cleanup-remote): Remove.
24184 (recentf-include-p): More robust.
24185 (recentf-keep-p): New function.
24186 (recentf-remove-if-non-kept): Rename from
24187 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
24188 All callers updated.
24189 (recentf-menu-items-for-commands): Fix help string.
24190 (recentf-track-closed-file): Update. Doc fix.
24191 (recentf-cleanup): Update. Count removed files. Doc fix.
24192
24193 2005-03-23 Kim F. Storm <storm@cua.dk>
24194
24195 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24196 Don't inherit from fringe face (now happens automatically).
24197
24198 2005-03-22 Kim F. Storm <storm@cua.dk>
24199
24200 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24201 position values.
24202
24203 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
24204
24205 * menu-bar.el (showhide-date-time): Remove.
24206 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24207 (menu-bar-make-mm-toggle): Simplify.
24208
24209 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24210
24211 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24212 Accept qualified variable and function names.
24213
24214 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
24215
24216 * bindings.el (completion-ignored-extensions):
24217 Remove ".lis" for `vax-vms'.
24218
24219 2005-03-22 Andreas Schwab <schwab@suse.de>
24220
24221 * generic-x.el: Revert last change.
24222 * ldefs-boot.el: Update.
24223
24224 2005-03-22 Jay Belanger <belanger@truman.edu>
24225
24226 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24227 (calc-embedded-save-original-modes)
24228 (calc-embedded-restore-original-modes): New functions.
24229 (calc-do-embedded): Save original modes when entering embedded mode
24230 and restore when leaving embedded mode.
24231 (calc-embedded-modes-change): Change the value of
24232 calc-embedded-original-modes to reflect permanent changes.
24233
24234 2005-03-22 Lute Kamstra <lute@gnu.org>
24235
24236 * generic-x.el: Require generic again.
24237
24238 2005-03-22 Miles Bader <miles@gnu.org>
24239
24240 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24241 Tweak details to look good on both ttys and bitmap displays, light
24242 or dark background, etc.
24243
24244 2005-03-21 Kim F. Storm <storm@cua.dk>
24245
24246 * tooltip.el (tooltip-show-help-function): Check car and cdr of
24247 mouse position.
24248
24249 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24250
24251 * icomplete.el: Don't forcibly turn on the mode upon load.
24252 (icomplete-mode): Use define-minor-mode.
24253 (icomplete-eoinput): Default to nil.
24254 (icomplete-minibuffer-setup): Remove autoload.
24255 (icomplete-tidy): Simplify.
24256 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24257 in the initial state or if the user has modified the field.
24258 Fix handling of icomplete-max-delay-chars.
24259 Remove code that handles the oddball case where
24260 minibuffer-completion-table is an integer.
24261 Wrap icomplete-completions in while-no-input in case building
24262 completions takes more time than expected.
24263 (icomplete-completions): Simplify.
24264
24265 2005-03-21 Richard M. Stallman <rms@gnu.org>
24266
24267 * jka-compr.el (jka-compr-really-do-compress):
24268 Make variable buffer-local.
24269
24270 * image-mode.el: Handle .xpm files too.
24271 (image-toggle-display): Preserve modification flag.
24272
24273 * help.el (where-is): Don't mention aliases with no key bindings.
24274
24275 2005-03-21 Lute Kamstra <lute@gnu.org>
24276
24277 * generic.el: Fix commentary section. Don't require cl for
24278 compilation.
24279 (generic-mode-list): Add autoload cookie.
24280 (generic-use-find-file-hook, generic-lines-to-scan)
24281 (generic-find-file-regexp, generic-ignore-files-regexp)
24282 (generic-mode, generic-mode-find-file-hook)
24283 (generic-mode-ini-file-find-file-hook): Fix docstrings.
24284 (define-generic-mode): Make it a defmacro. Fix docstring.
24285 (generic-mode-internal): Code cleanup. Add autoload cookie.
24286 (generic-mode-set-comments): Code cleanup.
24287 * generic-x.el: Don't prevent compilation. Don't require generic.
24288 Follow coding conventions. Minor code cleanup.
24289 (etc-fstab-generic-mode): Add some keywords.
24290 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24291 define-generic-mode like a function declaration.
24292
24293 2005-03-21 Jay Belanger <belanger@truman.edu>
24294
24295 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24296 changing modes.
24297
24298 2005-03-21 Sam Steingold <sds@gnu.org>
24299
24300 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24301
24302 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
24303
24304 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24305 Add underscore to "f$ lexicals" regexp.
24306
24307 2005-03-20 Juri Linkov <juri@jurta.org>
24308
24309 * subr.el (progress-reporter-do-update): When `min-value' is equal
24310 to `max-value', set `percentage' to 0 and prevent division by zero.
24311
24312 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
24313
24314 Sync with Tramp 2.0.48.
24315
24316 * net/tramp.el (all): Change all addresses to .gnu.org.
24317 (tramp-append-tramp-buffers): New defun.
24318 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24319 Catch `dont-send' signal.
24320 (tramp-set-auto-save-file-modes): Set always permissions, because
24321 there might be an old auto-saved file belonging to another
24322 original file. This could be a security threat. Reported by
24323 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24324 Check for Emacs 21.3.50 removed.
24325
24326 * net/tramp-smb.el (all): Remove debug construct for
24327 `with-parsed-tramp-file-name'.
24328 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24329 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24330 No error message if DIRECTORY or FILENAME doesn't exist.
24331 (tramp-smb-open-connection): Check existence of
24332 `tramp-smb-program'.
24333
24334 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24335
24336 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24337 Properly handle the case where the `m' or `s' command's argument is not
24338 yet terminated.
24339 (perl-indent-new-calculate): New function.
24340 (perl-indent-line): Use it.
24341
24342 2005-03-20 Miles Bader <miles@gnu.org>
24343
24344 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24345 in text-mode too. Change to new face names.
24346 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24347 Add `:weight bold' attribute.
24348 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24349
24350 2005-03-19 Juri Linkov <juri@jurta.org>
24351
24352 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24353
24354 * international/mule.el (auto-coding-alist): Sync with
24355 `auto-mode-alist' by adding upper case archive file extensions
24356 and adding ear/war to jar extension.
24357
24358 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24359
24360 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24361 running, restart it.
24362
24363 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24364
24365 * finder.el (finder-current-item): Throw an error on an empty line.
24366
24367 * man.el (Man-follow-manual-reference): If current-word returns
24368 nil, use "".
24369
24370 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24371
24372 * simple.el (goto-line): Doc fix.
24373
24374 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24375
24376 * files.el (save-buffer): Doc fix.
24377
24378 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24379
24380 * recentf.el (recentf-cleanup-remote): New variable.
24381 (recentf-cleanup): Use it to conditionally check availability of
24382 remote files.
24383
24384 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24385
24386 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24387 function names.
24388
24389 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24390
24391 * language/thai-word.el: New file.
24392
24393 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24394
24395 * files.el (backup-buffer): If the file's directory is not
24396 writable, use copy instead of move to backup the file.
24397
24398 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24399
24400 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24401
24402 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24403
24404 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24405 Use functionp instead of symbolp and fboundp. Reported by Drkm
24406 <darkman_spam@yahoo.fr>.
24407 (ps-print-version): New version 6.6.6.
24408
24409 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24410
24411 * textmodes/table.el (table--line-column-position): New idiom.
24412 (table--row-column-insertion-point-p): New function to test
24413 validity of row and column insertion operation at a location.
24414 (table-global-menu, table-cell-menu): Use above functions for
24415 deterministic test operation.
24416 (table--editable-cell-p): Behave in deterministic fashion.
24417
24418 2005-03-18 Juri Linkov <juri@jurta.org>
24419
24420 * isearch.el (isearch-lazy-highlight-new-loop):
24421 Make arguments beg and end optional.
24422 (isearch-update): Remove optional arguments nil from
24423 isearch-lazy-highlight-new-loop.
24424 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24425 isearch-lazy-highlight-case-fold-search instead of
24426 isearch-case-fold-search, and let-bind isearch-regexp to
24427 isearch-lazy-highlight-regexp.
24428 Use isearch-lazy-highlight-last-string instead of isearch-string.
24429
24430 * replace.el (perform-replace): Remove bindings of global
24431 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24432 Add three new arguments to `replace-highlight'.
24433 (replace-highlight): Add arguments string, regexp, case-fold.
24434 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24435 to allow isearch-lazy-highlight-new-loop to use these values
24436 to set corresponding isearch-lazy-highlight-* internal
24437 variables whose values lazy highlighting will use regardless of
24438 changes to global variables isearch-string, isearch-regexp,
24439 isearch-case-fold-search during lazy highlighting loop.
24440 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24441 to `lazy-highlight-cleanup'.
24442
24443 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24444 (ispell-highlight-face): Set default face to `isearch' when
24445 lazy highlighting is enabled.
24446 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24447 priority to 1. Add lazy highlighting.
24448 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24449 from `isearch-dehighlight'.
24450
24451 2005-03-18 David Ponce <david@dponce.com>
24452
24453 * files.el (hack-local-variables): Do a case-insensitive search
24454 for End.
24455
24456 2005-03-18 Juri Linkov <juri@jurta.org>
24457
24458 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24459 `isearch-lazy-highlight-cleanup', add alias to old name and
24460 declare obsolete. Add release numbers to other obsolete vars.
24461 (isearch-done, isearch-lazy-highlight-new-loop):
24462 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24463 (lazy-highlight-cleanup) <variable>: Doc fix.
24464 (isearch-lazy-highlight-update): Rename obsolete
24465 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24466
24467 2005-03-18 Kenichi Handa <handa@m17n.org>
24468
24469 * language/thai-util.el: Fix categorization of Thai characters in
24470 thai-category-table.
24471 (thai-composition-pattern): Adjust it for the above change.
24472 (thai-self-insert-command, thai-compose-syllable): New functions.
24473 (thai-compose-region): Use thai-compose-syllable.
24474 (thai-compose-string): Likewise.
24475 (thai-composition-function): Likewise.
24476 (thai-auto-composition): New function.
24477 (thai-auto-composition-mode): New minor mode.
24478
24479 * language/thai.el: Fix patterns to be registered in
24480 composition-function-table.
24481
24482 * international/quail.el (quail-input-method): Locally bind
24483 inhibit-modification-hooks to t.
24484
24485 2005-03-17 Richard M. Stallman <rms@gnu.org>
24486
24487 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24488 (perl-mode): Use run-mode-hooks.
24489
24490 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24491 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24492 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24493
24494 * mail/sendmail.el (sendmail-send-it): Reenable the code
24495 to compute resend-to-address and use it.
24496
24497 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24498
24499 * image-mode.el: New file.
24500
24501 * image.el (insert-sliced-image): Add autoload cookie.
24502
24503 * font-lock.el (font-lock-lines-before): New user option.
24504 (font-lock-after-change-function): Obey it.
24505
24506 * bindings.el (esc-map): Make M-g a prefix.
24507 Bind M-g g and M-g M-g to goto-line.
24508
24509 * faces.el (face-id): Doc fix.
24510
24511 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24512
24513 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24514 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24515 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24516
24517 * mail/sendmail.el (mail-yank-ignored-headers)
24518 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24519 Add Mail-Followup-To and Mail-Reply-To headers.
24520 (mail-citation-hook): Add autoload cookie.
24521 (mail-mode): Doc fix.
24522 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24523 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24524 (mail-mode-fill-paragraph): Handle those headers.
24525 (mail-mailing-lists): New variable.
24526 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24527
24528 2005-03-17 Juri Linkov <juri@jurta.org>
24529
24530 * isearch.el (isearch-fallback): Check for `(car previous)'
24531 before calling `isearch-other-end-state'.
24532
24533 2005-03-17 Kim F. Storm <storm@cua.dk>
24534
24535 * simple.el (move-beginning-of-line): Move to beginning of buffer
24536 line, as well as beginning of screen line.
24537
24538 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24539
24540 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24541 argument REDRAW rather than calendar-redrawing variable.
24542 * calendar/calendar.el (calendar-redrawing): Delete.
24543 (redraw-calendar): Do not bind calendar-redrawing.
24544
24545 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24546
24547 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24548 diary-file buffer.
24549
24550 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24551
24552 * help.el (describe-mode): Allow a :minor-mode-function property to
24553 specify a different minor mode toggle function than the variable.
24554 * simple.el (auto-fill-function):
24555 * subr.el (add-minor-mode): Use it.
24556
24557 2005-03-16 Kenichi Handa <handa@m17n.org>
24558
24559 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24560 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24561 (ethio-fidel-to-sera-buffer): Likewise.
24562
24563 2005-03-16 Juri Linkov <juri@jurta.org>
24564
24565 * emacs-lisp/find-func.el (find-function-regexp):
24566 Add defun-emitting macro `menu-bar-make-toggle'.
24567
24568 * isearch.el: Put `isearch-scroll' property to
24569 `split-window-horizontally'.
24570
24571 * info.el: Update error messages for `debug-ignored-errors'.
24572 (Info-isearch-search): Doc fix.
24573 (Info-find-node): Move up code to go into info buffer before
24574 recording the node to the history.
24575 (Info-fontify-node): Fontify titles only if the next line
24576 has two or more `*', `=', `-', `.'.
24577 Display "go to this node" for empty (match-string 3).
24578
24579 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24580
24581 * term/mac-win.el: Add mouse pointer shape constants.
24582
24583 2005-03-15 Kim F. Storm <storm@cua.dk>
24584
24585 * simple.el (move-beginning-of-line): Use vertical-motion.
24586
24587 2005-03-15 Juri Linkov <juri@jurta.org>
24588
24589 * isearch.el (isearch-error): New variable.
24590 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24591 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24592 (isearch-within-brackets-state): Remove.
24593 (isearch-case-fold-search-state, isearch-pop-fun-state):
24594 Decrease frame index.
24595 (isearch-mode, isearch-top-state, isearch-push-state)
24596 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24597 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24598 (isearch-search, isearch-lazy-highlight-new-loop):
24599 Replace `isearch-invalid-regexp' with `isearch-error'.
24600 Remove `isearch-within-brackets'.
24601 (isearch-search): Add `search-failed' handler to `condition-case'.
24602 (isearch-lazy-highlight-search): Add `condition-case' to catch
24603 errors and allow `isearch-lazy-highlight-update' to try
24604 highlighting from the beginning of the window.
24605 (isearch-repeat): Move up code to set isearch-wrapped to t
24606 before calling isearch-wrap-function.
24607
24608 * info.el (Info-isearch-initial-node): New internal variable.
24609 (Info-search): Signal an error in isearch mode when search leaves
24610 the initial node. Signal an error when `bound' is non-nil and
24611 nothing was found in the current subfile.
24612 (Info-isearch-search): Remove `condition-case'.
24613 (Info-isearch-wrap): Don't wrap when search failed during leaving
24614 the initial node. If `Info-isearch-search' is nil, wrap around
24615 the current node.
24616 (Info-isearch-start): New fun.
24617 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24618 `isearch-mode-hook'.
24619
24620 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24621
24622 * simple.el (normal-erase-is-backspace): Set default to t if
24623 running on Mac.
24624
24625 * term/mac-win.el (function-key-map): Sync with x-win.el.
24626
24627 2005-03-15 Kenichi Handa <handa@m17n.org>
24628
24629 * international/mule-cmds.el (locale-language-names): Modify the
24630 format of elements and add more entries.
24631 (locale-preferred-coding-systems): Add more entries.
24632 (set-locale-environment): Adjust for the change of
24633 locale-language-names.
24634
24635 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24636
24637 * pcvs.el (smerge-ediff): Remove bogus autoload.
24638
24639 2005-03-14 Lute Kamstra <lute@gnu.org>
24640
24641 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24642 Ignore a `*' at the beginning of a line.
24643
24644 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24645 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24646 subr.el.
24647 (dont-compile, eval-when-compile, eval-and-compile): Use declare
24648 to specify indentation.
24649
24650 * generic.el (define-generic-mode): Let generic-mode-list be a
24651 list of strings; test membership with equal.
24652
24653 2005-03-14 Kim F. Storm <storm@cua.dk>
24654
24655 * simple.el (next-line, previous-line): Add optional try-vscroll
24656 arg to recognize interactive use. Pass it on to line-move.
24657 (line-move): Don't perform auto-window-vscroll when defining or
24658 executing keyboard macro to ensure consistent behavior.
24659
24660 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
24661
24662 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24663
24664 2005-03-13 Lute Kamstra <lute@gnu.org>
24665
24666 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24667 debugger-setup-buffer so that backtrace marks the frames set to
24668 debug-on-exit and we don't have to do it manually. Set an extra
24669 debug-on-exit for macro's.
24670 (debugger-setup-buffer): Don't mark the top frame manually.
24671
24672 2005-03-12 Lute Kamstra <lute@gnu.org>
24673
24674 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24675 lisp-indent-function throughout.
24676 (with-no-warnings): Set lisp-indent-function property.
24677
24678 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
24679
24680 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24681 Add entry for backslash.
24682
24683 2005-03-12 Juri Linkov <juri@jurta.org>
24684
24685 * info.el (Info-search): Four fixes for backward search.
24686
24687 2005-03-11 Jay Belanger <belanger@truman.edu>
24688
24689 * calc/calc.el (calc-language-alist): New variable.
24690 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24691 (calc-embedded-find-modes): Use calc-language-alist instead of
24692 calc-embedded-language-alist.
24693
24694 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24695
24696 * calendar/calendar.el (calendar-redrawing): New internal
24697 variable.
24698 (redraw-calendar): Remove bogus save-excursion from previous
24699 change. Bind calendar-redrawing to t for mark-diary-entries.
24700 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24701 calendar if that is why we were called.
24702
24703 2005-03-11 Kenichi Handa <handa@m17n.org>
24704
24705 * international/mule.el (make-coding-system): Set property
24706 coding-system-define-form to nil.
24707 (define-coding-system-alias): Likewise.
24708
24709 2005-03-11 Kenichi Handa <handa@m17n.org>
24710
24711 These changes are suggested by Dave Love <fx@gnu.org>.
24712
24713 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24714 coding: tag.
24715 (adaptive-fill-regexp): Add more bullets.
24716 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24717 regexps.
24718
24719 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
24720
24721 * help.el (describe-mode): Properly handle non-trivial lighters.
24722 Don't ignore minor modes that are not listed in minor-mode-list.
24723
24724 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24725 feature ON when the user requests to turn it OFF.
24726
24727 2005-03-10 Lute Kamstra <lute@gnu.org>
24728
24729 * emacs-lisp/debug.el (debug-entry-code): Delete it.
24730 (implement-debug-on-entry): New function to replace debug-entry-code.
24731 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
24732 second argument as the 2005-03-07 change makes it obsolete.
24733 (debug-on-entry, cancel-debug-on-entry): Update call to
24734 debug-on-entry-1.
24735 (debug, debugger-setup-buffer): Comment update.
24736 (debugger-frame-number): Update to work with implement-debug-on-entry.
24737
24738 2005-03-10 Jay Belanger <belanger@truman.edu>
24739
24740 * calc/calc-embed.el (math-ms-args): Declare it.
24741 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24742 math-ms-args.
24743 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24744 variables.
24745
24746 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24747
24748 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24749 Use message-box.
24750
24751 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24752 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24753 (tooltip-gud-tips): Simplify.
24754 (tooltip-gud-tips-p): Remove superfluous :set.
24755 (tooltip-gud-modes): Add fortran-mode.
24756 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24757
24758 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24759
24760 2005-03-09 Kim F. Storm <storm@cua.dk>
24761
24762 * play/animate.el (animate-place-char): Use forward-line instead
24763 of next-line to improve performance.
24764
24765 2005-03-09 Simon Josefsson <jas@extundo.com>
24766
24767 * net/browse-url.el (browse-url-default-browser): Doc fix.
24768
24769 2005-03-09 Miles Bader <miles@gnu.org>
24770
24771 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24772 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24773
24774 2005-03-09 Kenichi Handa <handa@m17n.org>
24775
24776 * international/latin-1.el: Set case and syntax for 255 only if
24777 set-case-syntax-set-multibyte is nil.
24778
24779 * textmodes/ispell.el (ispell-insert-word): New function.
24780 (ispell-word): Use ispell-insert-word to insert a new word.
24781 (ispell-process-line): Likewise.
24782 (ispell-complete-word): Likewise.
24783
24784 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24785
24786 * calendar/calendar.el (redraw-calendar): Preserve point.
24787 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24788 (calendar-week-start-day): Move after definition of
24789 redraw-calendar. Delete buffer test, since redraw-calendar has
24790 that now.
24791
24792 * calendar/diary-lib.el (mark-diary-entries): Only call
24793 redraw-calendar in the first of any recursive calls.
24794 Reported by Alan Shutko <ats@acm.org>.
24795
24796 2005-03-08 Juri Linkov <juri@jurta.org>
24797
24798 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24799 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24800 (html-radio-buttons): Add a space before the trailing `/>' where
24801 sgml-xml-mode is non-nil.
24802 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24803 the subsequent tag of the empty XML tag.
24804 (html-href-anchor): Don't set initial input to "http:".
24805 (html-image): Ask for the image URL and set point inside alt="".
24806 (html-name-anchor): Duplicate the name in the `id' attribute when
24807 sgml-xml-mode is non-nil.
24808 (html-paragraph): Remove \n before <p>.
24809 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24810 instead of `checked' when sgml-xml-mode is non-nil.
24811
24812 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24813 Remove 1 space before #RRGGBB to not truncate it on terminal
24814 windows w/o fringes. Remove 1 space between bg and fg examples
24815 to get more space.
24816 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24817 avoid byte-compile warnings.
24818
24819 * image-file.el (image-file-handler): Put `safe-magic' property to
24820 `image-file-handler'.
24821
24822 * info.el (Info-isearch-search): Emulate word search in
24823 isearching through multiple Info nodes with Info-search.
24824 (Info-isearch-wrap): Allow isearch-word.
24825
24826 2005-03-08 Lute Kamstra <lute@gnu.org>
24827
24828 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24829 stepping into the debugger's code is not possible.
24830 (debugger-jumping-flag): Docstring update.
24831
24832 2005-03-08 Jay Belanger <belanger@truman.edu>
24833
24834 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24835 embedded mode begins.
24836 (calc-embedded-language-alist): New variable.
24837 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24838 set default language mode.
24839
24840 2005-03-08 Kenichi Handa <handa@m17n.org>
24841
24842 * international/ccl.el (define-ccl-program): Fix docstring about
24843 extra 256 bytes assured for the output buffer.
24844
24845 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24846 Fix BUFFER_MAGNIFICATION to 2.
24847 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24848
24849 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24850
24851 * align.el (align-rules-list): Added an alignment rule for CSS
24852 declarations (applies to css-mode and html-mode buffers).
24853
24854 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24855
24856 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24857
24858 2005-03-07 Kim F. Storm <storm@cua.dk>
24859
24860 * simple.el (move-beginning-of-line): New command.
24861
24862 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24863
24864 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24865
24866 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24867 and move-beginning-of-line.
24868
24869 * apropos.el (apropos-print): Omit command from M-x ... RET.
24870
24871 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24872
24873 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24874 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24875
24876 2005-03-06 Richard M. Stallman <rms@gnu.org>
24877
24878 * bindings.el (esc-map): Bind M-g to goto-line.
24879
24880 * facemenu.el (global-map): Bind M-o, not M-g.
24881
24882 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24883
24884 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24885 "Open Directory" as for "Open File".
24886
24887 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24888
24889 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24890 (push-mark-command): Run activate-mark-hook.
24891
24892 2005-03-06 Richard M. Stallman <rms@gnu.org>
24893
24894 * help-mode.el (help-mode-finish): Don't alter the element
24895 in view-return-to-alist if there already is one.
24896
24897 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24898 make sure the current buffer is the expected one.
24899
24900 * novice.el (disabled-command-function): Output in *Disabled Command*.
24901 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24902
24903 * textmodes/flyspell.el (flyspell-large-region):
24904 Pass args differently for aspell.
24905
24906 * files.el (mode-require-final-newline): Doc fix.
24907
24908 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24909
24910 * progmodes/which-func.el (which-function):
24911 Specify NOERROR when calling imenu--make-index-alist.
24912
24913 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24914
24915 * simple.el (normal-erase-is-backspace): Define default value.
24916
24917 * custom.el (custom-theme-set-variables): Remove unused var
24918 `immediate'.
24919 (custom-reevaluate-setting): Simple function to handle variables
24920 that are defined before their default value can really be
24921 computed.
24922
24923 * startup.el (command-line): Use it for temporary-file-directory,
24924 small-emporary-file-directory, auto-save-file-name-transforms,
24925 blink-cursor-mode, and normal-erase-is-backspace.
24926
24927 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24928 progress, even with buggy anchored keywords.
24929
24930 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24931
24932 * simple.el (goto-line): Remove unbalanced final parenthesis.
24933
24934 2005-03-05 Richard M. Stallman <rms@gnu.org>
24935
24936 * simple.el (goto-line): Use a number at point as the default.
24937 With C-u as arg, switch buffers.
24938
24939 2005-03-05 Juri Linkov <juri@jurta.org>
24940
24941 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24942 with `no-blinking-cursor'.
24943
24944 * startup.el (no-blinking-cursor): New defvar.
24945 (command-line): Add `--no-blinking-cursor' to longopts.
24946 Set `no-blinking-cursor' to t for command line arguments
24947 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24948 with `no-blinking-cursor' in the condition for calling
24949 `blink-cursor-mode'.
24950
24951 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24952
24953 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24954 (menu-bar-options-save): Add blink-cursor-mode.
24955 (menu-bar-options-menu): Add blink-cursor-mode.
24956
24957 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24958
24959 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24960 (icalendar-export-file, icalendar-export-region)
24961 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24962 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24963
24964 2005-03-04 Lute Kamstra <lute@gnu.org>
24965
24966 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24967 (debug-function-list): Ditto.
24968
24969 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24970
24971 * textmodes/texinfmt.el (texinfo-append-refill):
24972 Redefine the types of line to which @refill
24973 is not appended by replacing a search for `@refill\\|@bye' with
24974 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24975 itemize@refill' bug and the unfilled long lines bug.
24976 (texinfmt-version): Update number and date.
24977
24978 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24979
24980 * international/code-pages.el (windows-1250, windows-125[2-8])
24981 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24982
24983 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24984
24985 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24986 bound yet.
24987
24988 2005-03-02 Romain Francoise <romain@orebokech.com>
24989
24990 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24991 buffer after removing limits.
24992 (ibuffer-pop-filter): Ditto.
24993 Update copyright.
24994
24995 2005-03-02 Miles Bader <miles@gnu.org>
24996
24997 * button.el (make-text-button): If the user doesn't specify a
24998 type, use the default. Rewrite to use `add-text-properties' and
24999 plist functions.
25000
25001 2005-03-01 Lute Kamstra <lute@gnu.org>
25002
25003 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25004 (debugger-jumping-flag): New var.
25005 (debug-entry-code): Use it.
25006 (debugger-jump): Use debugger-jumping-flag and add
25007 debugger-reenable to post-command-hook.
25008 (debugger-reenable): Use debugger-jumping-flag and remove itself
25009 from post-command-hook.
25010 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25011 debugger-reenable.
25012
25013 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
25014
25015 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25016 inclusion of "itemize\\|", which may be unnecessary, is certainly
25017 inelegant, and stops refilling in itemize lists when formatting
25018 Japanese Texinfo files to Info.
25019 Update copyright to 2005.
25020
25021 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
25022
25023 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25024 of an error if GDB can't find the source file.
25025
25026 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
25027
25028 * calendar/calendar.el (redraw-calendar): Work from any buffer,
25029 not just the calendar.
25030
25031 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25032 first.
25033 (diary-redraw-calendar): New function.
25034 (make-diary-entry): Add diary-redraw-calendar to local
25035 write-contents-functions. Turn off selective display before
25036 inserting in diary.
25037
25038 2005-03-01 Kim F. Storm <storm@cua.dk>
25039
25040 * emacs-lisp/copyright.el (copyright-fix-years): New command.
25041
25042 2005-03-01 Lute Kamstra <lute@gnu.org>
25043
25044 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25045 that debug-entry-code can be safely removed from a function while
25046 this code is being evaluated. Revert the 2005-02-27 change as the
25047 new implementation no longer requires it. Make sure that a
25048 function body containing just a string is not mistaken for a docstring.
25049 (debug): Skip one more frame in case of debug on entry.
25050 (debugger-setup-buffer): Delete one more frame line in case of
25051 debug on entry.
25052 (debugger-frame-number): Update to use the new text introduced by
25053 the 1999-11-03 change. Skip one more frame in case of debug on entry.
25054
25055 2005-02-28 Kim F. Storm <storm@cua.dk>
25056
25057 * double.el (double-translate-key): Call force-window-update after
25058 read-event to avoid crash in redisplay.
25059
25060 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
25061
25062 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25063 (debug): Use it. Move the inhibit-trace earlier.
25064 (debug-entry-code): New const.
25065 (debug-on-entry-1): Use it.
25066
25067 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
25068
25069 * international/utf-16.el (ccl-encode-mule-utf-16le):
25070 Fix BUFFER_MAGNIFICATION to 2.
25071 (ccl-encode-mule-utf-16be): Likewise.
25072
25073 2005-02-28 Kenichi Handa <handa@m17n.org>
25074
25075 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25076 Fix BUFFER_MAGNIFICATION to 4.
25077 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25078
25079 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
25080
25081 * speedbar.el (speedbar-update-flag): Doc fix.
25082 (speedbar-show-info-under-mouse): Give set-mouse-position the right
25083 argument.
25084
25085 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
25086
25087 * reveal.el (reveal-post-command): Don't try to reveal overlays which
25088 have a non-nil `invisible' property but are actually visible.
25089
25090 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25091 for perldoc sections.
25092 (perl-outline-regexp, perl-outline-level): New var and function.
25093 (perl-mode): Use them.
25094
25095 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
25096
25097 * calendar/diary-lib.el (diary-remind): Discard any mark portion
25098 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25099
25100 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
25101
25102 * cus-edit.el: Comment change.
25103 (custom-buffer-create-internal): Slightly reword text at top of
25104 Custom buffers. Mention there that saving an option edits the
25105 init file. Add link to Emacs manual node on `custom-file'.
25106 (custom-magic-alist): Rewrite individual State messages to use
25107 capitalized keywords. Doc fix.
25108
25109 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
25110
25111 * calendar/calendar.el (calendar-buffer): Move above
25112 calendar-week-start-day.
25113 (calendar-week-start-day): Doc fix. Add :set function.
25114 (calendar-minimum-window-height): New variable.
25115 (generate-calendar-window): Only resize window if selected-window
25116 is displaying the calendar buffer. Use new variable
25117 calendar-minimum-window-height.
25118 (generate-calendar): Reword error message.
25119 (calendar-mode-map): Bind DEL to scroll-other-window-down.
25120
25121 2005-02-27 Andreas Schwab <schwab@suse.de>
25122
25123 * vc.el (vc-do-command): Don't run command asynchronously when
25124 operating in a remote directory.
25125
25126 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25127 change from sync with Tramp 2.0.47.
25128
25129 2005-02-27 Richard M. Stallman <rms@gnu.org>
25130
25131 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25132
25133 * textmodes/flyspell.el (flyspell-mode-on):
25134 Call ispell-change-dictionary only if necessary.
25135
25136 * emacs-lisp/re-builder.el (regexp-builder): New function.
25137
25138 * register.el (describe-register-1): Explicitly handle
25139 yank-excluded-properties = t.
25140
25141 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25142 (custom-magic-alist): Change the status descriptions again.
25143 (face widget-type): Total rewrite based on `restricted-sexp'
25144 to eliminate the confusing double hiding levels.
25145
25146 * emacs-lisp/debug.el (debug-on-entry-1):
25147 If function body is empty, add nil as body form.
25148
25149 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
25150
25151 * emacs-lisp/trace.el (inhibit-trace): New var.
25152 (trace-make-advice): Use it.
25153
25154 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25155
25156 2005-02-26 Kim F. Storm <storm@cua.dk>
25157
25158 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25159 (mouse-on-link-p, mouse-drag-region-1): Use it.
25160
25161 2005-02-25 Lute Kamstra <lute@gnu.org>
25162
25163 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25164
25165 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
25166
25167 * frame.el (blink-cursor-mode): Add :group keyword.
25168
25169 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
25170
25171 * calendar/icalendar.el (icalendar--decode-isodatetime):
25172 New optional argument DAY-SHIFT.
25173 (icalendar-export-region): Fix coding-system-for-write.
25174 (icalendar--convert-ical-to-diary): Shift end-day of all-day
25175 events by one.
25176
25177 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
25178
25179 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25180
25181 2005-02-24 Kim F. Storm <storm@cua.dk>
25182
25183 * international/iso-acc.el (iso-accents-compose): Fix crash
25184 during redisplay. Call force-window-update after read-event
25185 and delete-region to signal that window is not accurate.
25186
25187 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
25188
25189 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25190 Remove unused and inexistent var `inhibit-trace'.
25191 (debugger-mode): Use run-mode-hooks.
25192 (debugger-list-functions): Add buttons; setup xref stack.
25193
25194 2005-02-23 Richard M. Stallman <rms@gnu.org>
25195
25196 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25197 appointment says it was explicitly made.
25198 (appt-add): Set the 3rd element.
25199 (appt-make-list): Preserve explicit appointments.
25200
25201 * subr.el (find-tag-default): Catch errors in forward-sexp.
25202
25203 2005-02-23 Juri Linkov <juri@jurta.org>
25204
25205 * info.el (Info-isearch-search): New defcustom.
25206 (Info-isearch-search): Call the default isearch function
25207 when Info-isearch-search is nil.
25208 (Info-isearch-wrap): Use variable Info-isearch-search.
25209
25210 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
25211
25212 * cus-edit.el: Comment change.
25213
25214 2005-02-22 Kim F. Storm <storm@cua.dk>
25215
25216 * progmodes/hideif.el (hide-ifdef-use-define-alist):
25217 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
25218
25219 2005-02-22 Simon Josefsson <jas@extundo.com>
25220
25221 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25222 New variable.
25223 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
25224 Oskarsson" <myrkraverk@users.sourceforget.net>.
25225
25226 2005-02-22 Kim F. Storm <storm@cua.dk>
25227
25228 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25229 check that window of that event is the selected window.
25230 (mouse-drag-region-1): Compare mouse event window to selected
25231 window before setting point.
25232
25233 * tooltip.el (tooltip-show-help-function): Pass event to
25234 mouse-on-link-p so it can check selected window.
25235
25236 2005-02-22 Kenichi Handa <handa@m17n.org>
25237
25238 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25239 (ps-mule-show-warning): New function.
25240 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25241 characters are found.
25242
25243 * ps-print.el (ps-header-footer-string): Return a list of header
25244 and footer strings.
25245
25246 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
25247
25248 * pcvs.el (cvs-retrieve-revision): Fix thinko.
25249
25250 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
25251
25252 * frame.el (blink-cursor-mode): Use define-minor-mode.
25253
25254 * term/mac-win.el (function-key-map): Use char-names more consistently.
25255 (file-name-coding-system): Only set it for MacOS-9. The other case is
25256 already handled in mule-cmds.el (where it also works when mac-win.el
25257 is not used).
25258
25259 2005-02-21 Kenichi Handa <handa@m17n.org>
25260
25261 * international/mule.el (ctext-pre-write-conversion): Always use
25262 " *code-converting-work*" buffer for work.
25263
25264 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25265
25266 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
25267
25268 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25269
25270 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
25271
25272 * ses.el (undo-more): Restore defadvice, but only the part that
25273 allows changes outside the restricted area of the buffer.
25274
25275 2005-02-20 Kim F. Storm <storm@cua.dk>
25276
25277 * simple.el (line-move): Add fourth optional arg try-vscroll which
25278 must be set to perform auto-window-vscroll.
25279 When moving backwards and doing auto-window-vscroll, automatically
25280 vscroll to the last part of lines which are taller than the window.
25281 (next-line, previous-line): Set try-vscroll arg on line-move.
25282
25283 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
25284
25285 * replace.el (query-replace, query-replace-regexp)
25286 (replace-string, replace-regexp): When operating on region, make
25287 the minibuffer prompt say so.
25288
25289 * isearch.el (isearch-forward): Document isearch-query-replace and
25290 isearch-query-replace-regexp keybindings.
25291
25292 2005-02-19 Jay Belanger <belanger@truman.edu>
25293
25294 * calc/calc-aent.el (math-read-token): Add local variable.
25295
25296 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25297 (calc-edit-top): Move declaration to earlier in file.
25298 (calc-edit-macro-repeats): Add local variables.
25299
25300 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25301 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25302 calcFunc-tanh.
25303 Adjust integration rule for calcFunc-tan.
25304
25305 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25306
25307 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25308 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25309 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25310 (viper-skip-separators): Bug fix.
25311 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25312 particular major mode.
25313 (viper-del-backward-char-in-replace): Don't put deleted char on the
25314 kill ring.
25315
25316 * viper-ex.el (viper-color-display-p): New function.
25317 (viper-has-face-support-p): Use viper-color-display-p.
25318
25319 * viper-keym.el (viper-gnus-modifier-map): New keymap.
25320
25321 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25322
25323 * viper-util.el (viper-glob-unix-files): Fix shell status check.
25324 (viper-file-remote-p): Make equivalent to file-remote-p.
25325
25326 * viper.el (viper-major-mode-modifier-list):
25327 Use viper-gnus-modifier-map.
25328
25329 2005-02-19 David Kastrup <dak@gnu.org>
25330
25331 * subr.el (subregexp-context-p): Fix garbled doc string by adding
25332 quoting.
25333
25334 2005-02-19 Jay Belanger <belanger@truman.edu>
25335
25336 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25337 Remove extra definitions.
25338 (calc-coth): New function.
25339 (calcFunc-cot): Fix `let'.
25340
25341 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25342
25343 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25344 the reasons we use "type pc" in these faces.
25345
25346 * button.el (button): Ditto.
25347
25348 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25349
25350 * replace.el (query-replace-read-from): Set the value of
25351 query-replace-from-history-variable to handle the case of an empty
25352 string entered to accept the suggested default.
25353
25354 * net/tramp.el (tramp-file-name-for-operation):
25355 Use dired-call-process instead of dired-call-process-command.
25356
25357 2005-02-19 Jay Belanger <belanger@truman.edu>
25358
25359 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25360 (math-div-non-trig): New variables.
25361 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25362 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25363 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25364 trig expressions.
25365
25366 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25367
25368 * progmodes/gdb-ui.el (gdb-var-update-handler)
25369 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25370 for watch expressions,
25371 (gdb-var-create-handler): Don't set speedbar-update-flag.
25372 (gdb-post-prompt): Simplify test for speedbar.
25373
25374 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25375
25376 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25377 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25378 we use the syntax table of the correct buffer.
25379 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25380 Felix Gatzemeier.
25381
25382 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25383 (ediff-file-remote-p): Make synonymous with file-remote-p.
25384 In all deffaces ediff-*-face-*, use min-colors.
25385
25386 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25387 ediff-recurse-to-subdirectories.
25388 (ediff-mark-if-equal): Check that the arguments are strings, use
25389 ediff-same-contents (after to Felix Gatzemeier).
25390
25391 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25392 nil.
25393
25394 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25395
25396 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25397
25398 2005-02-18 David Kastrup <dak@gnu.org>
25399
25400 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25401 use `mark-active' when defined.
25402
25403 2005-02-18 Kenichi Handa <handa@m17n.org>
25404
25405 * ps-print.el (ps-font-info-database): New entry
25406 ZapfChancery-MediumItalic with correct font name. Fix font name
25407 of the entry Zapf-Chancery-MediumItalic.
25408
25409 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25410
25411 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25412
25413 2005-02-16 Kim F. Storm <storm@cua.dk>
25414
25415 * ido.el (ido-fallback-command): Pass user input to fallback command.
25416
25417 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25418
25419 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25420 (gdb-find-file-hook): Add server prefix.
25421
25422 2005-02-16 Richard M. Stallman <rms@gnu.org>
25423
25424 * replace.el (perform-replace): Pass new args to replace-highlight.
25425 (replace-highlight): Take region args,
25426 and pass them to isearch-lazy-highlight-new-loop.
25427
25428 * novice.el (disabled-command-hook): Autoload the defalias
25429 and the make-obsolete-variable call.
25430
25431 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25432
25433 * isearch.el (isearch-lazy-highlight-start-limit)
25434 (isearch-lazy-highlight-end-limit): New variables limit
25435 the region for highlighting.
25436 (isearch-lazy-highlight-new-loop): New args BEG and END.
25437 (isearch-lazy-highlight-search): Use the new vars.
25438 (isearch-lazy-highlight-update): Likewise.
25439
25440 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25441
25442 * cus-start.el (all): Use default-boundp.
25443
25444 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25445
25446 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25447
25448 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25449
25450 * autorevert.el (auto-revert-stop-on-user-input)
25451 (auto-revert-verbose): Doc fixes.
25452
25453 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25454
25455 * international/mule-cmds.el (set-locale-environment): Remove call
25456 to set-selection-coding-system on Windows.
25457
25458 2005-02-15 Jay Belanger <belanger@truman.edu>
25459
25460 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25461 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25462 calcFunc-coth.
25463 (math-simplify-sqrt): Add simplifications.
25464
25465 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25466 to list.
25467
25468 * calc/calc-ext.el: Add functions to autoloads.
25469
25470 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25471 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25472 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25473 (math-csc-raw, math-cot-raw): New functions.
25474
25475 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25476
25477 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25478 the variable name in a message.
25479
25480 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25481 calcFunc-csc, calcFunc-cot.
25482
25483 * calc/calcalg2.el: Add derivative and integration rules for
25484 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25485 calcFunc-csch, calcFunc-coth.
25486 (math-do-integral-methods): Add to checks for when to use
25487 substitutions.
25488
25489 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25490
25491 2005-02-15 Lute Kamstra <lute@gnu.org>
25492
25493 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25494 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25495 <monnier@iro.umontreal.ca>
25496 (lisp-outline-level): Improve efficiency. Suggested by David
25497 Kastrup <dak@gnu.org>.
25498
25499 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25500
25501 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25502 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25503 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25504 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25505 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25506
25507 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25508
25509 * cus-start.el (all): Comment change.
25510
25511 2005-02-14 Lute Kamstra <lute@gnu.org>
25512
25513 * cus-start.el (all): Check if symbol is void.
25514
25515 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25516
25517 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25518 optional argument to \cite.
25519
25520 2005-02-14 Richard M. Stallman <rms@gnu.org>
25521
25522 * cus-edit.el (custom-buffer-create-internal): Update help message.
25523 (custom-magic-alist): Update help messages.
25524
25525 * cus-start.el (all): Allow a var to specify a standard value.
25526
25527 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25528
25529 * custom.el (custom-theme-set-variables): Handle variable aliases.
25530
25531 * frame.el (blink-cursor-timer): Doc fix.
25532 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25533 declare obsolete.
25534 (blink-cursor-mode): Define with defcustom and use correct
25535 standard expression in that defcustom.
25536 * startup.el (command-line): Adapt to above changes in frame.el.
25537
25538 2005-02-11 Lute Kamstra <lute@gnu.org>
25539
25540 * apropos.el (apropos-score-doc): Prevent division by zero.
25541
25542 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25543
25544 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25545 (icalendar--get-event-property-attributes)
25546 (icalendar--get-event-properties)
25547 (icalendar--datetime-to-diary-date): New functions.
25548 (icalendar--split-value): Doc fix.
25549 (icalendar--datetime-to-noneuropean-date)
25550 (icalendar--datetime-to-european-date): New optional argument
25551 SEPARATOR. Return result as a string instead of a list.
25552 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25553 (icalendar--convert-string-for-export): Rename arg S to STRING.
25554 (icalendar-export-region): Doc fix. Change name of error buffer.
25555 Save output buffer.
25556 (icalendar-import-file): Add blank at end of prompt.
25557 (icalendar-import-buffer): Doc fix. Do not switch to error
25558 buffer. Indicate status in return value.
25559 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25560 buffer. Save output buffer. Handle exception from recurrence
25561 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25562 events. Fix problems with weekly all-day events.
25563
25564 2005-02-10 Richard M. Stallman <rms@gnu.org>
25565
25566 * simple.el (eval-expression-print-format):
25567 Avoid warning about edebug-active.
25568
25569 * help.el (help-for-help-internal): Rename from help-for-help.
25570 (help-for-help): Define with defalias.
25571
25572 * font-core.el (font-lock-default-function): Use with-no-warnings.
25573
25574 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25575
25576 * custom.el (defface): Doc fix.
25577
25578 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25579
25580 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25581 width 0" to prevent word wrapping problems.
25582
25583 2005-02-09 Kim F. Storm <storm@cua.dk>
25584
25585 * ido.el (ido-file-extensions-order): New defcustom.
25586 (ido-file-extension-lessp, ido-file-extension-aux)
25587 (ido-file-extension-order): New advanced file ordering.
25588 (ido-file-lessp): New simple file ordering.
25589 (ido-sort-list): Remove.
25590 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25591 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25592
25593 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25594
25595 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25596 that some versions of grep produce.
25597 (grep-mode-font-lock-keywords): Likewise.
25598
25599 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25600
25601 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25602 (gdb-cdir): Delete.
25603 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25604 (gdb-source-info): Treat case when source file is in another
25605 directory properly.
25606 (gdb-get-location): New function.
25607
25608 2005-02-07 Jay Belanger <belanger@truman.edu>
25609
25610 * calc/calc-prog.el (calc-write-parse-table-part)
25611 (calc-fix-token-name): Fix a check for language type.
25612
25613 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25614
25615 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25616
25617 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25618 as directory not writable.
25619
25620 2005-02-07 Kim F. Storm <storm@cua.dk>
25621
25622 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25623 (cua--standard-movement-commands): Remove list.
25624 Instead, set CUA property value to move for movement commands.
25625 (cua-movement-commands): Remove. Users must set CUA prop instead.
25626 (cua--pre-command-handler): Check CUA property.
25627 (cua--init-keymaps): Don't remap undo commands.
25628 (cua-mode): Don't call cua--rectangle-on-off.
25629
25630 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25631 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25632 (cua--rect-undo-set-point): New var.
25633 (cua--rectangle-undo-boundary): Setup undo apply entry.
25634 (cua--rect-undo-handler): New function for rectangle undo.
25635 (cua--rect-start-position, cua--rect-end-position): Add.
25636 (cua--rectangle-post-command): Call cua--rectangle-set-corners
25637 for restored rectangle. Set point if cua--rect-undo-set-point.
25638
25639 2005-02-06 Jay Belanger <belanger@truman.edu>
25640
25641 * calc/calc-lang.el (calc-tex-language): Display more information
25642 in messages.
25643
25644 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25645 in TeX mode.
25646
25647 2005-02-06 Richard M. Stallman <rms@gnu.org>
25648
25649 * emacs-lisp/lisp.el (buffer-end): Doc fix.
25650
25651 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
25652
25653 * net/ldap.el (ldap-search-internal): Support attributes with
25654 optional descriptions separated by a semi-colon, as in
25655 "userCertificate;binary".
25656
25657 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25658
25659 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25660 isn't a cons (i.e. the version is 0).
25661
25662 2005-02-05 Eli Zaretskii <eliz@gnu.org>
25663
25664 * help.el (help-for-help): Doc fix.
25665
25666 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
25667
25668 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
25669 GDB-Windows on the menu-bar as this works better.
25670
25671 2005-02-04 Jay Belanger <belanger@truman.edu>
25672
25673 * calc/calc-embed.el (calc-embedded-update): Don't put in
25674 unnecessary newlines. Adjust the end of formula marker.
25675
25676 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25677 (math-latex-parse-two-args): New function.
25678
25679 2005-02-03 Lute Kamstra <lute@gnu.org>
25680
25681 * help-fns.el (help-with-tutorial): Make sure that users cannot
25682 remove the entire text of the tutorial by means of `undo'.
25683
25684 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
25685
25686 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25687 in recent changes, where the ispell process was repeatedly
25688 killed & restarted.
25689
25690 * international/mule-cmds.el (set-locale-environment): Set file-name
25691 coding system to utf-8 on Darwin systems.
25692 (set-default-coding-systems): Don't set default-file-name-coding-system
25693 on Darwin systems.
25694
25695 2005-02-03 Richard M. Stallman <rms@gnu.org>
25696
25697 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25698
25699 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
25700
25701 * faces.el (list-faces-display): Add optional argument.
25702
25703 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
25704
25705 * font-core.el (font-lock-default-function): Handle the rare case where
25706 only font-lock-keywords is set.
25707
25708 2005-02-02 Kenichi Handa <handa@m17n.org>
25709
25710 * international/characters.el: Cancel previous change for
25711 I-WITH-DOT-ABOVE and DOTLESS-i.
25712
25713 * international/latin-5.el: Cancel previous change.
25714
25715 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25716
25717 * progmodes/gud.el: Correction to syntax in gud-menu-map.
25718
25719 2005-02-02 Kenichi Handa <handa@m17n.org>
25720
25721 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25722 DOTLESS-i.
25723
25724 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25725 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25726
25727 * case-table.el (get-upcase-table): New function.
25728 (copy-case-table): Copy upcaes table too if non-nil.
25729 (set-case-syntax-delims): Maintain upcase table too.
25730 (set-case-syntax-pair): Likewise.
25731 (set-upcase-syntax, set-downcase-syntax): New functions.
25732 (set-case-syntax): Maintain upcase table too.
25733
25734 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25735
25736 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25737
25738 * progmodes/gud.el (gud-goto-info): New function.
25739 (gud-tool-bar-map): Use correct icon.
25740
25741 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25742
25743 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25744 When delegating, order args in the funcall correctly.
25745
25746 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25747
25748 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25749
25750 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25751
25752 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25753 buffer not visiting a file.
25754
25755 2005-01-31 Jay Belanger <belanger@truman.edu>
25756
25757 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25758 bound on the line with the formula.
25759
25760 2005-01-31 Kim F. Storm <storm@cua.dk>
25761
25762 * ses.el (ses-create-cell-variable-range)
25763 (ses-destroy-cell-variable-range, ses-reset-header-string)
25764 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25765 (ses-insert-row): Fix format of apply undo entries.
25766
25767 2005-01-31 Jay Belanger <belanger@truman.edu>
25768
25769 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25770 parts.
25771
25772 * calc/calc-embed.el (calc-embedded-open-formula)
25773 (calc-embedded-close-formula): Ignore matrix environments.
25774
25775 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25776 TeX mode.
25777
25778 * calc/calc-lang.el (math-function-table, math-oper-table)
25779 (math-variable-table): Adjust the LaTeX portions.
25780
25781 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25782 (math-latex-ignore-words): New constant.
25783
25784 2005-01-31 Richard M. Stallman <rms@gnu.org>
25785
25786 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25787 (ispell-local-dictionary): Doc fix.
25788 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25789 Don't reinitialize at run time. Don't defcustom.
25790 All uses changed to append ispell-local-dictionary-alist,
25791 or check it first.
25792 (ispell-current-dictionary): New variable for dictionary in use.
25793 (ispell-dictionary): Now used only for global default.
25794 (ispell-start-process): Set ispell-current-dictionary,
25795 not ispell-dictionary.
25796 (ispell-change-dictionary): Use this only for setting
25797 user preferences.
25798 (ispell-internal-change-dictionary): New function
25799 to change the current dictionary in use.
25800 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25801 Use ispell-current-dictionary.
25802 Handle ispell-local-dictionary-overridden.
25803 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25804
25805 2005-01-31 Jay Belanger <belanger@truman.edu>
25806
25807 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25808
25809 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25810 (calc-mode-map): Add calc-latex-language.
25811
25812 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25813 (math-latex-print-frac): New functions.
25814 (math-oper-table, math-function-table, math-variable-table)
25815 (math-complex-format, math-input-filter): Add latex properties.
25816 (calc-set-language): Set math-expr-special-function-mapping.
25817
25818 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25819 (calc-write-parse-table-part): Add LaTeX support.
25820
25821 * calc/calc.el (calc-language): Adjust docstring.
25822 (calc-set-mode-line): Add LaTeX support.
25823 (math-expr-special-function-mapping): New variable.
25824 (math-tex-ignore-words): Add to list.
25825
25826 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25827 Add LaTeX support.
25828 (math-compose-expr): Add support for special functions.
25829
25830 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25831
25832 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25833
25834 * progmodes/gdb-ui.el (gdb-memory-address)
25835 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25836 (gdb-memory-mode-map, gdb-memory-format-keymap)
25837 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25838 (gdb-memory-unit-menu): New variables for a buffer
25839 that lets the user examine program memory.
25840 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25841 (gdb-memory-format-binary, gdb-memory-format-octal)
25842 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25843 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25844 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25845 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25846 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25847 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25848 (gdb-memory-mode, gdb-memory-buffer-name)
25849 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25850 New functions for above buffer.
25851
25852 2005-01-30 Richard M. Stallman <rms@gnu.org>
25853
25854 * cus-edit.el (custom-bury-buffer): Function deleted.
25855 (custom-buffer-done-function): Option deleted.
25856 (custom-buffer-done-kill): New replacement option.
25857 (Custom-buffer-done): Call quit-window.
25858 (custom-buffer-create-internal): Update for above changes.
25859
25860 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25861
25862 * simple.el (undo-ask-before-discard): New var.
25863 (undo-outer-limit-truncate): Implement it.
25864 (undo-extra-outer-limit): Doc update.
25865
25866 2005-01-29 Richard M. Stallman <rms@gnu.org>
25867
25868 * ses.el (undo-more): Delete defadvice.
25869 (ses-begin-change): Doc fix.
25870
25871 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25872 instead of rebinding C-x u and C-_.
25873
25874 * files.el (normal-backup-enable-predicate): Return nil for files
25875 in /tmp, regardless of temporary-file-directory.
25876
25877 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25878
25879 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25880 (open-rectangle, delete-whitespace-rectangle-line)
25881 (clear-rectangle-line): If FILL, pass t instead of FILL
25882 for move-to-column's 2nd arg.
25883
25884 * simple.el (undo): Fix the test for continuing a series of undos.
25885 (undo-more): Set pending-undo-list to t when we reach end.
25886 (pending-undo-list): Move up defvar.
25887
25888 * wid-edit.el (widget-button-click):
25889 Shorten the range of the track-mouse binding.
25890
25891 * comint.el (comint-insert-input): Undo previous changes;
25892 use last-input-event in interactive spec.
25893
25894 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25895
25896 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25897 to nil before invoking call-process. Reset buffer's modified flag
25898 after fontifying it in the no-async branch.
25899
25900 * wid-edit.el (widget-specify-button): If mouse pointer shape
25901 cannot be changed, use mouse face instead.
25902
25903 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25904
25905 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25906 (gdb-goto-breakpoint): Make breakpoint handling work on template
25907 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25908 (gdb-assembler-custom): Update to recognize breakpoint information
25909 added on 2005-01-19.
25910
25911 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25912
25913 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25914 (dsssl-mode): Use define-derived-mode.
25915 (scheme-mode-initialize): Remove.
25916 (scheme-mode): Use run-mode-hooks.
25917
25918 * cus-edit.el (customize-group-other-window)
25919 (custom-buffer-create-other-window): Don't override special-display-*.
25920 (custom-mode-map): Make it dense.
25921
25922 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25923 sets the default value.
25924
25925 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25926
25927 * descr-text.el: Add more keywords.
25928
25929 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25930
25931 * speedbar.el: Avoid unnecessary use of locate-library.
25932
25933 * international/mule-cmds.el (standard-display-european-internal):
25934 Don't fiddle with latin-1 non-break space any more since it's now
25935 special cased in the C code.
25936 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25937
25938 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25939
25940 * cus-start.el (all): Add `undo-outer-limit'.
25941
25942 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25943
25944 * textmodes/bibtex.el (bibtex-format-entry):
25945 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25946 field lines.
25947 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25948 not on part of a buffer.
25949
25950 2005-01-25 Lute Kamstra <lute@gnu.org>
25951
25952 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25953 nonempty field text strings like "{letters\\macro{}more letters}".
25954 Clarify docstring.
25955 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25956 (bibtex-entry-offset, bibtex-parse-association)
25957 (bibtex-parse-field-name): Fix typos in docstrings.
25958 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25959
25960 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25961
25962 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25963 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25964 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25965 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25966
25967 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25968 isearch minor mode.
25969
25970 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25971
25972 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25973
25974 2005-01-24 Lute Kamstra <lute@gnu.org>
25975
25976 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25977 CASECHARS and NOT-CASECHARS regular expressions of the
25978 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25979 striding over charsets" error.
25980
25981 2005-01-24 Jay Belanger <belanger@truman.edu>
25982
25983 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25984 display variable name.
25985
25986 2005-01-24 Kenichi Handa <handa@m17n.org>
25987
25988 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25989 Fix setting of the element of encoded-kbd-iso2022-invocations.
25990
25991 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25992
25993 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25994 (gdb-threads-select): Change to also accept mouse events.
25995 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25996 (gdb-threads-mouse-select): Delete.
25997
25998 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25999
26000 * files.el (insert-directory): Take care of empty directory,
26001 listed without -a switch.
26002
26003 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
26004
26005 * textmodes/refill.el (refill-post-command-function):
26006 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26007 to the list of functions that we should be careful not to undo.
26008 (refill-late-fill-paragraph-function): Remove.
26009 (refill-saved-state): New var.
26010 (refill-mode): Use it to save fill-paragraph-function.
26011 Save also the value of auto-fill-function.
26012
26013 * term/w32-win.el: Simplify code.
26014
26015 2005-01-23 Kim F. Storm <storm@cua.dk>
26016
26017 * simple.el (line-move): Adapt to new return value from
26018 pos-visible-in-window-p.
26019
26020 * simple.el (line-move): Fix last change. Check partial
26021 visibility at point rather than at window-start.
26022
26023 2005-01-22 Jason Rumney <jasonr@gnu.org>
26024
26025 * term/w32-win.el (xw-defined-colors): Remove debug-message.
26026
26027 2005-01-22 David Kastrup <dak@gnu.org>
26028
26029 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26030
26031 2005-01-22 Eli Zaretskii <eliz@gnu.org>
26032
26033 * type-break.el (type-break-mode): Add a test for
26034 type-break-file-name being non-nil.
26035
26036 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
26037
26038 * net/eudc.el (top level): Call (message "") via progn, so that
26039 eudc-options-file is loaded.
26040
26041 2005-01-22 Kim F. Storm <storm@cua.dk>
26042
26043 * simple.el (line-move-1): Rename from line-move.
26044 (line-move): New function that adjusts vscroll for partially
26045 visible rows, and calls line-move-1 otherwise.
26046
26047 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
26048
26049 * pcomplete.el: Define pcomplete-read-event instead of read-event,
26050 since it's not a complete read-event implementation
26051
26052 2005-01-20 Jay Belanger <belanger@truman.edu>
26053
26054 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26055 for called function.
26056
26057 2005-01-20 Steven Tamm <steventamm@mac.com>
26058
26059 * term/mac-win.el (process-connection-type): Remove.
26060 Controlled now by s/darwin.h:PTY_ITERATION.
26061
26062 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
26063
26064 * window.el (handle-select-window): Don't switch window when we're
26065 in the minibuffer.
26066
26067 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
26068
26069 * subr.el (dotimes-with-progress-reporter): New macro.
26070
26071 * ses.el (ses-dotimes-msg): Remove macro.
26072 Use `dotimes-with-progress-reporter' instead.
26073
26074 2005-01-19 Steven Tamm <steventamm@mac.com>
26075
26076 * term/mac-win.el (process-connection-type): Use new
26077 operating-system-release variable to use ptys on Darwin 7 (OS X
26078 10.3) when using carbon build.
26079
26080 2005-01-19 Jay Belanger <belanger@truman.edu>
26081
26082 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26083 flags if the last command was a tab or M-tab.
26084
26085 * calc/calc-prog.el (calc-user-define-edit): Put original formula
26086 in formula editing buffer.
26087
26088 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26089
26090 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26091 breakpoint image symbol in margin.
26092
26093 2005-01-19 Jay Belanger <belanger@truman.edu>
26094
26095 * calc/calc-prog.el (calc-execute-kbd-macro):
26096 Ignore calc-keep-arg-flag.
26097
26098 2005-01-19 Kenichi Handa <handa@m17n.org>
26099
26100 * textmodes/ispell.el (ispell-looking-at): New function.
26101 (ispell-process-line): Use ispell-looking-at to compare the ispell
26102 output and the buffer contents.
26103
26104 2005-01-18 Jay Belanger <belanger@truman.edu>
26105
26106 * calc/calc.el (calc-display-raw): Fix docstring.
26107
26108 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
26109
26110 * simple.el (blink-matching-open): Strip extra info from syntax.
26111
26112 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26113 funny chars in the end-of-here-doc marker.
26114
26115 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26116
26117 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26118 that enable/disabled state of breakpoints is shown correctly in
26119 fringe and on ttys.
26120 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26121 Add breakpoint information as text properties.
26122 (gdb-mouse-toggle-breakpoint):
26123 Rename to gdb-mouse-set-clear-breakpoint.
26124 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
26125 breakpoints in the margin.
26126 (gdb-remove-strings): Simplify.
26127
26128 2005-01-17 Jay Belanger <belanger@truman.edu>
26129
26130 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26131 erasing buffer.
26132
26133 2005-01-17 Richard M. Stallman <rms@gnu.org>
26134
26135 * progmodes/grep.el (grep-find): Copy from `grep' the condition
26136 for calling grep-compute-defaults.
26137
26138 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26139 if buffer is empty.
26140
26141 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26142
26143 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
26144
26145 * hilit-chg.el (highlight-changes-mode): Don't autoload.
26146
26147 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26148 non-preloaded variables.
26149
26150 2005-01-17 Steven Tamm <steventamm@mac.com>
26151
26152 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26153 tex-shell cause to force interactivity when using pipes.
26154
26155 2005-01-17 Kim F. Storm <storm@cua.dk>
26156
26157 * simple.el (just-one-space): Make arg optional.
26158
26159 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
26160
26161 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26162 posn-at-x-y to t to access left-margin.
26163
26164 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
26165
26166 Sync with Tramp 2.0.47.
26167
26168 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26169 catching keep-date problems in cp/scp operations.
26170 (tramp-handle-copy-file): Don't call `set-file-modes'
26171 unconditionally. Specialized functions should know better what is
26172 necessary. This improves performance a little bit, and the
26173 functions could catch errors with `cp -p' and `scp -p'.
26174 (tramp-do-copy-or-rename-file-via-buffer)
26175 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26176 when appropriate.
26177 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26178 Call `set-file-modes' when appropriate.
26179 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
26180 Johnsson <isak@hypergene.com>
26181 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26182 of both Tramp buffer and debug buffer. Reported by Joakim Verona
26183 <joakim@verona.se>
26184 (tramp-file-name-for-operation): Mark `shell-command' as magic for
26185 Emacs only.
26186
26187 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
26188 `find-file-hooks' and `dired-mode-hook'.
26189 (tramp-minor-mode-map): Respective map. Add remapping for
26190 `compile' and `recompile'.
26191 (tramp-remap-command, tramp-recompile): New defuns.
26192 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26193 in buffer "*Compilation*". Call the commands asynchronously.
26194
26195 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26196 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26197 `shell-command', because it isn't magic in XEmacs. Reported by
26198 Adrian Aichner <adrian@xemacs.org>.
26199
26200 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26201 `substitute-in-file-name.
26202 (tramp-smb-handle-substitute-in-file-name): New defun.
26203 (tramp-smb-advice-PC-do-completion): Delete advice.
26204
26205 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
26206
26207 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26208 Fix error in deleting region.
26209
26210 2005-01-15 Richard M. Stallman <rms@gnu.org>
26211
26212 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26213 In non-temp buffer, switch syntax table temporarily.
26214
26215 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26216
26217 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26218
26219 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26220
26221 * imenu.el (imenu--split-menu): Copy menulist before sorting.
26222 (imenu--generic-function): Use START, not BEG, as pos of definition.
26223
26224 * simple.el (just-one-space): Argument specifies number of spaces.
26225
26226 * simple.el (eval-expression-print-format): Avoid warning
26227 about edebug-active.
26228
26229 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
26230
26231 * progmodes/sh-script.el: Code copied from make-mode.el
26232 with small changes,
26233 (sh-mode-map): Bind C-c C-\.
26234 (sh-backslash-column, sh-backslash-align): New variables.
26235 (sh-backslash-region, sh-append-backslash): New functions.
26236
26237 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
26238
26239 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26240 (rmail-pop-password, rmail-pop-password-required): Move to
26241 rmail-obsolete group.
26242 (rmail-set-pop-password): Rename to rmail-set-remote-password.
26243 All callers updated.
26244 (rmail-get-pop-password): Rename to rmail-get-remote-password.
26245 Take an argument specifying whether it is POP or IMAP mailbox we
26246 are using. All callers updated.
26247 (rmail-pop-password-error): Rename to
26248 rmail-remote-password-error. Added mailutils-specific error message.
26249 (rmail-movemail-search-path)
26250 (rmail-movemail-variant-in-use): New variables.
26251 (rmail-remote-password, rmail-remote-password-required):
26252 New customization variables.
26253 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26254 (rmail-parse-url): New function.
26255 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26256 with GNU mailutils movemail.
26257
26258 2005-01-15 Kevin Ryde <user42@zip.com.au>
26259
26260 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26261 suffix to space, $ or '$, to correctly position point when going
26262 to @table style constants like DBL_MAX.
26263
26264 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
26265
26266 * type-break.el (type-break-mode, type-break-file-time)
26267 (type-break-file-keystroke-count, type-break-choose-file):
26268 Don't store data in or load data from the file if type-break-file-name
26269 is nil.
26270 (type-break-file-name): Doc update as per the above.
26271
26272 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
26273
26274 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26275 lookup-key might return nil; handle that.
26276
26277 2005-01-15 Alan Mackenzie <acm@muc.de>
26278
26279 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26280 rather than the element found, thus enabling the tree to be setcar'd.
26281
26282 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26283
26284 * textmodes/org.el (org-show-following-heading): New option.
26285 (org-show-hierarchy-above): Use `org-show-following-heading'.
26286 (org-cycle): Documentation fix.
26287
26288 * textmodes/org.el (orgtbl-optimized): New option
26289 (orgtbl-mode): New command, a minor mode.
26290 (orgtbl-mode-map): New variable.
26291 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26292 (orgtbl-error, orgtbl-self-insert-command)
26293 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26294
26295 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26296 a local variable in each org-mode buffer.
26297
26298 * textmodes/org.el (org-set-regexps-and-options): Rename from
26299 `org-set-regexps'. Added checking for STARTUP keyword.
26300 (org-get-current-options): Add STARTUP options.
26301 (org-table-insert-row): Make mode intelligent about when
26302 realignment is needed.
26303 (org-self-insert-command, org-delete-backward-char, org-delete-char):
26304 New commands.
26305 (org-enable-table-editor): New default value `optimized'.
26306 (org-table-blank-field): Support blanking regions if active.
26307
26308 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26309
26310 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26311 if the year is not given.
26312
26313 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26314 Add new escapes %m and %M, fixed bug with %F by adding
26315 save-match-data.
26316 (reftex-reference): Remove ?. from list of spaces.
26317 (reftex-label-info): Add automatic label prefix recognition.
26318
26319 * textmodes/reftex-index.el (reftex-index-next-phrase):
26320 Add slave parameter to call of `reftex-index-this-phrase'.
26321 (reftex-index-this-phrase): New optional argument.
26322 (reftex-index-region-phrases): Add slave parameter to call of
26323 `reftex-index-this-phrase'.
26324 (reftex-display-index): New argument redo.
26325 (reftex-index-rescan): Add `redo' to arguments of
26326 `reftex-display-index'.
26327 (reftex-index-Rescan, reftex-index-revert)
26328 (reftex-index-switch-index-tag): Add `redo' to arguments of
26329 `reftex-display-index'.
26330 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26331 indexing. Fix bug with matching is there is a quote before or
26332 after the word.
26333
26334 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26335 Fix bug when collecting citation keys in lines with comments.
26336 (reftex-citation): Prefix argument no longer rescans the document,
26337 but forces prompting for optional arguments of cite macros.
26338 (reftex-do-citation): Prompting for optional arguments implemented.
26339
26340 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26341 Add optional arguments to most cite commands.
26342 (reftex-cite-cleanup-optional-args): New option
26343 (reftex-cite-prompt-optional-args): New option.
26344 (reftex-trust-label-prefix): New option.
26345
26346 * textmodes/reftex-toc.el (reftex-toc-find-section):
26347 Add push-mark before changing the position in the buffer.
26348
26349 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26350 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26351
26352 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26353
26354 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26355 more carefully.
26356
26357 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26358
26359 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26360 (sgml-mode): Use it.
26361 (sgml-get-context): Better keep track of implicitly closed tags.
26362
26363 2005-01-13 Kenichi Handa <handa@m17n.org>
26364
26365 * textmodes/ispell.el: These changes are to fix misalignment error
26366 caused by equivalent characters of different Emacs charsets.
26367 (ispell-unified-chars-table): New variable.
26368 (ispell-get-decoded-string): New function.
26369 (ispell-get-casechars, ispell-get-not-casechars)
26370 (ispell-get-otherchars): Call ispell-get-decoded-string.
26371
26372 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26373
26374 * custom.el (custom-declare-variable): Just put symbol instead
26375 of (defvar . symbol) in `current-load-list'.
26376
26377 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26378
26379 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26380
26381 2005-01-12 Jay Belanger <belanger@truman.edu>
26382
26383 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26384 to create a Calc summary.
26385
26386 2005-01-12 Kim F. Storm <storm@cua.dk>
26387
26388 * mouse.el (mouse-on-link-p): Change functionality and doc
26389 string to comply with latest description in lisp ref.
26390
26391 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26392
26393 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26394 Enable mouse clicks on mode-line, header-line and margin.
26395 (event-type): Give mouse event symbols an `event-kind' property
26396 with value `mouse-click'.
26397
26398 2005-01-12 Juri Linkov <juri@jurta.org>
26399
26400 * facemenu.el (list-colors-display): Add new arg buffer-name.
26401 Use it. Fix docstring. Replace code for identifying duplicate
26402 colors by the name with call to `list-colors-duplicates' which
26403 identifies duplicate colors by the value unless the color
26404 is one of special Windows colors. Set truncate-lines to t.
26405 Print sorted duplicate color names on each line. Indent to 22
26406 \(the longest color name in rgb.txt) instead of 20. Optimize.
26407 (list-colors-duplicates): New function.
26408 (facemenu-color-name-equal): Delete function.
26409
26410 * facemenu.el (list-colors-print): New function created from code
26411 in list-colors-display. Print #RRGGBB at the window right edge.
26412 (list-colors-display): When temp-buffer-show-function is not
26413 defined, call list-colors-print from temp-buffer-show-hook
26414 to get the right value of window-width in list-colors-print
26415 after the buffer is displayed.
26416
26417 * simple.el (pop-mark): Move deactivate-mark out of conditional
26418 part to deactivate the active mark regardless of the state of the
26419 mark ring.
26420
26421 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26422 variables line in desktop files.
26423
26424 2005-01-12 Juri Linkov <juri@jurta.org>
26425
26426 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26427 Bring together isearch highlight related options.
26428 (lazy-highlight): Replace group `replace' by `matching'.
26429 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26430 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26431 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26432 and declare them obsolete.
26433 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26434 (isearch-faces): Remove defgroup.
26435 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26436 Move isearch highlighting code closer to lazy highlighting code.
26437
26438 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26439 (query-replace-highlight, query-replace-lazy-highlight)
26440 (query-replace): Move definitions to the beginning of the file.
26441
26442 2005-01-11 Juri Linkov <juri@jurta.org>
26443
26444 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26445 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26446 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26447
26448 * info.el (Info-history-forward): New variable.
26449 (Info-select-node): Reset Info-history-forward to nil.
26450 (Info-last): Turn into defalias.
26451 (Info-history-back): Rename from Info-last.
26452 Add current node to Info-history-forward.
26453 (Info-history-forward): New fun.
26454 (Info-mode-map): Replace Info-last by Info-history-back.
26455 Bind Info-history-forward to "r".
26456 (Info-mode-menu): Replace Info-last by Info-history-back.
26457 Fix menu item text. Add menu item for Info-history-forward.
26458 (info-tool-bar-map): Replace Info-last by Info-history-back.
26459 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26460 for Info-history-forward.
26461 (Info-mode): Replace Info-last by Info-history-back in docstring.
26462 Add local variable Info-history-forward.
26463 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26464
26465 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26466
26467 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26468 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26469 Ignore select-window events rather than fiddle with
26470 mouse-autoselect-window.
26471
26472 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26473
26474 * type-break.el (type-break-mode): Fix previous change.
26475
26476 2005-01-10 Jay Belanger <belanger@truman.edu>
26477
26478 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26479 calculator; only reset when point is inside a calculator.
26480 Don't adjust the window height if the window takes up the whole height
26481 of the frame.
26482
26483 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26484
26485 * ebuff-menu.el (Electric-buffer-menu-mode):
26486 Preserve value of buffer-local var header-line-format.
26487
26488 2005-01-09 Jay Belanger <belanger@truman.edu>
26489
26490 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26491 Make sure settings file exists before accessing it.
26492
26493 * calc/calc-embed.el (calc-embedded-subst):
26494 Replace math-multi-subst-rec, which is only supposed to be called
26495 by math-multi-subst, by math-multi-subst.
26496
26497 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26498
26499 * vc.el (vc-allow-async-revert): New user option.
26500 (vc-disable-async-diff): New internal variable.
26501 (vc-revert-buffer): Use them to disable asynchronous diff.
26502
26503 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26504 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26505 asynchronously if vc-disable-async-diff is t.
26506
26507 2005-01-09 Jay Belanger <belanger@truman.edu>
26508
26509 * calc/calc.el (defcalcmodevar): New macro.
26510 (calc-mode-var-list-restore-default-values)
26511 (calc-mode-var-list-restore-saved-values): New functions.
26512 (calc-mode-var-list): Use defcalcmodevar to define it.
26513 (calc-always-load-extensions, calc-line-numbering)
26514 (calc-line-breaking, calc-display-just, calc-display-origin)
26515 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26516 (calc-group-char, calc-point-char, calc-frac-format)
26517 (calc-prefer-frac, calc-hms-format, calc-date-format)
26518 (calc-float-format, calc-full-float-format, calc-complex-format)
26519 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26520 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26521 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26522 (calc-matrix-brackets, calc-language, calc-language-option)
26523 (calc-left-label, calc-right-label, calc-word-size)
26524 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26525 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26526 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26527 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26528 (calc-window-height, calc-display-trail, calc-show-selections)
26529 (calc-use-selections, calc-assoc-selections)
26530 (calc-display-working-message, calc-auto-why, calc-timing)
26531 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26532 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26533 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26534 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26535 (calc-gnuplot-geometry, calc-graph-default-resolution)
26536 (calc-graph-default-resolution-3d, calc-invocation-macro)
26537 (calc-show-banner): Use defcalcmodevar to declare them and set
26538 their default values.
26539
26540 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26541 instead of default values (but restore default values if there is
26542 an argument of 0).
26543
26544 2005-01-09 David Kastrup <dak@gnu.org>
26545
26546 * desktop.el (desktop-restore-eager): Fix typo in type.
26547
26548 2005-01-08 Richard M. Stallman <rms@gnu.org>
26549
26550 * cus-edit.el (customize): Delete :link.
26551
26552 2005-01-08 Jay Belanger <belanger@truman.edu>
26553
26554 * calc/calc.el (calc-mode): Remove the extension from the
26555 `calc-settings-file' file name when loading it.
26556
26557 2005-01-08 Kim F. Storm <storm@cua.dk>
26558
26559 * info.el (Info-mode-map, Info-next-link-keymap)
26560 (Info-prev-link-keymap, Info-up-link-keymap):
26561 Map follow-link to mouse-face.
26562 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26563
26564 2005-01-08 Jay Belanger <belanger@truman.edu>
26565
26566 * calc/calc.el (calc-settings-file): Change default value.
26567 Suggested by cgw in a comment in calc-mode.el.
26568
26569 * calc/calc-mode.el (calc-settings-file-name):
26570 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26571 Replace ~/.emacs in a prompt by calc-settings-file.
26572
26573 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26574
26575 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26576 (desktop-lazy-idle-delay): New customizable variables.
26577 (desktop-buffer-args-list): New variable.
26578 (desktop-append-buffer-args): New function.
26579 (desktop-save): Call desktop-append-buffer-args for some buffers.
26580 (desktop-lazy-create-buffer): New function.
26581 (desktop-idle-create-buffers): New function.
26582 (desktop-read): Add message about buffers to restore lazily.
26583 (desktop-lazy-abort): New command.
26584 (desktop-clear): Call desktop-lazy-abort.
26585 (desktop-lazy-complete): New command.
26586
26587 2005-01-06 Richard M. Stallman <rms@gnu.org>
26588
26589 * emacs-lisp/find-func.el (find-face-definition):
26590 Rename from find-face.
26591
26592 2005-01-06 Kim F. Storm <storm@cua.dk>
26593
26594 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26595
26596 * man.el (Man-xref-man-page, Man-xref-header-file)
26597 (Man-xref-normal-file): Add follow-link property.
26598
26599 2005-01-06 Jay Belanger <belanger@truman.edu>
26600
26601 * calc/calc-units.el: Make sure the proper macro definitions are
26602 available when compiling.
26603
26604 2005-01-06 Juri Linkov <juri@jurta.org>
26605
26606 * isearch.el (isearch-lazy-highlight-update):
26607 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26608
26609 2005-01-06 Miles Bader <miles@gnu.org>
26610
26611 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26612 (isearch-lazy-highlight-face): Use new name.
26613
26614 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26615
26616 * uniquify.el (uniquify-rationalize-file-buffer-names):
26617 Re-add an interactive spec.
26618 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26619 to the same name.
26620
26621 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26622 (isearch-update, isearch-done): Adjust calls accordingly.
26623
26624 2005-01-05 Richard M. Stallman <rms@gnu.org>
26625
26626 * custom.el (custom-set-variables, custom-theme-set-variables):
26627 Clarify documentation.
26628
26629 * emacs-lisp/find-func.el (find-variable)
26630 (find-variable-other-window, find-variable-other-frame):
26631 Fix the TYPE args to find-function-read and find-function-do-it.
26632 (find-function): Doc fix.
26633 (find-function-at-point): Replace function-at-point alias.
26634
26635 2005-01-04 Richard M. Stallman <rms@gnu.org>
26636
26637 * cus-face.el (custom-declare-face):
26638 Record defface in current-load-list.
26639
26640 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26641
26642 * emacs-lisp/find-func.el: Doc fixes.
26643 (find-face-regexp): New variable.
26644 (find-function-regexp-alist): New variable.
26645 (find-function-C-source): Third arg is now TYPE.
26646 (find-function-search-for-symbol): Handle general TYPE.
26647 (find-function-read, find-function-do-it): Handle general TYPE.
26648 (find-definition-noselect, find-face): New functions.
26649 (function-at-point): Alias deleted.
26650
26651 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
26652
26653 * battery.el (display-battery-mode): Rename from display-battery.
26654 Handle the case where it gets turned off.
26655
26656 2005-01-04 Richard M. Stallman <rms@gnu.org>
26657
26658 * cus-edit.el (customize): Make :link point to user doc.
26659
26660 * man.el (Man-fontify-manpage): Turn off undo generation.
26661
26662 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26663
26664 2005-01-04 Andreas Schwab <schwab@suse.de>
26665
26666 * files.el (insert-directory): Only look for error lines in
26667 inserted text. Don't move too far after processing --dired markers.
26668
26669 2005-01-04 Richard M. Stallman <rms@gnu.org>
26670
26671 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26672 Don't expand if the character is @, period, dash, etc.
26673 (define-mail-abbrev): Quote names that contain problem characters.
26674
26675 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
26676
26677 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26678
26679 2005-01-03 Richard M. Stallman <rms@gnu.org>
26680
26681 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26682 (query-replace-highlight, query-replace-lazy-highlight)
26683 (query-replace): Definitions moved up. Doc fix.
26684
26685 2005-01-03 Richard M. Stallman <rms@gnu.org>
26686
26687 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26688 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26689 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26690 (lazy-highlight-face): Rename from isearch-lazy-...
26691 Change all references to them.
26692
26693 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
26694
26695 * cus-edit.el (custom-file): Doc fix for defcustom.
26696 (custom-file): The function no longer sets the variable
26697 `custom-file' to its return value.
26698
26699 * startup.el (command-line): No longer load `custom-file'.
26700
26701 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
26702
26703 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26704
26705 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26706 Don't confuse module-prefixed identifiers for labels.
26707 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26708
26709 2005-01-02 Richard M. Stallman <rms@gnu.org>
26710
26711 * files.el (basic-save-buffer-1): Fix previous change.
26712
26713 * loadhist.el (file-loadhist-lookup): New function.
26714 (file-provides, file-requires): Use it.
26715
26716 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26717 instead of calculating the right size.
26718
26719 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26720
26721 * vc-svn.el (vc-svn-diff): Stay local if possible.
26722
26723 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
26724
26725 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26726
26727 * files.el (hack-local-variables): Fix last change.
26728
26729 2005-01-02 Jay Belanger <belanger@truman.edu>
26730
26731 * calc/calc-yank.el (calc-edit-top): New variable.
26732 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26733 object. Change header properties.
26734 (calc-edit-finish, calc-edit-finish-stack-object)
26735 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26736 edited object.
26737 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26738 for the beginning of the edited object.
26739 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26740 for the beginning of the edited object.
26741 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26742 (calc-finish-formula-edit, calc-macro-repeats)
26743 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26744 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26745 beginning of the edited object.
26746 (calc-user-define-edit): Change the header for editing macros.
26747 Remove unnecessary variable.
26748
26749 2005-01-01 Jay Belanger <belanger@truman.edu>
26750
26751 * calc/calc-yank.el (calc-edit-mode): Change default header.
26752 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26753 * calc/calc-store.el (calc-edit-variable): Change title to match new
26754 header.
26755 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26756 mode to match new header.
26757 (calc-user-define-edit): Change titles to include names of commands.
26758 (calc-finish-formula-edit): Adjust to handle new header.
26759 (calc-finish-macro-edit): Remove.
26760 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26761 (calc-edit-macro-command, calc-edit-macro-command-type)
26762 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26763 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26764 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26765 (calc-edit-macro-finish-edit): New functions.
26766 (calc-user-define-edit): Use new functions to edit named calc macros.
26767
26768 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26769
26770 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26771
26772 * ses.el (copy-region-as-kill): Deactivate mark.
26773
26774 2005-01-01 Richard M. Stallman <rms@gnu.org>
26775
26776 * replace.el (occur-1): If the output buffer is also an input,
26777 don't kill it, rename it.
26778
26779 * faces.el (set-face-background, set-face-foreground): Doc fix.
26780
26781 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26782 for :foreground and :background.
26783
26784 * dired.el (dired-view-command-alist): Variable deleted.
26785 (dired-view-file, dired-mouse-find-file-other-window):
26786 Delete the code to use it.
26787
26788 2005-01-01 Kim F. Storm <storm@cua.dk>
26789
26790 * image.el (insert-sliced-image): Use t for line-height property.
26791
26792 See ChangeLog.11 for earlier changes.
26793
26794 ;; Local Variables:
26795 ;; coding: iso-2022-7bit
26796 ;; End:
26797
26798 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26799 Copying and distribution of this file, with or without modification,
26800 are permitted provided the copyright notice and this notice are preserved.
26801
26802 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1