]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2
3 * tumme.el (tumme-write-tag): Fixed small bug. File name did not
4 include path.
5 (tumme-mark-tagged-files): Fixed bug in regexp used to find rows
6 matching tag.
7
8 2006-02-12 Miles Bader <miles@gnu.org>
9
10 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
11 New variables.
12 (rcirc-abbrev-nick): New function.
13 (rcirc-format-response-string): Rewrite to use the formats in
14 `rcirc-response-formats' and expand escape sequences therein.
15 A text-property `rcirc-text' is added over the actual response
16 text to make easy to find inside the returned string.
17 (rcirc-print): When filling, just look for the `rcirc-text'
18 text-property to find the appropriate fill prefix, instead of
19 using hardwired patterns.
20
21 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
22
23 * tumme.el: Enhanced some docstrings. Added todo item about
24 Thumbnail Managing Standard.
25
26 2006-02-11 Kim F. Storm <storm@cua.dk>
27
28 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
29 Don't use insert-buffer; do insert-buffer-substring directly.
30 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
31
32 2006-02-11 Martin Rudalics <rudalics@gmx.at>
33
34 * files.el (revert-buffer, recover-file): Replace buffer-read-only
35 with inhibit-read-only. Suggested by Stefan Monnier.
36 (revert-buffer): Let insert-file-contents discard
37 buffer-undo-list. Simplify code.
38 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
39
40 2006-02-11 Eli Zaretskii <eliz@gnu.org>
41
42 * menu-bar.el (menu-bar-select-yank): Add a doc string.
43
44 * help.el (describe-key-briefly): Now a wrapper for
45 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
46 to t. Populate yank-menu if empty.
47 (describe-key-briefly-internal): Renamed from describe-key-briefly.
48 (describe-key): Now a wrapper for describe-key-internal. Bind
49 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
50 (describe-key-internal): Renamed from describe-key.
51
52 2006-02-11 Milan Zamazal <pdm@zamazal.org>
53
54 * progmodes/glasses.el (glasses-separator): Doc fix.
55 (glasses-original-separator): New defcustom.
56 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
57
58 2006-02-11 Martin Rudalics <rudalics@gmx.at>
59
60 * mwheel.el (mouse-wheel-up-event): Doc fix.
61
62 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
63
64 * tumme.el (tumme-dir): Changed default value to
65 "~/.emacs-d/tumme"
66 (tumme-dir): New function. Copied from thumbs.el.
67
68 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
69
70 * desktop.el (desktop-outvar): Fix typo.
71 (desktop-save-buffer-p): Doc fix.
72
73 * subr.el (substitute-key-definition): Fix typo.
74
75 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
76
77 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
78 when window-system is mac.
79
80 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
81
82 2006-02-10 Kim F. Storm <storm@cua.dk>
83
84 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
85 indirect-function instead of using condition-case.
86
87 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
88
89 * tumme.el (tumme-copy-with-exif-file-name): Tried to make
90 docstring less `colloquial'...
91
92 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
93
94 * tumme.el: Added a couple of todo items.
95
96 2006-02-09 Lars Hansen <larsh@soem.dk>
97
98 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
99 (highlight-changes-mode): Don't change desktop-locals-to-save.
100
101 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
102
103 * image-mode.el (image-toggle-display): Clear image cache if using
104 filename.
105
106 2006-02-09 Masatake YAMATO <jet@gyve.org>
107
108 * dired-x.el (dired-guess-shell-alist-default): Add .man as
109 a `dired-man' target.
110
111 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
112 boundary of symbols.
113
114 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
115
116 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
117
118 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
119
120 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
121 `mapcar'; return nil.
122
123 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
124
125 * mouse.el (mouse-drag-track): Don't change window if we rebind to
126 some other event.
127
128 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
129
130 * net/rcirc.el (rcirc-startup-channels-alist):
131 Add irc.freenode.net and #emacs as defaults.
132 (rcirc-ignore-all-activity-flag): Remove variable.
133 (rcirc-authinfo): New variable.
134 (rcirc-authinfo-filename): Remove variable.
135 (rcirc-always-use-server-buffer-flag): New flag.
136 (rcirc): M-x rcirc will automatically connect without prompting.
137 C-u M-x rcirc will prompt. Use rcirc-connect to create a
138 connection in lisp.
139 (rcirc-process-server-response-1): Remove everything but the nick
140 portion of the sender so it doesn't need to be done everywhere
141 else. Update related code.
142 (global-map): Remove global keybindings.
143 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
144 (rcirc-send-input): Split into several functions.
145 (rcirc-process-input-line, rcirc-process-message)
146 (rcirc-process-command): New functions.
147 (rcirc-target-buffer): New function to determine where to route
148 messages.
149 (rcirc-user-nick): Save match data.
150 (rcirc-toggle-ignore-buffer-activity)
151 (rcirc-update-activity-string): Remove global ignore functionality,
152 which can be done now by toggling rcirc-track-minor-mode.
153 (rcirc-track-minor-mode-map): New keymap.
154 (rcirc-track-minor-mode): New minor-mode.
155 (ignore): Make the ignore output nicer. Always print it when
156 adding or removing nicks.
157 (rcirc-url-regexp): Improve.
158 (rcirc-mangle-text): Remove properties before using text in the
159 modeline.
160 (rcirc-authenticate): Authentication data comes from
161 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
162 (rcirc-server-prefix): Inherit from rcirc-server.
163
164 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
165
166 * Makefile.in (compile): Append "|| true" to the end of the `find'
167 command, like compile-always does.
168
169 2006-02-08 Sam Steingold <sds@gnu.org>
170
171 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
172 output from a dead connection.
173
174 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
175
176 * dired.el (dired-mode-map): Add more bindings for tumme.
177
178 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * wdired.el (wdired-mode-map): Use remap.
181 (wdired-get-filename): Massage.
182 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
183 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
184 `keymap' property rather than `local-map'.
185
186 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
187
188 * tumme.el (tumme-get-thumbnail-image): New utility function.
189 Suggested by from Chong Yidong.
190 (tumme-dired-with-window-configuration): Rename from
191 `tumme-dired'. Add code to save window configuration.
192 (tumme-restore-window-configuration): New command to restore the
193 window configuration that `tumme-dired-with-window-configuration'
194 saves before it changes the window configuration.
195 (tumme-show-all-from-dir): New command to display thumbnails for
196 all files in a directory entered by the user, like M-x thumbs.
197 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
198 have been created.
199 (tumme-display-thumbnail-original-image): Call `display-buffer'.
200 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
201 Remove obsolete test function.
202
203 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
204
205 * vc.el (small-temporary-file-directory): Remove defvar; there's
206 a defcustom for it in files.el.
207
208 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
209 Fix typo in message.
210 (tumme-gallery-generate): Fix typo in `error' message.
211 (tumme-display-window-height-correction)
212 (tumme-display-window-width-correction, tumme-line-up-dynamic)
213 (tumme-line-up-interactive): Dox fixes.
214 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
215 (tumme-restore-window-configuration, tumme-format-properties-string)
216 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
217 Fix typos in docstrings.
218
219 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
220
221 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
222
223 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
224
225 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
226 User should use hook if desired.
227
228 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
229 buffer if necessary.
230 (gdb-delete-frame-or-window): New function.
231 (gdb-breakpoints-mode-map): Bind "q" to it.
232
233 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * textmodes/nroff-mode.el: Clean up name space.
236 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
237 (nroff-mode): Obey the global setting of nroff-electric-mode.
238 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
239
240 * calendar/calendar.el (calendar-increment-month): Typo in last change.
241
242 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
243
244 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
245
246 2006-02-06 Lars Hansen <larsh@soem.dk>
247
248 * generic-x.el (etc-fstab-generic-mode): Add file system types
249 cifs and usbdevfs. Allow special chars in file names.
250
251 2006-02-05 Jay Belanger <belanger@truman.edu>
252
253 Update copyright notices of the files in lisp/calc.
254
255 2006-02-05 Romain Francoise <romain@orebokech.com>
256
257 Update copyright notices of all files in the lisp/play directory.
258
259 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
260
261 * ldefs-boot.el: Regenerate.
262
263 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
264
265 2006-02-05 Kim F. Storm <storm@cua.dk>
266
267 * files.el (magic-mode-regexp-match-limit): New defvar.
268 (set-auto-mode): Use it to limit magic-mode-alist matching.
269
270 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
271
272 * simple.el (display-message-or-buffer): Compare the number of
273 characters to the frame width when determining whether a 1-line
274 message string will fit in the echo area. Count screen lines
275 instead of buffer lines when determining whether a multi-line
276 message will fit in the echo area/minibuffer window.
277
278 2006-02-04 Eli Zaretskii <eliz@gnu.org>
279
280 * info.el (Info-index, Info-mode): Improve the description of the
281 `i' command.
282
283 * ldefs-boot.el: Regenerate.
284
285 2006-02-03 Werner Lemberg <wl@gnu.org>
286
287 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
288 greedy to find the closing bracket in \*[...] and similar
289 expressions. This is a first rough fix -- many additional
290 refinements are necessary to make nroff mode really usable with groff.
291
292 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
293
294 * international/mule-cmds.el (set-locale-environment):
295 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
296 libX11.
297
298 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
299
300 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
301 archive are created in archive-tmpdir.
302
303 2006-02-02 John Paul Wallington <jpw@pobox.com>
304
305 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
306 (ibuffer-fontification-alist): Use it.
307 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
308 to "* z" and the Ibuffer Mark menu.
309
310 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
311
312 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * textmodes/table.el (*table--cell-describe-mode)
315 (*table--cell-describe-bindings): Undo last change since
316 print-help-return-message is not obsoleted by anything at all.
317
318 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
319
320 * emulation/cua-base.el (cua-mode): Doc fix.
321
322 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
323
324 * dframe.el (dframe-handle-make-frame-visible)
325 (dframe-handle-iconify-frame, dframe-get-focus)
326 (dframe-select-attached-frame, dframe-power-click)
327 (dframe-frame-mode): Fix typos in docstrings.
328
329 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
330 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
331 Fix typos in docstrings.
332
333 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
334 (hi-lock-face-buffer, hi-lock-font-lock-hook)
335 (hi-lock-archaic-interface-message-used)
336 (hi-lock-file-patterns-range): Fix typos in docstrings.
337
338 * savehist.el (savehist-loaded, savehist-load, savehist-install)
339 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
340
341 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
342 Fix typo in docstring.
343
344 * net/newsticker.el (newsticker--decode-iso8601-date)
345 (newsticker--set-customvar, newsticker--buffer-insert-item)
346 (newsticker--do-run-auto-mark-filter)
347 (newsticker--parse-generic-feed): Doc fixes.
348 (newsticker--retrieval-timer-list, newsticker-url-list)
349 (newsticker-hide-immortal-items-in-echo-area)
350 (newsticker-hide-obsolete-items-in-echo-area)
351 (newsticker-new-item-face, newsticker--enclosure)
352 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
353 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
354 (newsticker--parse-generic-feed, newsticker--cache-contains)
355 (newsticker--stat-num-items, newsticker-download-enclosures):
356 Fix typos in docstrings.
357
358 * net/rcirc.el (rcirc-debug): Doc fix.
359 (rcirc-fill-column, rcirc-receive-message-hooks)
360 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
361 (rcirc-mode, rcirc-generate-new-buffer-name)
362 (rcirc-startup-channels, rcirc-ignore-update-automatic)
363 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
364 Fix typos in docstrings.
365 (rcirc-print): "?\ " -> "?\s".
366 (rcirc-cmd-join): Improve argument/docstring consistency.
367
368 2006-02-01 Mark A. Hershberger <mah@everybody.org>
369
370 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
371 before narrow-to-region.
372
373 2006-02-01 Richard M. Stallman <rms@gnu.org>
374
375 * simple.el (move-beginning-of-line): Scan properly for invis change.
376
377 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
378
379 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
380
381 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
382 change bit only when id-format is 'integer. Reported by Matt
383 Hodges <M.P.Hodges@rl.ac.uk>.
384
385 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
386
387 * hilit-chg.el (highlight-changes-initial-state)
388 (highlight-changes-global-initial-state): Doc fixes.
389 (highlight-changes-global-modes, global-highlight-changes):
390 Fix typos in docstrings.
391
392 2006-02-01 Kim F. Storm <storm@cua.dk>
393
394 * emulation/cua-base.el (cua-mode): Mention that CUA enables
395 transient-mark-mode in doc string.
396
397 2006-01-31 Richard M. Stallman <rms@gnu.org>
398
399 * replace.el (multi-occur): Doc fix.
400 (multi-occur-in-matching-buffers): Rename from
401 multi-occur-by-filename-regexp. Prefix arg says match
402 buffer names instead of file names.
403
404 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
405
406 * bs.el: Allow non-default values of `bs-header-lines-length'.
407 (bs--running-in-xemacs): Remove (not needed anymore).
408 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
409 instead of `shrink-window', thus avoiding having to compute the
410 height of the window.
411 (bs--up): Wrap around even when there's no header.
412 (bs--down): Use `forward-line' instead of `next-line'.
413
414 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
415
416 * image-mode.el (image-toggle-display): Use file name if possible,
417 instead of unnecessarily allocating a (possibly huge) lisp string.
418
419 2006-01-30 John Paul Wallington <jpw@pobox.com>
420
421 * subr.el (toplevel): Define `cl-assertion-failed' condition here
422 because the `assert' macro signals it at runtime.
423
424 * emacs-lisp/cl.el (toplevel): Remove definition of
425 `cl-assertion-failed' condition.
426
427 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
428
429 * thumbs.el (thumbs-marked-list): Make buffer-local and
430 permanent-local.
431 (thumbs-insert-thumb): Make help-echo non-sticky.
432 (thumbs-file-alist): Use eolp as check for (non)-image.
433
434 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
435
436 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
437 (ediff-before-session-group-setup-hooks)
438 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
439 Fix typos in docstrings.
440
441 * window.el (bw-dir, bw-eqdir, balance-windows)
442 (split-window-keep-point): Fix typos in docstrings.
443
444 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
445 (org-quote-string, org-calendar-to-agenda-key)
446 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
447 (org-show-following-heading, org-tags-column)
448 (org-use-tag-inheritance, org, org-allow-space-in-links)
449 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
450 (org-enable-table-editor, org-calc-default-modes)
451 (org-table-allow-automatic-line-recalculation)
452 (org-export-html-style, org-export-with-fixed-width)
453 (org-export-with-sub-superscripts, org-special-keyword)
454 (org-formula, org-time-grid, org-table-may-need-update)
455 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
456 (org-goto-quit, org-get-indentation, org-end-of-item)
457 (org-move-item-down, org-move-item-up)
458 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
459 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
460 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
461 (org-agenda-log-mode, org-agenda-toggle-diary)
462 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
463 (org-agenda-file-to-end, org-agenda-no-heading-message)
464 (org-agenda-get-closed, org-format-agenda-item)
465 (org-cmp-priority, org-cmp-category, org-cmp-time)
466 (org-agenda-change-all-lines, org-agenda-diary-entry)
467 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
468 (org-link-search, org-camel-to-words, org-open-file)
469 (org-remember-handler, org-table-convert-region)
470 (org-table-move-row-down, org-table-move-row-up)
471 (org-table-copy-region, org-table-wrap-region)
472 (org-table-toggle-vline-visibility)
473 (org-table-get-vertical-vector, org-table-modify-formulas)
474 (org-table-get-specials, org-recalc-commands)
475 (org-table-rotate-recalc-marks, org-table-eval-formula)
476 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
477 (org-level-color-stars-only, org-insert-heading):
478 Fix typos in docstrings.
479 (last-arg): Add defvar.
480
481 * makefile.w32-in (WINS): Add erc.
482 (MH_E_SRC): Update (copied from lisp/Makefile.in).
483
484 2006-01-29 Bill Wohler <wohler@newt.com>
485
486 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
487 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
488 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
489 (mh-autoloads): Don't use comments on otherwise empty lines.
490
491 2006-01-29 Edward O'Connor <ted@oconnor.cx>
492
493 * emulation/viper.el (viper-major-mode-modifier-list): Add
494 insert-state and vi-state entries for erc-mode.
495 (viper-go-away, viper-set-hooks): Add and remove
496 viper-comint-mode-hook from erc-mode-hook as appropriate.
497
498 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
499
500 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
501
502 * bs.el (bs--format-aux): Implement `middle' alignment as
503 described in the docstring for `bs-attributes-list'.
504 (bs--get-name): Simplify. Don't pad the buffer name.
505
506 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
507
508 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
509 English aspell dictionary is installed, use the first entry of
510 ispell-dictionary-alist-1.
511
512 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
513
514 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
515 Doc fix.
516
517 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
518
519 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
520 for `process-file', in order to let it work for older Emacsen too.
521
522 2006-01-27 Eli Zaretskii <eliz@gnu.org>
523
524 * international/latexenc.el: Add a suitable `coding:' tag.
525 (latexenc-find-file-coding-system): Undo last change.
526
527 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
528
529 * international/latexenc.el (latexenc-find-file-coding-system):
530 Make sure latexenc-main-file is a regular file and is readable.
531
532 2006-01-27 Andre Spiegel <spiegel@gnu.org>
533
534 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
535 Pass FILE to vc-user-login-name.
536
537 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
538
539 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
540
541 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
542 there are no more images to display.
543 (thumbs-mark, thumbs-unmark): Revert change so that they move to
544 the next image.
545
546 2006-01-26 Richard M. Stallman <rms@gnu.org>
547
548 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
549
550 * wid-edit.el (advertised-widget-backward): New alias.
551 (widget-keymap): Use advertised-widget-backward for S-TAB.
552
553 * tumme.el: Correct the keywords.
554 (tumme-dir-max-size): Use defvar.
555 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
556
557 * simple.el (move-beginning-of-line): Take account of fields.
558 (clone-indirect-buffer-other-window): Take args like
559 clone-indirect-buffer, and work like it.
560
561 * help-fns.el (describe-function): Don't pass `nil' as default.
562
563 * files.el (risky-local-variable-p): Follow var aliases.
564
565 * subr.el (lazy-completion-table): Doc fix.
566
567 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
568 global binding of `line'.
569
570 2006-01-25 Andre Spiegel <spiegel@gnu.org>
571
572 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
573 Tramp.
574
575 * vc.el (vc-default-dired-state-info): Pass FILE to
576 vc-user-login-name.
577 (vc-default-update-changelog): Don't use vc-user-login-name, we
578 don't need it here.
579
580 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
581 no longer necessary.
582
583 2006-01-25 Kenichi Handa <handa@m17n.org>
584
585 * international/mule.el (decode-char): Avoid the overhead of
586 calling utf-lookup-subst-table-for-decode if
587 utf-translate-cjk-mode is nil.
588 (encode-char): Avoid the overhead of calling
589 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
590 nil.
591
592 2006-01-22 Kenichi Handa <handa@m17n.org>
593
594 * international/mule.el (make-subsidiary-coding-system): Reset
595 `coding-system-define-form' property of subsidiaries to nil.
596 Avoid duplicated entry in coding-system-alist.
597 (make-coding-system): Avoid duplicated entry in
598 coding-system-alist.
599 (define-coding-system-alias): Likewise.
600
601 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
602
603 * completion.el: Minor fixes in introductory comment.
604 (completion-def-wrapper): Fix alist.
605
606 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
607
608 * thumbs.el (thumbs-new-image-size): New function.
609 (thumbs-increment-image-size-element)
610 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
611 (thumbs-decrement-image-size): Delete.
612 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
613 temp files and use to resize.
614 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
615 Use increment argument to enlarge/shrink. Preserve point.
616 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
617 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
618 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
619 (thumbs-mark, thumbs-unmark): Preserve point.
620 (thumbs-modify-image): Keep old temp files and use to modify.
621 Cleanup old temp files at load time. Preserve point.
622 (thumbs-view-image-mode-map): Use new command names.
623
624 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 * log-view.el (log-view-minor-wrap): First rev is the one at point.
627
628 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
629 the nastiest part of the cyclic dependency.
630 (cal-menu-update): Use dotimes and calendar-increment-month.
631
632 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
633 (calendar-week-start-day): Add an :initializer.
634 (calendar-mode-map): Use suppress-keymap, and command remapping.
635 (describe-calendar-mode): Setup xref-stack info for the back button.
636 (calendar-star-date): Insert before delete.
637 (calendar-set-mode-line): Add file-modified info if applicable.
638 (calendar-increment-month): New function.
639
640 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
641
642 * font-lock.el (lisp-font-lock-keywords-2):
643 Recognize "& keywords" only at word boundaries.
644
645 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
646
647 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
648 and permanent-local.
649 (thumbs-max-image-number): New variable.
650 (thumbs-do-thumbs-insertion): Use them.
651 (thumbs-per-line): Change default to 4.
652 (thumbs-marked-list): Rename from thumbs-markedL.
653 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
654 (thumbs-rename-images): Use -list instead of L for internal variables.
655 (thumbs-call-convert): Use call-process instead of shell-command.
656 (thumbs-insert-thumb): Add filename as help-echo to each image.
657 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
658 Give dir to thumbs-show-thumbs-list.
659 (thumbs-show-thumbs-list): Set default-directory to that of images.
660 (thumbs-dired-show): Rename from thumbs-dired-show-all.
661 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
662 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
663 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
664
665 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * ses.el (ses-read-cell): Provide a default value.
668
669 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
670
671 * term/w32-win.el (image-library-alist): Add additional names for
672 GIF library.
673
674 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
675
676 * international/latexenc.el (latexenc-find-file-coding-system):
677 Add file-regular-p check.
678
679 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * simple.el (clone-buffer): Don't show the new buffer in the same
682 window.
683
684 2006-01-23 Juri Linkov <juri@jurta.org>
685
686 * faces.el (link, link-visited): New faces based on default values
687 of `info-xref' and `info-xref-visited'.
688
689 * info.el (info-xref): Inherit from `link'.
690 (info-xref-visited): Inherit from `link-visited'.
691
692 * cus-edit.el (custom-buffer-create-internal): Use widget type
693 `custom-manual' instead of `info-link' and don't set properties
694 `button-face' and `mouse-face' explicitly.
695 (custom-browse-group-tag, custom-browse-variable-tag)
696 (custom-browse-face-tag): Inherit from widget class
697 `custom-group-link' instead of `push-button'.
698 (custom-button-unraised): Inherit from `underline' face.
699 (custom-link): Inherit from `link' face. Fix doc and group.
700 (custom-add-parent-links, custom-group-value-create): Don't set
701 properties `button-face' and `mouse-face' explicitly for
702 `custom-group-link' widget.
703 (custom-group-link): Add properties `button-face' and `mouse-face'
704 to widget definition.
705 (custom-field-keymap): New variable. Put `custom-field-keymap' to
706 editable-field's :keymap property.
707 (custom-mode): Fix docstring: substitute keybindings for
708 `widget-forward' and `widget-backward' from `widget-keymap',
709 `widget-complete' from `custom-field-keymap', replace old
710 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
711
712 * desktop.el (desktop-load-file): Check for `fboundp' before
713 calling `symbol-function'.
714
715 * simple.el (clone-buffer, clone-indirect-buffer)
716 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
717 `read-string'. Fix prompts.
718
719 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
720
721 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
722
723 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
724
725 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
726
727 * startup.el (inhibit-splash-screen, initial-scratch-message):
728 Doc fixes.
729
730 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
731
732 Sync with Tramp 2.0.52.
733
734 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
735 net/tramp-vc.el: Add code for unloading Tramp. See comment before
736 `tramp-unload-tramp' for checklist.
737
738 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
739 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
740 (tramp-unload-file-name-handler-alist)
741 (tramp-unload-tramp): New defuns.
742 (tramp-advice-PC-expand-many-files): New defadvice.
743 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
744 removed.
745 (tramp-handle-expand-file-name): Remove double slash.
746 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
747 It doesn't matter, because it will be converted later on.
748 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
749 implementation was just heuristic.
750 (tramp-post-connection): Set uid and gid properties.
751 (tramp-convert-file-attributes): Set file's gid change bit.
752 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
753 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
754 in case of su(do)? methods. The home directory of the local user
755 will be taken else.
756 (tramp-open-connection-telnet)
757 (tramp-open-connection-rsh, tramp-open-connection-su)
758 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
759 local shell prompt could hurt. Reported by Romain Francoise
760 <romain@orebokech.com>.
761 (tramp-let-maybe): Add `edebug-form-spec' property.
762 (tramp-handle-expand-file-name): Bind `default-directory' locally
763 to "/" in order to avoid problems with UNC shares or Cygwin
764 mounts.
765 (tramp-md5-function): Fix typo in error message.
766
767 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
768
769 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
770 for byte-compiler pacification.
771
772 2006-01-22 Andre Spiegel <spiegel@gnu.org>
773
774 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
775 ID-FORMAT `string'. This allows us to get rid of
776 `vc-user-login-name UID'.
777
778 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
779
780 2006-01-22 John Paul Wallington <jpw@pobox.com>
781
782 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
783
784 2006-01-21 Martin Rudalics <rudalics@gmx.at>
785
786 * emacs-lisp/find-func.el (find-definition-noselect)
787 (find-variable-noselect): Search variables in C source code too.
788 (find-function-C-source, find-function-noselect, find-function)
789 (find-function-other-frame, find-variable-noselect, find-variable)
790 (find-variable-other-frame, find-variable-at-point):
791 Fix docstrings.
792
793 2006-01-21 Francesco Potorti` <pot@gnu.org>
794
795 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
796
797 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
798
799 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
800 Default to disabling the "Save affix" question.
801
802 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
803
804 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
805 the first arg to run-python.
806
807 2006-01-21 Eli Zaretskii <eliz@gnu.org>
808
809 * startup.el (command-line-1): Handle --no-desktop if desktop.el
810 is not loaded.
811
812 2006-01-20 Jay Belanger <belanger@truman.edu>
813
814 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
815 limit is 0.
816
817 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
818 the correct variable.
819
820 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
821
822 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
823 link. Fixed buggy argument sequence in call to `org-view-tags'.
824 (org-compile-prefix-format): Set `org-prefix-has-tag'.
825 (org-prefix-has-tag): New variable.
826 (org-format-agenda-item): Remove tags from headline if
827 appropriate.
828 (org-agenda-remove-tags-when-in-prefix): New option.
829 (org-get-tags-at): New function.
830
831 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
832
833 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
834 (thumbs-find-image): Move image name and number from buffer name
835 to mode name. Set thumbs-buffer. Preserve point so that large
836 images remain visible.
837 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
838 order.
839 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
840 mode name.
841 (thumbs-next-image, thumbs-previous-image): Make them work.
842
843 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
844
845 * cus-edit.el (custom-buffer-create-internal): State in the text above
846 the whole buffer buttons that they do not operate on hidden items.
847 (custom-face-menu): Use `custom-face-save' instead of
848 `custom-face-save-command'.
849 (custom-face-save-command): Make it an alias for `custom-face-save'
850 and declare it obsolete.
851 (custom-face-save): Doc fix.
852
853 * dired.el (dired-no-confirm): Add quote.
854 (dired-subdir-alist-pre-R): Add quote in
855 `make-variable-buffer-local' form and remove unbalanced parenthesis.
856
857 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
858
859 * textmodes/table.el (table-mode-indicator): Typo in last change.
860
861 2006-01-19 Richard M. Stallman <rms@gnu.org>
862
863 * outline.el (hide-leaves): Don't call outline-end-of-heading.
864 Fixes bug reported in Nov 2005.
865
866 * isearch.el (isearch-forward): Doc fix.
867
868 * dired.el (dired-move-to-filename-regexp): Define as alias.
869 (dired-no-confirm): Use defcustom.
870 (dired-subdir-alist-pre-R): Put defvar at top level.
871
872 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
873
874 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
875 Mark as risky.
876
877 * simple.el (set-mark-command): Doc fix.
878 (clone-indirect-buffer-other-window):
879 Read arg like clone-indirect-buffer.
880 (move-beginning-of-line): Skip invisible newlines.
881
882 2006-01-19 Masatake YAMATO <jet@gyve.org>
883
884 * progmodes/cpp.el (cpp-edit-load): Make the order of
885 listed conditions in a base C code buffer and its associate
886 CPP Edit buffer the same.
887
888 2006-01-19 Kenichi Handa <handa@m17n.org>
889
890 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
891 (rmail-mime-feature): Likewise.
892 (rmail-require-mime-maybe): Use display-warning to show a warning
893 message.
894
895 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
896 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
897
898 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 * array.el: Move defvars out of eval-when-compile.
901 (array-make-template): Replace undeclared global var with a local one.
902 (array-mode): Inline initialization functions.
903 (array-init-local-variables, array-init-max-row)
904 (array-init-max-column, array-init-columns-per-line)
905 (array-init-field-width, array-init-rows-numbered)
906 (array-init-line-length, array-init-lines-per-row): Remove.
907
908 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
909 (doc-mode-map): Define explicitly.
910 (doctor-txtype): Use mapc.
911
912 * textmodes/table.el: Move defvars out of eval-when-compile.
913 Remove harmful code meant to avoid byte-compiler warnings.
914 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
915 specification that checks table-fixed-width-mode directly.
916 (table-recognize-region, table-recognize-cell):
917 Use restore-buffer-modified-p.
918 (table-fixed-width-mode): Remove code that refreshes
919 table-fixed-mode-indicator.
920 (*table--cell-describe-bindings, *table--cell-describe-mode):
921 Avoid obsolete name print-help-return-message.
922 (table--test-cell-list): Don't use replace-regexp from elisp.
923 (table--point-entered-cell-function, table--point-left-cell-function):
924 Don't set table-fixed-mode-indicator, use force-mode-line-update.
925
926 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
927 that was after the end of file. Use buffer-file-name variable.
928 (org-timestamp-change): Use with-current-buffer.
929 (org-todo-list): Don't unnecessarily define a new buffer-local var.
930 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
931 `file'.
932
933 * progmodes/fortran.el: Move defvars out of eval-when-compile.
934 (fortran-break-line): Remove unused var `opoint'.
935 (fortran-abbrev-start): Obey help-event-list.
936
937 2006-01-18 Jesper Harder <harder@phys.au.dk>
938
939 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
940
941 2006-01-18 Masatake YAMATO <jet@gyve.org>
942
943 * progmodes/make-mode.el (makefile-imake-mode): New mode
944 derived from makefile-mode.
945 (makefile-imake-mode-syntax-table): New syntax table
946 derived from makefile-mode-syntax-table.
947 (makefile-mode): Write about makefile-imake-mode in doc string.
948 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
949 (makefile-imake-font-lock-keywords): New font lock keywords.
950
951 * files.el (auto-mode-alist): Add Imakefile.
952
953 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
954
955 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
956 loading the file rather than when turning on flyspell-mode.
957
958 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
959
960 * cus-edit.el (customize-rogue): Minor doc fix.
961
962 2006-01-17 Juri Linkov <juri@jurta.org>
963
964 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
965 instead of the file at the mark as default if the file at the mark
966 is the same as the file at point or if dired-dwim-target-directory
967 is not the same as the current directory and the mark is not active.
968
969 * log-view.el (log-view-minor-wrap): Use the same logic to get
970 revisions as `log-view-diff'.
971
972 * info.el (Info-revert-find-node): Check for Info-current-file
973 before preserving new-history.
974
975 * man.el (Man-heading-regexp): Add `/'.
976
977 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
978 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
979
980 2006-01-16 Juri Linkov <juri@jurta.org>
981
982 * faces.el (mode-line-faces): New defgroup.
983 (mode-line-highlight): Move definition after new defgroup.
984 (mode-line, mode-line-inactive, mode-line-highlight):
985 Replace :group `modeline' with `mode-line-faces'.
986 (mode-line-buffer-id): New face.
987 (modeline-buffer-id): New face alias.
988 (vertical-border): Remove :group `modeline'.
989
990 * bindings.el (propertized-buffer-identification): Use face
991 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
992 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
993 (mode-line-buffer-identification-keymap): For mouse-1 replace
994 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
995 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
996 mouse-3.
997
998 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
999 Buffer-menu-buffer. Doc fix.
1000 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
1001 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
1002 `Buffer-menu-buffer'.
1003
1004 * info.el (Info-mode-line-node-keymap): New defvar.
1005 (Info-set-mode-line): Use `stringp' to check Info-current-file.
1006 Propertize Info-current-node with `mode-line-buffer-id' and
1007 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
1008
1009 * time.el (display-time-mail-face): Replace :group `faces' with
1010 `mode-line-faces'.
1011
1012 2006-01-16 Kenichi Handa <handa@m17n.org>
1013
1014 * international/code-pages.el: Add autoload cookies for cp125[0345678].
1015
1016 * language/european.el (cp1252): New alias for windows-1252.
1017
1018 * international/mule.el (autoload-coding-system): Prepare for EOL
1019 variants.
1020
1021 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1022
1023 * term.el (term-raw-map): Add mapping for insert.
1024 (term-send-insert): New.
1025 (term-mode): Make variables local here instead of doing it in
1026 `term-emulate-terminal'.
1027 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
1028 Scroll reverse needs to take into account the scroll region.
1029 Saving and restoring the cursor should save the color attributes too.
1030 (term-reset-terminal): Reset the scroll region.
1031 (term-handle-ansi-escape): Cursor up and down should take into
1032 account the scroll region.
1033 (term-set-scroll-region): Rename from `term-scroll-region'.
1034 Move to 0,0 after setting the region.
1035 (term-handle-scroll): Handle scroll up.
1036 (term-down): Fix off by one error.
1037 (term-delete-lines): Do not delete outside the scroll region.
1038 (term-insert-lines): Take into account the scroll region.
1039
1040 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * textmodes/ispell.el (ispell-internal-change-dictionary)
1043 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
1044 (start, end): Move declaration outside of eval-when-compile.
1045
1046 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
1047 (flyspell-mode-on): Use it.
1048
1049 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
1050 ispell-kill-ispell-hook.
1051
1052 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
1053
1054 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1055 (Custom-reset-saved): Do not ask for confirmation in single option
1056 buffers.
1057
1058 2006-01-13 Richard M. Stallman <rms@gnu.org>
1059
1060 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
1061
1062 2006-01-13 Romain Francoise <romain@orebokech.com>
1063
1064 * add-log.el (add-change-log-entry, change-log-merge):
1065 Conditionally use `hard-newline'.
1066
1067 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1068
1069 * wid-edit.el (widget-field-end): If the overlay is no longer
1070 associated with a buffer, behave as if the overlay didn't exist.
1071
1072 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
1073 Make sure the links use the `custom-link' face.
1074
1075 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
1078 (ld-script-mode): Don't set indent-line-function since we don't
1079 have one.
1080
1081 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
1082
1083 * textmodes/org.el (org-open-file): Use mailcap for selecting an
1084 application.
1085 (org-file-apps-defaults-gnu): Use mailcap as the default for
1086 selecting an application on a UNIX system.
1087 (org-agenda-show-tags): New command.
1088 (org-table-insert-hline): Keep cursor in current table line.
1089 (org-table-convert): Offset effect of modifying
1090 `org-table-insert-hline'.
1091 (org-format-agenda-item): New optional argument TAG.
1092 (org-compile-prefix-format): Handle %T format for the tag.
1093 (org-expand-wide-chars): New function.
1094 (org-table-insert-row, org-table-insert-hline):
1095 Use `org-expand-wide-chars'.
1096 (org-open-file): Fix bug in program launch.
1097 (org-get-time-of-day): Fix bug with times before 1am.
1098 (org-agenda-menu): Add tags commands.
1099
1100 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
1101
1102 * textmodes/ispell.el (ispell-init-process): Include the used
1103 dictionary in ispell process start message.
1104 (ispell-internal-change-dictionary): When flyspell-mode is active
1105 and dictionary is changed, make sure ispell process is restarted
1106 and flyspell word cache cleared out for the current buffer.
1107 (ispell-change-dictionary): Make sure flyspell word cache is
1108 cleared out in all buffers with active flyspell mode when
1109 dictionary is globally changed.
1110 Call ispell-internal-change-dictionary after dictionary change.
1111
1112 2006-01-13 Eli Zaretskii <eliz@gnu.org>
1113
1114 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1115
1116 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
1117 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
1118 years. Fix small differences wrt Makefile.in.
1119 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
1120 Makefile.in does.
1121
1122 2006-01-12 Bill Wohler <wohler@newt.com>
1123
1124 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
1125 mh-search.el.
1126
1127 2006-01-12 Masatake YAMATO <jet@gyve.org>
1128
1129 * progmodes/ld-script.el: Update copyright year.
1130
1131 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
1134 Don't add widget if setting undefined.
1135
1136 2006-01-12 John Paul Wallington <jpw@pobox.com>
1137
1138 * help-fns.el (describe-variable): Remove newlines from void
1139 variable output.
1140
1141 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
1142
1143 * wdired.el (wdired-mode-map): Add help echo for
1144 wdired-abort-changes.
1145
1146 * man.el (Man-file-name-regexp): Adjust for a list of files.
1147
1148 2006-01-12 Masatake YAMATO <jet@gyve.org>
1149
1150 * progmodes/ld-script.el (auto-mode-alist): Support
1151 suffix conventions used in netbsd and eCos.
1152
1153 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
1154
1155 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
1156 (custom-variable-menu, custom-face-menu, custom-group-menu)
1157 (Custom-mode-menu): Change names of menu items. (As discussed on
1158 emacs-devel.)
1159 (custom-face-menu): Add "Undo Edits" item.
1160
1161 * startup.el (init-file-user): defcustom -> defvar.
1162
1163 * tooltip.el (tooltip-mode): Doc fix.
1164
1165 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * reveal.el (reveal-post-command): window-buffer signals an error on
1168 dead windows rather than returning nil.
1169 (reveal-open-new-overlays): An overlay might die while we open others.
1170
1171 2006-01-11 Bill Wohler <wohler@newt.com>
1172
1173 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
1174 phrasing in docstring.
1175
1176 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
1177 can give some systems gas. Add new file mh-buffers.el.
1178
1179 2006-01-06 Masatake YAMATO <jet@gyve.org>
1180
1181 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
1182 C preprocessor forward ported from GNU Emacs 21.2.
1183
1184 * progmodes/asm-mode.el (asm-font-lock-keywords):
1185 Use `cpp-font-lock-keywords'.
1186
1187 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
1188
1189 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
1190 of $ for "\\.ld[s]?".
1191
1192 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
1195 (tcl-indent-line): Return `noindent' if inside a string.
1196
1197 * progmodes/flymake.el (flymake-split-string): Remove more than one
1198 empty string at beg/end of the result.
1199 (flymake-find-buildfile, flymake-find-possible-master-files):
1200 Use expand-file-name.
1201 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
1202 since expand-file-name does it for us. Use directory-file-name.
1203 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
1204 (flymake-ler-get-type, flymake-ler-get-text)
1205 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
1206 (flymake-current-line-no): Remove spurious interactive spec.
1207 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
1208 (flymake-check-include): Remove arg inc-path merged into inc-name.
1209 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
1210 Arg regexp-list replaced by a simple regexp.
1211 (flymake-master-make-header-init, flymake-master-tex-init):
1212 Correspondingly replace regexp-list with a regexp. Fix regexp.
1213
1214 2006-01-10 Simon Josefsson <jas@extundo.com>
1215
1216 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
1217 describing AUTH PLAIN fix.
1218
1219 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1220
1221 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
1222 (report-emacs-bug): Don't record initial prompt text.
1223 Instead, add text properties to prompting text.
1224 (report-emacs-bug-hook): Delete prompting text.
1225
1226 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
1229 `dirs'. Adjust callers.
1230
1231 2006-01-09 John Paul Wallington <jpw@gnu.org>
1232
1233 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
1234
1235 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * reveal.el (reveal-open-new-overlays): New extracted fun.
1238 (reveal-close-old-overlays): Idem. Check overlays's liveness before
1239 using them. Simplify the code.
1240 (reveal-post-command): Use them. Fix up obsolete windows in
1241 reveal-open-spots.
1242
1243 * progmodes/flymake.el: Use `require' rather than autoload for
1244 XEmacs's overlays.
1245 (flymake-get-common-file-prefix, flymake-build-relative-filename):
1246 Delete. Use file-relative-name instead.
1247 (flymake-get-syntax-check-program-args, flymake-perl-init):
1248 Simplify the resulting code.
1249
1250 * log-view.el (log-view-file-re, log-view-message-re): Add support
1251 for DaRCS output.
1252
1253 2006-01-09 Alex Schroeder <alex@gnu.org>
1254
1255 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
1256 identifiers sometimes added in square brackets at the beginning of
1257 subject lines.
1258
1259 2006-01-07 Richard M. Stallman <rms@gnu.org>
1260
1261 * cus-edit.el (Custom-set, Custom-save): Doc fix.
1262 (Custom-reset-current, Custom-reset-saved): Change question text.
1263 (Custom-reset-standard): Likewise.
1264 (custom-variable-reset-saved): Doc fix.
1265
1266 2006-01-07 Eli Zaretskii <eliz@gnu.org>
1267
1268 * startup.el (init-file-user): Doc fix.
1269
1270 2006-01-07 Alex Schroeder <alex@gnu.org>
1271
1272 * mail/rmail.el (rmail-current-subject): New function.
1273 (rmail-current-subject-regexp): New function.
1274 (rmail-next-same-subject): Use it.
1275
1276 * mail/rmailsum.el (rmail-summary-by-topic):
1277 Use rmail-current-subject and rmail-current-subject-regexp.
1278 (rmail-summary-next-same-subject): Ditto.
1279
1280 * net/rcirc.el (rcirc-send-input): No longer check whether the
1281 process is open, since not all commands need an open process.
1282 (rcirc-send-string): Check whether the process is open before
1283 sending anything.
1284 (rcirc-ignore-list): New option.
1285 (rcirc-ignore-list-automatic): New variable.
1286 (rcirc-print): Take rcirc-ignore-list into account.
1287 (rcirc-cmd-ignore): New command.
1288 (rcirc-ignore-update-automatic): New function.
1289 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
1290 list if ignored nicks.
1291 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
1292
1293 2006-01-06 David Reitter <david.reitter@gmail.com>
1294
1295 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
1296 reflect the address to which the report will be sent.
1297
1298 2006-01-06 Eli Zaretskii <eliz@gnu.org>
1299
1300 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
1301 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
1302
1303 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
1304
1305 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
1306
1307 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
1308 the doc string: "functoin" => "function".
1309 * ldefs-boot.el: Likewise.
1310
1311 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
1312 message text: "Duplicat" => "Duplicate".
1313
1314 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
1315
1316 * files.el (basic-save-buffer-2): If backing-up failed, reset
1317 buffer-backed-up to nil.
1318
1319 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
1320
1321 * progmodes/gud.el (gdb-script-skip-to-head)
1322 (gdb-script-calculate-indentation): Indent for breakpoint command
1323 lists also.
1324
1325 2006-01-05 Bill Wohler <wohler@newt.com>
1326
1327 * Makefile.in (compile-always): Add mh-autoloads dependency.
1328 (bootstrap): Remove mh-autoloads dependency, as compile dependency
1329 provides it.
1330 (updates): Remove mh-autoloads dependency, since it probably has
1331 already run recently (via recompile).
1332
1333 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
1336 argument `force' to disable the flyspell-last-buffer optimization.
1337 (flyspell-mode-on): Use it.
1338
1339 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
1340 flymake-simple-cleanup.
1341 (flymake-allowed-file-name-masks): Use this new default.
1342 All the functions are now called in the right buffer rather than
1343 passing the buffer as argument.
1344 (flymake-process-sentinel): Switch to buffer before calling cleanup.
1345 (flymake-parse-err-lines): Remove redundant buffer arg.
1346 (flymake-get-program-dir): Comment out unused function.
1347 (flymake-start-syntax-check, flymake-start-syntax-check-process):
1348 Remove redundant buffer argument.
1349 (flymake-get-real-file-name, flymake-simple-java-cleanup)
1350 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
1351
1352 2006-01-05 Richard M. Stallman <rms@gnu.org>
1353
1354 * info.el (Info-find-node): Don't record previous node if have none.
1355 (info): Go to directory only if history is empty.
1356
1357 * simple.el (mark): Doc fix.
1358
1359 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1360
1361 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
1362 already of desired type.
1363 (mac-ae-list): Coerce parameter to "list" type.
1364 (mac-dispatch-apple-event): Replace cadr part of event with a
1365 dummy position so that event-start returns it.
1366
1367 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
1368
1369 * textmodes/org.el (org-end-of-subtree): New function.
1370 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
1371 Use `org-end-of-subtree'.
1372 (org-agenda, org-agenda-convert-date): Protect calls to
1373 `fit-window-to-buffer'.
1374 (org-tags-view): Force matching of sublevels when doing a
1375 todo-only search. Define the correct redo command, including the
1376 arguments.
1377 (org-agenda-redo): Display message.
1378 (org-check-for-org-mode): New function.
1379 (org-agenda-type): New variable.
1380 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1381 Set `org-agenda-type'.
1382 (org-agenda-check-type): New function.
1383 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1384 (org-agenda-week-view, org-agenda-day-view)
1385 (org-agenda-next-date-line, org-agenda-previous-date-line)
1386 (org-agenda-log-mode, org-agenda-toggle-diary)
1387 (org-agenda-toggle-time-grid, org-agenda-date-later)
1388 (org-agenda-date-prompt, org-agenda-diary-entry)
1389 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
1390 (org-agenda-convert-date, org-agenda-menu):
1391 Use `org-agenda-check-type'.
1392 (org-make-overlay, org-delete-overlay)
1393 (org-detatch-overlay, org-move-overlay, org-overlay-put):
1394 New compatibility functions.
1395 (org-calendar-select-mouse): New command.
1396
1397 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
1398
1399 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
1400 (Custom-reset-standard): Fix y-or-n-p messages.
1401 (custom-link): New face for links.
1402 (custom-buffer-create-internal, custom-manual): Use it.
1403 (custom-face-save): Push to theme-face before setting face spec.
1404
1405 * wid-edit.el (widget-default-mouse-face-get): New function.
1406 (widget-specify-button): Handle mouse-face like button-face.
1407
1408 * custom.el (load-theme): Clear old theme settings if reloading.
1409
1410 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
1411
1412 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
1413 "Erase Customization" button back to same position it occupies in
1414 the individual State menus.
1415
1416 2006-01-04 Kim F. Storm <storm@cua.dk>
1417
1418 * wid-edit.el (key-sequence): Rework widget to read key binding
1419 using `kbd' syntax. Use C-q to insert literal key, event, or code.
1420 (widget-key-sequence-default-value): Default value for empty sequence.
1421 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
1422 (widget-key-sequence-read-event): New command for C-q.
1423 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
1424 (widget-key-sequence-value-to-external): New functions.
1425
1426 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
1429 Use expand-file-name.
1430 (flymake-delete-temp-directory): Use expand-file-name,
1431 file-name-directory, and directory-file-name.
1432 (flymake-strrchr): Delete.
1433 (flymake-start-syntax-check): Don't pass the redundant buffer argument
1434 to the init-f function.
1435 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
1436 (flymake-init-find-buildfile-dir)
1437 (flymake-init-create-temp-source-and-master-buffer-copy)
1438 (flymake-simple-make-init-impl, flymake-simple-make-init)
1439 (flymake-master-make-init, flymake-master-make-header-init)
1440 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
1441 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
1442 (flymake-xml-init): Remove corresponding redundant buffer argument.
1443 (flymake-allowed-file-name-masks): Remove last elems that are equal to
1444 the default anyway. Clean up regexps.
1445
1446 * progmodes/flymake.el (flymake-temp-source-file-name)
1447 (flymake-master-file-name, flymake-temp-master-file-name)
1448 (flymake-base-dir): New buffer-local vars.
1449 (flymake-buffer-data, flymake-get-buffer-value)
1450 (flymake-set-buffer-value): Replace those hash-tables by the new
1451 buffer-local vars. Update callers.
1452
1453 * progmodes/flymake.el (flymake-check-start-time)
1454 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
1455 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
1456 Move definition, so we can remove redundant earlier declaration.
1457 (flymake-replace-regexp-in-string, flymake-split-string)
1458 (flymake-get-temp-dir): Use defalias.
1459 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
1460 (flymake-xemacs-window-edges): Remove unused function.
1461 (flymake-get-point-pixel-pos): Move.
1462 (flymake-pid-to-names, flymake-reg-names)
1463 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
1464 Replace by a simple list flymake-processes and by process-buffer.
1465 Update callers. Other than simplify the code, it uses buffers rather
1466 than buffer-names so it doesn't get confused by uniquify.
1467 (flymake-buffer-data): The global value should just be nil.
1468
1469 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
1470 Optimize the body of a defalias like any other code.
1471
1472 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
1473 Make sure we've setup font-lock's vars. It may influence which
1474 function we then call.
1475 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
1476 here since it's too late anyway.
1477
1478 2006-01-03 Romain Francoise <romain@orebokech.com>
1479
1480 * startup.el (fancy-splash-tail, normal-splash-screen):
1481 Update copyright year.
1482
1483 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
1484
1485 * mouse.el (mouse-drag-track): Rename, from
1486 `mouse-drag-region-1'. Includes optional argument required to
1487 enable post-drag event processing (e.g. delete region keys).
1488 Can be used without this argument to track a mouse region and operate
1489 on it as soon as the drag completes.
1490 (mouse-drag-region): Use `mouse-drag-track'.
1491
1492 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
1495 Move to `custom-buffer' group.
1496
1497 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
1498 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
1499 (custom-theme-insert-face-marker, custom-theme-variable-menu)
1500 (custom-theme-face-menu): New variables.
1501 (custom-theme-add-variable, custom-theme-variable-action)
1502 (custom-variable-reset-theme, custom-theme-delete-variable)
1503 (custom-face-reset-theme, custom-theme-face-action)
1504 (custom-theme-delete-face, custom-theme-merge-theme)
1505 (custom-theme-add-face, custom-theme-visit-theme): New functions.
1506
1507 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * custom.el: Move Custom Themes commentary to start of theme code.
1510 (custom-known-themes): Rename `standard' theme to `changed'.
1511 (custom-push-theme): Caller no longer specifies what theme to use
1512 when doing `reset'---the setting is simply removed from the theme.
1513 Delete MODE from `theme-value' and `theme-settings' properties.
1514 (custom-declare-theme): Ignore &rest args since we don't use them.
1515
1516 (custom-loaded-themes): Delete variable.
1517 (custom-theme-load-themes, custom-theme-loaded-p)
1518 (custom-theme-value): Delete functions.
1519
1520 (custom-declare-theme): Signal error on invalid theme names.
1521 (provide-theme): custom-loaded-themes was deleted.
1522 (load-theme): Load the file unconditionally.
1523 (enable-theme): Call `load-theme' if theme is undefined.
1524 (custom-enabled-themes): Only update value for successful loads.
1525 (disable-theme): Complete from enabled themes when interactive.
1526 (custom-variable-theme-value): Calculate theme value directly.
1527
1528 (custom-theme-reset-variables, custom-reset-variables): Mark as
1529 XEmacs compatibility functions. We don't actually use these.
1530
1531 * cus-edit.el (custom-variable-state-set):
1532 Use custom-variable-theme-value instead of custom-theme-value.
1533 (custom-face-state-set): Rename `standard' theme to `changed'.
1534 (custom-save-variables, custom-save-faces): Delete unneeded
1535 references to custom-reset-variables.
1536 (custom-save-resets): Delete function.
1537 (custom-save-variables, custom-save-faces): MODE argument deleted.
1538 (custom-save-variables, custom-save-faces): Ignore theme values.
1539
1540 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
1541 compatibility function.
1542
1543 2006-01-01 Richard M. Stallman <rms@gnu.org>
1544
1545 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
1546 (Custom-reset-current, Custom-reset-saved): Likewise.
1547 (Custom-reset-standard): Show message if aborted.
1548 (custom-mode): Doc fix, describing those commands.
1549
1550 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
1551 put on event-kind property.
1552
1553 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * custom.el (provide-theme): Ban `user' theme name.
1556 (custom-enabling-themes): New variable.
1557 (enable-theme): Don't enable user if custom-enabling-themes is t.
1558 (custom-enabled-themes): Make it a defcustom.
1559 (custom-theme-recalc-face): No-op if face is undefined.
1560
1561 * cus-edit.el (custom-button-mouse): New variable.
1562 (custom-button-mouse): New face.
1563 (custom-raised-buttons, custom-mode): Use it.
1564
1565 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
1566
1567 2005-12-31 Eli Zaretskii <eliz@gnu.org>
1568
1569 * progmodes/gud.el (gud-display-line): Support hl-line in the
1570 source buffer.
1571
1572 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1573
1574 * mouse.el (mouse-drag-window-above): Verify that the found window
1575 overlaps with the given window in the horizontal dimension.
1576
1577 2005-12-31 Eli Zaretskii <eliz@gnu.org>
1578
1579 * Makefile.in (cvs-update): New target.
1580
1581 * makefile.w32-in (cvs-update): Ditto.
1582
1583 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
1584
1585 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
1586 (custom-new-theme-mode-map): New variable.
1587
1588 2005-12-30 Richard M. Stallman <rms@gnu.org>
1589
1590 * custom.el (custom-load-themes): Function deleted.
1591
1592 * cus-edit.el (custom-save-loaded-themes): Function deleted.
1593 (custom-save-variables): Don't delete or add custom-load-themes call.
1594
1595 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * cus-start.el: Add `visible-cursor'.
1598
1599 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
1600 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
1601 (flymake-process-filter): Switch to buffer before calling it instead.
1602 (flymake-post-syntax-check, flymake-highlight-err-lines)
1603 (flymake-delete-own-overlays, flymake-parse-err-lines)
1604 (flymake-start-syntax-check, flymake-start-syntax-check-process)
1605 (flymake-count-lines, flymake-parse-residual):
1606 Remove constant buffer argument.
1607 (flymake-start-syntax-check-for-current-buffer): Remove.
1608 Update callers to use flymake-start-syntax-check instead.
1609 (flymake-display-err-menu-for-current-line):
1610 Remove unused var `mouse-pos'.
1611 (flymake-restore-formatting): Comment out unused function.
1612 (flymake-report-status, flymake-report-fatal-status): Remove buffer
1613 argument, use current-buffer instead. Update callers.
1614
1615 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1616
1617 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
1618 buffer-local because choose-completion-delete-max-match requires
1619 that we set completion-ignore-case (i.e., binding via let is not
1620 sufficient).
1621 (bibtex-complete): Always set completion-ignore-case and
1622 choose-completion-string-functions. The latter is needed because
1623 choose-completion-string-functions keeps its value if we quit the
1624 *Completions* buffer without requesting a completion.
1625
1626 2005-12-30 Andreas Schwab <schwab@suse.de>
1627
1628 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
1629
1630 2005-12-30 Eli Zaretskii <eliz@gnu.org>
1631
1632 * jit-lock.el (jit-lock-chunk-size): Doc fix.
1633
1634 2005-12-30 Juri Linkov <juri@jurta.org>
1635
1636 * locate.el (locate-fcodes-file, locate-header-face)
1637 * progmodes/delphi.el (delphi-other-face)
1638 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
1639
1640 * paren.el (show-paren-match, show-paren-mismatch): Use existing
1641 group `paren-showing-faces'.
1642
1643 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
1644 (goto-address): Fix docstring.
1645
1646 * net/webjump.el (webjump-sample-sites): Update URLs.
1647
1648 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
1649
1650 * subr.el (cancel-change-group): Add listp around pending-undo-list.
1651
1652 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * font-lock.el (font-lock-compile-keywords): Signal an error when
1655 font-lock-set-defaults hasn't been called.
1656
1657 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1658
1659 * subr.el (noreturn, 1value): Doc fixes.
1660
1661 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1662
1663 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
1664 that assoc-string returns nil.
1665
1666 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1667
1668 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
1669 (bibtex-entry-type-str, bibtex-empty-field-re)
1670 (bibtex-search-backward-string, bibtex-preamble-prefix)
1671 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
1672 (bibtex-any-valid-entry-type): New variable.
1673 (bibtex-parse-field-name): Simplify.
1674 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
1675 (bibtex-preamble-prefix): Include left delimiter.
1676 (bibtex-search-forward-field, bibtex-search-backward-field):
1677 Allow unbounded search past entry boundaries (required by bibtex-pop).
1678 (bibtex-text-in-field-bounds): Use push.
1679 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
1680 (bibtex-parse-preamble, bibtex-valid-entry)
1681 (bibtex-beginning-first-field): New functions.
1682 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
1683 (bibtex-map-entries): Fix docstring.
1684 (bibtex-flash-head): New arg prompt. Simplify.
1685 (bibtex-enclosing-field): Include code of bibtex-inside-field.
1686 (bibtex-insert-kill): Simplify. Always insert text past the
1687 current field or entry.
1688 (bibtex-format-entry): Use bibtex-parse-field.
1689 (bibtex-pop): Use bibtex-beginning-of-entry and
1690 bibtex-end-of-entry to initiate the search. Insert empty field if
1691 we found ourselves.
1692 (bibtex-print-help-message): New args field and comma.
1693 Handle entry keys.
1694 (bibtex-make-field): Use bibtex-beginning-of-entry.
1695 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
1696 invalid entry.
1697 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
1698 Handle preambles. Simplify code for thorough test.
1699 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
1700 New arg comma. Handle entry heads.
1701 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
1702 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
1703 New arg comma.
1704 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
1705 (bibtex-fill-field): Simplify.
1706 (bibtex-fill-entry): Use bibtex-beginning-first-field and
1707 bibtex-parse-field.
1708 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
1709 (bibtex-complete): Use bibtex-parse-preamble.
1710
1711 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
1712
1713 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
1714 Display name of expression instead of convenience variable.
1715 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
1716
1717 * progmodes/gud.el (gud-tooltip-dereference): Rename from
1718 toggle-gud-tooltip-dereference.
1719 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
1720 (gud-tooltip-tips): ...here when dereferencing.
1721
1722 2005-12-28 Bill Wohler <wohler@newt.com>
1723
1724 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
1725
1726 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
1727
1728 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
1729 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
1730 (vc-annotate-display-autoscale): Adjust call.
1731 (vc-annotate-display-default): Adjust call. Make arg compulsory.
1732 Fix interactive spec.
1733 (vc-annotate-time-span): Remove.
1734 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
1735 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
1736 (vc-annotate-display-select): Use new name.
1737
1738 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
1739 (vc-annotate-mode-menu): Remove left-over redundant declaration.
1740 Correct the construction of span entries. Simplify.
1741 (vc-annotate-display-select): Fix the nil case.
1742 (vc-annotate): Remove obsolete (and now broken) code.
1743 (vc-annotate-extract-revision-at-line): Remove obsolete code.
1744 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
1745
1746 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1747
1748 * subr.el (lazy-completion-table): Correct typo in docstring.
1749
1750 * startup.el (command-line): Use `custom-reevaluate-setting' for
1751 `send-mail-function'.
1752
1753 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
1754
1755 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
1756
1757 * mail/smtpmail.el (smtpmail-try-auth-methods):
1758 Send credentials together with "AUTH PLAIN" command.
1759
1760 2005-12-27 Richard M. Stallman <rms@gnu.org>
1761
1762 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
1763 mouse-2, go back to previously selected window, so it's selected
1764 when mouse-2 command runs.
1765
1766 2005-12-27 Juri Linkov <juri@jurta.org>
1767
1768 * descr-text.el (describe-text-sexp): Use square brackets for
1769 button [Show] to distinguish it from the property value `show'.
1770 (describe-property-list): Use `insert-text-button' with
1771 `help-face' type instead of putting face in quotes, because button
1772 is not created automatically for a list of faces.
1773 (describe-text-properties-1): Put button-type value in quotes to
1774 distinguish from plain text "button".
1775 (describe-char): Display code point values in hex. Don't use
1776 `symbol-name' for `current-input-method' because it is a string.
1777 Use `insert-text-button' with `help-face' type instead of putting
1778 hardcoded face in quotes, because button is not created automatically.
1779
1780 2005-12-27 Richard M. Stallman <rms@gnu.org>
1781
1782 * progmodes/glasses.el (glasses-face): More specific custom type.
1783
1784 * files.el (set-visited-file-name): Doc fix.
1785
1786 * textmodes/flyspell.el (flyspell-external-point-words):
1787 Use local var buffer-scan-pos to advance scan for next misspelling.
1788 Advance it only after we find the misspelling.
1789
1790 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
1791
1792 * textmodes/flyspell.el (flyspell-external-point-words):
1793 New criteria for finding the misspelling in the buffer.
1794
1795 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
1796
1797 * help-mode.el (help-insert-string): Set help-xref-stack-item
1798 rather than call help-setup-xref.
1799
1800 * descr-text.el (describe-char): Revert previous changes for
1801 optional buffer argument.
1802
1803 2005-12-27 Juri Linkov <juri@jurta.org>
1804
1805 * help-mode.el (help-insert-string): New function. Save buffer
1806 contents in cases where it is impossible to recompute the old contents.
1807
1808 * descr-text.el (describe-char): Set help-xref-stack-item
1809 explicitly after buffer has been generated.
1810
1811 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1812
1813 * cus-start.el (all): Add x-gtk-show-hidden-files.
1814
1815 2005-12-26 Richard M. Stallman <rms@gnu.org>
1816
1817 * replace.el (perform-replace): Calculate match-again
1818 before skipping read-only matches.
1819
1820 * paren.el (paren-showing-faces): New group.
1821 (show-paren-match, show-paren-mismatch): Move to that group.
1822
1823 * button.el (button): Put into group `basic-faces'.
1824
1825 * progmodes/make-mode.el: Remove faces from group `faces'.
1826
1827 * apropos.el (apropos, apropos-value): Doc fix.
1828 (apropos-documentation): Doc fix.
1829
1830 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * subr.el (lazy-completion-table): Remove argument `args'.
1833
1834 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1835 Don't use the `args' argument of lazy-completion-table.
1836
1837 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
1838
1839 * descr-text.el (describe-char): Add optional argument for buffer.
1840 Set buffer appropriately. Call help-setup-xref.
1841 Suggested by Stefan Monnier.
1842
1843 2005-12-26 Juri Linkov <juri@jurta.org>
1844
1845 * descr-text.el: Require `help-fns' at runtime. Don't require
1846 `button' for byte compilation.
1847 (describe-text-widget): Add `help-echo' for first button.
1848 Use `help-info' for second.
1849 (describe-property-list): Use `help-argument-name' instead of `italic'.
1850 (describe-text-category): Add prompt to interactive spec.
1851 Call `help-setup-xref'.
1852 (describe-char): Use `help-character-set'. Add `help-echo' for
1853 code point. Use `help-input-method'. Remove superfluous insert.
1854
1855 2005-12-25 Richard M. Stallman <rms@gnu.org>
1856
1857 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
1858 at point, in case of narrowing.
1859
1860 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
1861
1862 * locate.el (locate-header-face): Allow nil in type.
1863
1864 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
1865
1866 2005-12-25 Romain Francoise <romain@orebokech.com>
1867
1868 * battery.el (battery-linux-proc-acpi): Also try
1869 `/proc/acpi/thermal_zone/THM0/temperature'.
1870
1871 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
1872
1873 * custom.el (custom-push-theme): Fix docstring.
1874
1875 * cus-edit.el (custom-variable-set, custom-variable-save)
1876 (custom-variable-save): Custom-quote widget values.
1877 (customize-save-variable): Fix custom-push-theme call.
1878
1879 2005-12-24 Eli Zaretskii <eliz@gnu.org>
1880
1881 * w32-fns.el (w32-batch-update-autoloads): New function.
1882
1883 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
1884 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
1885 from the command line.
1886
1887 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
1890 reset means to remove setting from theme entirely. Don't keep
1891 expanding theme-settings list; delete old entries if necessary.
1892
1893 * cus-edit.el (custom-buffer-create-internal): Move "Erase
1894 customization" button one line up.
1895 (custom-themed): New face.
1896 (custom-magic-alist): New value, THEMED, for theme settings.
1897 (custom-variable-state-set, custom-face-state-set):
1898 Check theme-value instead of saved-value.
1899 (custom-variable-reset-standard, custom-face-reset-standard):
1900 Remove theme setting entirely. Recalculate new values.
1901 (custom-variable-set, custom-variable-set)
1902 (custom-variable-reset-saved, custom-variable-reset-backup)
1903 (custom-face-set, custom-face-reset-saved): Update `user' theme.
1904 (custom-variable-save): Fix typos.
1905
1906 2005-12-23 Juri Linkov <juri@jurta.org>
1907
1908 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
1909 Add autoload cookies.
1910 (edebug-outside-d-c-i-n-s-w): New variable.
1911 (edebug-display, edebug-outside-excursion): Use it to save the
1912 original value of default-cursor-in-non-selected-windows.
1913 Set default-cursor-in-non-selected-windows to t while Edebug
1914 is active.
1915 (edebug-mode, edebug-eval-mode): Doc fix.
1916
1917 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
1918 with `buffer-substring-no-properties' to remove common substring
1919 highlighting.
1920
1921 * info.el (info-other-window, info): Rename function argument
1922 `file' to `file-or-node'.
1923 (Info-complete-menu-item): Use local variable `complete-nodes' to
1924 keep the global value of `Info-complete-nodes' unchanged for
1925 subsequent completions.
1926 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
1927
1928 * simple.el (get-next-valid-buffer, last-buffer)
1929 (next-error-buffer-p, next-error-find-buffer)
1930 (minibuffer-history-sexp-flag): Doc fix.
1931
1932 * savehist.el (savehist-mode-hook): Add `:group'.
1933
1934 * log-view.el: Call autoload for vc-find-version.
1935 (log-view-current-file): Adjust subgroup numbers.
1936 (log-view-current-tag): Add `length'.
1937
1938 2005-12-23 Richard M. Stallman <rms@gnu.org>
1939
1940 * vc.el (vc-annotate-car-last-cons): Defn moved up.
1941
1942 2005-12-23 Juri Linkov <juri@jurta.org>
1943
1944 * hi-lock.el (hi-lock-archaic-interface-message-used)
1945 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
1946 (hi-lock-mode): Display "Hi" in the mode line only when
1947 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
1948 (hi-lock-write-interactive-patterns):
1949 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
1950 (hi-lock-set-pattern, hi-lock-set-file-patterns)
1951 (hi-lock-font-lock-hook): Set 3rd arg `how' of
1952 font-lock-add-keywords to t.
1953
1954 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
1955
1956 * hi-lock.el (hi-lock-highlight-range): New variable.
1957 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
1958 only if font-lock-fontified is non-nil. Remove overlays.
1959 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
1960 font-lock-fontified is non-nil, otherwise use overlays (instead of
1961 text properties).
1962 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
1963 New variables.
1964 (hi-lock-string-serialize) New function.
1965
1966 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1967
1968 * menu-bar.el (menu-find-file-existing): New function.
1969 (menu-bar-file-menu): Use menu-find-file-existing for Open.
1970
1971 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
1972
1973 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * vc.el: Remove unnecessary leading * in docstrings.
1976 (vc-annotate-mode-map): Move initialization into declaration.
1977 (vc-static-header-alist): Nitpick on the regexp.
1978 (vc-default-init-version): New fun.
1979 (vc-register): Use it.
1980 (vc-insert-headers): Use dolist.
1981 (vc-annotate-get-backend): Remove unused function.
1982 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
1983 (vc-annotate-mode): Remove corresponding call.
1984 (vc-annotate-car-last-cons): Simplify.
1985 (vc-annotate-buffers): Remove var.
1986 (vc-annotate-backend): Make it buffer-local.
1987 (vc-annotate): Move the interaction to the interactive spec.
1988 Add a `buf' argument.
1989 (vc-annotate-warp-version): Use this new `buf' argument to avoid
1990 killing&creating a vc-annotate buffer, which is very disruptive when
1991 the buffers are shown in dedicated frames.
1992
1993 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
1994
1995 * descr-text.el: Add FSF as maintainer.
1996 (describe-text-mode, describe-text-mode-map)
1997 (describe-text-mode-hook, describe-text-done): Delete. Use normal
1998 help-mode.
1999 (describe-text-widget, describe-text-sexp)
2000 (describe-property-list, describe-text-category)
2001 (describe-text-properties, describe-text-properties-1)
2002 (describe-char): Use help buttons instead of widgets.
2003 (describe-char-unicodedata-file): Make URL link in doc string.
2004
2005 2005-12-22 Richard M. Stallman <rms@gnu.org>
2006
2007 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
2008 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
2009 Don't include buttons that write a file when there's no file.
2010 (custom-variable-menu, custom-face-menu, custom-group-menu):
2011 Don't include commands that write a file when there's no file.
2012 (customize-browse): Reword the top-of-buffer help intro.
2013 (custom-buffer-create-internal): Fix previous change.
2014 (customize-changed-options-previous-release): Prev release is 21.1.
2015 (customize-changed-options): Doc fix.
2016 (customize-changed): New alias.
2017 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
2018 Say "standard values".
2019 (Custom-reset-standard): Doc fix.
2020 (custom-face-reset-standard): Doc fix.
2021
2022 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
2025 even if font-lock-mode is non-nil since it may be t without having
2026 turned on font-lock-mode-internal.
2027 (font-lock-choose-keywords): Minor optimization.
2028 (font-lock-add-keywords, font-lock-remove-keywords)
2029 (font-lock-set-defaults): Don't call make-local-variable on a variable
2030 that we know to already be local.
2031
2032 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
2033
2034 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
2035 messages if in the minibuffer.
2036
2037 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
2040 (tex-mode-flyspell-verify, flyspell-get-word)
2041 (flyspell-external-point-words): Don't use point-min/max uselessly.
2042
2043 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
2044 by Kevin Rodgers. Instead, just hide the completions buffer if we
2045 don't need to show it.
2046
2047 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
2048
2049 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
2050
2051 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
2054 delete-windows-on with an inexistent buffer.
2055
2056 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
2057
2058 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2059 Delete defcustom variable :tag names.
2060
2061 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
2064 (log-view-font-lock-keywords): Ajust subgroup numbers.
2065 (log-view-current-tag): Don't hard code the number of subgroups.
2066
2067 2005-12-20 Juri Linkov <juri@jurta.org>
2068
2069 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
2070 (tooltip-x-offset, tooltip-y-offset): Doc fix.
2071
2072 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2073 (menu-bar-non-minibuffer-window-p): Instead of checking
2074 display-multi-frame-p, use selected-frame when menu-updating-frame
2075 is nil.
2076
2077 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
2078
2079 * align.el (align-rules-list): Use [ \t] instead of \s-
2080 for column separators in text mode.
2081
2082 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
2083
2084 * help-mode.el (help-customize-variable, help-customize-face):
2085 Don't pop help-xref-stack as help-follow no longer pushes
2086 anything on to it.
2087
2088 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
2089
2090 * textmodes/org.el (org-agenda-custom-commands): New option.
2091 (org-agenda): Offer custom commands on splash screen.
2092 (org-make-tags-matcher): Parser for Boolean logic added.
2093 (org-agenda-set-tags): New command.
2094 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2095 (org-set-tags): Efficiency improvements.
2096 (org-auto-align-tags): New option.
2097 (org-todo, org-demote, org-promote): Realign tags.
2098 (org-tags-completion-function): Use also "&" and "|" as separators.
2099 (org-org-menu): Agenda commands simplified.
2100
2101 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2102
2103 * cus-edit.el (customize-apropos, customize-apropos-options):
2104 Docstring changes.
2105
2106 * font-lock.el (font-lock): Add tags to the links in the defgroup.
2107
2108 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * longlines.el (longlines-mode): Wrap while widened.
2111 (longlines-decode-region, longlines-encode-region): Compute max
2112 just once.
2113
2114 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2115
2116 * cus-edit.el (mac): New group.
2117
2118 * cus-start.el (all): Add user options in macterm.c. Add test for
2119 Mac-related built-ins. Fix test for GTK-related built-ins.
2120
2121 * term/mac-win.el (mac-handle-language-change)
2122 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
2123 (mac-services-open-selection, mac-services-mail-selection)
2124 (mac-services-mail-to, mac-services-insert-text)
2125 (mac-dispatch-apple-event): Add docstrings.
2126 (x-get-selection, mac-select-convert-to-string): Select coding
2127 system from `utf-16be' and `utf-16le' using `byteorder'.
2128
2129 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 * subr.el (lazy-completion-table): Don't be fooled if the var holds
2132 a "list" (lambda ...) rather than a real completion list.
2133
2134 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
2135 lexical-let when encountering ((lambda (...) ...) ...).
2136
2137 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
2138
2139 * progmodes/sh-script.el (sh-mode):
2140 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
2141 * textmodes/picture.el (picture-mode): Update docstrings.
2142
2143 2005-12-17 Eli Zaretskii <eliz@gnu.org>
2144
2145 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
2146 commands enclosed in $(ARGQUOTE)s should not be split between two
2147 lines, as that will break with GNU Make >3.80, when sh.exe is used
2148 and arg quoting is with '..'.
2149 (autoloads): Don't break the quoted --eval expression between
2150 several lines.
2151
2152 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
2153
2154 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
2155 Capture error from printing circular structures.
2156
2157 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
2158
2159 * wid-edit.el (widget-checkbox-action): Clear undo info.
2160
2161 2005-12-16 Bill Wohler <wohler@newt.com>
2162
2163 * menu-bar.el (kill-this-buffer): Set a good example by using menu
2164 bar, not menubar in comment.
2165
2166 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2167
2168 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
2169 After-change-functions should not clobber the match data.
2170
2171 2005-12-16 Juri Linkov <juri@jurta.org>
2172
2173 * simple.el (choose-completion): Use `buffer-substring-no-properties'
2174 instead of `buffer-substring'.
2175 (completion-common-substring): Doc fix.
2176 (completion-setup-function): Use minibuffer-completion-contents
2177 instead of minibuffer-contents. Don't set common-string-length
2178 initially. Remove special handling of partial-completion-mode.
2179 Move computation of completion-base-size into one cond.
2180 Call completion-base-size-function in mainbuf. In computation of
2181 completion-base-size for file name completion don't move point to
2182 the end of the minibuffer. Move computation of common-string-length
2183 into one cond. Start putting faces only when common-string-length>=0.
2184 Add condition to put completions-common-part when
2185 common-string-length>0.
2186
2187 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
2188 place point at the first different character in the minibuffer
2189 even if this position is at the beginning of the minibuffer.
2190
2191 * info.el (Info-read-node-name-1): In completion-base-size-function's
2192 lambda return 1 if common-substring or minibuffer-completion-contents
2193 starts with (, and 0 otherwise.
2194
2195 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
2196 Use `crm-current-element' for second arg of `display-completion-list'.
2197
2198 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
2199
2200 * files.el (set-auto-mode): Look for an interpreter specified on
2201 the first line also if search for mode specification succeeded,
2202 but the mode is not known.
2203
2204 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
2205
2206 * textmodes/org.el (org-tags-match-list-sublevels): New option.
2207 (org-open-at-point): Implement tag searches as links.
2208 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
2209 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
2210 (org-tags-sparse-tree, org-tags-view, org-set-tags)
2211 (org-agenda-dispatch): New commands.
2212 (org-use-tag-inheritance, org-tags-column): New options.
2213 (org-tab-follows-link, org-return-follows-link): New options.
2214 (org-tags): New customize group.
2215 (org-start-icalendar-file): Get local time zone.
2216 (org-tags-completion-function): New function.
2217 (org-set-font-lock-defaults): Make sure links will also be
2218 highlighted inside headlines.
2219
2220 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
2221
2222 * term.el (term-emulate-terminal):
2223 Let term-handle-ansi-terminal-messages override what Bash says about
2224 its current directory.
2225
2226 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2227
2228 * bindings.el (last-buffer): Move to simple.el.
2229 * simple.el (last-buffer): Move here.
2230 (get-next-valid-buffer): New function.
2231 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
2232 (prev-buffer): Ditto. Rename to `previous-buffer'.
2233
2234 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
2235 * bindings.el (global-map): Ditto.
2236
2237 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
2238
2239 * cus-edit.el: Introductory comment change.
2240 (custom-magic-alist): Change message string for the `rogue' state.
2241
2242 2005-12-15 Richard M. Stallman <rms@gnu.org>
2243
2244 * tooltip.el: Delete defcustom variable :tag names.
2245
2246 * complete.el (partial-completion-mode): Doc fix.
2247
2248 * textmodes/flyspell.el (flyspell-external-point-words):
2249 Use save-excursion to ensure we don't move backward in the
2250 search loop, not even one character.
2251 (flyspell-delete-all-overlays): Use remove-overlays directly.
2252
2253 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
2254 (ispell-start-process): Set that variable.
2255 Clear ispell-buffer-local-name.
2256 (ispell-internal-change-dictionary):
2257 Set ispell-current-dictionary after killing process.
2258 (ispell-buffer-local-dict):
2259 Don't set spell-personal-dictionary after killing process.
2260 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
2261 (ispell-tex-skip-alists, ispell-html-skip-alists)
2262 (ispell-skip-region-alist): Mark as risky.
2263
2264 * net/newsticker.el (newsticker--retrieval-timer-list)
2265 (newsticker--display-timer, newsticker-running-p)
2266 (newsticker-ticker-running-p): Definitions moved up.
2267
2268 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
2269
2270 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
2271
2272 2005-12-15 David Ponce <david@dponce.com>
2273
2274 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
2275 (recentf-edit-list, recentf-open-files): Signal an error when
2276 there is no recent file.
2277
2278 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2279
2280 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
2281 read-only except for texinfo-format-region evaluation.
2282
2283 2005-12-14 Richard M. Stallman <rms@gnu.org>
2284
2285 * vc.el (vc-default-previous-version, vc-default-next-version)
2286 (vc-do-command): Doc fixes.
2287
2288 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2289
2290 * textmodes/bibtex.el (bibtex-expand-strings)
2291 (bibtex-autokey-expand-string, bibtex-name-part)
2292 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
2293 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
2294 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
2295 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
2296 (bibtex-entry-postfix, bibtex-known-entry-type-re)
2297 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
2298 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
2299 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
2300 (bibtex-beginning-of-last-entry): Remove.
2301 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
2302 message if comma is missing but buffer is read-only.
2303 (bibtex-parse-field-text): Handle whitespaces at the end of field
2304 text. Return 3-element list with beginning and end of field text
2305 and end of field.
2306 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
2307 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
2308 (bibtex-search-forward-field, bibtex-search-backward-field):
2309 Search always delimited by limits of entry. Use more efficient
2310 search algorithms.
2311 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
2312 bibtex-end-of-name-in-field.
2313 (bibtex-text-in-field-bounds): Handle BibTeX strings when
2314 extracting the content of a field.
2315 (bibtex-text-in-field): Use search limits.
2316 (bibtex-parse-string-prefix): Handle empty string keys based on
2317 bibtex-string-empty-key.
2318 (bibtex-parse-string): Fix docstring.
2319 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
2320 (bibtex-preamble-prefix, bibtex-strings): New functions.
2321 (bibtex-skip-to-valid-entry): Include preceding whitespace in
2322 BibTeX entries (consistent with other BibTeX functions).
2323 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
2324 (bibtex-search-entry): Fix docstring. Simplify.
2325 (bibtex-flash-head, bibtex-complete-string-cleanup)
2326 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
2327 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
2328 (bibtex-parse-entry): New optional arg content.
2329 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
2330 Use bibtex-text-in-field-bounds.
2331 (bibtex-print-help-message): Handle BibTeX strings and preambles.
2332 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
2333 bibtex-parse-string-postfix.
2334 (bibtex-find-text-internal): New function.
2335 (bibtex-remove-delimiters): Use it.
2336 (bibtex-find-text): Use it. New optional arg help.
2337 (bibtex-complete): Handle BibTeX string and preamble entries.
2338 (bibtex-Preamble): Fix order of closing delimiters.
2339
2340 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2341
2342 * vc.el (vc-default-revert): New fun.
2343
2344 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
2345
2346 2005-12-14 Romain Francoise <romain@orebokech.com>
2347
2348 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
2349 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
2350 (font-lock-remove-keywords): Likewise.
2351
2352 2005-12-14 Juri Linkov <juri@jurta.org>
2353
2354 * log-view.el (log-view-diff): Doc fix.
2355
2356 * isearch.el (isearch-query-replace): Use (mark) instead of
2357 isearch-opoint if mark is active in transient-mark-mode.
2358
2359 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2360
2361 * isearch.el (isearch-query-replace): Check for isearch-other-end.
2362
2363 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
2364
2365 * progmodes/cpp.el (cpp-face): New widget.
2366 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2367
2368 2005-12-14 Juri Linkov <juri@jurta.org>
2369
2370 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
2371 around `erase-buffer' and `insert'.
2372
2373 * descr-text.el (describe-text-properties): Replace buffer name
2374 "*Help-2*" with "*Help*<2>".
2375 (describe-char): Add functions print-help-return-message,
2376 toggle-read-only. Use help-setup-xref with nil to not store
2377 describe-char in help-xref-stack. Use help-make-xrefs to
2378 make [back] button.
2379
2380 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
2381
2382 * wdired.el (wdired-old-point): New internal variable.
2383 (wdired-change-to-wdired-mode): Set it buffer-locally.
2384 (wdired-abort-changes): Restore point after aborting changes.
2385
2386 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * vc.el (vc-do-command): Add a new value t for okstatus.
2389
2390 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
2391 frame in case of errors.
2392
2393 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2394
2395 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
2396 so it comes after "On the Left" in the menu.
2397
2398 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
2399
2400 * cus-edit.el (customize-apropos, customize-apropos-options)
2401 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
2402
2403 2005-12-12 Bill Wohler <wohler@newt.com>
2404
2405 * vc-svn.el (vc-svn-registered): Fix problem of visiting
2406 non-writable Subversion-controlled files by saving window
2407 configuration before calling vc-do-command. vc-do-command calls
2408 pop-to-buffer on error which is unexpected during registration.
2409
2410 2005-12-12 Jay Belanger <belanger@truman.edu>
2411
2412 * calc/README: Update the summary of changes.
2413
2414 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * descr-text.el (describe-char): Rework last fix to solve the problem
2417 is the same way it's solved for everything else in that function
2418 (i.e. by extracting the info before setting up the *Help* buffer).
2419
2420 2005-12-12 Kim F. Storm <storm@cua.dk>
2421
2422 * subr.el (version-regexp-alist): Allow space as separator before
2423 non-numeric part, e.g. "1.0 alpha".
2424 (version-to-list): Interpret .X.Y version as 0.X.Y version.
2425
2426 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
2427
2428 * textmodes/org.el (org-agenda, org-timeline, org-todo):
2429 Implement Logging and the keep-modes setting.
2430 (org-get-category): Make sure a string is returned.
2431 (org-log-done): New function.
2432 (org-log-done, org-closed-string): New options.
2433
2434 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2435
2436 * tooltip.el (tooltip-y-offset): Change default to 20.
2437
2438 2005-12-12 Richard M. Stallman <rms@gnu.org>
2439
2440 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
2441
2442 * frame.el (display-hourglass): Doc fix.
2443
2444 * help.el (help-for-help-internal): Simplify entry for `a'.
2445
2446 * info.el (Info-on-current-buffer): Doc fix.
2447 (info-insert-file-contents): Don't test (featurep 'jka-compr).
2448
2449 * startup.el (inhibit-splash-screen): Make this the real name.
2450 (inhibit-startup-message): Make this the alias.
2451 (command-line): Find only simple.el, and use its directory
2452 to fill in other preloaded files' names.
2453 (command-line): Deactivate the mark if deactivate-mark is set.
2454
2455 * international/mule.el (load-with-code-conversion):
2456 Bind deactivate-mark.
2457
2458 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2459
2460 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
2461
2462 * cus-edit.el (customize-apropos): Avoid listing an option more
2463 than once under different aliases. No longer list user options
2464 that are not defined with defcustom (unless a prefix arg is given).
2465 Doc fix.
2466 (customize-apropos-options): Doc fix.
2467
2468 2005-12-11 Juri Linkov <juri@jurta.org>
2469
2470 * frame.el (set-background-color, set-foreground-color)
2471 (set-cursor-color, set-mouse-color, set-border-color):
2472 Add explicit prompts to read colors by `facemenu-read-color'.
2473 (show-trailing-whitespace, blink-cursor-delay)
2474 (blink-cursor-interval, display-hourglass, hourglass-delay):
2475 Remove tags.
2476 (display-hourglass, hourglass-delay): Doc fix.
2477 (cursor-in-non-selected-windows): Capitalize words in tag.
2478
2479 * faces.el (frame-background-mode): Replace `choice-item' keywords
2480 with `const' to not make [default] button. Change default value tag
2481 from `default' to `automatic'. Doc fix.
2482 (trailing-whitespace) <defface>: Change group `whitespace' to
2483 `whitespace-faces'.
2484
2485 2005-12-11 Richard M. Stallman <rms@gnu.org>
2486
2487 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
2488
2489 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2490
2491 * term/mac-win.el: Create keymap for mac-apple-event-map.
2492
2493 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
2494
2495 * tooltip.el (tooltip-mode): Move to start of file so that it
2496 appears at top of customize buffer.
2497
2498 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2499 Add the gud groupname.
2500 (gud-tooltip-mode): Add the tooltip groupname.
2501 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
2502 avoid conflict with tooltip-use-echo-area.
2503
2504 2005-12-10 Romain Francoise <romain@orebokech.com>
2505
2506 * help.el (help-for-help-internal): Add `r' in doc string.
2507
2508 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2509
2510 * align.el (align-regexp, align-highlight-rule):
2511 Use region-beginning and region-end instead of point and mark, so that
2512 repetition (with `repeat-complex-command') recomputes the region
2513 bounds.
2514
2515 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
2516
2517 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
2518 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
2519 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
2520 (balance-windows): Rewrite using the above new functions.
2521
2522 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
2523
2524 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
2525 react if global-hi-lock-mode seems intended.
2526 (global-hi-lock-mode) Renamed from hi-lock-mode.
2527 (hi-lock-archaic-interface-message-used)
2528 (hi-lock-archaic-interface-deduce): New variables.
2529 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
2530 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2531 (hi-lock-find-patterns, hi-lock-font-lock-hook):
2532 Replace hi-lock-buffer-mode with hi-lock-mode.
2533
2534 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
2535
2536 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
2537 completion list, even after a partial completion has been
2538 inserted in the current buffer. If there are more than 1
2539 completion, redisplay the *Completions* buffer; if the
2540 completion is unique, delete the *Completions* window.
2541
2542 2005-12-10 Eli Zaretskii <eliz@gnu.org>
2543
2544 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
2545 strings and long subject lines that were broken into multiple
2546 lines at arbitrary places. Handle subjects that have "Re: " in
2547 the middle.
2548
2549 2005-12-10 John W. Eaton <jwe@octave.org>
2550
2551 * emacs/octave-mod.el (octave-electric-space): Don't indent
2552 comments or strings if octave-auto-indent is nil.
2553
2554 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2555
2556 * term/mac-win.el: Require url when compiling.
2557 Call mac-process-deferred-apple-events after loading init files.
2558 (mac-apple-event-map): New defvar. Define event handlers in it.
2559 (core-event, internet-event): New Apple event class symbols.
2560 (open-application, reopen-application, open-documents)
2561 (print-documents, open-contents, quit-application)
2562 (application-died, show-preferences, autosave-now, get-url):
2563 New Apple event ID symbols.
2564 (about): New HICommand ID symbol.
2565 (mac-event-spec, mac-event-ae): New macros.
2566 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
2567 (mac-ae-selection-range, mac-ae-text-for-search)
2568 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
2569 (mac-application-menu-map): Remove keymap. Handlers for HICommand
2570 and Services menu events are now defined in mac-apple-event-map.
2571 (mac-drag-n-drop): Remove selection range handling.
2572
2573 2005-12-10 Kenichi Handa <handa@m17n.org>
2574
2575 * simple.el (zap-to-char):
2576 * isearch.el (isearch-process-search-char): Translate CHAR by
2577 translation-table-for-input.
2578
2579 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * foldout.el (foldout-exit-fold): Properly hide subtree.
2582
2583 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
2584
2585 * files.el (save-buffer):
2586 * international/ucs-tables.el (ucs-set-table-for-input):
2587 * mail/mail-extr.el (mail-extract-address-components):
2588 * mail/sendmail.el (mail-mode): Reformat doc string.
2589
2590 2005-12-09 Juri Linkov <juri@jurta.org>
2591
2592 * isearch.el (isearch-highlight): Change main overlay priority
2593 from 1 to 1001. Simplify.
2594 (isearch-lazy-highlight-update): Change lazy overlay priority
2595 from 0 to 1000.
2596
2597 * replace.el (replace-highlight): Change overlay priority from
2598 1 to 1001.
2599
2600 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2601 Change overlay priority from 1 to 1001. Reuse existing overlay.
2602
2603 * compare-w.el (compare-windows-highlight): Change overlay
2604 priority from 1 to 1000.
2605
2606 * menu-bar.el (menu-bar-edit-menu): Add listp around
2607 pending-undo-list to disable menu item "undo" when pending
2608 undo list is empty.
2609
2610 * locate.el (locate): Disable undo in *Locate* buffer.
2611
2612 2005-12-09 Kim F. Storm <storm@cua.dk>
2613
2614 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
2615
2616 2005-12-09 David Ponce <david@dponce.com>
2617
2618 * recentf.el: Improvement of the menu code.
2619 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
2620 instead of menu hook.
2621 (recentf-show-menu, recentf-hide-menu): New functions.
2622 (recentf-menu-customization-changed, recentf-mode): Use them.
2623 (recentf-menu-action, recentf-max-menu-items)
2624 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
2625 (recentf-arrange-by-rule-others)
2626 (recentf-arrange-by-rules-min-items)
2627 (recentf-arrange-by-rule-subfilter) : Don't use
2628 `recentf-menu-customization-changed'.
2629 (recentf-arrange-rules): Likewise. Accept functions to compute
2630 sub-menu titles.
2631 (recentf-menu-filter): Likewise. Doc fix.
2632 (recentf-menu-value-shortcut): Doc fix.
2633 (recentf-dump-variable): Quote atom value.
2634 (recentf-make-menu-items): Update to use it as a menu filter.
2635 (recentf-match-rule): New function.
2636 (recentf-arrange-by-rule): Use it.
2637 (recentf-indirect-mode-rule): New function.
2638 (recentf-build-mode-rules): Use it.
2639 (recentf-dir-rule): New function.
2640 (recentf-arrange-by-dir): Use it.
2641 (recentf-filter-changer-current): Rename from
2642 `recentf-filter-changer-state'. All references updated.
2643 (recentf-filter-changer-alist): Update filter names.
2644 (recentf-filter-changer-select): New function.
2645 (recentf-filter-changer): Use it. Make a sub-menu from filters
2646 available in `recentf-filter-changer-alist'.
2647 (recentf-data-cache, recentf-clear-data)
2648 (recentf-update-menu): Remove. All references updated.
2649 (recentf-match-rule-p, recentf-build-dir-rules)
2650 (recentf-filter-changer-goto-next)
2651 (recentf-filter-changer-get-current)
2652 (recentf-filter-changer-get-next): Remove.
2653
2654 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
2655
2656 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
2657 buffer "Reset" button to "Reset to Current" for consistency with
2658 the State buttons.
2659
2660 2005-12-08 John Paul Wallington <jpw@pobox.com>
2661
2662 * ibuf-ext.el (define-ibuffer-filter filename):
2663 If `dired-directory' is a list then really use its car.
2664
2665 2005-12-08 Kim F. Storm <storm@cua.dk>
2666
2667 * emulation/cua-rect.el (cua--rectangle-aux-replace):
2668 Fix indention of text on right side of replaced rectangle.
2669
2670 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
2671
2672 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
2673 No need to check gud-comint-buffer is bound.
2674 (gdb): Prevent multiple debugging when first session uses gdba.
2675
2676 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2677
2678 CC Mode update to 5.31.
2679
2680 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
2681 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
2682 might do this function properly in the future).
2683
2684 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
2685 macros c-sentence-end and c-default-value-sentence end, to cope
2686 with Emacs 22's new function `sentence-end'.
2687
2688 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2689
2690 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
2691 compat issue using `c-put-overlay' and `c-delete-overlay'.
2692
2693 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
2694 compat macros to handle overlays/extents.
2695
2696 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2697
2698 * progmodes/cc-fix.el: Add definitions of the macros push and pop
2699 (for GNU Emacs 20.4)
2700
2701 * progmodes/cc-defs.el:
2702 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
2703
2704 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
2705 highlighting mechanism so it will work in XEmacs too.
2706
2707 * progmodes/cc-defs.el: Insert c-int-to-char.
2708
2709 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
2710 call to the new macro c-int-to-char. This solves XEmacs's
2711 regarding characters as different from integers.
2712
2713 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2714
2715 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
2716 helper.
2717
2718 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
2719 construct to make the indirect face lookup work in XEmacs.
2720
2721 (c-cpp-matchers): Append the negation char face to the existing
2722 fontification, so that the cpp face doesn't disappear. Use
2723 `c-make-syntactic-matcher' to avoid negation chars in comments and
2724 strings.
2725
2726 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
2727 to map to `font-lock-negation-char-face' in emacsen where it
2728 exists.
2729
2730 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2731
2732 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
2733
2734 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
2735 Rename "c-subword-move-mode" as "c-subword-mode".
2736
2737 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
2738 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
2739
2740 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2741
2742 * progmodes/cc-mode.el: Added autoload directive for
2743 `c-subword-move-mode' for use in older emacsen.
2744
2745 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2746
2747 * progmodes/cc-mode.el:
2748 (i) Insert a binding for C-c C-backspace into
2749 c-bind-special-erase-keys which works in TTYs.
2750 (ii) Make sure that when file styles are used, any explicitly
2751 given style variables take priority over those in the style. Do
2752 this by calling `hack-local-variables' a second time.
2753
2754 * progmodes/cc-vars.el: Add language specific customization
2755 widgets for AWK to c-doc-comment-style, c-require-final-newline
2756 and c-default-style. Add a defcustom for awk-mode-hook. Give
2757 c-syntactic-element and c-syntactic-context doc-strings by
2758 directly setting their `variable-documentation' propery. This
2759 allows Emacs 22.1 to read these with C-h v.
2760
2761 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
2762 Monnier).
2763
2764 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2765
2766 * progmodes/cc-fonts.el, cc-vars.el
2767 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
2768 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
2769 Masatake YAMATO.
2770
2771 (c-doc-comment-style): Made GtkDoc default in C mode.
2772
2773 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
2774 and C-c C-<delete>.
2775
2776 (c-bind-special-erase-keys): New function for use on
2777 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
2778
2779 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
2780 <delete> key behavior in XEmacs according to `delete-forward-p'.
2781 C.f. `c-electric-delete'.
2782
2783 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2784
2785 * progmodes/cc-mode.el: Give c-hungry-backspace and
2786 c-hungry-delete-forward permanent key bindings.
2787
2788 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
2789 c-syntactic-context for calls to "criteria functions", for
2790 consistency with other calls to user functions.
2791
2792 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
2793 `current-prefix-arg', since this might be the prefix arg to a
2794 command which calls c-indent-command as a function. Change the
2795 interactive spec from "p" to "P".
2796
2797 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
2798 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
2799 was difficult to understand.
2800
2801 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2802
2803 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
2804 first char of an identifier.
2805
2806 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
2807 +" syntax in C++.
2808
2809 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2810
2811 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
2812 auto-fill doesn't split a c-comment's last word from a hanging
2813 "*/" when a space is typed between them after fill-column.
2814
2815 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
2816
2817 * progmodes/cc-styles.el (c-set-style)
2818 (c-setup-paragraph-variables): Abort the command if we're not in a
2819 CC Mode buffer.
2820
2821 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
2822 with blank comment-prefix, and a blank line as the comment's
2823 second line.
2824
2825 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2826
2827 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
2828 Incorporated the patterns added in the Emacs development branch
2829 for the new Emacs 22 face `font-lock-negation-char-face'.
2830
2831 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
2832 of "red" since it stands out better in xterms and DOS terminals.
2833
2834 * progmodes/cc-engine.el (c-literal-faces): Added
2835 `font-lock-comment-delimiter-face' which is new in Emacs 22.
2836
2837 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2838
2839 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
2840 forcibly enable c-electric-flag.
2841
2842 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
2843 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
2844 just after the comment-prefix of a C-style comment will close that
2845 comment.
2846
2847 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2848
2849 * progmodes/cc-fonts.el (c-basic-matchers-before)
2850 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
2851 in Pike.
2852
2853 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
2854 digraphs.
2855
2856 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
2857 (c-cpp-message-directives, c-cpp-include-directives)
2858 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
2859 (c-cpp-expr-directives): Introduced new language constants to
2860 control cpp syntax in a cleaner way.
2861
2862 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
2863
2864 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
2865
2866 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
2867 (c-multiline-string-start-char): New language constants and
2868 variables to specify how newlines in string literals work.
2869
2870 (c-font-lock-invalid-string): Use them.
2871
2872 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
2873 unbalanced close brace is entered. Optimization by avoiding going
2874 back over arbitrarily large blocks. Removed hints that this
2875 function only would be relevant/useful in AWK.
2876
2877 (c-electric-brace): Indent syntactically after the cleanups since
2878 lineup functions might do it differently then.
2879
2880 * progmodes/cc-engine.el, cc-langs.el
2881 (c-opt-op-identifier-prefix): New language constant and variable.
2882
2883 (c-just-after-func-arglist-p, c-after-special-operator-id)
2884 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
2885
2886 * progmodes/cc-align.el, cc-engine.el
2887 (c-after-special-operator-id): New helper to handle C++ operator
2888 identifiers.
2889
2890 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
2891 (c-guess-basic-syntax): Handle C++ operator identifiers in
2892 declarations.
2893
2894 * progmodes/cc-langs.el (c-assignment-operators): Added the
2895 trigraph version of ^= too.
2896
2897 * progmodes/cc-langs.el (c-assignment-operators): Added the
2898 trigraph version of |= in C++.
2899
2900 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
2901 `c-decl-hangon-kwds' after the identifier name.
2902
2903 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
2904 whether an arglist is "nonempty", ignore a comment after the open
2905 paren if it isn't followed by a non-comment token on the same
2906 line.
2907
2908 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
2909 heuristics below the point to cope with classes inside special
2910 brace lists in Pike.
2911
2912 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2913
2914 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
2915
2916 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2917
2918 * progmodes/cc-guess.el (cc-guess-install): New function to
2919 install an already guessed style in another buffer.
2920
2921 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
2922 sets `inhibit-read-only' - `c-save-buffer-state' should be used
2923 anyway if the change always is undone.
2924
2925 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2926
2927 Implement togglable electricity:
2928
2929 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
2930 saying when it should be used.
2931
2932 * progmodes/cc-engine.el: Add the new buffer-local variable,
2933 c-electric-flag.
2934
2935 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
2936 c-toggle-auto-newline.
2937
2938 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
2939 c-toggle-auto-newline. Remove the binding for
2940 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
2941 c-toggle-electric-state.
2942
2943 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
2944
2945 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
2946 c-\(forward\|backward\)-subword.
2947 (c-update-modeline): Add the new modeline flag `l' for
2948 `c-electric-flag'. Make the auto-newline flag `a' dependent on
2949 `l'.
2950 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
2951 the old name an alias of the new name.
2952 (c-toggle-electric-state): New function.
2953 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
2954 Adapt these functions to do electric things only when
2955 c-electric-flag is non-nil.
2956 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
2957 new functions from c-electric-brace.
2958 (c-point-syntax): Add a check for "virtual semicolons" in AWK
2959 mode, so that the tentative extra newline doesn't change the
2960 syntax of the following brace.
2961 (c-electric-brace): Restructure by extracting the above functions.
2962 Tidy up the coding somewhat.
2963 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
2964 restructure a bit.
2965
2966 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2967
2968 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
2969 anchor position(s) using faces. Thanks to Masatake YAMATO for the
2970 idea.
2971
2972 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
2973 (c-submode-indicators): Changed name from `c-auto-hungry-string'
2974 since it's now used to track another submode.
2975
2976 (c-update-modeline): Converted to function and extended to check
2977 `c-subword-move-mode'.
2978
2979 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2980 Converted to compat aliases for `c-forward-subword' and
2981 `c-backward-subword'.
2982
2983 * progmodes/cc-subword.el: New functions and minor mode to handle
2984 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
2985
2986 (c-forward-subword, c-backward-subword, c-mark-subword)
2987 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
2988 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
2989 Functions corresponding to the standard word handling functions.
2990
2991 (c-subword-move-mode): Minor mode that replaces all the standard
2992 word handling functions with their subword equivalences.
2993
2994 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2995
2996 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
2997 entry for one-liner-defun.
2998
2999 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
3000 name in its def-edebug-spec.
3001
3002 * progmodes/cc-cmds.el (c-electric-brace): Make the
3003 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
3004 compacts space before a comment, if this will make things fit on
3005 one line.
3006
3007 Introduce an "awk" style, mainly for auto-newline and clean-ups.
3008
3009 * progmodes/cc-align.el: New function c-snug-1line-defun-close
3010
3011 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
3012 clean-up one-liner-defun.
3013
3014 * progmodes/cc-styles.el: Add the new "awk" style.
3015
3016 * progmodes/cc-vars.el: Add description of one-liner-defun to
3017 c-cleanup-list's doc-string. New user options,
3018 c-max-one-liner-length. In c-default-style, set the default style
3019 for AWK to "awk".
3020
3021 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3022
3023 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
3024 macros inside labels.
3025
3026 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
3027 `c-at-statement-start-p' and `c-at-expression-start-p'.
3028
3029 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
3030 error if the mark isn't set.
3031
3032 * progmodes/cc-engine.el (c-guess-continued-construct)
3033 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
3034 accurately detect functions inside functions.
3035
3036 * progmodes/cc-engine.el (c-at-expression-start-p): New function
3037 like `c-at-statement-start-p' that additionally recognizes commas
3038 and expression parentheses as delimiters.
3039
3040 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
3041 to avoid heuristics that doesn't work for unclosed blocks.
3042
3043 (c-at-statement-start-p): New function.
3044
3045 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
3046 Objective-C directives, e.g. directives spanning lines should work
3047 reasonably well now.
3048
3049 (c-put-c-type-property, c-clear-c-type-property): New helpers.
3050
3051 (c-forward-objc-directive): New function to move over any ObjC
3052 directive.
3053
3054 (c-just-after-func-arglist-p, c-guess-basic-syntax)
3055 (c-basic-matchers-before): Use it.
3056
3057 (c-font-lock-objc-iip-decl): Removed.
3058
3059 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
3060 in the template arglist recognition.
3061
3062 * progmodes/cc-styles.el (c-style-alist): Fixed several
3063 inconsistencies in the Whitesmith style.
3064
3065 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
3066 New lineup function to get lines after Whitesmith style blocks
3067 correctly indented.
3068
3069 (c-lineup-whitesmith-in-block): Backed out the compensation for
3070 opening parens since it's done using `add' lists in the style
3071 definition instead. Don't use the anchor position since it varies
3072 too much between the syntactic symbols. :P
3073
3074 * progmodes/cc-vars.el (c-valid-offset): Updated.
3075
3076 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
3077 lists where the offsets are combined according to several
3078 different methods: `first', `min', `max', and `add'. Report
3079 offset evaluation errors with `c-benign-error' so that some kind
3080 of reindentation still is done.
3081
3082 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
3083 `arglist-intro' the same way as `arglist-cont-nonempty' and
3084 `arglist-close'.
3085
3086 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
3087 situations for `arglist-cont-nonempty' and `arglist-close'.
3088
3089 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
3090 constant.
3091
3092 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
3093 cc-bytecomp-boundp' in a number of places.
3094
3095 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
3096 macro related issue.
3097
3098 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3099
3100 * progmodes/cc-awk.el: Change the terminology of regexps: A char
3101 list is now [asdf], a char class [:alpha:]. Include code for char
3102 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
3103 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
3104 regexps.
3105
3106 Remove (nearly all of) the cruft associated with AWK Mode's former
3107 concept of "virtual semicolons":
3108
3109 Adapt c-beginning-of-statement, c-end-of-statement (together with
3110 subfunctions) to use the new notion of "virtual semicolon" in
3111 place of the old awkward special handling for AWK. There remains
3112 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
3113 * progmodes/cc-cmds.el:
3114 (c-ascertain-adjacent-literal): In the backwards direction, now
3115 recognises AWK regexp delimiters as string delimiters.
3116 (c-after-statement-terminator-p): Adapt for virtual semicolons;
3117 check more rigorously for "end of macro".
3118 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
3119 virtual semicolons;
3120 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
3121 out the code for forward movement into ...
3122 (c-end-of-statement): Now contains the code for forward movement,
3123 adapted for virtual semicolons.
3124
3125 * progmodes/cc-engine.el:
3126 (c-ws*-string-limit-regexp): New regexp.
3127 (c-forward-single-comment, c-backward-single-comment): Comment out
3128 the (now redundant) "special" AWK stuff.
3129
3130 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
3131 c-string-par-start, c-string-par-separate to be more like Text
3132 Mode than Fundamental Mode.
3133
3134 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3135
3136 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
3137 to the fontified region so that fontification doesn't occur
3138 outside it (could happen e.g. when fontifying a line with an
3139 unfinished declaration).
3140
3141 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3142
3143 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
3144 moved to near the start of the file. ^L now separate sections of
3145 the file. New defconsts: c-awk-non-eol-esc-pair-re,
3146 c-awk-blank-or-comment-line-re,
3147 c-awk-one-line-possibly-open-string-re,
3148 c-awk-regexp-one-line-possibly-open-char-class-re,
3149 c-awk-one-line-possibly-open-regexp-re,
3150 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
3151 c-awk-vsemi-status-unknown-p.
3152
3153 Amend the concept of "virtual semicolons" (in the indentation
3154 engine) for languages like AWK, such that they are now
3155 conceptually attached to end of the last token of a statement, not
3156 the end of the line. (In AWK Mode, however, the pertinent text
3157 property is still physically set on the EOL.) Remove the specific
3158 tests for awk-mode, thus facilitating the introduction of other
3159 language modes where EOLs can end statements. (Note: The
3160 funtionality in cc-cmds.el, specifically
3161 c-beginning/end-of-statement has yet to be amended.)
3162
3163 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
3164 c-vsemi-status-unknown-p.
3165
3166 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
3167 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
3168 c-vsemi-status-unknown-p-fn (in a new page).
3169
3170 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
3171 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
3172 numerous awkward forms like
3173 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
3174 with
3175 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
3176 variable before-ws-ip, the place just after char-before-ip
3177 appears.
3178
3179 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
3180 a comment.
3181
3182 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3183
3184 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
3185 `c-tentative-buffer-changes'.
3186
3187 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
3188 converted to macro to choose between Emacs and XEmacs at compile
3189 time.
3190
3191 (c-set-region-active): New set counterpart to
3192 `c-region-is-active-p'.
3193
3194 (c-tentative-buffer-changes): New macro to handle temporary buffer
3195 changes in a convenient way.
3196
3197 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
3198 for `c-tentative-buffer-changes'.
3199
3200 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
3201 the checks for paren sexps between the point and the keyword, to
3202 avoid some false alarms.
3203
3204 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
3205 Fixed a situation where an error could be thrown for unbalanced
3206 parens. Changed to make use of c-keyword-member' to avoid some
3207 repeated regexp matches.
3208
3209 (c-opt-lambda-key, c-opt-inexpr-block-key,
3210 c-opt-inexpr-class-key): These language variable are no longer
3211 necessary.
3212
3213 (c-block-stmt-kwds): New language constant used by
3214 c-looking-at-inexpr-block'.
3215
3216 (c-guess-basic-syntax): Removed an optional check that looked at
3217 the existence of the now removed language variables.
3218
3219 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
3220 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
3221 object instantiation expressions as declarations in some contexts.
3222 This bug only affected languages where the declarator can't be
3223 enclosed in parentheses.
3224
3225 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
3226 insert newlines before and after substatement braces.
3227
3228 * progmodes/cc-engine.el: Improved the heuristics for recognizing
3229 function declaration headers and the handling of C++ style member
3230 init lists.
3231
3232 (c-just-after-func-arglist-p): Rewritten to use
3233 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
3234
3235 (c-beginning-of-member-init-list): Removed since it isn't used
3236 anymore.
3237
3238 (c-guess-basic-syntax): Case 5B adapted for the new
3239 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
3240 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
3241 covers all cases now).
3242
3243 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
3244
3245 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3246
3247 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
3248 c-string-par-start/separate c-sentence-end-with-esc-eol,
3249 initialised in c-setup-paragraph-variables, used in string
3250 scanning subroutines of c-beginning-of-statement.
3251
3252 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
3253 which precedes the newly inserted `{'.
3254
3255 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3256
3257 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
3258 function for declaration level blocks. It should now cope with
3259 templates better and also be a lot more comprehensible.
3260
3261 (c-looking-at-decl-block): The new function.
3262
3263 (c-search-uplist-for-classkey): The old one. It's now a wrapper
3264 for compatibility.
3265
3266 (c-add-class-syntax, c-guess-continued-construct,
3267 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
3268
3269 (c-decl-block-key): Changed to tell apart ambiguous and
3270 unambiguous keywords. Pike specials are now handled directly in
3271 the code instead.
3272
3273 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
3274 language constants and variables to make the backward skip in
3275 `c-looking-at-decl-block' as tight as possible.
3276
3277 (c-nonsymbol-token-char-list): New language constant.
3278
3279 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
3280 find balanced template arglists backwards.
3281
3282 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
3283 making char classes for `c-syntactic-skip-backward'.
3284
3285 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
3286 16D - can't be a class-close at that point.
3287
3288 * progmodes/cc-engine.el (c-guess-basic-syntax)
3289 (c-add-class-syntax): Don't narrow out the enclosing declaration
3290 level. This makes everything a lot easier, and it was actually
3291 only four small places that needed it to work. Some places that
3292 previously did `widen' are removed now, which has the effect that
3293 `c-guess-basic-syntax' never will look at things outside the
3294 current narrowment now. The anchor position for `topmost-intro'
3295 is affected by this, but it was so bogus it was basically useless
3296 before, and now it's equally bogus but in a slightly different
3297 way.
3298
3299 (c-narrow-out-enclosing-class): Gone.
3300
3301 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
3302 the narrowed region.
3303
3304 (c-least-enclosing-brace): Removed silly optional argument.
3305
3306 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
3307 the point could be left directly after an open paren when finding
3308 the beginning of the first decl in the block.
3309
3310 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
3311 Specify which submatch to use.
3312
3313 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
3314
3315 (c-decl-start-re): No longer any need for special treatment of
3316 ObjC due to the above.
3317
3318 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
3319 presumably follows C in that regard.
3320
3321 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
3322 New language constants to specify operator tokens inside
3323 identifiers in a more high level way.
3324
3325 (c-opt-identifier-prefix-key): New internal language constant.
3326
3327 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
3328 (c-identifier-start, c-identifier-key): Now completely calculated
3329 from other constants.
3330
3331 (c-identifier-last-sym-match): Decommissioned since it's no longer
3332 used.
3333
3334 (c-operators): Use `c-identifier-ops'. Documented
3335 `postfix-if-paren'.
3336
3337 * progmodes/cc-engine.el (c-forward-name): Removed the
3338 optimization when c-identifier-key is equal to c-symbol-key since
3339 it doesn't work in byte compiled files. Don't record empty
3340 regions as identifiers.
3341
3342 * progmodes/cc-langs.el (c-filter-ops): New helper function to
3343 simplify access to `c-operators' and its likes.
3344
3345 (c-operator-list, c-all-op-syntax-tokens)
3346 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
3347 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
3348 (c-primary-expr-regexp, c-cast-parens): Use it.
3349
3350 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
3351 an explicit language in functions.
3352
3353 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
3354 variant of adornment.
3355
3356 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
3357 variable.
3358
3359 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
3360 the Pike value.
3361
3362 * progmodes/cc-engine.el (c-on-identifier)
3363 (c-simple-skip-symbol-backward): Small fix for handling "-"
3364 correctly in `skip-chars-backward'. Affected the operator lfun
3365 syntax in Pike.
3366
3367 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
3368 diagnostic message about precompiled language vars not being used.
3369
3370 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
3371 "__attribute__" is followed by a parenthesis.
3372
3373 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
3374 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
3375 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
3376
3377 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
3378 cleanups to properly detect the declared identifiers in various
3379 declarations.
3380
3381 (c-decl-start-kwds): New language constant to recognize
3382 declarations that can start anywhere. Used for class declarations
3383 in Pike.
3384
3385 (c-specifier-key, c-not-decl-init-keywords)
3386 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
3387 (c-find-decl-spots): Implement `c-decl-start-kwds'.
3388
3389 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
3390 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
3391 handling of the compiler specific extension keywords into a new
3392 language constant `c-decl-hangon-kwds' that defines keyword
3393 clauses to be ignored in declarations.
3394
3395 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
3396 past unrecognized tokens when handling `c-colon-type-list-kwds'.
3397 Necessary to stop at the declared identifier in e.g. IDL valuetype
3398 declarations.
3399
3400 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
3401 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
3402 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
3403 (c-forward-decl-or-cast-1): Recognize the declared identifier in
3404 class and enum declarations as such and not as part of the type.
3405
3406 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
3407 interpretation of PRECEDING-TOKEN-END when there's no preceding
3408 token.
3409
3410 (c-forward-decl-or-cast-1): Don't disregard sure signs of
3411 declarations when there's some syntax error later on.
3412
3413 (c-complex-decl-matchers): Did away with a reference to
3414 `c-specifier-key'.
3415
3416 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
3417 value - this variable is always dynamically bound.
3418
3419 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
3420 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
3421 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
3422 functions that might do hidden buffer changes: All such internal
3423 functions are now marked instead of those that don't.
3424
3425 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
3426 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
3427 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
3428 (c-literal-type): Allow these functions to make hidden buffer changes,
3429 so that they are free to use text property caching later on.
3430
3431 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
3432 (c-electric-brace, c-electric-slash, c-electric-star)
3433 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
3434 (c-electric-paren, c-electric-continued-statement, c-indent-command)
3435 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
3436 (c-context-line-break): Added `c-save-buffer-state' calls to comply
3437 with the changed semantics of the functions above.
3438
3439 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
3440 when macros occur in obscure places. Optimized the sexp movement
3441 a bit.
3442
3443 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3444
3445 Enhancements for c-beginning-of-statement to work in AWK Mode:
3446
3447 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
3448 (completed statement) with `}' (statement completed by closing
3449 brace or semicolon) and `$' (statement completed by EOL).
3450
3451 (c-awk-virtual-semicolon-ends-prev-line-p)
3452 (c-awk-virtual-semicolon-ends-line-p)
3453 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
3454 (c-awk-at-statement-end-p): New functions.
3455
3456 * progmodes/cc-cmds.el: Simplify the structure of functions
3457 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
3458 two functions and c-beginning-of-statement to handle AWK Mode.
3459
3460 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
3461 c-backward-single-comment for AWK mode. Attempt to clarify their
3462 doc-strings.
3463
3464 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
3465
3466 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3467
3468 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
3469 label handling. Labels are now recognized in a uniform and more
3470 robust way, regardless of context. Text properties are put on all
3471 labels to recognize the following declarations better. Multiword
3472 labels are handled both in indentation and fontification for the
3473 benefit of language extensions like Qt. For consistency, keywords
3474 in labels are now fontified with the label face instead. That
3475 also applies to "case" and "default".
3476
3477 (c-beginning-of-statement-1): Fixed some bugs in the label
3478 handling. Disregard `c-nonlabel-token-key' in labels that begin
3479 with `c-label-kwds'.
3480
3481 (c-find-decl-spots): Support that the callback adds more
3482 `c-decl-end' spots to find.
3483
3484 (c-forward-decl-or-cast-1): Don't treat a list of plain
3485 identifiers followed by a colon as a declaration.
3486
3487 (c-forward-label): New function to recognize labels.
3488
3489 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
3490 `c-forward-label'. Moved the label recognition cases (14 and 15)
3491 earlier since they aren't so context sensitive now. Handle labels
3492 on the top level gracefully. Moved access label recognition to
3493 the generic label case (CASE 15) - removed CASE 5E.
3494
3495 (c-font-lock-declarations): Added recognition of labels in the
3496 same round since we need to handle labels in parallell with other
3497 declarations to recognize both accurately. It should also improve
3498 speed.
3499
3500 (c-simple-decl-matchers, c-basic-matchers-after): Moved
3501 `c-font-lock-labels' so that it only is used on decoration level 2
3502 since `c-font-lock-declarations' handles it otherwise.
3503
3504 (c-complex-decl-matchers): Removed the simplistic recognition of
3505 access labels.
3506
3507 (c-decl-prefix-re): Removed the kludges that was necessary to cope
3508 with labels earlier.
3509
3510 (c-decl-start-re): New language variable to make
3511 `c-font-lock-declarations' stop for the special protection labels
3512 in Objective-C that start with `@'.
3513
3514 (c-label-key): Removed since it's no longer used.
3515
3516 (c-recognize-colon-labels, c-label-prefix-re): New language
3517 constants to support recognition of generic colon-terminated
3518 labels.
3519
3520 (c-type-decl-end-used): `c-decl-end' is now used whenever there
3521 are colon terminated labels.
3522
3523 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
3524 first argument starts with a special brace list.
3525
3526 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
3527 (c-font-lock-declarations): Broke out the declaration and cast
3528 recognition from `c-font-lock-declarations' to a new function, so
3529 that it can be used in the indentation engine.
3530
3531 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
3532 up to the start of the literal. Fixed bug with the point on the
3533 wrong side of the search limit that could happen when the start
3534 position is inside a literal.
3535
3536 * progmodes/cc-engine.el (c-parse-state)
3537 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
3538 so that it's kept a little bit back to increase the hit rate.
3539
3540 (c-parse-state): Changed the macro handling and fixed some
3541 glitches. Macro context is checked more often than necessary now,
3542 but otoh less garbage conses are generated.
3543
3544 * progmodes/cc-engine.el (c-parse-state)
3545 (c-invalidate-state-cache): Cache the last position where
3546 `c-state-cache' applies. This can speed up refontification quite
3547 a bit in blocks where there are many non-brace parens before the
3548 point.
3549
3550 (c-state-cache-end): New variable for this.
3551
3552 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
3553 cache variable.
3554
3555 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
3556 get close initial continue positions when the start position is
3557 inside a literal or macro. Do not call the callback for spots
3558 before the start position (which can happen e.g. for `c-decl-end'
3559 spots inside comments). Optimize better in special cases when the
3560 region is a single line inside a literal or macro (typically when
3561 the current line is refontified).
3562
3563 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
3564 to `c-add-stmt-syntax' - there's no need to explicitly whack off
3565 entries from the paren state.
3566
3567 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
3568 special case for "else if" clauses.
3569
3570 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
3571 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
3572
3573 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
3574 language variable to recognize the gcc extension with statement
3575 blocks inside expressions.
3576
3577 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
3578 it somewhat more comprehensible. The argument AT-BLOCK-START is
3579 no longer used and hence removed.
3580
3581 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
3582 to `c-add-stmt-syntax'.
3583
3584 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
3585 `c-beginning-of-statement-1' instead of duplicating parts of it.
3586 This fixes bogus label recognition.
3587
3588 * progmodes/cc-engine.el (c-add-type, c-check-type)
3589 (c-forward-name, c-forward-type): Improved storage of template
3590 types in `c-found-types' so that they can be recognized better.
3591
3592 (c-syntactic-content): Added option to skip past nested parens.
3593
3594 * progmodes/cc-engine.el (c-forward-name): Set
3595 `c-last-identifier-range' all the time. It's less work that way.
3596 Handle that there might not be an identifier to store in
3597 `c-last-identifier-range'.
3598
3599 (c-forward-type): Handle that `c-last-identifier-range' might be
3600 nil from `c-forward-name'.
3601
3602 * progmodes/cc-defs.el (c-safe-scan-lists)
3603 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
3604
3605 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
3606 to work even if the form fails.
3607
3608 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
3609 down in a large file in one go.
3610
3611 (c-get-fallback-start-pos): New helper function for
3612 `c-parse-state'.
3613
3614 * progmodes/cc-align.el (c-lineup-assignments): New lineup
3615 function which is like `c-lineup-math' but returns nil instead of
3616 `c-basic-offset' when it doesn't match.
3617
3618 (c-lineup-math): Changed to use `c-lineup-assignments'.
3619
3620 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3621
3622 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
3623 c-beginning-of-statement. New subfunctions
3624 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
3625
3626 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3627
3628 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
3629 hardcoded char classes whereever possible. Changed a couple of
3630 places to use skip by syntax instead of skip by char class.
3631
3632 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
3633 Fixed a bug in the regexp that caused extreme backtracking.
3634
3635 * progmodes/cc-langs.el (c-block-comment-starter)
3636 (c-block-comment-ender): New language constants to specify in a
3637 single place how block comments look.
3638
3639 (c-comment-start-regexp, c-block-comment-start-regexp)
3640 (comment-start, comment-end, comment-start-skip)
3641 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
3642 (c-syntactic-ws, c-nonempty-syntactic-ws)
3643 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
3644 `c-line-comment-starter', `c-block-comment-starter' and
3645 `c-block-comment-ender'.
3646
3647 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
3648 New language constants to break up things a bit.
3649
3650 (c-simple-ws): New language constant for simple whitespace.
3651
3652 * progmodes/cc-defs.el (c-concat-separated): New convenience
3653 function.
3654
3655 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
3656 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
3657 newlines. Allow and ignore nil elements in the list.
3658
3659 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3660
3661 * progmodes/cc-cmds.el: Comment out a (n almost certainly
3662 superfluous) check, (eq here (point-max)) in
3663 c-beginning-of-statement.
3664
3665 * progmodes/cc-cmds.el: Tidy up the comments in
3666 c-beginning-of-statement and subfunctions.
3667
3668 * progmodes/cc-awk.el: Replace calls to put-text-property to the
3669 more flexible c-put-char-property and c-clear-char-properties.
3670 Add the author's email address.
3671
3672 * progmodes/cc-langs.el: New variable,
3673 c-block-comment-start-regexp.
3674
3675 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
3676 closing "*/" of a block comment.
3677
3678 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
3679 subfunctions) so that it works at BOB and EOB.
3680
3681 * progmodes/cc-cmds.el, cc-vars.el: More updating of
3682 c-beginning-of-statement, including new variable
3683 c-block-comment-start-regexp.
3684
3685 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3686
3687 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
3688 symbols from `*-font-lock-extra-types' so that there's no need to
3689 use `regexp-opt' on those lists.
3690
3691 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
3692 `c-type-modifier-kwds' is empty.
3693
3694 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
3695 there are several strings on the same line.
3696
3697 * progmodes/cc-engine.el (c-literal-limits): Removed the
3698 compatibility function for older emacsen. `c-literal-limits-fast'
3699 has now taken the place of this function.
3700
3701 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
3702 with older emacsen: We now require `pps-extended-state'.
3703
3704 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3705
3706 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
3707 which obviates the need to hack sentence-end. This now handles
3708 escaped newlines in strings correctly. Correct minor bugs in
3709 c-move-over-sentence and in c-beginning-of-statement.
3710
3711 * progmodes/cc-cmds.el (c-beginning-of-statement (and
3712 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
3713 that movement over macros and code are rigorously separated from
3714 eachother. Correct a few incidental bugs.
3715
3716 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
3717 Improve its doc-string. Improve the handling of certain specific
3718 cases.
3719
3720 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3721
3722 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
3723 (c-guess-basic-syntax): Changed the way class-level labels are
3724 recognized; they can now contain essentially any symbols.
3725
3726 (c-opt-extra-label-key): New language variable to cope with the
3727 special protection label syntax in Objective-C.
3728
3729 (c-opt-access-key): Removed; this is now handled better by
3730 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
3731
3732 (c-complex-decl-matchers): Update to handle that
3733 `c-opt-access-key' no longer exists.
3734
3735 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
3736 improved label recognition in `c-beginning-of-statement-1'.
3737
3738 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
3739 Recognize bitfields better.
3740
3741 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
3742 Removed some cruft and fixed a bug that could cause it to go to a
3743 position further down.
3744
3745 * progmodes/cc-langs.el, cc-engine.el
3746 (c-beginning-of-statement-1): Improved detection of labels in
3747 declaration contexts.
3748
3749 (c-beginning-of-decl-1): Use it.
3750
3751 (c-nonlabel-token-key): New language constant and variable needed
3752 by `c-beginning-of-statement-1'.
3753
3754 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
3755 manifested itself due to the correction in `c-forward-sexp'.
3756
3757 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
3758 these behave as documented when used at the buffer limits.
3759
3760 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
3761 (c-type-decl-end-used): Made this a language variable.
3762
3763 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
3764 correctly when `combine-after-change-calls' is used together with
3765 temporary narrowings.
3766
3767 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
3768 labels correctly when the start point is immediately after the
3769 colon.
3770
3771 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
3772 since it isn't used anymore.
3773
3774 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
3775 bracket arglists such as template parens in C++.
3776
3777 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
3778 in the last check-in. Some optimization.
3779
3780 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
3781 where it could stop at the same level in a preceding sexp when
3782 PAREN-LEVEL is set.
3783
3784 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
3785 text property lookup only when it's needed.
3786
3787 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
3788 Changed the policy for paren marked angle brackets to be more
3789 persistent; once marked they remain marked even when they're found
3790 to be unbalanced in the searched region. This should keep the
3791 paren syntax around even when individual lines are refontified in
3792 multiline template arglists.
3793
3794 (c-parse-and-markup-<>-arglists): New dynamically bound variable
3795 to control markup so that incorrect angle bracket arglists aren't
3796 marked in contexts where the correct value for
3797 `c-disallow-comma-in-<>-arglists' isn't known.
3798
3799 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
3800 argument has become `c-parse-and-markup-<>-arglists'.
3801
3802 (c-remove-<>-arglist-properties): Removed - no longer used.
3803
3804 (c-after-change-check-<>-operators): New function used on
3805 `after-change-functions' to avoid that "<" and ">" characters that
3806 are part of longer operators have paren syntax.
3807
3808 (c-<>-multichar-token-regexp): New language variable used by
3809 `c-after-change-check-<>-operators'.
3810
3811 (c-after-change): Call `c-after-change-check-<>-operators'.
3812
3813 (c-font-lock-<>-arglists): Use the context properties set by
3814 `c-font-lock-declarations' to set
3815 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
3816 markup.
3817
3818 (c-font-lock-declarations): Removed code that undoes the invalid
3819 markup done by `c-font-lock-<>-arglists'.
3820
3821 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
3822 after `c-font-lock-declarations'.
3823
3824 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
3825 paren-level feature.
3826
3827 (c-guess-basic-syntax): Improved the anchor position for
3828 `template-args-cont' in nested template arglists. There's still
3829 much to be desired in this area, though.
3830
3831 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3832
3833 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
3834 Make the "Text Filling and Line Breaking" commands work for AWK
3835 buffers.
3836
3837 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3838
3839 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
3840 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
3841
3842 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
3843 it doesn't work no longer are supported.
3844
3845 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
3846 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
3847 requires support for the syntax-table' text property, which rules
3848 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
3849 cruft associated with those versions.
3850
3851 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
3852 for the `syntax-table' text property, which rules out Emacs 19 and
3853 XEmacs < 21.4. Removed various compatibility cruft associated
3854 with those versions.
3855
3856 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
3857 support for the `syntax-table' text property.
3858
3859 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
3860 variable and use an extra quoted face name instead. All the
3861 emacsen flavors handle that correctly.
3862
3863 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
3864 (c-font-lock-declarators, c-font-lock-declarations)
3865 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
3866 property to mark the items in in declarator lists to handle
3867 refontification inside multiline declarations better.
3868
3869 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
3870 construct like "a * b = c;" as a declaration.
3871
3872 2005-12-08 Kim F. Storm <storm@cua.dk>
3873
3874 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
3875 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
3876 select either meta, hyper, or super modifier for rectangle commands.
3877 (cua--rectangle-modifier-key): New defvar.
3878 (cua--M/H-key): Use it. Remove special case for `space'.
3879 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
3880 on X, to meta otherwise. Always bind C-return to toggle
3881 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3882
3883 * emulation/cua-rect.el (cua-help-for-rectangle): Use
3884 cua--rectangle-modifier-key. Handle super modifier too.
3885 (cua--init-rectangles): Always bind C-return to toggle rectangle.
3886 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3887
3888 * ido.el: Move Acknowledgements and History after Commentary.
3889 Minor changes to Commentary.
3890
3891 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
3892 keymap if cua--prefix-override-timer is `shift'.
3893 (cua--shift-control-prefix): New function; emulate "type prefix
3894 key twice" functionality to handle shifted prefix key override.
3895 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
3896 commands.
3897 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
3898
3899 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
3900
3901 * textmodes/org.el (org-insert-heading): Try to do items before
3902 headings.
3903 (org-agenda-mode): Quote `org-agenda-mode-hook'.
3904 (org-insert-item): New function.
3905 (org-renumber-ordered-list): Don't skip to higher level lists.
3906
3907 2005-12-08 Juri Linkov <juri@jurta.org>
3908
3909 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
3910
3911 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
3912
3913 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
3914
3915 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
3916 the constructed function name fun-1.
3917
3918 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
3919 because such links don't lead to parent documentation.
3920
3921 2005-12-08 Kenichi Handa <handa@m17n.org>
3922
3923 * descr-text.el (describe-char): Use *Help-2* buffer if the
3924 current buffer is *Help*. Call describe-text-properties while
3925 setting the original buffer.
3926
3927 2005-12-07 Bill Wohler <wohler@newt.com>
3928
3929 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
3930 and causes problems with non-MH users (such as Gnus users).
3931
3932 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
3933
3934 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
3935 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
3936 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
3937 command "info sources". Move calls to GDB command "list".
3938 (gdb-find-file-hook): Just use gdb-source-file-list.
3939 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
3940 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
3941 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3942 (gdb-data-list-register-values-handler): Use correct trigger name.
3943
3944 2005-12-07 Kim F. Storm <storm@cua.dk>
3945
3946 * ido.el (ido-completion-map): Rename from ido-mode-map.
3947 (ido-common-completion-map, ido-file-completion-map)
3948 (ido-file-dir-completion-map, ido-buffer-completion-map):
3949 Rename from ido-mode-....-map.
3950 (ido-init-completion-maps): Rename from ido-init-mode-maps.
3951 (ido-setup-completion-map): Rename from ido-define-mode-map.
3952 (ido-read-internal): Bind minibuffer-local-filename-completion-map
3953 to ido-completion-map.
3954
3955 2005-12-07 Kenichi Handa <handa@m17n.org>
3956
3957 * international/mule-cmds.el
3958 (set-display-table-and-terminal-coding-system): If the coding
3959 system specified in `unibyte-display' property is different from
3960 the arg coding-system, don't setup standard-display-table.
3961
3962 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
3965 that comments end at \n, regardless of selective-display.
3966
3967 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
3968
3969 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
3970 (gdb-version): New variables.
3971 (gdb-source-file-list, gdb-register-names)
3972 (gdb-changed-registers): New variables for use with GDB 6.4+.
3973 (gdb-ann3): Replace with...
3974 (gdb-init-1, gdb-init-2): ...two new functions.
3975 (gdba, gdb-prompt): Call gdb-init-1.
3976 (gdb-get-version): New function. Call gdb-init-2 from here.
3977 (gud-watch): Make it work with mouse events too.
3978 (gdb-post-prompt): Don't add to queue until GDB version is known.
3979 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
3980 (gdb-locals-mode): Use gdb-version.
3981 (gdb-memory-format-map, gdb-memory-unit-map)
3982 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
3983 (gdb-locals-font-lock-keywords-1)
3984 (gdb-locals-font-lock-keywords-2): New variables.
3985 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
3986 (gdb-set-gud-minor-mode-existing-buffers-1)
3987 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
3988 (gdb-var-update-1, gdb-var-update-handler-1)
3989 (gdb-data-list-register-values-handler)
3990 (gdb-data-list-register-values-custom)
3991 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
3992 (gdb-stack-list-locals-handler, gdb-get-register-names):
3993 New functions for use with GDB 6.4+.
3994 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
3995 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
3996 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
3997 (gdb-stack-list-locals-regexp)
3998 (gdb-data-list-register-names-regexp): New regexps for use with
3999 GDB 6.4+.
4000
4001 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4002
4003 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
4004
4005 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
4006
4007 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
4008 prompts work for AUTH PLAIN. Also reported by Steve Allan
4009 <seallan@verizon.net>.
4010
4011 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4012
4013 * frame.el (set-frame-parameter): Add doc string.
4014
4015 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
4016
4017 * textmodes/org.el (org-occur-highlights): New variable.
4018 (org-highlight-new-match, org-remove-occur-highlights): New functions.
4019 (org-highlight-sparse-tree-matches): New option.
4020 (org-do-occur): New function.
4021 (org-get-heading): Make it work also at beginning of line.
4022 (org-category-table): New variable.
4023 (org-get-category-table, org-get-category)
4024 (org-camel-to-words, org-link-search): New functions.
4025 (org-select-this-todo-keyword): New variable.
4026 (org-todo-list): New command.
4027 (org-shiftright, org-shiftleft): New commands.
4028 (org-agenda-todo): Add prefix argument.
4029 (org-show-hierarchy-above): New option.
4030 (org-show-todo-tree): Numerical prefix creates tree for specific
4031 TODO keyword.
4032 (org-outline-level): New function, to assign a level to plain
4033 lists items.
4034 (org-cycle-include-plain-lists): New option.
4035 (org-mode): Use `org-outline-level' as value of `outline-level'.
4036 (org-cycle): Temporarily switch `outline-regexp' if
4037 `org-cycle-include-plain-lists' is non-nil.
4038 (org-start-icalendar-file): Fix format bug.
4039 (org-agenda-get-day-entries): Create category table.
4040 (org-agenda-get-todos, org-agenda-get-timestamps)
4041 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4042 (org-agenda-get-blocks): Use `org-get-category'.
4043 (org-context-in-file-links): Rename from
4044 `org-line-numbers-in-file-links'.
4045
4046 2005-12-06 Romain Francoise <romain@orebokech.com>
4047
4048 * window.el (balance-windows): Delete extraneous third arg in call
4049 to `enlarge-window'.
4050
4051 2005-12-06 Kenichi Handa <handa@m17n.org>
4052
4053 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
4054
4055 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
4056
4057 * progmodes/gdb-ui.el (gdb-var-create-handler)
4058 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
4059 (gdb-var-list-children-handler, gdb-var-update-handler):
4060 Current buffer is already gdb-partial-output-buffer, don't
4061 make it current again.
4062
4063 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
4064
4065 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
4066 (list-buffers-noselect): Use it.
4067
4068 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
4071 (mail-yank-ignored-headers): Use regexp-opt.
4072 (mail-mode-map): Move initialization into declaration.
4073 (mail-sent-via): Remove unused shadowed var `to-line'.
4074 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
4075 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
4076 (mail-do-fcc): Use dolist and push.
4077 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
4078 (mail-yank-ignored-headers): Don't autoload.
4079
4080 2005-12-05 Kenichi Handa <handa@m17n.org>
4081
4082 * international/mule-cmds.el (set-language-info-internal): New fun.
4083 (set-language-info): Call set-language-info-internal to update
4084 language-info-alist. If LANG-ENV is the current one, call
4085 set-language-environment to make INFO effective now.
4086 (set-language-info-alist): Likewise.
4087 (locale-language-names): With locale "en", use English
4088 lang. env. but set the default codings to iso-8859-1.
4089
4090 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
4091
4092 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
4093 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
4094 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
4095 for plain strings.
4096 (gdb-frames-mode): Remove redundant call to font-lock-mode.
4097 (gdb-all-registers): Rename from toggle-gdb-all-registers.
4098 Create registers buffer if necessary. Echo new state in minibuffer.
4099 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
4100
4101 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
4102
4103 * info.el (Info-fontify-node): Match external links using
4104 non-directory part of filename.
4105
4106 2005-12-04 Juri Linkov <juri@jurta.org>
4107
4108 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
4109 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
4110 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
4111 because there is no customization option for it.
4112
4113 * font-lock.el (lisp-font-lock-keywords-1):
4114 Add define-global-minor-mode.
4115
4116 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
4117
4118 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
4119 properties on the constructed variable names.
4120
4121 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4122 Put `definition-name' properties on the constructed function names
4123 next-sym and prev-sym.
4124
4125 * emacs-lisp/find-func.el (find-function-regexp):
4126 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
4127 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
4128 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
4129 and easy-menu-define.
4130
4131 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
4132 easy-mmode-define-global-mode and define-global-minor-mode.
4133 (lisp-imenu-generic-expression): Add define-global-minor-mode.
4134
4135 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
4136 instead of easy-mmode-define-global-mode.
4137
4138 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4139 Use define-minor-mode instead of easy-mmode-define-minor-mode.
4140
4141 * cus-edit.el (customize-group, customize-group-other-window):
4142 Filter out autoloaded options from the group completion list by
4143 using heuristics that autoloaded groups don't have `custom-autoload'
4144 property on their symbols (they have only `custom-loads').
4145
4146 * simple.el (completion-setup-function): Put completions-common-part
4147 face on complete completion string too (i.e. completion string
4148 without completions-first-difference face).
4149
4150 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
4151
4152 2005-12-03 Eli Zaretskii <eliz@gnu.org>
4153
4154 * view.el (view-mode): Doc fix.
4155
4156 * disp-table.el (standard-display-european): Add to the warning
4157 message a reference to the doc string.
4158
4159 * play/yow.el (apropos-zippy): Call print-help-return-message,
4160 similar to other Help and Apropos commands.
4161
4162 * help.el (print-help-return-message): If pop-up-frames is
4163 non-nil, set up help-return-method to delete the help window and,
4164 possibly, its frame as well, and don't display message about
4165 scrolling the help window. Doc fix.
4166 (help-return-method): Doc fix.
4167
4168 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
4169
4170 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
4171 whereby names of length one or names starting with a
4172 symbol-constituent character would not be returned.
4173
4174 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4175
4176 * subr.el (atomic-change-group): Add edebug and indentation spec.
4177
4178 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * completion.el (save-completions-file-name): Fix typo in last change.
4181
4182 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4183
4184 * info.el: Move back/forward history to the beginning of the tool bar.
4185
4186 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
4187
4188 * allout.el (eval-when-compile): Remove unnecessary load of cl.
4189 Add fset of allout-real-isearch-abort during compile to fix
4190 byte-compilation warnings.
4191 (allout-mode-p): Move definition of this macro above all uses, or
4192 byte compilation in barren emacs (eg, during emacs build) will
4193 lack the definition.
4194 (allout-mode): Move this variable above any uses, or byte
4195 compilation will fail.
4196 (allout-resolve-xref): Remove use of personal file-reference function.
4197 (allout-toggle-current-subtree-encryption): Do the current (ie,
4198 visible containing) topic, rather than nearest around point. Doc fix.
4199 (allout-toggle-subtree-encryption): New function, workhorse that
4200 works on nearest topic containing point.
4201 (allout-encrypt-string): Signal requirement for newer version of pgg.
4202 (allout-resumptions): Doc fix.
4203
4204 2005-12-02 Eli Zaretskii <eliz@gnu.org>
4205
4206 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
4207
4208 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
4209
4210 * textmodes/flyspell.el (flyspell-external-point-words):
4211 Consider a misspelling as found in the string search if: (a) misspelling
4212 and found string lengths match, or (b) misspelling is found as
4213 element in a boundary-chars separated longer string, or (c)
4214 ispell-program-name is really ispell and misspelling is found as
4215 part of a TeX string. After successful match move beginning of
4216 search region to end of match. Warn about not found misspellings
4217 once the process is done.
4218 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
4219
4220 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
4221
4222 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
4223 tool bar (removed inadvertently).
4224
4225 2005-12-02 Juri Linkov <juri@jurta.org>
4226
4227 * log-view.el (log-view-diff): Clarify doc string.
4228
4229 2005-12-01 Bill Wohler <wohler@newt.com>
4230
4231 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
4232 triggers lm-verify errors.
4233
4234 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
4235
4236 * simple.el (transient-mark-mode, line-number-mode)
4237 (column-number-mode, size-indication-mode): Remove `:require nil'.
4238
4239 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
4240
4241 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
4242 in the margin also.
4243 (gdb-breakpoints-mode-map): Use D instead of d for
4244 gdb-delete-breakpoint.
4245 (gdb-get-frame-number): Require a number to match on.
4246 (gdb-threads-mode-map): Add follow-link binding.
4247
4248 2005-11-30 Jason Rumney <jasonr@gnu.org>
4249
4250 * isearch.el (isearch-mode-map): Avoid exiting search on
4251 language-change event.
4252
4253 2005-11-30 Romain Francoise <romain@orebokech.com>
4254
4255 * speedbar.el (speedbar-default-position): New defcustom.
4256 (speedbar-frame-reposition-smartly): Use it.
4257
4258 * dframe.el (dframe-reposition-frame-emacs): Fix position
4259 computation for `left' location.
4260 Update copyright year.
4261
4262 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * help.el (help-map): Move initialization into declaration.
4265
4266 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
4267
4268 * help-fns.el (help-argument-name): Don't autoload.
4269 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
4270 to be re-loaded when customizing the `help' group.
4271
4272 2005-11-30 John Paul Wallington <jpw@gnu.org>
4273
4274 * help-fns.el (describe-function-1): Fill arglist output.
4275
4276 2005-11-30 Kim F. Storm <storm@cua.dk>
4277
4278 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4279 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
4280 after revert-buffer (or anything else which kills all local variables).
4281
4282 * apropos.el (apropos-parse-pattern): Doc fix.
4283 Set apropos-regexp directly, rather than expecting callers to do so.
4284 (apropos-command, apropos, apropos-value, apropos-documentation):
4285 Simplify calls to apropos-parse-pattern.
4286
4287 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
4288
4289 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4290 (hi-lock-face-phrase-buffer): Use hi-yellow face.
4291 (hi-lock-write-interactive-patterns): Use comment-region.
4292
4293 * longlines.el (longlines-mode): Add mail-setup-hook.
4294
4295 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
4296
4297 * simple.el (sendmail-user-agent-compose, next-line):
4298 Conditionally use hard-newline.
4299
4300 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4301
4302 * international/latexenc.el (latex-inputenc-coding-alist):
4303 Reword doc string.
4304
4305 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
4306
4307 * help.el (describe-key-briefly, describe-key): Recognize default
4308 bindings.
4309
4310 2005-11-29 Romain Francoise <romain@orebokech.com>
4311
4312 * view.el (view-inhibit-help-message): New defcustom.
4313 (view-mode-enter): Use it.
4314
4315 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
4316
4317 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
4318 Preserve user position.
4319
4320 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
4321
4322 * font-lock.el: Throw error if facemenu is not loaded to prevent
4323 accidental change of loading order in loadup.el. (Suggested by RMS.)
4324
4325 * loadup.el: Add comment explaining why facemenu must be loaded
4326 before font-lock.
4327
4328 2005-11-28 Jay Belanger <belanger@truman.edu>
4329
4330 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
4331 (calc-dispatch-map): Add more keys for `calc-same-interface'.
4332
4333 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
4334
4335 * calc/calc-embed.el (calc-do-embedded): Update help message.
4336
4337 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
4338
4339 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
4342
4343 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
4344 called-interactively-p.
4345 (elp-profilable-p): Rename from elp-not-profilable-p.
4346 Invert result and take into account macros and autoloaded functions.
4347 (elp-instrument-function): Update call.
4348 (elp-instrument-package): Update call. Add completion.
4349 (elp-pack-number): Use match-string.
4350 (elp-results-jump-to-definition-by-mouse): Merge into
4351 elp-results-jump-to-definition and then remove.
4352 (elp-output-insert-symname): Make help echo text single-line.
4353
4354 * replace.el (query-replace-map): Move initialization into declaration.
4355 (occur-engine): Use with-current-buffer.
4356 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
4357 (occur-mode-mouse-goto): Replace with an alias.
4358
4359 2005-11-28 Juri Linkov <juri@jurta.org>
4360
4361 * simple.el (quoted-insert): Let-bind input-method-function to nil.
4362
4363 * term/w32-win.el: Bind [S-tab] to [backtab].
4364
4365 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
4366 `Info-find-file' to t.
4367
4368 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
4369 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
4370 and same-window-regexps.
4371 (occur-next-error): Don't move point for arg 0.
4372
4373 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
4376
4377 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4378
4379 * log-edit.el (log-edit-changelog-use-first): New var.
4380 (log-edit-changelog-ours-p): Use it.
4381 (log-edit-insert-changelog): Set it with new arg `use-first'.
4382 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
4383 (log-edit-hook): Add them to the list of suggested options.
4384
4385 * textmodes/flyspell.el (flyspell-last-buffer): New var.
4386 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
4387 redundant work.
4388 (flyspell-mode-on): Use add-hook for after-change-functions.
4389 (flyspell-mode-off): Use remove-hook for after-change-functions.
4390 (flyspell-changes): Make it buffer-local.
4391 (flyspell-after-change-function): Make it non-interactive. Use push.
4392 (flyspell-post-command-hook): Check input-pending-p while processing
4393 the potentially long list of buffer changes.
4394
4395 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4396
4397 * buff-menu.el (list-buffers-noselect): Display the selected
4398 frame's buffer list, not the global one.
4399
4400 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
4401
4402 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
4403 that (list last-input-event) works as in interactive spec.
4404
4405 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4406
4407 * loadup.el ("facemenu"): Load facemenu before font-lock, because
4408 `facemenu-keymap' needs to be defined when font-lock is loaded.
4409 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
4410
4411 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * completion.el: Remove useless leading * in defcustom docstrings.
4414 (save-completions-file-name): Use ~/.emacs.d if available.
4415 (completion-standard-syntax-table): Rename from
4416 cmpl-standard-syntax-table and fold initialization into declaration,
4417 thus removing cmpl-make-standard-completion-syntax-table.
4418 (completion-lisp-syntax-table, completion-c-syntax-table)
4419 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
4420 (cmpl-saved-syntax, cmpl-saved-point): Remove.
4421 (symbol-under-point, symbol-before-point)
4422 (symbol-under-or-before-point, symbol-before-point-for-complete)
4423 (add-completions-from-c-buffer): Use with-syntax-table.
4424 (make-completion): Don't return a list of completion entries.
4425 Update callers.
4426 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
4427 (completion-initialize): Rename from initialize-completions.
4428 (completion-find-file-hook): Rename from cmpl-find-file-hook.
4429 (kill-emacs-save-completions): Collect stats here.
4430 (save-completions-to-file, load-completions-from-file):
4431 Use with-current-buffer.
4432 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
4433 into a function. Move all calls to toplevel.
4434 (completion-lisp-mode-hook): New fun.
4435 (completion-c-mode-hook, completion-setup-fortran-mode):
4436 Set the syntax-table here. Use local-set-key.
4437 (completion-saved-bindings): New var.
4438 (dynamic-completion-mode): Make it into a proper minor mode.
4439 (load-completions-from-file): Remove unused var `num-uses'.
4440
4441 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
4442 constructor if it is explicitly overridden.
4443
4444 * complete.el (PC-completion-as-file-name-predicate):
4445 Use minibuffer-completing-file-name.
4446 (partial-completion-mode): Use find-file-not-found-functions.
4447 (PC-lisp-complete-symbol): Use with-syntax-table.
4448 (PC-look-for-include-file): Remove dead setq.
4449 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
4450 (PC-complete): Use with-current-buffer.
4451
4452 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
4453 escape single quotes.
4454
4455 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4456
4457 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
4458 of `if' whose condition always returned nil. Doc fix.
4459
4460 * buff-menu.el (Buffer-menu-revert-function): Make the selected
4461 window's buffer the current buffer around the call to
4462 `list-buffers-noselect'. This is necessary to mark that buffer
4463 with a `.' in the Buffer Menu when called from Lisp, for instance
4464 by Auto Revert Mode.
4465
4466 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
4467
4468 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
4469 attaching to it.
4470 (gdb-pre-prompt): Make sure gdb-error is reset.
4471
4472 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
4473 with a child process, detect it.
4474 (gud-speedbar-buttons): Match regexp more carefully.
4475
4476 2005-11-27 Richard M. Stallman <rms@gnu.org>
4477
4478 * mouse.el (mouse-drag-move-window-bottom):
4479 Use adjust-window-trailing-edge.
4480
4481 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4482
4483 * simple.el (blink-matching-open): Ignore
4484 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
4485 (blink-matching-paren-on-screen): Update docstring.
4486
4487 * paren.el (show-paren-mode): No longer change
4488 `blink-matching-paren-on-screen'.
4489
4490 2005-11-27 John Paul Wallington <jpw@pobox.com>
4491
4492 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4493 (gdb-threads-select, gdb-edit-register-value):
4494 Use `posn-set-point' instead of `mouse-set-point' because the
4495 latter is not fbound when configured without X.
4496
4497 2005-11-27 Kim F. Storm <storm@cua.dk>
4498
4499 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
4500 existing face when partially highlighting a TAB in a rectangle.
4501
4502 2005-11-26 Kim F. Storm <storm@cua.dk>
4503
4504 * ido.el (ido-mode-map): Doc fix.
4505 (ido-mode-common-map, ido-mode-file-map)
4506 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
4507 (ido-define-mode-map): Rewrite. Select one of the new maps as
4508 parent for ido-mode-map instead of building from scratch.
4509 (ido-init-mode-maps): New defun to initialize new maps.
4510 (ido-mode): Call it.
4511 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
4512 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
4513
4514 2005-11-26 John Paul Wallington <jpw@pobox.com>
4515
4516 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
4517 `mouse-set-point' because the latter is not fbound when configured
4518 without X.
4519
4520 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
4521
4522 * files.el (file-relative-name): Doc fix.
4523
4524 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4525
4526 * progmodes/octave-inf.el (inferior-octave-startup): Force a
4527 non-empty string for secondary prompt PS2.
4528
4529 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * progmodes/compile.el (compilation-setup): Fix last change.
4532
4533 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
4534
4535 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4536 (gdb-mouse-toggle-breakpoint-margin)
4537 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
4538 Add gdb-server-prefix to keep out of command history.
4539 (gdb-edit-register-value): New function.
4540 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
4541 (gdb-info-registers-custom): Use above map.
4542
4543 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * custom.el (enable-theme): Signal error if argument is not a
4546 theme. Don't recalculate a face if it's not loaded yet.
4547
4548 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
4549 the `user' theme is in effect.
4550
4551 * info.el (Info-on-current-buffer): Record actual filename in
4552 Info-current-file, instead of t, or a fake filename if a non-file
4553 buffer. Make autoload.
4554 (Info-find-node, Info-revert-find-node): No need to check for
4555 Info-current-file nil.
4556 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
4557 Info-current-file is now never `t'.
4558 (Info-fontify-node): Many simplifications due to Info-current-file
4559 always being valid. Use Info-find-file to find node filename.
4560
4561 2005-11-25 David Kastrup <dak@gnu.org>
4562
4563 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
4564 new character, then delete" in order to preserve markers.
4565
4566 2005-11-25 David Ponce <david@dponce.com>
4567
4568 * recentf.el (recentf-arrange-by-rule): Handle a special
4569 `auto-mode-alist'-like "strip suffix" rule.
4570 (recentf-build-mode-rules): Handle second level auto-mode entries.
4571
4572 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
4573
4574 * viper-keym.el (viper-ESC-key): Use different values in terminal and
4575 window modes.
4576
4577 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
4578 jde-javadoc-checker-report-mode.
4579
4580 * ediff-wind (ediff-make-wide-display): Slight simplification.
4581
4582 * ediff.el (ediff-date): Change the date of last update.
4583
4584 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
4587 Use define-minor-mode, and make it a local mode. Turn on font-lock.
4588 (hi-lock-mode): New global minor mode.
4589 (turn-on-hi-lock-if-enabled): New function.
4590 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
4591 Change arguments to regexp and face instead of a font-lock pattern.
4592 Directly set face property, instead of refontifying.
4593 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
4594 (hi-lock-find-patterns): Use line-number-at-pos.
4595
4596 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
4597 arguments for hi-lock-set-pattern.
4598 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
4599 Call font-lock-fontify-buffer.
4600 (hi-lock-find-file-hook, hi-lock-current-line)
4601 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
4602
4603 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
4604 turned off.
4605
4606 * progmodes/compile.el (compilation-setup): Don't fiddle with
4607 font-lock-defaults.
4608
4609 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
4610
4611 * progmodes/gdb-ui.el (gdb-var-create-handler)
4612 (gdb-var-list-children-handler): Find values for all variable
4613 objects. gud-speedbar-buttons decides whether to display them.
4614
4615 2005-11-24 Romain Francoise <romain@orebokech.com>
4616
4617 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
4618 buffer name with a space.
4619
4620 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
4621
4622 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
4623 `org-export-local-list-max-depth'. Change default value to 3.
4624 (org-auto-renumber-ordered-lists)
4625 (org-plain-list-ordered-item-terminator): New options.
4626 (org-at-item-p, org-beginning-of-item, org-end-of-item)
4627 (org-get-indentation, org-get-string-indentation)
4628 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
4629 New functions.
4630 (org-move-item-down, org-move-item-up): New commands.
4631 (org-export-as-html): New classes for CSS support. Bug fix in
4632 regular expression detecting fixed-width regions. Respect
4633 `org-local-list-ordered-item-terminator'.
4634 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
4635 also a list item.
4636 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
4637 New item moving functions.
4638
4639 2005-11-24 Juri Linkov <juri@jurta.org>
4640
4641 * isearch.el (isearch-repeat): With empty search ring set
4642 `isearch-error' to the error string instead of signaling error
4643 with the function `error'.
4644
4645 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4646
4647 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
4648
4649 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
4650
4651 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
4652 and variable.
4653 (gdb-var-create-handler, gdb-var-list-children-handler):
4654 Don't match on "char **...".
4655 (gdb-var-update-handler): Find values for all variable objects.
4656 (gdb-info-frames-custom): Identify frames by leading "#".
4657
4658 * progmodes/gud.el (gud-speedbar-menu-items): Add
4659 gdb-speedbar-auto-raise as radio button.
4660 (gud-speedbar-buttons): Raise speedbar if requested.
4661 Don't match on "char **...".
4662 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
4663 Make it editable.
4664
4665 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * info.el (Info-fontify-node): Handle the case where
4668 Info-current-file is t.
4669
4670 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * simple.el (blink-matching-open): Fix off-by-one in last change.
4673
4674 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4675
4676 * term/mac-win.el: Don't change default directory.
4677
4678 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
4679
4680 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
4681 buffers correctly. (It used to throw an error in such buffers.)
4682 Make it ask for confirmation in group buffers and other Custom
4683 buffers containing more than one customization item.
4684
4685 2005-11-22 John Paul Wallington <jpw@gnu.org>
4686
4687 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
4688 property on mail and url overlays.
4689 (goto-address-at-point): Use `posn-set-point' instead of
4690 `mouse-set-point' because the latter is not fbound when configured
4691 without X.
4692
4693 2005-11-22 Lars Hansen <larsh@soem.dk>
4694
4695 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
4696 (ls-lisp-classify, ls-lisp-format): Delete call to
4697 ls-lisp-parse-symlink.
4698 (ls-lisp-handle-switches): Handle symlinks to directories as
4699 directories when ls-lisp-dirs-first in non-nil.
4700
4701 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
4702
4703 * startup.el (command-line): Make sure that loaddefs.el is handled
4704 correctly in load-history.
4705
4706 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
4707
4708 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
4709 (gdb-struct-string, gdb-array-string): New constants.
4710 (gdb-info-locals-handler): Use them.
4711 (gdb-reset): Reset gdb-var-list to nil.
4712
4713 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
4716 in patterns.
4717
4718 2005-11-21 Juri Linkov <juri@jurta.org>
4719
4720 * custom.el (defcustom): Update link types in docstring.
4721
4722 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
4723
4724 * custom.el (defgroup): Add doc-string-elt info.
4725
4726 * widget.el (define-widget): Don't use declare for the doc-string-elt.
4727
4728 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * newcomment.el (comment-enter-backward): Fix last fix.
4731
4732 * simple.el (blink-matching-open):
4733 * paren.el (show-paren-function): Allow new paren-class info.
4734
4735 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
4736
4737 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
4738 handled automagically.
4739
4740 2005-11-20 Andreas Schwab <schwab@suse.de>
4741
4742 * descr-text.el (describe-char): When copying overlays put them
4743 over the full char description instead of just the first character
4744 of it.
4745
4746 2005-11-20 Juri Linkov <juri@jurta.org>
4747
4748 * simple.el (what-cursor-position):
4749 * descr-text.el (describe-char): Use Lisp-readable syntax
4750 for octal and hex. Reorder decimal, octal and hex values.
4751 Remove excess whitespace in the output. Use `=' in `column='
4752 like in `point=' and `Hscroll='.
4753
4754 * international/mule-cmds.el (encoded-string-description):
4755 Use Lisp-readable syntax for hex.
4756
4757 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4758
4759 * newcomment.el (comment-enter-backward): Handle the case where the
4760 comment is closed by EOB.
4761
4762 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
4763
4764 * longlines.el (longlines-before-revert-hook)
4765 (longlines-after-revert-hook): New functions.
4766 (longlines-mode): Turn off longlines temporarily when reverting.
4767 Add a message-setup-hook.
4768 (longlines-decode-buffer): New function.
4769 (longlines-wrap-line): Preserve marker positions.
4770
4771 2005-11-19 Andreas Schwab <schwab@suse.de>
4772
4773 * emacs-lisp/shadow.el: Handle compressed files.
4774
4775 2005-11-19 Romain Francoise <romain@orebokech.com>
4776
4777 * net/browse-url.el (browse-url-default-browser): Signal an error
4778 if no usable browser can be found, rather than try to load w3.
4779
4780 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
4781
4782 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
4783 replacing existing properties.
4784 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4785 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
4786 tty specs.
4787 (rcirc-server-prefix, rcirc-server): New faces.
4788 (rcirc-url-regexp): Generate with rx macro.
4789 (rcirc-last-server-message-time): New variable.
4790 (rcirc-filter): Record time of last message.
4791 (rcirc-keepalive): Kill processes that did not send a message
4792 since the last ping.
4793 (rcirc-mode): Give rcirc-topic a local binding here.
4794
4795 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
4796
4797 * subr.el (read-passwd): Fontify the prompt as we do with other
4798 prompts.
4799
4800 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
4801
4802 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
4803 binding buffer-read-only to nil.
4804
4805 2005-11-19 Eli Zaretskii <eliz@gnu.org>
4806
4807 * complete.el (partial-completion-mode):
4808 Mention completion-auto-help in the doc string.
4809
4810 * man.el (Man-highlight-references): Doc fix. Reformat code in a
4811 more Lisp-ish way.
4812
4813 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4814
4815 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
4816 digits, not 8, to avoid misalignment for files larger than 100MB.
4817
4818 2005-11-19 Eli Zaretskii <eliz@gnu.org>
4819
4820 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
4821 Mention "keyboard shortcuts" in the help text.
4822
4823 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4824
4825 * startup.el (fancy-splash-default-action): Discard only
4826 mouse-down and succeeding mouse-up events in the splash screen
4827 window so that drag-n-drop event can be processed.
4828
4829 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * longlines.el (longlines-mode): Add hacks for mail-mode and
4832 message-mode.
4833
4834 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
4835
4836 * textmodes/org.el (org-table-sort-lines): New command.
4837 (org-tbl-menu): Add entry for `org-table-sort-lines'.
4838 (org-add-file): Command removed, use `org-agenda-file-to-front'
4839 instead.
4840 (org-export-icalendar): Use `org-icalendar-combined-name'.
4841 (org-cycle-agenda-files, org-agenda-file-to-end)
4842 (org-agenda-file-to-front): New commands.
4843 (org-table-tab-jumps-over-hlines, org-export-html-style):
4844 New options.
4845 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
4846 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
4847 New functions.
4848 (org-fill-paragraph): Call `org-table-align' in tables.
4849 (org-mode): Call `org-set-autofill-regexps'.
4850 (org-export-as-html): Support for local handformatted lists.
4851 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
4852 (org-export-local-list-max-depth): New option.
4853 (org-html-expand): Use `org-html-protect'.
4854
4855 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
4856
4857 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
4858 to "p".
4859 (gdb): Move definition of gud-pp to...
4860
4861 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
4862 speedbar.
4863 (gdb-find-watch-expression): New function.
4864
4865 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4866
4867 * faces.el (face-attribute, set-face-attribute): Mention existence
4868 of `:ignore-defface' setting in docstring.
4869
4870 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * simple.el (completion-setup-function): Fix last change.
4873
4874 2005-11-17 John Paul Wallington <jpw@pobox.com>
4875
4876 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
4877 Use `posn-set-point' instead of `mouse-set-point' because the
4878 latter is not fbound when configured without X.
4879
4880 * comint.el (comint-insert-input): Likewise.
4881
4882 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * simple.el (hard-newline): New variable.
4885 (sendmail-user-agent-compose, next-line): Use it.
4886
4887 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
4888 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
4889 (mail-mail-reply-to, mail-mail-followup-to)
4890 (mail-position-on-field, mail-signature, mail-yank-original)
4891 (mail-attach-file): Likewise.
4892
4893 * mail/mailheader.el (mail-header-format)
4894 (mail-header-format-function): Likewise.
4895
4896 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
4897
4898 2005-11-17 Juri Linkov <juri@jurta.org>
4899
4900 * font-lock.el (font-lock-faces): Rename this defgroup from
4901 `font-lock-highlighting-faces'.
4902 (font-lock-comment-face, font-lock-comment-delimiter-face)
4903 (font-lock-string-face, font-lock-doc-face)
4904 (font-lock-keyword-face, font-lock-builtin-face)
4905 (font-lock-function-name-face, font-lock-variable-name-face)
4906 (font-lock-type-face, font-lock-constant-face)
4907 (font-lock-warning-face, font-lock-negation-char-face)
4908 (font-lock-preprocessor-face)
4909 (font-lock-regexp-grouping-backslash)
4910 (font-lock-regexp-grouping-construct): Rename :group from
4911 `font-lock-highlighting-faces' to `font-lock-faces'.
4912
4913 * cus-edit.el (lisp, c, tex):
4914 * progmodes/ada-mode.el (ada):
4915 * progmodes/asm-mode.el (asm):
4916 * progmodes/cperl-mode.el (cperl-faces):
4917 * progmodes/cpp.el (cpp):
4918 * progmodes/dcl-mode.el (dcl):
4919 * progmodes/f90.el (f90):
4920 * progmodes/fortran.el (fortran):
4921 * progmodes/icon.el (icon):
4922 * progmodes/idlwave.el (idlwave-misc):
4923 * progmodes/m4-mode.el (m4):
4924 * progmodes/make-mode.el (makefile):
4925 * progmodes/meta-mode.el (meta-font):
4926 * progmodes/modula2.el (modula2):
4927 * progmodes/octave-mod.el (octave):
4928 * progmodes/pascal.el (pascal):
4929 * progmodes/perl-mode.el (perl):
4930 * progmodes/prolog.el (prolog):
4931 * progmodes/ps-mode.el (PostScript-edit):
4932 * progmodes/scheme.el (scheme):
4933 * progmodes/sh-script.el (sh-script):
4934 * progmodes/simula.el (simula):
4935 * progmodes/tcl.el (tcl):
4936 * textmodes/nroff-mode.el (nroff):
4937 * textmodes/reftex-vars.el (reftex-fontification-configurations):
4938 * textmodes/sgml-mode.el (sgml):
4939 * textmodes/texinfo.el (texinfo):
4940 Add :link (custom-group-link font-lock-faces) to defgroup.
4941
4942 * hi-lock.el (hi-lock): Rename this defgroup from
4943 `hi-lock-interactive-text-highlighting'. Change parent group from
4944 `faces' to `font-lock'. Add link to the manual.
4945 (hi-lock-mode, hi-lock-file-patterns-range)
4946 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
4947 `hi-lock-interactive-text-highlighting' to `hi-lock'.
4948 (hi-lock-faces): Add :group `faces'.
4949
4950 * cus-edit.el (custom-variable-prompt): Clarify the code.
4951
4952 * faces.el (face-read-string): Set the default value arg of
4953 completing-read.
4954
4955 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
4956
4957 * rfn-eshadow.el (file-name-shadow-properties)
4958 (file-name-shadow-tty-properties, file-name-shadow-mode):
4959 Remove autoloads, because the file is now preloaded.
4960
4961 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * printing.el (easy-menu-intern): Don't define.
4964 (pr-get-symbol): Use easy-menu-intern only if defined.
4965
4966 * simple.el (blink-matching-open): Simplify a bit.
4967 (completion-setup-function): Fix the case of partial-completion-mode
4968 when the minibuffer's contents start with "-".
4969 Obey completion-base-size-function even when
4970 minibuffer-completing-file-name is non-nil.
4971
4972 2005-11-16 Richard M. Stallman <rms@gnu.org>
4973
4974 * net/eudcb-ph.el (eudc-ph-open-session):
4975 Use set-process-query-on-exit-flag.
4976
4977 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
4978
4979 * international/ucs-tables.el (ucs-set-table-for-input):
4980 Use make-local-variable, not make-variable-buffer-local.
4981
4982 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4983 Improve warning message text.
4984
4985 * savehist.el (savehist-save-hook): Add :group.
4986
4987 * menu-bar.el (menu-bar-help-menu):
4988 Rename Find Extra Packages to External Packages.
4989
4990 * cus-edit.el (Custom-reset-standard): Verify that
4991 :custom-standard-value prop exists before calling it.
4992
4993 * apropos.el (apropos-calc-scores): Use apropos-pattern.
4994
4995 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
4996
4997 * wid-edit.el (color): Enclose %t in %{...%}.
4998
4999 * cus-edit.el (face): Enclose %t in %{...%}.
5000
5001 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
5002
5003 * savehist.el (savehist-mode-hook): Re-add the var.
5004 (savehist-mode): Use it.
5005
5006 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * textmodes/flyspell.el: Fix commenting convention.
5009 Remove unnecessary leading * in custom docstrings.
5010 (flyspell-emacs): Remove unused var.
5011 (flyspell-delete-region-overlays): Use remove-overlays.
5012 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
5013 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
5014 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
5015 (flyspell-debug-signal-word-checked): Use with-current-buffer.
5016 (make-flyspell-overlay): Don't locally reuse a global name.
5017 (flyspell-highlight-incorrect-region)
5018 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
5019 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
5020 (flyspell-notify-misspell): Remove unused args `start' and `end'.
5021 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
5022 Wrap calls to accept-process-output inside with-local-quit since it's
5023 often called from a post-command-hook.
5024 (flyspell-correct-word, flyspell-auto-correct-word):
5025 Use ispell-send-string.
5026 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5027
5028 * calendar/diary-lib.el (diary-list-entries): Also hide the
5029 terminating newline.
5030
5031 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
5032
5033 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
5034 window-system, to allow fonts on tty.
5035
5036 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
5037
5038 * progmodes/gud.el (gud-speedbar-item-info): New function.
5039 (gud-install-speedbar-variables): Use it to display data type
5040 of watch expression as a tooltip in speedbar.
5041
5042 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
5043
5044 * font-core.el (global-font-lock-mode): Add :version keyword,
5045 because default was changed.
5046
5047 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
5048
5049 * startup.el (command-line): Use `custom-reevaluate-setting' for
5050 `file-name-shadow-mode'.
5051
5052 * loadup.el: Preload rfn-eshadow.
5053
5054 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
5055 Add :version keyword.
5056 (file-name-shadow-properties, file-name-shadow-tty-properties)
5057 (file-name-shadow): Add :version keyword.
5058
5059 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
5060 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
5061 in the custom-group property of the symbol frames and the fringe
5062 group got no link to its parent group frames.
5063 Doc fix.
5064
5065 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5066
5067 * progmodes/gud.el (gud-stop-subjob): New function.
5068 (gud-menu-map, gud-tool-bar-map): Use it.
5069
5070 2005-11-16 Kim F. Storm <storm@cua.dk>
5071
5072 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
5073 than kill it.
5074 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
5075 to a more useful/logical place.
5076
5077 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5078
5079 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
5080 go buttons complementary.
5081
5082 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5083
5084 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
5085 (rfn-eshadow-sifn-equal): New function.
5086 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
5087
5088 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
5089
5090 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
5091 string.
5092
5093 * viper.el (viper-emacs-state-mode-list): Ensure that
5094 rcirc-mode buffers come up in Emacs state.
5095
5096 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
5097 operation.
5098
5099 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5100
5101 * term.el (term-termcap-format): Fix typos.
5102 (term-down): Fix the negative argument case.
5103
5104 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5105
5106 * progmodes/gdb-ui.el: Remove face-alias left over from change on
5107 2005-08-15.
5108 (gdb-ann3): New command gud-go.
5109 (menu): Accomodate gdb-mi.el.
5110 (gdb-assembler-custom): Make buffer of selected window current
5111 so that set-window-point works.
5112
5113 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
5114 buttons and include new ones.
5115
5116 2005-11-16 Kim F. Storm <storm@cua.dk>
5117
5118 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
5119 (gud-menu-map): Use it.
5120
5121 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
5122
5123 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
5124 that works correctly for Custom and that does not override a user
5125 who disables it.
5126
5127 * help-mode.el (help-make-xrefs, help-xref-on-pp)
5128 (help-xref-interned, help-follow): Make hyperlinks for variables
5129 that are unbound, but have a non-nil variable-documentation property.
5130
5131 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
5132 mode hook. (It conflicted with defcustoms for some mode hooks.)
5133 Use the `variable-documentation' property to give the mode hook a
5134 docstring and expand that docstring.
5135
5136 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
5137
5138 * savehist.el (savehist-mode): Don't bother with
5139 `custom-set-minor-mode'.
5140 (savehist-coding-system): Check XEmacs version.
5141 (history-length): Declare also at run time.
5142 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
5143 Don't set the customize state.
5144 (savehist-minibuffer-hook): Special case for when
5145 minibuffer-history-variable is equal to t.
5146
5147 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * files.el (write-file): Refresh VC status.
5150
5151 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
5152 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
5153 than fundamental-mode to see if the mode was set.
5154
5155 2005-11-14 Romain Francoise <romain@orebokech.com>
5156
5157 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
5158 dummy function in `eval-when-compile' to avoid compiler warning.
5159 Require `man' at compile time.
5160
5161 2005-11-14 Jay Belanger <belanger@truman.edu>
5162
5163 * calc-alg.el (calcFunc-write-out-power): Rename it to
5164 calcFunc-powerexpand.
5165 (math-write-out-power): Rename it to math-powerexpand; have it
5166 handle negative exponents.
5167 (calc-writeoutpower): Rename it to calc-powerexpand.
5168
5169 * calc-ext.el: Change calcFunc-writeoutpower and
5170 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
5171 autoloads.
5172 Add calcFunc-ldiv to autoloads.
5173
5174 * calc-arith.el (calcFunc-ldiv): New function.
5175
5176 * calc.el (calc-left-divide): New function.
5177
5178 2005-11-14 Juri Linkov <juri@jurta.org>
5179
5180 * cus-edit.el (custom-variable-prompt): Set the default value arg
5181 of completing-read.
5182
5183 * cus-dep.el (custom-make-dependencies): Reverse the list of
5184 found dependencies.
5185
5186 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5187
5188 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
5189 Highlighting" entry, it is on by default now.
5190 (menu-bar-options-save): Do not save global-font-lock-mode.
5191
5192 2005-11-13 Richard M. Stallman <rms@gnu.org>
5193
5194 * textmodes/flyspell.el (flyspell-large-region):
5195 Call flyspell-accept-buffer-local-defs.
5196
5197 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
5198
5199 * textmodes/flyspell.el (flyspell-notify-misspell):
5200 Fix misspelling of "Misspelling".
5201 (flyspell-process-localwords): New function.
5202 (flyspell-large-region): Call flyspell-process-localwords and
5203 flyspell-delete-region-overlays.
5204 (flyspell-delete-region-overlays): New function.
5205 (flyspell-delete-all-overlays): Call that.
5206
5207 2005-11-13 Richard M. Stallman <rms@gnu.org>
5208
5209 * help.el (help-for-help-internal): Improve doc of C-h a.
5210 (describe-key): Improve prompt; doc fix.
5211
5212 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * vc-svn.el (vc-svn-registered): Catch all errors.
5215
5216 * cus-dep.el (custom-make-dependencies): Typo.
5217
5218 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
5219
5220 * net/tramp-util.el (top): Fix compilation warning.
5221
5222 2005-11-13 Kim F. Storm <storm@cua.dk>
5223
5224 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
5225
5226 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
5227
5228 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
5229 (gud-speedbar-buttons): Match on "const char *" too.
5230
5231 * progmodes/gdb-ui.el (gdb-var-create-handler)
5232 (gdb-var-list-children-handler): Match on "const char *" too.
5233 (gdb-var-evaluate-expression-handler): Match on empty string.
5234 (gdb-var-update-handler): Only call
5235 gdb-var-evaluate-expression-handler when required.
5236
5237 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
5238
5239 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
5240 selected window. This still doesn't work for speedbar.
5241 (gud-speedbar-buttons): Handle string expressions properly.
5242
5243 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5244 (gdb-var-create-handler): Handle string expressions properly.
5245 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
5246 Handle string expressions properly. Move "type" field into regexp.
5247
5248 2005-11-12 Karl Fogel <kfogel@red-bean.com>
5249
5250 * bookmark.el (bookmark-maybe-message): New function to reduce
5251 code duplication: invokes `message' iff baud-rate is high enough.
5252 (bookmark-write-file): Use above instead of an inline conditional.
5253 (bookmark-load): Same.
5254
5255 2005-11-12 Karl Fogel <kfogel@red-bean.com>
5256
5257 * bookmark.el (bookmark-write-file): Don't visit the destination
5258 file, just write the data to it using write-region. This is
5259 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
5260 change to avoid visiting the file in the first place.
5261
5262 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
5263
5264 * hi-lock.el (hi-lock-mode): Set the default value of
5265 font-lock-defaults.
5266
5267 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
5268
5269 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
5270 arg to `file-attributes'.
5271 (find-lisp-format): The UID and GID can now be strings.
5272
5273 2005-11-12 Kim F. Storm <storm@cua.dk>
5274
5275 * help.el (help-map): Bind C-h d to apropos-documentation.
5276
5277 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
5278 when point is at end-of-buffer.
5279
5280 * apropos.el (apropos-match-face): Doc fix.
5281 (apropos-sort-by-scores): Add new choice `verbose'.
5282 (apropos-documentation-sort-by-scores): New defcustom.
5283 (apropos-pattern): Now contains the pattern entered by the user.
5284 (apropos-pattern-quoted): New defvar.
5285 (apropos-regexp): New defvar, containing the regexp corresponding
5286 to apropos-pattern.
5287 (apropos-all-words-regexp): Rename from apropos-all-regexp.
5288 (apropos-read-pattern): New defun. Use it to read pattern arg in
5289 interactive calls; returns list of words for a word list, and
5290 string for a regexp.
5291 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
5292 parses a list of words or regexp as returned by apropos-read-pattern.
5293 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
5294 (apropos-score-doc): Return a very high score if the string
5295 entered by the user matches literally.
5296 (apropos-variable): Doc fix. Use apropos-read-pattern.
5297 (apropos-command): Doc fix. Use apropos-read-pattern and
5298 apropos-parse-pattern. Call apropos-print with nosubst=t.
5299 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
5300 apropos-parse-pattern.
5301 (apropos-documentation): Doc fix. Use apropos-read-pattern and
5302 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
5303 apropos-documentation-sort-by-scores. Call apropos-print with
5304 nosubst=t.
5305 (apropos-documentation-internal): Pass doc string through
5306 substitute-key-definition before adding text properties.
5307 Highlight substring matching literal user input if possible.
5308 (apropos-documentation-check-doc-file): Remove locals beg and end.
5309 Fix calculation of score (as added twice). Pass doc string through
5310 substitute-key-definition before adding text properties.
5311 (apropos-documentation-check-elc-file): Pass doc string through
5312 substitute-key-definition before adding text properties.
5313 Highlight substring matching literal user input if possible.
5314 (apropos-print): Add new arg NOSUBST; if set, command and variable
5315 doc strings have already been passed through substitute-key-definition.
5316 Add code to handle apropos-accumulator items without score element
5317 for backwards compatibility (e.g. with woman package).
5318 Only show scores if apropos-sort-by-scores is `verbose'.
5319
5320 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
5323 Add jka-compr-load-suffixes to load-suffixes.
5324
5325 * jka-compr.el: Require jka-cmpr-hook.
5326 (jka-compr-info-compress-message, jka-compr-info-compress-program)
5327 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
5328 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
5329 (jka-compr-info-can-append, jka-compr-info-strip-extension)
5330 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
5331 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
5332 (jka-compr-uninstall): Remove entries from
5333 jka-compr-added-to-file-coding-system-alist after they are used.
5334 (jka-compr-error): Remove unused var `curbuf'.
5335 (jka-compr-file-local-copy): Remove unused var `notfound'.
5336
5337 2005-11-10 Romain Francoise <romain@orebokech.com>
5338
5339 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
5340
5341 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
5342
5343 * progmodes/gud.el (gud-menu-map): Move parentheses.
5344 (gdb): New command gud-pv.
5345
5346 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * tar-mode.el: Remove spurious or unnecessary leading stars
5349 in docstrings.
5350 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
5351 (tar-parse-octal-integer-safe): Use mapc.
5352 (tar-header-block-summarize): Remove unused var `ck'.
5353 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
5354 cleared before. Obey default-enable-multibyte-characters.
5355 Use mapconcat. Simplify setting of tar-header-offset.
5356 (tar-mode-map): Move initialization inside delcaration.
5357 (tar-flag-deleted): Use `abs'.
5358 (tar-expunge-internal): Remove unused var `line'.
5359 (tar-expunge-internal): Don't hardcode point-min==1.
5360 (tar-expunge): Widen while doing set-buffer-multibyte.
5361 (tar-rename-entry): Use file-name-coding-system.
5362 (tar-alter-one-field): Don't hardcode point-min==1.
5363 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
5364 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
5365
5366 2005-11-10 Masatake YAMATO <jet@gyve.org>
5367
5368 * add-log.el (add-log-current-defun): Handle class::method
5369 notation of c++. Fix incorrect comment.
5370
5371 2005-11-10 Alan Mackenzie <acm@muc.de>
5372
5373 * help-fns.el (describe-variable): Make C-h v work when a variable
5374 has variable documentation yet is unbound.
5375
5376 2005-11-10 Masatake YAMATO <jet@gyve.org>
5377
5378 * man.el (Man-highlight-references): Set an empty
5379 string to `Man-arguments' if it is nil.
5380 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
5381
5382 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
5385 commenting conventions.
5386
5387 * cus-dep.el (custom-make-dependencies): Simplify.
5388 Better follow the commenting conventions.
5389
5390 2005-11-09 Richard M. Stallman <rms@gnu.org>
5391
5392 * apropos.el (apropos-pattern): Rename from apropos-regexp.
5393 (apropos-orig-pattern): Rename from apropos-orig-regexp.
5394 All uses changed.
5395 (apropos-rewrite-regexp): Doc fix.
5396 (apropos-variable, apropos-command, apropos, apropos-value):
5397 Change prompt; carry through the argument renaming.
5398
5399 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5400
5401 * find-lisp.el: Require dired.
5402 (find-lisp-find-dired-internal): Do not call
5403 `abbreviate-file-name' on DIR.
5404
5405 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
5406
5407 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
5408
5409 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
5410
5411 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
5412 when using the speedbar.
5413 (gdb): New command gud-pp.
5414 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
5415
5416 2005-11-09 Juri Linkov <juri@jurta.org>
5417
5418 * replace.el (occur-excluded-properties): New defcustom.
5419 (occur-1, occur-engine, occur-accumulate-lines): Use it.
5420
5421 2005-11-08 Jay Belanger <belanger@truman.edu>
5422
5423 * calc/calc-units.el (math-convert-units): Replace any composite
5424 unit by its definition.
5425
5426 2005-11-08 Lars Hansen <larsh@soem.dk>
5427
5428 * emacs-lisp/autoload.el (update-directory-autoloads):
5429 Add obsolete function alias.
5430
5431 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5434 comment-indent-function.
5435 (lisp-comment-indent): Replace by an alias for comment-indent-default.
5436
5437 * reveal.el (reveal-post-command): Rework the handling of
5438 reveal-open-spots, so as to be more reliable. There were several
5439 tricky corner cases where an open spot might be lost, or where
5440 a closed spot might end up on the list of open spots.
5441 Only reveal text that's ellipsised.
5442
5443 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
5444
5445 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
5446
5447 2005-11-07 John Paul Wallington <jpw@gnu.org>
5448
5449 * ibuffer.el (ibuffer): Search iconified frames too when
5450 getting Ibuffer buffer's window.
5451
5452 2005-11-06 Richard M. Stallman <rms@gnu.org>
5453
5454 * progmodes/compile.el (compilation-internal-error-properties):
5455 save-excursion around the computation of MARKER.
5456
5457 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
5458
5459 * textmodes/flyspell.el (flyspell-external-point-words):
5460 flyspell-get-word returns a list, not just a string.
5461
5462 2005-11-06 John Paul Wallington <jpw@pobox.com>
5463
5464 * ibuffer.el (ibuffer): Search all visible frames when getting
5465 Ibuffer buffer's window.
5466
5467 2005-11-07 Masatake YAMATO <jet@gyve.org>
5468
5469 * man.el (Man-reference-regexp): Accept spaces between
5470 `Man-name-regexp' and `Man-section-regexp'.
5471 (Man-apropos-regexp): New variable.
5472 (Man-abstract-xref-man-page): Use value for `Man-target-string'
5473 if available.
5474 (Man-highlight-references, Man-highlight-references0):
5475 Handle the case when `Man-arguments' includes "-k".
5476 (Man-highlight-references0): Rename the argument `TARGET-POS' to
5477 `TARGET'. `TARGET' can be a number, function or nil.
5478
5479 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
5480
5481 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
5482 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
5483 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
5484 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
5485 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
5486 (gdb-send-item): Use buffer-local-value and simplify.
5487
5488 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
5489
5490 * startup.el (command-line): Use `custom-reevaluate-setting' for
5491 `global-font-lock-mode'.
5492
5493 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
5494 by default, except in batch mode or when the -D option is given.
5495
5496 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
5497 specified keyword args on to `define-minor-mode'. Update docstring.
5498
5499 2005-11-05 Romain Francoise <romain@orebokech.com>
5500
5501 * replace.el (occur-engine): Add marker at end of line, too.
5502
5503 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
5504
5505 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5506 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5507 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5508 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5509 argument to all these routines, so the passphrase can be managed
5510 externally and passed in to the system.
5511 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5512 pgg-add-passphrase-to-cache function.
5513
5514 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5515 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5516 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5517 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5518 argument to all these routines, so the passphrase can be managed
5519 externally and passed in to the system.
5520 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5521 function.
5522
5523 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5524
5525 * font-lock.el: Don't deal with font-lock-face-attributes here,
5526 move the code ...
5527
5528 * startup.el (command-line): ... here. Use face-spec-set instead
5529 of custom-declare-face.
5530
5531 * faces.el (face-spec-set): Reset the face if spec is not nil.
5532
5533 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * newcomment.el (comment-region-internal): Box more tightly in the
5536 common case where there's no TAB in the boxed text.
5537
5538 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5539
5540 * info.el (info-tool-bar-map): Use images prev-node, next-node and
5541 up-node.
5542
5543 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
5544
5545 * newsticker.el: Commentary updated. Code formatting changed.
5546 (newsticker-version): Change to "1.9".
5547 (newsticker, newsticker-feed): Doc fix.
5548 (newsticker-url-list): Doc fix. Add option "Weekly".
5549 (newsticker-retrieval-interval): Add option "Weekly".
5550 (newsticker-headline-processing): Doc fix.
5551 (newsticker-auto-mark-filter): Remove.
5552 (newsticker-auto-mark-filter-list): New.
5553 (newsticker-layout, newsticker-sort-method): Doc fix.
5554 (newsticker-hide-old-items-in-newsticker-buffer)
5555 (newsticker-heading-format, newsticker-item-format)
5556 (newsticker-desc-format): Doc fix.
5557 (newsticker-show-all-rss-elements): Remove.
5558 (newsticker-show-all-news-elements): New.
5559 (newsticker-faces, newsticker-ticker): Doc fix.
5560 (remove-from-invisibility-spec): Code formatting.
5561 (newsticker--process-ids): New.
5562 (newsticker-mode): Doc fix.
5563 (newsticker-mode): Change mode-line-format.
5564 (newsticker-start): Remove debug output.
5565 (newsticker-start-ticker): Doc fix. Add autoload cookie.
5566 (newsticker-w3m-show-inline-images): Code formatting.
5567 (newsticker-next-item): Call `force-mode-line-update'.
5568 (newsticker-previous-item): Call `force-mode-line-update'.
5569 (newsticker-next-feed): Call `force-mode-line-update'.
5570 (newsticker-previous-feed): Call `force-mode-line-update'.
5571 (newsticker-mark-all-items-at-point-as-read): Code formatting.
5572 (newsticker-show-old-items): Do not show descs.
5573 (newsticker-hide-entry): Hide too much.
5574 (newsticker-hide-entry, newsticker-show-entry)
5575 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
5576 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
5577 (newsticker-toggle-auto-narrow-to-item): Code formatting.
5578 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
5579 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
5580 (newsticker-get-news): Call `force-mode-line-update'.
5581 Collect process ids.
5582 (newsticker--sentinel): Change coding system handling.
5583 Move image retrieval to new functions newsticker--get-logo-url-*.
5584 Move feed parsing to new functions newsticker--parse-*.
5585 Update list of process ids.
5586 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
5587 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
5588 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
5589 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
5590 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
5591 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
5592 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
5593 (newsticker--decode-coding-string): Remove.
5594 (newsticker--decode-numeric-entities): Check input. Format code.
5595 (newsticker--remove-whitespace): Check input.
5596 (newsticker--do-forget-preformatted): Doc fix.
5597 (newsticker--decode-rfc822-date): Allow for missing time.
5598 (newsticker--update-process-ids): New.
5599 (newsticker--image-sentinel): Change comment.
5600 (newsticker--image-read): Change error message.
5601 (newsticker--imenu-goto): Doc fix. Show headline title.
5602 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
5603 (newsticker--buffer-do-insert-text): Clean whitespace in
5604 html-rendered headline title. Code formatting.
5605 Call `newsticker--buffer-print-extra-elements'.
5606 (newsticker--buffer-print-extra-element): Remove.
5607 (newsticker--buffer-print-extra-elements): New.
5608 (newsticker--buffer-do-print-extra-element): New.
5609 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
5610 large sizes.
5611 (newsticker--run-auto-mark-filter)
5612 (newsticker--do-run-auto-mark-filter):
5613 Use `newsticker-auto-mark-filter-list'.
5614
5615 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
5616
5617 * net/rcirc.el: Use split-string OMIT-NULLS argument.
5618 (rcirc-print): Force redisplay before running hooks. Do long
5619 buffer truncation after making new text read-only. Deal with nil
5620 text when decoding strings. If TARGET is nil, use either the
5621 currently selected buffer, if it is an rcirc buffer and of the
5622 same process or the process buffer.
5623 (rcirc-mode): Remove header-line. Recompute short buffer names.
5624 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
5625 (rcirc-short-buffer-name): Add variable.
5626 (rcirc-kill-buffer-hook): Recompute short buffer names.
5627 Remove nick from private channel.
5628 (rcirc-send-input): Send command text to current-buffer.
5629 Don't clear overlay arrow here.
5630 (rcirc-short-buffer-name): Return a short buffer name.
5631 (rcirc-update-short-buffer-names, rcirc-abbreviate)
5632 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
5633 buffer-name abbreviations.
5634 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
5635 Do not touch nick-table when killing a parted channel.
5636 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
5637 Clear arrow from current buffer if it is now hidden.
5638 (rcirc-current-buffer): Add variable.
5639 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5640 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
5641 Remove -face from names.
5642 (rcirc-update-activity-string): Print "DND" when globally ignoring
5643 activity.
5644 (rcirc-ignore-buffer-activity-flag): Rename from
5645 rcirc-ignore-channel-activity.
5646 (rcirc-ignore-all-activity-flag): Doc fix.
5647 (rcirc-channels): Remove variable.
5648 (rcirc-kill-buffer-hook):
5649 (rcirc-get-buffer-create): Add nick to private channel.
5650 (rcirc-multiline-edit-submit): Remove tabs.
5651 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
5652 folded.
5653 (rcirc-remove-nick-channel): Bug fix.
5654 (rcirc-toggle-ignore-buffer-activity): Rename from
5655 rcirc-toggle-ignore-channel-activity.
5656 (rcirc-record-activity): Add buffers to the front of the list.
5657 (rcirc-update-activity): Remove killed buffers from list.
5658 (rcirc-process-server-response-1): Remove last argument if it is
5659 null before calling handler.
5660 (rcirc): Add "rcirc" defcustom prefix.
5661 (rcirc-prompt): Simplify default prompt.
5662 Use custom-initialize-default.
5663 (rcirc-private-chats): Remove variable.
5664 (rcirc-prompt): Change initialization.
5665 (rcirc-version): Remove function.
5666 (rcirc-id-string): Add constant.
5667 (rcirc-last-buffer): Remove variable.
5668 (rcirc-buffer-alist): Add variable.
5669 (rcirc-connect): Update variable setup.
5670 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
5671 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
5672 default.
5673 (rcirc-handler-generic): Trigger activity.
5674 (rcirc-send-message): Create the buffor of the target.
5675 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
5676 (rcirc-get-buffer): Just return nil if there is no matching buffer.
5677 (rcirc-multiline-edit-cancel): Remove function.
5678 (rcirc-set-last-buffer): Remove function.
5679 (rcirc-get-any-buffer): Add function.
5680 (rcirc-join-channels): Don't print /join text.
5681 (rcirc-toggle-ignore-channel-activity): Add and update echo area
5682 messages.
5683 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
5684 (rcirc-handler-NOTICE): Recognize CTCP responses.
5685 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
5686 constructing TOPIC string for buffers we are not JOINed.
5687 (rcirc-handler-CTCP-response): Add handler.
5688 (rcirc-multiline-edit-submit): Restore the window-configuration
5689 before adjusting point.
5690 (rcirc): Add customization group.
5691 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
5692 (rcirc-user-full-name, rcirc-startup-channels-alist)
5693 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
5694 (rcirc-ignore-all-activity-flag, rcirc-time-format)
5695 (rcirc-input-ring-size, rcirc-read-only-flag)
5696 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
5697 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
5698 Change defvar to defcustom.
5699 (rcirc-update-prompt): Add optional ALL arg, which will update
5700 prompts in all rcirc buffers. Regexp quote replacement text.
5701 (rcirc-fill-column): Accept frame-width as a value.
5702 (rcirc-set-changed): Add function.
5703 (rcirc-next-active-buffer): Write more meaningful messages.
5704 (rcirc-faces): Add customization group.
5705 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
5706 (rcirc-nick-in-message-face, rcirc-prompt-face)
5707 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
5708 (with-rcirc-process-buffer): Move before first usage.
5709 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
5710 (rcirc-debug-flag): Rename from `rcirc-log-p'.
5711 (rcirc-debug): Rename from `rcirc-log'.
5712 (rcirc-format-response-string): Do not print `-' chars for a
5713 NOTICE with no sender. Simplify output of server responses.
5714
5715 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
5716
5717 (rcirc-browse-url-map, rcirc-browse-url-at-point)
5718 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
5719 Make urls mouse and RET clickable.
5720
5721 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
5722
5723 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
5724
5725 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
5726
5727 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5728 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5729 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5730 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5731 argument to all these routines, so the passphrase can be managed
5732 externally and passed in to the system.
5733 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5734 pgg-add-passphrase-to-cache function.
5735
5736 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5737 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5738 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5739 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5740 argument to all these routines, so the passphrase can be managed
5741 externally and passed in to the system.
5742 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5743 function.
5744
5745 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
5746
5747 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
5748 from goto-address-url-regexp.
5749
5750 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
5751
5752 * textmodes/org.el (org-read-date, org-goto-calendar)
5753 (org-recenter-calendar, org-agenda-goto-calendar):
5754 Temporarily clear `calendar-move-hook'.
5755
5756 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
5757
5758 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
5759 merging.
5760
5761 * ediff-util.el (ediff-previous-difference): Don't skip regions that
5762 have merge clashes.
5763
5764 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5765
5766 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5767 Undo previous change.
5768
5769 * startup.el (command-line): Use `custom-reevaluate-setting' for
5770 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
5771 tty-register-default-colors on Mac.
5772
5773 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
5774
5775 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
5776 (gdb-buffer-type): Make it automatically buffer local...
5777 (gdb-get-create-buffer): ...and set it accordingly.
5778 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
5779 actually work.
5780
5781 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
5782
5783 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
5784 not red.
5785
5786 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
5787
5788 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
5789 case GUD buffer is not visible.
5790 (gdb-goto-breakpoint): Try to force display in source buffer.
5791 (gdb-frame-gdb-buffer): Copy other similar functions.
5792 (gdb-restore-windows): Don't display source if not asked for.
5793 (gdb-assembler-buffer-name): Don't capitalise.
5794
5795 2005-11-03 Richard M. Stallman <rms@gnu.org>
5796
5797 * wid-edit.el (key-sequence): New widget type.
5798
5799 * simple.el (set-mark-command-repeat-pop): New variable.
5800 (set-mark-command): Only interpret plan C-@ after a pop as a pop
5801 if set-mark-command-repeat-pop is true.
5802
5803 * info.el (Info-fontify-node): Don't display extra "see" if there
5804 already is one here.
5805
5806 * mouse.el: Fix special handling of DEL after dragging a region:
5807 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
5808 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
5809
5810 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
5811
5812 * textmodes/ispell.el (ispell-command-loop): Change `i' description
5813 not to assume it pertains to an affix.
5814
5815 * textmodes/flyspell.el (flyspell-post-command-hook):
5816 Bind deactivate-mark to prevent deactivation.
5817
5818 2005-11-03 Lars Hansen <larsh@soem.dk>
5819
5820 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
5821 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
5822 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
5823
5824 2005-11-03 Romain Francoise <romain@orebokech.com>
5825
5826 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
5827 Update copyright years.
5828
5829 2005-11-03 Sam Steingold <sds@gnu.org>
5830
5831 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5832 Use system-type instead of window-system because window-system is not
5833 correctly defined during loadup.
5834
5835 2005-11-02 Mark A. Hershberger <mah@everybody.org>
5836
5837 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
5838 (xml-parse-tag): Join strings separated by a comment properly.
5839
5840 2005-11-02 Andreas Schwab <schwab@suse.de>
5841
5842 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
5843
5844 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
5847 (byte-optimize-pure-func): Quote the eval'd value.
5848
5849 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5850 Rename from perl-font-lock-syntactic-face-function.
5851 Change the calling convention so it can be used as a font-lock MATCHER.
5852 Do the parse-partial-sexp loop outselves.
5853 (perl-font-lock-syntactic-keywords): Use it.
5854 (perl-mode): Don't set font-lock-syntactic-face-function any more.
5855
5856 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
5857
5858 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
5859 disassembly buffer too.
5860 (gdb-exited): Remove overlay arrows when execution has finished.
5861 (gdb-info-frames-custom, gdb-info-threads-custom)
5862 (gdb-info-registers-custom): Don't add inappropriate text
5863 properties if inferior is not active.
5864
5865 2005-11-02 Glenn Morris <rgm@gnu.org>
5866
5867 * progmodes/fortran.el (fortran-blink-match):
5868 Use `blink-matching-delay'.
5869
5870 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
5871
5872 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
5873
5874 2005-11-02 Lars Hansen <larsh@soem.dk>
5875
5876 * net/tramp.el (tramp-action-out-of-band): Handle scp message
5877 "Permission denied".
5878
5879 2005-11-01 Richard M. Stallman <rms@gnu.org>
5880
5881 * textmodes/flyspell.el (flyspell-external-point-words):
5882 Pass nil to flyspell-get-word.
5883
5884 2005-11-02 Kim F. Storm <storm@cua.dk>
5885
5886 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
5887 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
5888
5889 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
5892 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5893 (calendar-mouse-print-dates): Add optional `event' argument.
5894 Update interactive-spec.
5895 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5896 Use `calendar-event-to-date' instead of `event'.
5897
5898 2005-11-02 Masatake YAMATO <jet@gyve.org>
5899
5900 * progmodes/ld-script.el (ld-script-builtins):
5901 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
5902 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
5903 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
5904
5905 2005-11-01 Romain Francoise <romain@orebokech.com>
5906
5907 * vc-sccs.el: Update copyright year.
5908 * ezimage.el: Likewise.
5909
5910 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
5911
5912 * info.el (Info-fontify-node): Use `string-width' for fontifying
5913 underlined titles.
5914
5915 2005-11-01 Juri Linkov <juri@jurta.org>
5916
5917 * info.el (Info-fontify-node): Downcase node header keywords Node,
5918 Prev, Next, Up before comparison.
5919 (Info-history): Insert absolute directory name, and put invisible
5920 property on it.
5921
5922 2005-11-01 Juri Linkov <juri@jurta.org>
5923
5924 * info.el (Info-file-supports-index-cookies): New variable.
5925 (Info-find-node-2): Check makeinfo version for index cookie support.
5926 (Info-index-nodes): Search for nodes with index cookies only when
5927 Info-file-supports-index-cookies is t. Otherwise, search nodes
5928 with "Index" in the node name.
5929 (Info-index-node): Search index cookie in the current node only when
5930 Info-file-supports-index-cookies is t. Otherwise, check the word
5931 "Index" in the node name.
5932 (Info-find-emacs-command-nodes): Remove code that searches nodes
5933 with "Index" node name in the top menu.
5934
5935 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * progmodes/scheme.el (scheme-mode-variables): Use the default
5938 comment-indent-function.
5939
5940 * faces.el (face-attribute): Handle the case where a face inherits from
5941 a non-existent face.
5942
5943 * simple.el (eval-expression-print-format): Use lisp-readable syntax
5944 for octal and hexa output, and merge the char into the paren.
5945 (kill-new): Use push.
5946 (copy-to-buffer): Use with-current-buffer.
5947 (completion-setup-function): Move code in loop to remove redundancy.
5948 (minibuffer-local-must-match-map): Don't add bindings that duplicate
5949 those inherited from minibuffer-local-completion-map.
5950
5951 * savehist.el (savehist-mode) <defcustom>:
5952 Use custom-set-minor-mode if available.
5953 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
5954 and emit a message if applicable.
5955
5956 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
5957
5958 * savehist.el: Sync up to version 19.
5959 (savehist-mode): New minor mode.
5960 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
5961 (savehist-length): Remove (use history-length instead).
5962 (savehist-file-modes): Rename from savehist-modes.
5963 (savehist-save-hook, savehist-loaded): New vars.
5964 (savehist-load): Use savehist-mode. Try to smooth up transition from
5965 old format to new format.
5966 (savehist-install): Allow savehist-autosave-interval to be nil.
5967 (savehist-save): Run the new hook. Be more careful to only trim the
5968 history variables.
5969 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
5970 (savehist-printable): Print into a buffer rather than char-by-char.
5971
5972 2005-11-01 John Wiegley <johnw@newartisans.com>
5973
5974 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
5975 toggle-ignore keybinding (C-a). The author said it had been
5976 disabled much earlier due to a possible incompatibility, but after
5977 many months of usage I have encountered no problems (and it is a
5978 rather useful option, especially for switching to " *temp*").
5979
5980 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
5981 support for OS/X's AddressBook, by calling out to the open source
5982 program "contacts" (installable through Fink).
5983
5984 * net/eudc.el (eudc-expand-inline): If the
5985 `eudc-multiple-match-handling-method' is set to `all', delete the
5986 query string before inserting the query result.
5987
5988 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
5989 flag, to prevent Eshell from using the system ls when
5990 `eshell-ls-insert-directory' is in used.
5991 (eshell-ls-insert-directory): Disable font-lock in directory
5992 buffer so that Eshell's own fontification is seen. This broke
5993 recently due to changes in font-lock, so this goes back to version
5994 21 behavior.
5995
5996 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
5997
5998 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
5999 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
6000 (gdb-many-windows): Doc fix.
6001
6002 2005-10-31 Romain Francoise <romain@orebokech.com>
6003
6004 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
6005
6006 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
6007
6008 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
6009 that global-font-lock-mode can be enabled by default.
6010
6011 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
6012 (font-lock-add-keywords, font-lock-remove-keywords)
6013 (font-lock-fontify-buffer): Remove autoload cookies.
6014
6015 * jit-lock.el (jit-lock-register): Likewise.
6016
6017 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
6018
6019 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
6020
6021 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
6022 intact if there is no gud-comint-buffer.
6023
6024 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
6025
6026 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
6027 old prompt comint-prompt-read-only is t and GDB commands are
6028 issued from tool bar etc.
6029
6030 2005-10-31 Masatake YAMATO <jet@gyve.org>
6031
6032 * vc.el (vc-directory-exclusion-list): Add "{arch}".
6033
6034 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6035
6036 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
6037 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
6038
6039 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
6040
6041 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
6042 starting at beginning of line. Fontification is messed up when
6043 `open-paren-in-column-0-is-defun-start' set to t.
6044 Reported by John Paul Wallington <jpw@pobox.com>.
6045
6046 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
6047
6048 * comint.el (comint-send-input): Call `comint-update-fence' when
6049 `comint-process-echoes' and `comint-prompt-read-only' are both
6050 non-nil, to avoid leftover read-only newline.
6051
6052 2005-10-30 Richard M. Stallman <rms@gnu.org>
6053
6054 * textmodes/flyspell.el (flyspell-external-point-words):
6055 Detect when WORD can't be checked properly because
6056 flyspell-get-word finds just part of it, and move on.
6057
6058 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
6059 boundarychar for Polish.
6060 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
6061 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
6062
6063 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
6064
6065 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
6066 (gdb-registers-font-lock-keywords): Delete.
6067 (gdb-registers-mode): Don't fontify.
6068 (gdb-info-registers-custom): Use text properties instead as, in
6069 future, changed register values will use font-lock-warning-face.
6070 (gdb-local-font-lock-keywords): Rename to...
6071 (gdb-locals-font-lock-keywords): ...for consistency.
6072
6073 2005-10-30 Andre Spiegel <spiegel@gnu.org>
6074
6075 * vc.el (vc-switch-backend): Better error message if the buffer is
6076 not visiting a file under version control.
6077
6078 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
6079
6080 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
6081
6082 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
6083 ~/.emacs.d/.emacs.
6084
6085 2005-10-29 Richard M. Stallman <rms@gnu.org>
6086
6087 * replace.el (occur-mode-mouse-goto): Always go to other window.
6088 (occur-mode-goto-occurrence): Always switch in same window.
6089
6090 * simple.el (undo): Display message at end, not at start.
6091
6092 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
6093 New arg REUSE-CELL.
6094 (cancel-timer-internal): New function.
6095 (timer-event-handler): Use cancel-timer-internal,
6096 and pass the cell it returns to timer-activate...
6097
6098 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
6099 (jit-lock-deferred-fontify, jit-lock-context-fontify)
6100 (jit-lock-after-change): Test memory-full.
6101
6102 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6103
6104 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6105 part of the decoded armor to find the key-identifier.
6106 (pgg-gpg-lookup-key-owner): New function to return the
6107 human-readable identifier of a key owner.
6108 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6109 key itself.
6110 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6111 the key value) if we have a key and can match it against a secret
6112 key. Also, added a note pointing out fact that the prompt only
6113 indicates the first matching key.
6114
6115 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6116 pgg-decrypt-region.
6117 (pgg-pending-timers): A new hash for tracking the passphrase cache
6118 timers, so that new ones supercede old ones.
6119 (pgg-add-passphrase-to-cache): Rename from
6120 `pgg-add-passphrase-cache' to reduce confusion (all callers
6121 changed). Modified to cancel old timers when new ones are added.
6122 (pgg-remove-passphrase-from-cache): Rename from
6123 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6124 changed). Modified to cancel old timers when their keys are
6125 removed from the cache.
6126 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6127 XEmacs, an indirection to delete-itimer.
6128 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6129 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6130 users can only check cache without risk of prompting. Correct bug in
6131 notruncate behavior.
6132 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6133 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6134 Add informative docstrings.
6135 (pgg-decrypt): Convey provided passphrase in subordinate call to
6136 pgg-decrypt-region.
6137
6138 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6139 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6140 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6141 `passphrase' argument, so the passphrase can be managed externally
6142 and then passed in to the system.
6143
6144 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6145 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6146 so the passphrase cache can be used reliably with identifiers
6147 besides a pgp packet's key id.
6148
6149 * pgg-gpg.el (pgg-pgp-encrypt-region)
6150 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6151 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6152 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6153 argument to all these routines, so the passphrase can be managed
6154 externally and passed in to the system.
6155
6156 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6157 `notruncate' argument, so the passphrase cache can be used
6158 reliably with identifiers besides a pgp packet's key id.
6159
6160 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
6161
6162 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6163 symmetric encryption.
6164 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6165 encrypted session key.
6166 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6167 message ask for the passphrase in a proper way.
6168
6169 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6170 New user commands for symmetric encryption.
6171
6172 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
6173
6174 * textmodes/conf-mode.el (conf-assignment-sign)
6175 (conf-assignment-regexp): Fix docstrings.
6176 (conf-mode-initialize): New function.
6177 (conf-mode): Remove optional args. Use delay-mode-hooks to
6178 recognize recursive calls.
6179 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
6180 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
6181 (conf-xdefaults-mode): Use define-derived-mode and
6182 conf-mode-initialize.
6183
6184 2005-10-29 Romain Francoise <romain@orebokech.com>
6185
6186 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
6187
6188 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6189
6190 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6191 part of the decoded armor to find the key-identifier.
6192 (pgg-gpg-lookup-key-owner): New function to return the
6193 human-readable identifier of a key owner.
6194 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6195 key itself.
6196 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6197 the key value) if we have a key and can match it against a secret
6198 key. Also, added a note pointing out fact that the prompt only
6199 indicates the first matching key.
6200
6201 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6202 pgg-decrypt-region.
6203 (pgg-pending-timers): A new hash for tracking the passphrase cache
6204 timers, so that new ones supercede old ones.
6205 (pgg-add-passphrase-to-cache): Rename from
6206 `pgg-add-passphrase-cache' to reduce confusion (all callers
6207 changed). Modified to cancel old timers when new ones are added.
6208 (pgg-remove-passphrase-from-cache): Rename from
6209 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6210 changed). Modified to cancel old timers when their keys are
6211 removed from the cache.
6212 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6213 XEmacs, an indirection to delete-itimer.
6214 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6215 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6216 users can only check cache without risk of prompting. Correct bug in
6217 notruncate behavior.
6218 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6219 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6220 Add informative docstrings.
6221 (pgg-decrypt): Convey provided passphrase in subordinate call to
6222 pgg-decrypt-region.
6223
6224 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
6225
6226 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6227 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6228 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6229 `passphrase' argument, so the passphrase can be managed externally
6230 and then passed in to the system.
6231
6232 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6233 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6234 so the passphrase cache can be used reliably with identifiers
6235 besides a pgp packet's key id.
6236
6237 * pgg-gpg.el (pgg-pgp-encrypt-region)
6238 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6239 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6240 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6241 argument to all these routines, so the passphrase can be managed
6242 externally and passed in to the system.
6243
6244 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6245 `notruncate' argument, so the passphrase cache can be used
6246 reliably with identifiers besides a pgp packet's key id.
6247
6248 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
6249
6250 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6251 symmetric encryption.
6252 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6253 encrypted session key.
6254 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6255 message ask for the passphrase in a proper way.
6256
6257 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6258 New user commands for symmetric encryption.
6259
6260 2005-10-28 Bill Wohler <wohler@newt.com>
6261
6262 * help-mode.el (help-url): New button type. Calls browse-url.
6263 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
6264 Similar to Info nodes: URL `url'.
6265 (help-make-xrefs): Create help-url buttons for
6266 help-xref-url-regexp matches.
6267
6268 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
6269
6270 * tool-bar.el (tool-bar-add-item-from-menu)
6271 (tool-bar-local-item-from-menu): Fix doc strings.
6272
6273 2005-10-28 Romain Francoise <romain@orebokech.com>
6274
6275 * ldefs-boot.el: Update.
6276
6277 * subr.el (locate-library): Move from help-fns.el.
6278 * help-fns.el (locate-library): Move to subr.el.
6279
6280 2005-10-28 Richard M. Stallman <rms@gnu.org>
6281
6282 * net/tramp.el (tramp-completion-mode): defvar moved up.
6283
6284 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
6285
6286 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
6287
6288 * files.el (find-file-noselect): Use %d to format large file size.
6289
6290 * bindings.el (mode-line-format): Add %e.
6291
6292 * loadup.el ("facemenu"): Load unconditionally.
6293 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
6294 ("x-dnd"): Load, when appropriate.
6295
6296 * startup.el (command-line): Call before-init-hook earlier.
6297 Warn about some bad characters in -u user name.
6298
6299 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
6300 (flyspell-external-point-words): Error if misspelled word is not found.
6301 Set flyspell-large-region-beg at end of word.
6302
6303 2005-10-28 Andreas Schwab <schwab@suse.de>
6304
6305 * view.el (View-revert-buffer-scroll-page-forward):
6306 Use view-page-size-default.
6307
6308 2005-10-28 Juri Linkov <juri@jurta.org>
6309
6310 * international/quail.el (quail-get-current-str): Translate last
6311 raw character for deterministic input methods.
6312
6313 2005-10-27 Jay Belanger <belanger@truman.edu>
6314
6315 * calc/calc-ext.el: Add functions to autoloads.
6316 (math-identity-matrix-p, math-ident-row-p): New functions.
6317
6318 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
6319 multiplication by an identity matrix; don't turn multiplication by
6320 an inverse matrix into division.
6321 (math-div-symbol-fancy): Replace division by matrices with
6322 multiplication by inverse.
6323
6324 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
6325
6326 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
6327 (calc-writeoutpower): New functions.
6328
6329 2005-10-27 Romain Francoise <romain@orebokech.com>
6330
6331 * replace.el (occur-engine): Include colon in mouse-face highlight.
6332
6333 * dired-x.el: Change Maintainer field.
6334
6335 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
6336
6337 * longlines.el (longlines-mode): Bind after-change-functions to
6338 nil during initial decoding and final encoding.
6339
6340 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6341
6342 * term.el (term-emulate-terminal, term-handle-colors-array)
6343 (term-handle-ansi-escape): Specify the terminfo capabilities
6344 implemented.
6345
6346 2005-10-26 Richard M. Stallman <rms@gnu.org>
6347
6348 * info.el (Info-fontify-node): Fix detection of sentence-break
6349 before *Note.
6350
6351 2005-10-26 Romain Francoise <romain@orebokech.com>
6352
6353 * smerge-mode.el: Add `tools' to file keywords.
6354
6355 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
6356
6357 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
6358 when the fringe is not available.
6359
6360 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
6361 (def-gdb-auto-update-trigger): Simplify construction.
6362 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
6363 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
6364 defined explicitly.
6365 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
6366 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
6367 defined explicitly.
6368 (gdb-info-locals-custom): Remove as it's a no-op.
6369
6370 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
6371
6372 * longlines.el (longlines-mode): Remove narrowing before
6373 performing the initial decoding or final encoding.
6374
6375 2005-10-25 Romain Francoise <romain@orebokech.com>
6376
6377 * emacs-lisp/find-func.el (find-library-name): Also strip
6378 extension if library name ends in .el, to take advantage of
6379 `find-library-suffixes'.
6380
6381 2005-10-25 Richard M. Stallman <rms@gnu.org>
6382
6383 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
6384
6385 2005-10-25 Juri Linkov <juri@jurta.org>
6386
6387 * textmodes/texinfo.el (texinfo-mode): Change charset of one
6388 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
6389
6390 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
6393 (blackbox-redefine-key): Add argument `map'.
6394
6395 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
6396 regions when moving the jit-lock-context-unfontify-pos boundary.
6397
6398 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6399
6400 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
6401
6402 2005-10-25 Masatake YAMATO <jet@gyve.org>
6403
6404 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
6405
6406 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
6407
6408 * play/blackbox.el (blackbox-redefine-key): New function.
6409 (blackbox-mode-map): Use it to remap existing bindings for cursor
6410 motion instead of binding literal keys.
6411
6412 2005-10-25 Glenn Morris <rgm@gnu.org>
6413
6414 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
6415 diary does not end in a newline. Do not assume a blank line at
6416 the start of the diary file.
6417
6418 2005-10-25 Kenichi Handa <handa@m17n.org>
6419
6420 * international/quail.el (quail-translate-key): If the input
6421 method is deterministic and failed to handle the last key, restart
6422 the key handling loop from an appropriate key.
6423
6424 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
6425
6426 * vc.el (vc-dired-mode): Extend comment for binding of
6427 `directory-listing-before-filename-regexp'.
6428
6429 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * textmodes/texinfo.el (texinfo-mode):
6432 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
6433 not to unnecessarily expose emacs-mule's internal char codes.
6434
6435 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
6436
6437 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
6438 Display hand pointer and help-echo on disabled icon too.
6439 (gdb-mouse-until): New function.
6440 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
6441
6442 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
6443
6444 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
6445 with 2005-10-23 change to doctor.el.
6446
6447 * finder.el (finder-mode-map): Add follow-link binding.
6448
6449 2005-10-25 Kim F. Storm <storm@cua.dk>
6450
6451 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
6452 to gdb-mouse-toggle-breakpoint-fringe.
6453 (gdb-mouse-toggle-breakpoint-margin): Rename from
6454 gdb-mouse-toggle-breakpoint. Fix doc.
6455 (gdb-mouse-toggle-breakpoint-fringe): New defun.
6456 (gdb-put-string): Add optional SPROPS arg. Add props to string.
6457 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
6458 string properties also for fringe breakpoint bitmaps.
6459
6460 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
6461
6462 * textmodes/org.el (org-start-icalendar-file): Fix format form.
6463
6464 2005-10-25 Masatake YAMATO <jet@gyve.org>
6465
6466 * simple.el (completion-common-substring):
6467 Use `completion-common-substring' prior to `completion-base-size'.
6468
6469 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
6470
6471 * savehist.el: Require CL while compiling.
6472 (savehist-history-variables): Remove.
6473 (savehist-save-minibuffer-history, savehist-additional-variables)
6474 (savehist-minibuffer-history-variables): New vars.
6475 (savehist-save): Use them.
6476 (savehist-uninstall, savehist-minibuffer-hook): New funs.
6477 (savehist-install): New fun, extracted from savehist-load.
6478 (savehist-load): Use them.
6479
6480 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
6483 a dummy doc-string-elt property.
6484 (defalias, defvaralias, define-category): Add a docstring property.
6485
6486 * image.el (defimage):
6487 * widget.el (define-widget):
6488 * custom.el (defface, defcustom): Add `doc-string' declaration.
6489
6490 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
6491 (defadvice): Add `doc-string' declaration.
6492
6493 * emacs-lisp/byte-run.el (macro-declaration-function):
6494 Handle `doc-string' declarations.
6495 (define-obsolete-function-alias, define-obsolete-variable-alias):
6496 Add `doc-string' declaration.
6497
6498 2005-10-24 Kenichi Handa <handa@m17n.org>
6499
6500 * international/utf-7.el (utf-7): Add autoload cookie.
6501
6502 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
6503
6504 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6505
6506 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
6507 list of directories passed to batch-update-autoloads. Add "." to
6508 the list of the echoed directories.
6509
6510 * pgg-def.el:
6511 * pgg-gpg.el:
6512 * pgg-parse.el:
6513 * pgg-pgp.el:
6514 * pgg-pgp5.el:
6515 * pgg.el: Moved here from the gnus subdirectory.
6516
6517 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
6518
6519 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
6520 in case comint-prompt-read-only is set to t.
6521
6522 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
6523 in case comint-prompt-read-only is set to t.
6524
6525 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
6526
6527 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
6528 Now a string.
6529 (icalendar-import-format): Handle CLASS, STATUS, URL.
6530 Rename `subject' to `summary'.
6531 (icalendar-import-format-summary): Rename from
6532 `icalendar-import-format-subject'.
6533 (icalendar-import-format-url, icalendar-import-format-status)
6534 (icalendar-import-format-class): New variables.
6535 (icalendar--rris): Take variable argument list.
6536 (icalendar--datestring-to-isodate): Remove unnecessary
6537 calendar-style check when converting dates with explicit month names.
6538 (icalendar-export-region): Change return type of conversion
6539 subroutines. Bury current buffer unless error occurred.
6540 (icalendar--convert-to-ical)
6541 (icalendar--parse-summary-and-rest): New functions.
6542 (icalendar--convert-ordinary-to-ical)
6543 (icalendar--convert-weekly-to-ical)
6544 (icalendar--convert-yearly-to-ical)
6545 (icalendar--convert-block-to-ical)
6546 (icalendar--convert-cyclic-to-ical)
6547 (icalendar--convert-anniversary-to-ical): Change return type.
6548 Strip trailing blanks from subject.
6549 (icalendar--convert-sexp-to-ical): Change return type.
6550 Strip trailing blanks from subject. Handle simple sexp
6551 entries as generated by icalendar.el.
6552 (icalendar--convert-float-to-ical)
6553 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
6554 (icalendar-import-file): Doc fix.
6555 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
6556 Correct call to icalendar--rris.
6557 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
6558 `summary'.
6559 (icalendar--add-diary-entry): Rename `subject' to `summary'.
6560
6561 2005-10-24 Romain Francoise <romain@orebokech.com>
6562
6563 * server.el (server-sentinel): Set query-on-exit flag to nil on
6564 new client processes (it isn't inherited from the server process).
6565
6566 * replace.el (occur-engine): Rearrange text properties.
6567
6568 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
6571 case-fold-search is nil.
6572 (debug-help-follow): Use help-xref-interned directly.
6573
6574 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6575
6576 * thumbs.el (thumbs-image-type): Add .pbm.
6577
6578 2005-10-23 Richard M. Stallman <rms@gnu.org>
6579
6580 * faces.el (inhibit-face-set-after-frame-default): New variable.
6581 (set-face-attribute): Bind it.
6582 (face-set-after-frame-default): Test it.
6583
6584 * help-fns.el (describe-simplify-lib-file-name): New function.
6585 (describe-function-1, describe-variable): Use it.
6586
6587 * faces.el (describe-face): Use describe-simplify-lib-file-name.
6588
6589 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
6590 Eliminate nil as possible value.
6591 (tooltip-hide-delay): Reduce internal-border-width.
6592
6593 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
6594 (menu-bar-file-menu) <new-file>: Likewise.
6595
6596 * simple.el (line-move-finish): Ignore fields computing LINE-END.
6597
6598 * international/mule.el (load-with-code-conversion):
6599 Pass full file name to `eval-buffer' unless preloading.
6600
6601 * textmodes/flyspell.el (flyspell-large-region):
6602 Call ispell-check-version.
6603
6604 * textmodes/ispell.el (ispell-local-dictionary-overridden):
6605 Fix the make-variable-buffer-local call that was supposed
6606 to be for this variable.
6607 (ispell-aspell-supports-utf8): Doc fix.
6608 (ispell-find-aspell-dictionaries): Preserve elements of
6609 ispell-dictionary-alist for dictionaries that aspell doesn't report.
6610 (ispell-aspell-find-dictionary): Return nil on error.
6611
6612 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
6613 (doctor-symptoms): Likewise.
6614
6615 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
6616
6617 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * cus-edit.el (custom-button, custom-button-pressed): New vars.
6620 (custom-raised-buttons): Add :set spec.
6621 (custom-button-unraised, custom-button-pressed-unraised):
6622 New faces, so that custom-raised-buttons actually does something.
6623 (custom-mode): Use custom-button and custom-button-pressed.
6624
6625 * wid-edit.el (widget-specify-button): Don't ignore
6626 widget-mouse-face on graphic terminals.
6627 (widget-move-and-invoke): Cleanup.
6628
6629 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
6630
6631 * whitespace.el (whitespace-cleanup): Doc fix.
6632
6633 2005-10-23 Romain Francoise <romain@orebokech.com>
6634
6635 * emulation/viper.el (viper-set-hooks): Quote forms passed to
6636 `eval-after-load' to avoid evaluating their result.
6637
6638 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
6639
6640 * files.el (directory-listing-before-filename-regexp):
6641 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
6642
6643 * dired.el (dired-move-to-filename-regexp): Remove.
6644 All occurences replaced by `directory-listing-before-filename-regexp'.
6645
6646 * dired-x.el, locate.el, vc.el:
6647 Replace `dired-move-to-filename-regexp' by
6648 `directory-listing-before-filename-regexp'. In vc.el it is
6649 overwritten locally; maybe this can be handled in files.el too.
6650
6651 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
6652 replaced by `directory-listing-before-filename-regexp'.
6653
6654 2005-10-23 Andreas Schwab <schwab@suse.de>
6655
6656 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
6657 and eval-next-after-load.
6658
6659 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6660
6661 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
6662 exist, create it.
6663
6664 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
6665
6666 * allout.el: Remove autoloads for mailcrypt and crypt++.
6667 Require pgg, pgg-gpg during compilation.
6668 (allout-version): Increment version number to 2.1, and use a literal
6669 rather than RCS Id.
6670 (allout-default-encryption-scheme): Remove.
6671 (allout-passphrase-verifier-handling)
6672 (allout-passphrase-verifier-string)
6673 (allout-file-passphrase-verifier-string)
6674 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
6675 (allout-passphrase-hint-handling): Rename and simplify.
6676 (allout-init): Use `find-file-hook' if available, otherwise
6677 `find-file-hooks'.
6678 (allout-mode): Use `write-file-functions' if available, otherwise
6679 `local-write-file-hooks' and, instead of making auto-save-hook
6680 buffer local, make the write-file-hook activity contingent to
6681 allout-mode.
6682 (allout-mode): Use key-binding substitution in the docstring.
6683 (allout-kill-line): Spell-out kill ring data structure mutation
6684 instead of using byte-compiler-complaint-provoking `pop'.
6685 (allout-insert-listified): Use `insert' rather than `insert-string'
6686 (allout-toggle-current-subtree-encryption): Update docstring, adjust
6687 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
6688 (allout-encrypt-string): Totally revamped vis new underlying
6689 encryption facilities.
6690 (allout-mc-activate-passwd): Remove.
6691 (allout-obtain-passphrase): New, more or less replaces
6692 allout-mc-activate-passwd.
6693 (allout-encrypted-key-info): More or less replaces
6694 allout-encrypted-text-type.
6695 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
6696 (my-mark-marker): Use `(featurep 'xemacs)'.
6697
6698 2005-10-23 Lars Hansen <larsh@soem.dk>
6699
6700 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
6701 (byte-compile-file-form-defmumble, byte-compile-defun)
6702 (byte-compile-defmacro): Use it.
6703 (byte-compile-form): Don't call byte-compile-set-symbol-position
6704 when a byte-compile handler is called.
6705
6706 2005-10-22 Romain Francoise <romain@orebokech.com>
6707
6708 * savehist.el (savehist-history-variables): Add `grep-find-history'.
6709
6710 * subr.el (eval-after-load): Convert library name to an absolute
6711 file name using locate-library, since load-history no longer has
6712 library names in it.
6713
6714 2005-10-22 Richard M. Stallman <rms@gnu.org>
6715
6716 * files.el (make-temp-file): Move from subr.el.
6717 * subr.el (make-temp-file): Move to files.el.
6718
6719 * window.el (get-buffer-window-list): Move from subr.el.
6720 * subr.el (get-buffer-window-list): Move to window.el.
6721
6722 * image.el (image-load-path): Use eval-at-startup to initialize.
6723
6724 * subr.el (eval-at-startup): New macro.
6725
6726 * subr.el: Much rearrangement of functions and division
6727 into pages. No code changes.
6728
6729 2005-10-22 Kenichi Handa <handa@m17n.org>
6730
6731 * tar-mode.el (tar-extract): Be sure to call
6732 find-operation-coding-system if set-auto-coding doesn't find a
6733 coding system.
6734
6735 2005-10-22 Kim F. Storm <storm@cua.dk>
6736
6737 * image.el (image-type-header-regexps): Rename from image-type-regexps.
6738 Change users.
6739 (image-type-file-name-regexps): New defconst.
6740 (image-type-from-data): Simplify loop.
6741 (image-type-from-buffer): New defun.
6742 (image-type-from-file-header): Use it instead of image-type-from-data.
6743 Use image-search-load-path instead of only looking in data-directory.
6744 (image-type-from-file-name): New defun.
6745 (image-search-load-path): Change `pathname' to `filename'.
6746 Make PATH arg optional, default to image-load-path.
6747
6748 2005-10-21 Richard M. Stallman <rms@gnu.org>
6749
6750 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
6751
6752 * textmodes/paragraphs.el (sentence-end-base): New variable.
6753 (sentence-end): Use sentence-end-base.
6754
6755 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * font-lock.el (font-lock-default-fontify-region): Check the multiline
6758 property independently from the font-lock-multiline variable.
6759
6760 2005-10-21 Richard M. Stallman <rms@gnu.org>
6761
6762 * emacs-lisp/find-func.el (find-library-name): Doc fix.
6763
6764 * startup.el (command-line): Convert library names
6765 in `load-history' to absolute file names.
6766
6767 * subr.el (symbol-file): Doc fix.
6768
6769 * loadhist.el (file-loadhist-lookup): Call locate-library
6770 instead of find-library-name. Don't try converting
6771 abs file names to library names, since load-history no longer
6772 has library names in it.
6773 (file-dependents, file-provides, file-requires): Doc fixes.
6774
6775 2005-10-21 Juri Linkov <juri@jurta.org>
6776
6777 * progmodes/etags.el (tags-table-mode): New function.
6778 (tags-verify-table): Replace initialize-new-tags-table with
6779 tags-table-mode.
6780
6781 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
6782 default value.
6783 (desktop-modes-not-to-save): Add tags-table-mode to the
6784 default value.
6785
6786 * info.el (Info-index-next): Add total number of index
6787 alternatives to the message.
6788
6789 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
6790 backward only space (instead of space and period) before looking
6791 at sentence end.
6792
6793 * simple.el (set-variable): Use user-variable-p instead of symbolp.
6794 Add the old variable value as 4th default-value arg of read-string.
6795
6796 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6797
6798 * cus-face.el (custom-declare-face): Make face from X resources
6799 also on Mac.
6800
6801 * disp-table.el (standard-display-g1, standard-display-graphic):
6802 Refuse to use string glyphs also on Mac.
6803 (standard-display-european): Don't set terminal coding system also
6804 on Mac.
6805
6806 * frame.el (display-screens): Use x-display-screens also on Mac.
6807
6808 2005-10-21 Romain Francoise <romain@orebokech.com>
6809
6810 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
6811
6812 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
6815 and $? into sexps.
6816
6817 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
6818 warning face on open-paren-in-column-0.
6819
6820 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
6821 boundary case. Fix typo.
6822 Suggested by Martin Rudalics <rudalics@gmx.at>.
6823
6824 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
6825
6826 * textmodes/org.el (org-combined-agenda-icalendar-file)
6827 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
6828 (org-export-icalendar-this-file)
6829 (org-export-icalendar-all-agenda-files)
6830 (org-export-icalendar-combine-agenda-files): New commands.
6831 (org-export-icalendar, org-print-icalendar-entries)
6832 (org-start-icalendar-file, org-finish-icalendar-file)
6833 (org-ical-ts-to-string): New functions.
6834 (org-read-date, org-goto-calendar)
6835 (org-agenda-goto-calendar): Inhibit displaying diary entries by
6836 call to `calendar'.
6837 (orgtbl-setup): Remove the :keys arguments from the menu description.
6838 (org-after-save-iCalendar-file-hook): New variable.
6839
6840 2005-10-21 Kenichi Handa <handa@m17n.org>
6841
6842 * language/vietnamese.el (tcvn-5712): Make it an alias of
6843 vietnamese-tcvn coding-system.
6844
6845 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
6846
6847 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
6848 group id is given.
6849
6850 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * progmodes/sh-script.el (sh-escaped-line-re): New var.
6853 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
6854 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
6855 whose line is either continued or ends with a comment.
6856
6857 2005-10-20 Romain Francoise <romain@orebokech.com>
6858
6859 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
6860
6861 * replace.el (occur-engine): Add follow-link property.
6862
6863 * font-core.el (font-lock-mode): Doc fix.
6864
6865 2005-10-20 Richard M. Stallman <rms@gnu.org>
6866
6867 * net/rcirc.el: New file.
6868
6869 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
6870
6871 * term.el (term-term-name): Initialize to "eterm-color".
6872
6873 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
6874
6875 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
6876 for encryption functionality.
6877 Move allout customization subgroup from `editing' to `outlines' group.
6878 Fix commentary keywords to legitimate ones.
6879 Update author info (using my current email address, obscurified).
6880 (allout-encrypt-string, allout-encryption-produce-work-buffer)
6881 (allout-encrypted-topic-p, allout-encrypted-text-type)
6882 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
6883 (allout-situate-encryption-key-verifier)
6884 (allout-get-encryption-key-verifier, allout-verify-key)
6885 (allout-next-topic-pending-encryption)
6886 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
6887 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
6888 (outline-key-verifier-handling, outline-key-hint-handling)
6889 (outline-encrypt-unencrypted-on-saves): New defcustoms.
6890 (allout-file-key-verifier-string, allout-encryption-scheme)
6891 (allout-key-verifier-string, allout-key-hint-string)
6892 (allout-after-save-decrypt): New variables.
6893 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
6894 (allout-after-saves-handler): New hook functions.
6895 (allout-post-command-business): Do allout-after-save-decrypt.
6896 (allout-enable-file-variable-adjustment): Custom var to enable
6897 mechanism for adding and adjusting settings of Emacs file variables.
6898 (allout-adjust-file-variable, allout-file-vars-section-data):
6899 New functions, implement the mechanism.
6900 (outlineify-sticky): Use the file vars mechanism.
6901 (allout-inhibit-protection, allout-during-write-cue)
6902 (allout-override-protect, allout-before-change-protect): Remove.
6903 (allout-flag-region, allout-open-topic): Adjust read-only text.
6904 (allout-open-line-not-read-only): Add to facilitate read-only
6905 text based protection.
6906 (allout-kill-line): Revise to adjust read-only text, clue the
6907 user about the inhibition.
6908 (allout-unprotected): Use unwind-protect.
6909 (allout-shift-in, allout-shift-out): Disallow manually shifting a
6910 topic deeper than the offspring depth of the previous topic -
6911 avoiding confusing "containment discontinuities".
6912 (allout-reindent-bodies): Fix retention of body relative hanging
6913 indent during promotion of collapsed bodies.
6914 (allout-open-topic): Make it easy to open new topic with same
6915 bullet as current topic - topic creation functions provided with
6916 any universal argument provokes now prompt for bullet, defaulting
6917 to the bullet of the previous topic.
6918 (allout-plain-bullets-string, allout-distinctive-bullets-string):
6919 Plain bullet alternates `.' period and `,' comma only. All other
6920 bullets are relegated to special status (but customizable).
6921 (allout-end-of-entry): Rename from allout-end-of-current-entry
6922 since it actually operates w.r.t. most immediately containing
6923 entry, visible or not.
6924 (allout-hide-current-entry, allout-show-current-entry): Use the
6925 revised version.
6926 (allout-old-expose-topic): Solidify deprecation.
6927 (allout-end-of-subtree): Add so we can span concealed as well
6928 as visible topics.
6929 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
6930 (allout-end-of-current-heading): Tweak to just respect the first line.
6931 (allout-get-body-text): Add.
6932 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
6933 when invoked interactively.
6934 (allout-up-current-level): Use `interactive-p'.
6935 (allout-mode, allout-init): Miscellaneous docstring and
6936 operational refinements, as well as hookups of new encryption stuff.
6937 (allout-beginning-of-current-entry): Now works as advertised.
6938 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
6939 (allout-isearch-rectification): Refine condition for isearching.
6940 (allout-isearch-abort, allout-enwrap-isearch)
6941 (allout-flag-region, my-region-active-p): Relocate some macros.
6942 (allout-title): Fallback title is (buffer-name), not
6943 non-existing (current-buffer-name).
6944 (subst-char-in-string): Define if absent (for some XEmacs versions).
6945
6946 2005-10-20 Jari Aalto <jari.aalto@cante.net>
6947
6948 * mail/sendmail.el (mail-setup-hook, mail-aliases)
6949 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
6950 (mail-citation-prefix-regexp, mail-signature-file)
6951 (mail-default-headers, mail-bury-selects-summary)
6952 (mail-send-nonascii): Add autoload cookies.
6953
6954 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6955
6956 * frame.el (blink-cursor-mode): Add `mac' to the list of
6957 window-system's that support blinking cursor.
6958
6959 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
6960
6961 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
6962
6963 2005-10-20 Eli Zaretskii <eliz@gnu.org>
6964
6965 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
6966 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
6967 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
6968
6969 2005-10-20 Kim F. Storm <storm@cua.dk>
6970
6971 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
6972 (ido-set-current-directory): Don't add / after final @.
6973 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
6974 Explicitly handle ange-ftp completion oddities.
6975 (ido-make-file-list): Don't rotate list at tramp root to avoid
6976 triggering tramp file handler for expand-file-name via get-file-buffer.
6977
6978 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
6981
6982 2005-10-19 Jay Belanger <belanger@truman.edu>
6983
6984 * calc/calc-units.el (math-standard-units): Add units, adjust
6985 symbols and update values.
6986 (math-unit-prefixes): Add more prefixes.
6987
6988 2005-10-19 Romain Francoise <romain@orebokech.com>
6989
6990 * bookmark.el (bookmark-menu-heading): New face.
6991 (bookmark-bmenu-list): Use it.
6992 Don't fiddle with `baud-rate' at top-level.
6993
6994 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
6995
6996 * image.el (create-image, find-image): Mention max-image-size in
6997 docstring.
6998
6999 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * savehist.el (savehist-load): Revert to checking XEmacs.
7002
7003 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
7004 Various docstring and line-width fixups.
7005 (conf-mode): Use cond.
7006 Set font-lock-defaults. Don't set comment-use-syntax.
7007
7008 2005-10-18 David Ponce <david@dponce.com>
7009
7010 * tree-widget.el (tree-widget-button-click): New function.
7011 (tree-widget-button-keymap): Use it.
7012
7013 2005-10-18 Romain Francoise <romain@orebokech.com>
7014
7015 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7016 (bookmark-bmenu-hide-filenames): Add follow-link property.
7017 Improve help-echo text.
7018
7019 * ffap.el (find-file-at-point): Doc fix.
7020
7021 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7022
7023 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
7024
7025 2005-10-18 Masatake YAMATO <jet@gyve.org>
7026
7027 Install to the CVS repository what I forgot to install in my
7028 2005-10-16 changes.
7029
7030 * progmodes/python.el (python-complete-symbol): Pass the common
7031 prefix substring of completion to `display-completion-list'.
7032
7033 * textmodes/org.el (org-complete): Ditto.
7034
7035 2005-10-18 Masatake YAMATO <jet@gyve.org>
7036
7037 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
7038
7039 * woman.el (WoMan-xref-man-page): New button type derived
7040 from `Man-abstract-xref-man-page'.
7041 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
7042
7043 * man.el (Man-abstract-xref-man-page): New button type.
7044 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
7045 (Man-highlight-references): Add new optional argument `xref-man-type'.
7046
7047 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
7048
7049 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
7050
7051 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
7052
7053 * cus-edit.el (Custom-move-and-invoke): Delete.
7054 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
7055
7056 * wid-edit.el (widget-move-and-invoke): New function, from
7057 Custom-move-and-invoke.
7058
7059 2005-10-17 Bill Wohler <wohler@newt.com>
7060
7061 Move all remaining images from lisp/toolbar to etc/images, move
7062 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
7063 the low resolution images in their own directory (low-color).
7064
7065 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
7066 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
7067 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
7068 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
7069 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
7070 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
7071 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
7072
7073 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
7074 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
7075 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
7076 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
7077 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
7078 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
7079 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
7080 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
7081 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
7082 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
7083 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
7084 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
7085 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
7086 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
7087 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
7088
7089 To conform with convention, replace the underscore (_) in the
7090 following image names with dash (-) or (/) as appropriate.
7091
7092 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
7093 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
7094 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
7095 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
7096 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
7097 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
7098 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
7099 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
7100 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
7101 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
7102 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
7103 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
7104 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
7105 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
7106 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
7107
7108 * info.el (info-tool-bar-map): Replace underscores in image names
7109 with dashes.
7110
7111 * makefile.w32-in (WINS): Remove toolbar.
7112
7113 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
7114
7115 * tool-bar.el: Move to lisp from toolbar. Now that
7116 toolbar is empty, it should be deleted when folks run "cvs up -P".
7117
7118 2005-10-18 Jay Belanger <belanger@truman.edu>
7119
7120 * calc/calc-store.el (calc-store-into): Get the proper variable name
7121 to display in message.
7122
7123 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
7124
7125 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
7126 expressions display in speedbar for all buffers when debugging.
7127 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
7128
7129 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
7130 (speedbar-insert-button, speedbar-make-button):
7131 Use add-text-properties.
7132 (speedbar-update-localized-contents)
7133 (speedbar-update-directory-contents)
7134 (speedbar-update-special-contents): Use dolist.
7135 (speedbar-buffer-easymenu-definition): Add a menu separator.
7136
7137 2005-10-17 Jason Rumney <jasonr@gnu.org>
7138
7139 * makefile.w32-in: Use $(lisp) consistently.
7140 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
7141 for shell specific generation of mh-autoloads.
7142
7143 2005-10-17 Richard M. Stallman <rms@gnu.org>
7144
7145 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
7146
7147 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * jit-lock.el (jit-lock-fontify-now):
7150 Move jit-lock-context-unfontify-pos to avoid wasted work.
7151
7152 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
7153
7154 * net/tramp.el (tramp-completion-mode): New defvar. Used in
7155 `tramp-completion-mode' for checking if we are in completion mode.
7156 (tramp-completion-handle-file-name-all-completions): Reorder code
7157 in order to complete for file names only in case there are no
7158 method/user/host completions. This is necessary for cooperation
7159 with ido. Reported by Kim F. Storm <storm@cua.dk>.
7160
7161 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
7162
7163 * longlines.el (longlines-search-forward)
7164 (longlines-search-backward): Match any number of spaces.
7165
7166 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
7167
7168 * diff-mode.el (diff-mode): Doc fix.
7169
7170 2005-10-16 David Reitter <david.reitter@gmail.com>
7171
7172 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
7173 as default on darwin and windows systems.
7174
7175 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
7176
7177 * arc-mode.el (archive-zip-extract): Doc fix.
7178
7179 2005-10-16 Romain Francoise <romain@orebokech.com>
7180
7181 * mouse.el (mouse-1-click-follows-link): Doc fix.
7182
7183 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * savehist.el: Don't require CL at runtime.
7186 (savehist-xemacs): Remove.
7187 (savehist-coding-system): Use utf-8 if present, regardless of religion.
7188 (savehist-no-conversion): Use (featurep 'xemacs).
7189 (savehist-load): Check existence of start-itimer rather than XEmacs.
7190 Use an idle timer.
7191 (savehist-process-for-saving): Replace use of CL funs `subseq' and
7192 `delete-if-not'.
7193
7194 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
7195
7196 * savehist.el: Newer version.
7197 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
7198 (savehist-last-checksum, savehist-no-conversion): New vars.
7199 (savehist-autosave, savehist-process-for-saving, savehist-printable):
7200 New functions.
7201 (savehist-load, savehist-save): Use them.
7202 (savehist-delimit): Remove.
7203
7204 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * progmodes/compile.el (compilation-goto-locus): Display the
7207 compilation buffer first and the source buffer second, in case they're
7208 in overlapping frames. Don't raise the compilation frame if it was the
7209 selected window upon entry. Pass the `other-window' arg to
7210 pop-to-buffer.
7211
7212 * info.el (Info-fontify-node): Use dolist.
7213 Change add-text-properties to put-text-property.
7214
7215 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7216
7217 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
7218 bound of search.
7219
7220 2005-10-16 Masatake YAMATO <jet@gyve.org>
7221
7222 * dabbrev.el (dabbrev-completion): Pass the common
7223 prefix substring of completion to `display-completion-list'.
7224
7225 * filecache.el (file-cache-minibuffer-complete)
7226 (file-cache-complete): Ditto.
7227
7228 * tempo.el (tempo-display-completions): Ditto.
7229
7230 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
7231
7232 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
7233
7234 * eshell/em-hist.el (eshell-list-history): Ditto.
7235
7236 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
7237
7238 * mail/mailalias.el (mail-complete): Ditto.
7239
7240 * progmodes/etags.el (complete-tag): Ditto.
7241
7242 * progmodes/make-mode.el (makefile-complete): Ditto.
7243
7244 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
7245
7246 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
7247
7248 * progmodes/pascal.el (pascal-complete-word)
7249 (pascal-show-completions): Ditto.
7250
7251 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
7252
7253 * simple.el (completion-common-substring): New variable.
7254 (completion-setup-function): Use `completion-common-substring'
7255 to put faces.
7256
7257 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7258
7259 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
7260 (x-get-selection, mac-select-convert-to-string): Convert from/to
7261 UTF-16 clipboard data as in native byte order, no BOM.
7262
7263 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
7264
7265 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7266 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
7267 (gud-sentinel): Use speedbar-frame to check for speedbar.
7268
7269 2005-10-15 Richard M. Stallman <rms@gnu.org>
7270
7271 * savehist.el: New file.
7272
7273 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
7274
7275 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
7276 Fix bug in \bf fontification.
7277
7278 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * pcvs.el (cvs-edit-log-files): New var.
7281 (cvs-mode-edit-log): New arg `file'.
7282 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
7283 Instead force the use of the original file and nothing else.
7284 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
7285 the cvs-minor-wrap-function is set.
7286 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
7287
7288 2005-10-14 Bill Wohler <wohler@newt.com>
7289
7290 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
7291 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
7292 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
7293 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
7294 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
7295 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
7296 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
7297 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
7298 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
7299 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
7300 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
7301 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
7302 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
7303 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
7304 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
7305
7306 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7307 appropriately (for example, gud-break to gud/break).
7308
7309 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
7310
7311 * longlines.el (longlinges-search-function)
7312 (longlines-search-forward, longlines-search-backward): New functions.
7313 (longlines-mode): Set isearch-search-fun-function to
7314 longlinges-search-function.
7315
7316 * mouse.el (mouse-drag-region-1): Handle the case where a
7317 double-click event is bound to an arbitrary function.
7318
7319 2005-10-14 David Ponce <david@dponce.com>
7320
7321 * recentf.el (recentf-track-opened-file)
7322 (recentf-track-closed-file, recentf-update-menu)
7323 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
7324 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
7325 mouse-1-click-follows-link.
7326
7327 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7328
7329 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
7330 Gnome file-manager.png. Suggested by
7331 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
7332
7333 * toolbar/README: Add diropen.xpm.
7334
7335 2005-10-13 Bill Wohler <wohler@newt.com>
7336
7337 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
7338 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
7339
7340 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7343 Don't waste the byte-compiler's time on constant data.
7344
7345 2005-10-13 Kenichi Handa <handa@m17n.org>
7346
7347 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
7348 byte with `escape-glyph' face.
7349
7350 * international/fontset.el (ccl-encode-unicode-font):
7351 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
7352 Handle the case that ucs-mule-to-mule-unicode translates a character to
7353 ASCII (usually for IPA characters).
7354
7355 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
7358 Don't hide the underline of titles if font-lock-mode is disabled.
7359
7360 2005-10-12 Bill Wohler <wohler@newt.com>
7361
7362 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
7363 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
7364 files in MH-E-SRC have been updated.
7365 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
7366
7367 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7368
7369 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
7370 (mixal-mode-syntax-table): Add \n as end-comment.
7371 (mixal-operation-codes-alist): Immediately initialize to full value.
7372 (mixal-add-operation-code): Remove.
7373 (mixal-describe-operation-code): Make the arg non-optional.
7374 Use the interactive spec instead.
7375 Use mixal-operation-codes-alist rather than mixal-operation-codes.
7376 (mixal-font-lock-keywords): Don't highlight comments here any more.
7377 (mixal-font-lock-syntactic-keywords): New var.
7378 (mixal-mode): Use it. Fix comment-start-skip.
7379
7380 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7381
7382 * startup.el (command-line-x-option-alist): -nb => -nbi
7383
7384 2005-10-12 Kim F. Storm <storm@cua.dk>
7385
7386 * startup.el (fancy-splash-default-action): Discard mouse click in
7387 the splash screen window, as it has no sensible meaning in the
7388 next window to be selected. Fixes error reported by Jan D.
7389
7390 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7391
7392 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
7393
7394 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7395
7396 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
7397 Try to fix up minor layout issues like indentation, line break, etc...
7398 (mixal-mode-syntax-table): Don't try to specify comment syntax,
7399 because it doesn't work.
7400 (mixal-operation-codes): Add some more codes.
7401 (mixal-font-lock-keywords): Process comments here.
7402 (mixal-mode): mixasm no longer needs -g option.
7403
7404 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
7405
7406 * progmodes/sh-script.el (sh-tmp-file):
7407 Use mktemp -t. Finish support for es and rc shells.
7408
7409 2005-10-11 Jay Belanger <belanger@truman.edu>
7410
7411 * calc/calcalg2.el (calc-integral): With an argument, compute the
7412 definite integral.
7413
7414 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
7415
7416 * mouse.el (mouse-drag-region-1): Don't try to catch a
7417 double-click when doing follow-link (it's overridden anyway).
7418
7419 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
7420
7421 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
7422 (autoload-print-form-outbuf): Add docstring.
7423
7424 2005-10-11 Juri Linkov <juri@jurta.org>
7425
7426 * info.el (Info-mode-menu): Delete menu item "Edit".
7427 (Info-mode): Delete description of Info-edit from docstring,
7428 and rearrange descriptions of Info commands in the order
7429 they are documented in the Info manual.
7430
7431 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * calendar/appt.el (appt-check): Use diary-selective-display var.
7434
7435 2005-10-10 Richard M. Stallman <rms@gnu.org>
7436
7437 * net/newsticker.el (newsticker-start, newsticker-show-news):
7438 Add autoload cookies.
7439
7440 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
7441
7442 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
7443
7444 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
7445
7446 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
7447
7448 2005-10-10 Jay Belanger <belanger@truman.edu>
7449
7450 * calc/calc-arith.el (math-check-known-scalarp)
7451 (math-check-known-matrixp): Check the values of arguments that are
7452 variables.
7453 (math-check-known-square-matrixp): New function.
7454 (math-known-square-matrixp): Use math-check-known-square-matrixp.
7455 (math-super-types): Add sqmatrix type.
7456
7457 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
7458 mode name `square' to `sqmatrix'.
7459
7460 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
7461 mode name `square' to `sqmatrix'.
7462
7463 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7464
7465 * progmodes/etags.el (select-tags-table-mode): Don't use
7466 selective-display.
7467 (tags-select-tags-table): Pass `button' to the action function.
7468 (select-tags-table): Place the side-info on button properties rather
7469 than in hidden text. Abbreviate file names.
7470 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
7471 (select-tags-table-select): Add `button' argument.
7472 Get side-info from the button property rather than from hidden text.
7473
7474 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
7475
7476 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
7477 (gud-speedbar-buttons): Preserve point if possible.
7478 (gud-sentinel): Restore previous speedbar display type.
7479
7480 * progmodes/gdb-ui.el (gdba): Improve diagram.
7481 (def-gdb-auto-update-handler, gdb-info-locals-handler)
7482 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
7483 Call get-buffer-window once.
7484
7485 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
7488 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
7489 (pascal-indent-command): Remove unused var `ind'.
7490 (pascal-indent-case): Remove unused var `oldpos'.
7491 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
7492 since it's now used as a proper minor mode map.
7493 (pascal-outline): Rename to pascal-outline-mode.
7494 (pascal-outline-mode): Use define-minor-mode.
7495 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
7496 selective-display.
7497
7498 2005-10-10 Andreas Schwab <schwab@suse.de>
7499
7500 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
7501 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
7502
7503 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
7504 outside source directory.
7505
7506 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
7507
7508 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
7509 C-x' as a prefix.
7510 (orgtbl-mode-map): Full keymap instead of sparse, because all
7511 `self-insert-command' keys are redefined in this map.
7512 (org-export-as-html): Specify charset for HTML file, by taking it
7513 from the coding system.
7514
7515 2005-10-10 Kenichi Handa <handa@m17n.org>
7516
7517 * textmodes/flyspell.el (flyspell-check-word-p):
7518 If unread-command-events is non-empty, don't call sit-for.
7519
7520 2005-10-09 Richard M. Stallman <rms@gnu.org>
7521
7522 * font-lock.el (font-lock-syntactic-keywords)
7523 (font-lock-keywords): Doc fixes.
7524
7525 * textmodes/flyspell.el (flyspell-external-point-words):
7526 Simplify logic, and don't try to check for consecutive appearances
7527 of one incorrect word.
7528
7529 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
7530
7531 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
7532 separator.
7533
7534 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
7535 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
7536 (gud-expansion-speedbar-buttons): New function.
7537 (gud-speedbar-buttons): Check for gud-comint-buffer.
7538
7539 2005-10-09 Bill Wohler <wohler@newt.com>
7540
7541 * Makefile.in (updates): Add mh-loaddefs dependency.
7542
7543 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
7544
7545 * speedbar.el (speedbar-file-key-map): Fix typo.
7546
7547 2005-10-09 Daniel Brockman <daniel@brockman.se>
7548
7549 * cus-start.el (line-spacing): Add custom spec.
7550
7551 2005-10-09 Romain Francoise <romain@orebokech.com>
7552
7553 * textmodes/ispell.el (ispell-check-version): Fix last change.
7554
7555 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7556
7557 * term/x-win.el: Remove -i, --icon-type from comment.
7558
7559 * startup.el (command-line-x-option-alist): Remove options -i,
7560 -itype, --icon-type, added -nb, --no-bitmap-icon
7561
7562 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
7563
7564 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
7565 instead of :active.
7566
7567 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
7568
7569 * textmodes/ispell.el (ispell-check-version):
7570 Ignore hyphen, and all that follows, in aspell's version text.
7571
7572 2005-10-08 Jay Belanger <belanger@truman.edu>
7573
7574 * calc/calc-arith.el (math-known-square-matrixp): New function.
7575 (math-pow-fancy): Check for matrices before distributing exponent
7576 across products.
7577
7578 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7579 fullscreen keypad. Suggested by Luc Teirlinck.
7580 (calc-keypad-show-input): Add space for formatting.
7581
7582 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
7583 Add square matrix option.
7584
7585 * calc/calc-poly.el (math-expand-term): Check for matrices instead
7586 of checking calc-matrix-mode when deciding how to expand.
7587
7588 * calc/calc.el (calc-set-mode-line): Add square matrix option.
7589
7590 2005-10-08 Lars Hansen <larsh@soem.dk>
7591
7592 * net/tramp.el (tramp-perl-directory-files-and-attributes):
7593 Add error handling.
7594 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
7595
7596 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
7597
7598 Sync with Tramp 2.0.51.
7599
7600 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7601 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7602 Insert special handling for `last-coding-system-used', again
7603 it still seems to be necessary (unlike stated before).
7604 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
7605 (tramp-password-prompt-regexp): There might be other words before
7606 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
7607 (tramp-chunksize): Improve docstring.
7608 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
7609 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
7610 Christian Joergensen <bugs@razor.dk>.
7611
7612 2005-10-07 Glenn Morris <rgm@gnu.org>
7613
7614 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
7615 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
7616 precision'.
7617
7618 2005-10-07 Romain Francoise <romain@orebokech.com>
7619
7620 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
7621 (ibuffer-do-shell-command-pipe-replace)
7622 (ibuffer-do-shell-command-file, ibuffer-do-eval)
7623 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
7624 (ibuffer-do-revert, ibuffer-do-replace-regexp)
7625 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
7626 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7627 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
7628 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
7629 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
7630 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
7631 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
7632 Autoload file sans suffix.
7633
7634 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
7635
7636 2005-10-07 David Ponce <david@dponce.com>
7637
7638 * recentf.el (recentf-menu-open-all-flag): New option.
7639 (recentf-digit-shortcut-command-name): New function.
7640 (recentf--shortcuts-keymap): New variable.
7641 (recentf-menu-shortcuts): New variable.
7642 (recentf-make-menu-items): Initialize it. Replace the "More..."
7643 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
7644 (recentf-menu-value-shortcut): New function.
7645 (recentf-make-menu-item): Use it. No more in-lined.
7646 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
7647 (recentf-open-most-recent-file): Rename from
7648 `recentf-open-file-with-key'. Don't depend on key binding.
7649 (recentf-mode-map): New variable.
7650 (recentf-mode): Use it.
7651
7652 2005-10-06 Bill Wohler <wohler@newt.com>
7653
7654 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
7655
7656 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
7657 (MH-E-SRC): New. Used by mh-autoloads.
7658 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
7659 files in MH-E-SRC have been updated.
7660 (compile, recompile, bootstrap): Depend on mh-autoloads.
7661
7662 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
7663
7664 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
7665 gud-break and gud-remove icons when the fringe is not available.
7666
7667 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
7668 Typo.
7669
7670 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7671
7672 * play/zone.el (zone): Wrap body with save-window-excursion.
7673
7674 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7675
7676 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7677 Use the new `list-only' arg to diary-list-entries.
7678
7679 * calendar/diary-lib.el: Use overlays rather than selective-display.
7680 (diary-selective-display): New var.
7681 (diary-header-line-format): Use it.
7682 (diary-list-entries): Add argument `list-only'.
7683 Put the buffer in diary-mode. Don't add \^M at beg and end.
7684 Replace \^M by invisible overlays.
7685 (diary-unhide-everything): Replace \^M by invisible overlays.
7686 (print-diary-entries): Look for overlays rather than \^M.
7687 Add a space to the temp buffer name.
7688 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
7689 Put the buffer in diary-mode.
7690 (list-sexp-diary-entries): Replace \^M by invisible overlays.
7691 (diary-anniversary): Make the year arg optional.
7692 (diary-time-regexp): New const.
7693 (diary-font-lock-keywords): Use it to accept a few more time formats.
7694
7695 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
7696
7697 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
7698
7699 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
7700 Fix bug introduced 2005-07-03: Use (car (last ...))
7701 to faithfully reproduce replaced artist-last.
7702 (artist-set-arrow-points-for-poly): Likewise.
7703 Suggested by Johan Bockg\e,Ae\e(Brd.
7704
7705 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
7706
7707 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
7708 * wid-edit.el (widget):
7709 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
7710 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
7711
7712 2005-10-06 Kenichi Handa <handa@m17n.org>
7713
7714 * international/mule-cmds.el (set-language-environment):
7715 Fix setting up of case-table for unibyte mode.
7716
7717 * simple.el (what-cursor-position): If the character is displayed
7718 by some `display' text property, show that. Don't use
7719 single-key-description for eight-bit characters in multibyte mode.
7720
7721 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
7722
7723 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
7724 (gdb-ann3): Set it.
7725 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7726 (gdb-info-frames-custom): Use inverse-video for first five
7727 characters of selected frame only.
7728 (gdb-get-frame-number): Select frame even when point is on frame
7729 number.
7730
7731 2005-10-06 Masatake YAMATO <jet@gyve.org>
7732
7733 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7734 Put `font-lock-function-name-face'.
7735 (gdb-info-frames-custom): Put `font-lock-function-name-face'
7736 and `font-lock-variable-name-face'
7737 (gdb-registers-font-lock-keywords): New font lock keywords definition.
7738 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
7739 (gdb-memory-font-lock-keywords): New font lock keywords definition.
7740 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
7741 (gdb-local-font-lock-keywords): New font lock keywords definition.
7742 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
7743 (gdb-threads-font-lock-keywords): New font lock keywords definition.
7744 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
7745
7746 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
7747
7748 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
7749 (ediff-merge-region-is-non-clash-to-skip): Previously called
7750 ediff-merge-region-is-non-clash.
7751
7752 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
7753 Use insert-buffer-substring.
7754
7755 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
7756 selecting files to patch. Also bug fixes.
7757
7758 * ediff-util.el (ediff-setup): Bug fix.
7759 (ediff-next-difference): Never skip clashes that differ in white
7760 space only.
7761
7762 * ediff-wind.el (ediff-setup-control-frame)
7763 (ediff-destroy-control-frame): Check the menubar feature.
7764
7765 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
7766 (viper-refresh-mode-line): Use make-local-variable to localize
7767 some vars instead of make-variable-buffer-local. Suggested by
7768 Stefan Monnier.
7769
7770 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
7771 (viper-restore-cursor-type, viper-set-insert-cursor-type):
7772 Use make-local-variable instead of make-variable-buffer-local.
7773 Suggested by Stefan Monnier.
7774
7775 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
7776 (viper-comint-mode-hook): Use make-local-variable on
7777 require-final-newline.
7778 (viper-non-hook-settings): Don't use make-variable-buffer-local.
7779
7780 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
7783 also the second char of a comment-start sequence.
7784 (scheme-sexp-comment-syntax-table): New var.
7785 (lambda, define): Set their scheme-doc-string-elt property.
7786 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
7787 Use lisp-font-lock-syntactic-face-function now that it properly
7788 handles |...| symbols.
7789 (scheme-mode-variables): Set lisp-doc-string-elt-property,
7790 parse-sexp-lookup-properties and font-lock-extra-managed-props.
7791
7792 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
7793 bit from # to |.
7794 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
7795
7796 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
7797 (lisp-doc-string-elt-property): New var.
7798 (lisp-font-lock-syntactic-face-function): Use it.
7799 Rewrite to recognize docstrings even for forms not at toplevel.
7800
7801 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
7802 annotation on the | part of #| rather than on the # part.
7803 (scheme-font-lock-syntactic-face-function): New function, to
7804 distinguish strings from |...| symbols.
7805 (scheme-mode-variables): Use it. Also fix up the font-lock-time
7806 syntax-table so that #|...|# is properly highlighted.
7807
7808 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
7809 Don't mark as docstring the 3rd elem of an unknown toplevel form.
7810
7811 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
7814 and C-e.
7815
7816 * emacs-lisp/eldoc.el: Move comments into docstrings.
7817 (eldoc-message-commands): Initialize in its declaration.
7818 Add move-beginning-of-line and move-end-of-line.
7819 (eldoc-add-command, eldoc-add-command-completions)
7820 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
7821
7822 * outline.el (outline-mark-subtree): Activate the mark.
7823
7824 * calendar/appt.el (appt-time-regexp): New var.
7825 (appt-add, appt-make-list): Use it.
7826 (appt-convert-time): Clean up.
7827
7828 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7829 Don't set any syntax-table property here.
7830 (tex-font-lock-verb): New function. Do it here.
7831 (tex-font-lock-syntactic-keywords): Use it.
7832
7833 2005-10-04 Richard M. Stallman <rms@gnu.org>
7834
7835 * wid-edit.el (widget-file-complete): Get the widget start point
7836 the right way. Default directory to `/' if file has none.
7837
7838 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
7839
7840 * textmodes/flyspell.el (flyspell-mode-on):
7841 Call ispell-maybe-find-aspell-dictionaries.
7842
7843 * textmodes/ispell.el (ispell-word, ispell-region):
7844 Call ispell-maybe-find-aspell-dictionaries.
7845 (ispell-accept-buffer-local-defs):
7846 Don't call ispell-maybe-find-aspell-dictionaries
7847
7848 2005-10-04 Richard M. Stallman <rms@gnu.org>
7849
7850 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
7851
7852 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
7853
7854 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
7855 instead of `fboundp' in order to allow for anonymous functions.
7856
7857 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
7858
7859 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
7860 case the user clicks on the link while another window is selected.
7861 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
7862
7863 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
7864 functionality.
7865 (dframe-help-echo): Save point in case mouse tracking is off.
7866
7867 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
7868
7869 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
7870
7871 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
7874 not change the global value of those vars.
7875
7876 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
7877 make-local-variable which we do not need any more.
7878
7879 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
7880
7881 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
7882 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
7883 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
7884 (speedbar-path-line): Define obsolete aliases.
7885 (speedbar-line-directory): Doc fix.
7886
7887 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
7888 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
7889 instead of speedbar-line-path.
7890
7891 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7892
7893 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
7894 to nil if dropping on a window. Handle dropping on a minibuffer window
7895 like dropping on a non-window part of Emacs.
7896
7897 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7898
7899 * net/ange-ftp.el: Use with-current-buffer.
7900 (ange-ftp-insert-directory): Do not follow symlinks any more.
7901
7902 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7903 Remove interactive spec.
7904
7905 2005-10-03 Kim F. Storm <storm@cua.dk>
7906
7907 * ido.el (ido-mode): Use custom-initialize-set.
7908
7909 2005-10-02 Richard M. Stallman <rms@gnu.org>
7910
7911 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
7912 Use insert-buffer-substring.
7913
7914 * net/tramp.el: Pacify byte compiler warnings in pacification code.
7915 (tramp-handle-file-local-copy): Use insert-buffer-substring.
7916
7917 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7918
7919 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
7920 in last change.
7921 (ange-ftp-insert-directory): Fix up the search for the case where
7922 `file' is absolute.
7923
7924 2005-10-02 Romain Francoise <romain@orebokech.com>
7925
7926 * progmodes/compile.el (compile-goto-error): Delete extra paren.
7927
7928 2005-10-02 Andreas Schwab <schwab@suse.de>
7929
7930 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
7931 directory component in the session info.
7932
7933 2005-10-01 Richard M. Stallman <rms@gnu.org>
7934
7935 * comint.el (comint-redirect-subvert-readonly): Doc fix.
7936
7937 * simple.el (next-error-internal): New function.
7938
7939 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
7940 (compilation-start): Pass new arg to compilation-buffer-name.
7941 (compile-goto-error): Use next-error-internal.
7942
7943 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
7944
7945 * speedbar.el: Remove RCS tag.
7946 (speedbar-check-read-only): Handle non-existent files.
7947
7948 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
7949
7950 * info.el (Info-speedbar-hierarchy-buttons)
7951 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
7952
7953 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7954
7955 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
7956 Do not match newline.
7957 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
7958 (bibtex-summary): Remove unnecessary save-excursion.
7959 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
7960
7961 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7962
7963 * term/mac-win.el: Add charset info for "iso10646-1".
7964 Modify default fontset to use ATSUI-compatible fonts for some charsets
7965 if available.
7966
7967 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
7968
7969 * speedbar.el: Re-apply arch tag.
7970 (speedbar-version): Rename to version 1.0. Suggested by Eric
7971 M. Ludlam.
7972 Reapply two changes from Emacs CVS' version of speedbar lost
7973 during the merge:
7974 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
7975 (speedbar-frame-parameters): Improve customize type.
7976
7977 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7978
7979 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
7980 (ange-ftp-file-directory-p): Fix the symlink case.
7981 (ange-ftp-insert-directory): When listing a single file, get a list of
7982 the parent buffer and extract the relevant line. Inspired from a patch
7983 by Katsumi Yamaoka <yamaoka@jpl.org>.
7984 (ange-ftp-file-name-sans-versions): Simplify.
7985
7986 2005-09-30 Bill Wohler <wohler@newt.com>
7987
7988 Move MH-E image files from toolbar and mail directories into
7989 etc/images.
7990
7991 * mail/reply2.*: Move to etc/images/mail/reply*.
7992
7993 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
7994 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
7995 etc/images.
7996
7997 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
7998 * toolbar/reply*: Move to etc/images/mail.
7999
8000 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
8001
8002 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
8003
8004 * speedbar.el: New version 1.0pre3.
8005
8006 Frame management code (including timer, and mouse click specifics)
8007 moved to dframe.el:
8008 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
8009 (speedbar-timer): Removed. Use dframe-timer.
8010 (speedbar-close-frame): Removed. Use dframe-close-frame.
8011 (speedbar-activity-change-focus-flag): Removed. Use
8012 dframe-activity-change-focus-flag.
8013 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
8014 dframe-update-speed.
8015
8016 (speedbar-current-frame): New macro. Use this instead of the
8017 variable speedbar-frame.
8018
8019 (speedbar-use-images, speedbar-expand-image-button-alist)
8020 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
8021
8022 (speedbar-find-image-on-load-path): Removed. Replaced by
8023 defezimage in ezimage.el.
8024 (speedbar-expand-image-button-alist): Removed. Replaced by
8025 ezimage-expand-image-button-alist in ezimage.el.
8026
8027 (speedbar-ignored-directory-regexp)
8028 (speedbar-add-ignored-directory-regexp)
8029 (speedbar-ignored-directory-expressions)
8030 (speedbar-line-directory, speedbar-buffers-line-directory)
8031 (speedbar-directory-line, speedbar-buffers-line-directory):
8032 Renamed, replacing `path' with `directory'.
8033
8034 (speedbar-create-directory, speedbar-expand-line-descendants)
8035 (speedbar-toggle-line-expansion)
8036 (speedbar-contract-line-descendants): New commands.
8037
8038 (speedbar-query-confirmation-method, speedbar-select-frame-method)
8039 (speedbar-use-tool-tips-flag): New options.
8040
8041 (speedbar-check-read-only, speedbar-require-version)
8042 (speedbar-insert-separator, speedbar-buffers-tail-notes)
8043 (speedbar-handle-delete-frame, speedbar-try-completion)
8044 (speedbar-update-localized-contents): New functions.
8045
8046 (speedbar-incompatible-version, speedbar-ro-to-do-point)
8047 (speedbar-object-read-only-indicator): New variables.
8048
8049 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
8050 New hooks.
8051
8052 (speedbar-separator-face): New face.
8053
8054 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
8055 (speedbar-ignored-modes): Add fundamental-mode.
8056 (speedbar-directory-unshown-regexp): Add . directories.
8057
8058 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
8059 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
8060 `]' for full expand/close.
8061 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
8062
8063 (speedbar-check-vc): Support hidden files.
8064 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
8065 (speedbar-this-file-in-vc): Use vc-state if available. If VC
8066 state is nil, it is not checked out.
8067
8068 (speedbar-line-text, speedbar-line-token): Support expand buttons
8069 with no text.
8070 (speedbar-refresh): Universal argument acts as power-click.
8071 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
8072 that buffer to get variable values.
8073
8074 And many other bugfixes.
8075
8076 * dframe.el, ezimage.el, sb-image.el: New files.
8077
8078 * sb-*.xpm: Remove files. New image files installed into
8079 etc/images/ezimage.
8080
8081 2005-09-30 Kenichi Handa <handa@m17n.org>
8082
8083 * ps-mule.el (ps-mule-show-warning): If a character is in
8084 ps-print-translation-table, don't treat it as non-printable.
8085
8086 2005-09-30 David Ponce <david@dponce.com>
8087
8088 * tree-widget.el (tree-widget-themes-load-path): New variable.
8089 (tree-widget-themes-directory): Doc fix.
8090 (tree-widget-image-formats) [Emacs]: Doc fix.
8091 (tree-widget--locate-sub-directory): New function.
8092 (tree-widget-themes-directory): Use it.
8093
8094 * recentf.el (recentf-filename-handlers): Rename from
8095 `recentf-filename-handler'. Allow a list of functions.
8096 (recentf-menu-items-for-commands): Fix :help strings.
8097 (recentf-apply-filename-handlers): New function.
8098 (recentf-expand-file-name): Use it.
8099 (recentf-cleanup): Remove duplicates too.
8100
8101 2005-09-29 Juri Linkov <juri@jurta.org>
8102
8103 * faces.el: Rearrange face definitions to be in the same order as
8104 their face descriptions in "(emacs)Standard Faces".
8105
8106 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
8107
8108 * tooltip.el (tooltip): Add group `basic-faces'.
8109
8110 * buff-menu.el (Buffer-menu-buffer): Remove group
8111 `font-lock-highlighting-faces'.
8112
8113 * progmodes/compile.el (compilation-error, compilation-warning)
8114 (compilation-info, compilation-line-number, compilation-column-number):
8115 Change group from `font-lock-highlighting-faces' to `compilation'.
8116
8117 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8118 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
8119 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
8120 (vhdl-font-lock-reserved-words-face)
8121 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
8122 `font-lock-highlighting-faces'.
8123
8124 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
8125
8126 2005-09-28 Kim F. Storm <storm@cua.dk>
8127
8128 * emulation/cua-base.el: Set CUA move property on additional commands:
8129 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
8130 forward-sexp, backward-sexp, forward-list, backward-list.
8131
8132 2005-09-28 Romain Francoise <romain@orebokech.com>
8133
8134 * comint.el (comint-show-output): Really set point at the
8135 beginning of the output when not using `comint-use-prompt-regexp'.
8136
8137 2005-09-27 Jay Belanger <belanger@truman.edu>
8138
8139 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
8140 in TeX mode.
8141
8142 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
8143
8144 * textmodes/org.el (org-table-sum): Fix format string.
8145
8146 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
8147 Quote face names.
8148
8149 2005-09-26 Romain Francoise <romain@orebokech.com>
8150
8151 * isearch.el (isearch-forward-regexp): Close doc string.
8152
8153 2005-09-25 Richard M. Stallman <rms@gnu.org>
8154
8155 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
8156
8157 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
8158
8159 * progmodes/compile.el (compilation-error-properties):
8160 When getting the file from the previous error message,
8161 correctly decode the new data format.
8162
8163 * progmodes/cc-cmds.el (c-electric-paren):
8164 Call old-blink-paren only for close-paren.
8165
8166 2005-09-24 Andreas Schwab <schwab@suse.de>
8167
8168 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
8169 condition.
8170
8171 2005-09-25 Romain Francoise <romain@orebokech.com>
8172
8173 * dired-aux.el (dired-copy-file-recursive):
8174 * dired.el (dired-delete-file):
8175 * ediff-mult.el (ediff-dir-diff-copy-file):
8176 * ediff-util.el (ediff-test-save-region):
8177 * forms.el (forms-mode):
8178 * ido.el (ido-file-internal, ido-delete-file-at-head):
8179 * log-edit.el (log-edit-done):
8180 * ses.el (ses-yank-resize):
8181 * play/gomoku.el (gomoku-human-plays, gomoku)
8182 (gomoku-human-resigns, gomoku-prompt-for-other-game)
8183 (gomoku-offer-a-draw):
8184 * play/landmark.el (lm-human-resigns, lm):
8185 * net/eudcb-ldap.el (eudc-ldap-check-base):
8186 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
8187 * progmodes/ebrowse.el (ebrowse-find-pattern):
8188 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
8189 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
8190 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
8191
8192 * vc.el (vc-delete-file):
8193 * play/gomoku.el (gomoku-terminate-game, gomoku)
8194 (gomoku-prompt-for-move, gomoku-human-takes-back):
8195 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
8196 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
8197
8198 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8199
8200 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
8201 color rxvt terminals by using the code xterm.el used to use before
8202 2005-04-09 in order to match the colors used by rxvt.
8203
8204 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8205
8206 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
8207 colors rxvt-unicode terminals by using the same code as xterm.el.
8208
8209 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * textmodes/tex-mode.el (tex-font-lock-append-prop)
8212 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
8213 new symbol used for the tex-verbatim face.
8214
8215 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
8216
8217 * woman.el (woman-file-name):
8218 * wid-edit.el (widget-file-prompt-value)
8219 (widget-coding-system-prompt-value):
8220 * w32-fns.el (set-w32-system-coding-system):
8221 * vc.el (vc-version-diff, vc-annotate):
8222 * textmodes/reftex-auc.el (reftex-arg-cite)
8223 (reftex-arg-index-tag):
8224 * textmodes/refer.el (refer-get-bib-files):
8225 * textmodes/artist.el (artist-figlet-choose-font):
8226 * terminal.el (terminal-emulator):
8227 * replace.el (occur-read-primary-args):
8228 * rect.el (string-rectangle, string-insert-rectangle):
8229 * ps-print.el (ps-print-preprint):
8230 * progmodes/pascal.el (pascal-goto-defun):
8231 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
8232 * progmodes/compile.el (compilation-find-file):
8233 * printing.el (pr-interactive-n-up):
8234 * play/animate.el (animate-birthday-present):
8235 * net/rcompile.el (remote-compile):
8236 * man.el (man, Man-goto-section, Man-follow-manual-reference):
8237 * mail/rmailsum.el (rmail-summary-search-backward)
8238 (rmail-summary-search):
8239 * mail/rmailout.el (rmail-output-read-rmail-file-name)
8240 (rmail-output-read-file-name):
8241 * mail/rmail.el (rmail-search, rmail-search-backwards):
8242 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
8243 * locate.el (locate):
8244 * international/quail.el (quail-show-keyboard-layout):
8245 * international/mule.el (set-buffer-file-coding-system)
8246 (revert-buffer-with-coding-system, set-file-name-coding-system)
8247 (set-terminal-coding-system, set-keyboard-coding-system)
8248 (set-next-selection-coding-system):
8249 * international/mule-diag.el (describe-coding-system)
8250 (describe-font, describe-fontset):
8251 * international/mule-cmds.el (universal-coding-system-argument)
8252 (search-unencodable-char, describe-input-method)
8253 (set-language-environment, describe-language-environment):
8254 * international/codepage.el (codepage-setup):
8255 * international/code-pages.el (codepage-setup):
8256 * info.el (Info-search, Info-follow-reference)
8257 (Info-search-backward):
8258 * emacs-lisp/advice.el (ad-read-advised-function)
8259 (ad-read-advice-class, ad-clear-cache, ad-activate)
8260 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
8261 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
8262 (ad-read-regexp):
8263 * ediff-util.el (ediff-toggle-regexp-match):
8264 * ediff-ptch.el (ediff-prompt-for-patch-file):
8265 * dired-aux.el (dired-diff):
8266 * diff.el (diff):
8267 * cus-edit.el (custom-variable-prompt):
8268 * calendar/timeclock.el (timeclock-ask-for-project):
8269 * calc/calcalg3.el (calc-get-fit-variables):
8270 * calc/calc-store.el (calc-edit-variable)
8271 (calc-permanent-variable):
8272 * vc-mcvs.el (vc-mcvs-register):
8273 * shadowfile.el (shadow-define-literal-group):
8274 * woman.el (woman-file-name):
8275 * vc.el (vc-version-diff, vc-merge):
8276 * textmodes/reftex-index.el (reftex-index-complete-tag):
8277 * format.el (format-decode-buffer, format-decode-region):
8278 * emulation/viper-cmd.el (viper-read-string-with-history):
8279 * emacs-lisp/debug.el (cancel-debug-on-entry):
8280 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8281 * ediff.el (ediff-merge-revisions)
8282 (ediff-merge-revisions-with-ancestor, ediff-revision):
8283 * completion.el (interactive-completion-string-reader):
8284 * calc/calc-prog.el (calc-user-define-formula):
8285 Follow convention for reading with the minibuffer.
8286
8287 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
8288
8289 * progmodes/python.el (python-describe-symbol): Add globals() and
8290 locals() to the arguments of emacs.ehelp.
8291
8292 2005-09-24 Magnus Henoch <mange@freemail.hu>
8293
8294 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
8295 New function, code extracted from ispell-valid-dictionary-list.
8296 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
8297 Call it.
8298
8299 2005-09-24 Eli Zaretskii <eliz@gnu.org>
8300
8301 * subr.el (version-regexp-alist): Extend valid syntax for version
8302 strings: allow any of the characters -,_,+ to separate the
8303 alpha/beta/rc part from the version part. Doc fix.
8304 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
8305
8306 2005-09-23 David Reitter <david.reitter@gmail.com>
8307
8308 * mail/mailclient.el: New file.
8309
8310 2005-09-23 Richard M. Stallman <rms@gnu.org>
8311
8312 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
8313 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
8314 Doc fixes.
8315
8316 * progmodes/cc-mode.el (c-font-lock-init):
8317 Specify font-lock-lines-before.
8318
8319 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
8322 whole conflict.
8323
8324 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
8325
8326 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
8327 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
8328 of `remap' feature when available. Additional key bindings for
8329 better tty support.
8330 (org-mode-restart, org-force-self-insert): New commands.
8331 (org-time-stamp-inactive): New command.
8332 (org-remap): New function.
8333 (org-table-auto-blank-field, org-level-color-stars-only): New options.
8334 (org-enable-fixed-width-editor): Move to `org-structure'
8335 customization group.
8336 (org-self-insert-command, orgtbl-self-insert-command): Modify to
8337 blank field after field motion commands.
8338
8339 2005-09-23 Kenichi Handa <handa@m17n.org>
8340
8341 * international/mule-cmds.el (set-language-environment):
8342 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8343 have to call utf-translate-cjk-load-tables.
8344
8345 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * mouse.el (mouse-move-drag-overlay): Fix last change.
8348
8349 2005-09-22 David Ponce <david@dponce.com>
8350
8351 * tree-widget.el (tree-widget-value-create): Fix previous change.
8352
8353 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8354
8355 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
8356
8357 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * mouse.el (mouse-move-drag-overlay): New function.
8360 (mouse-drag-region-1): Use it.
8361 Try to simplify a bit the state handling. Handle clicks on links
8362 inside intangible areas.
8363 (mouse-save-then-kill): Minor simplification.
8364 (mouse-secondary-overlay): Make it always non-nil instead of
8365 recreating it each time.
8366 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
8367 (mouse-kill-secondary, mouse-secondary-save-then-kill):
8368 Simplify accordingly.
8369
8370 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8371
8372 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
8373
8374 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
8375
8376 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
8377 (ediff-file-name-sans-prefix): Treat nil as an empty string.
8378 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
8379 to patch.
8380
8381 * ediff-util.el: Use insert-buffer-substring.
8382
8383 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
8384
8385 * emulation/viper-cmd.el (viper-change-state): Don't move over the
8386 field boundaries in the minibuffer.
8387 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
8388 (viper-minibuffer-post-command-hook): New hook.
8389 (viper-line): Don't move cursor at bolp.
8390
8391 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
8392
8393 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
8394 avoid compiler warnings.
8395
8396 * emulation/viper-macs.el (ex-map): Better messages.
8397
8398 * emulation/viper-utils.el (viper-beginning-of-field): New function.
8399
8400 * emulation/viper.el: Replace make-variable-buffer-local with
8401 viper-make-variable-buffer-local everywhere, to avoid warnings.
8402
8403 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
8406 Delete unused var `old-selected-window'.
8407 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
8408 (mouse-drag-secondary): Delete unused var `start-frame'.
8409
8410 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8411
8412 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
8413
8414 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
8417 Re-indent within 80 columns. Use inhibit-read-only.
8418
8419 2005-09-19 Romain Francoise <romain@orebokech.com>
8420
8421 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
8422
8423 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * font-lock.el (font-lock-default-fontify-region): Don't add a line
8426 unconditionally, since the after-change-function already did it.
8427
8428 2005-09-19 Miles Bader <miles@gnu.org>
8429
8430 * net/newsticker.el: Get rid of CVS keyword.
8431
8432 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
8433
8434 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
8435 The prompt is formatted later.
8436
8437 2005-09-19 David Ponce <david@dponce.com>
8438
8439 * tree-widget.el (tree-widget-value-create): Save the converted
8440 tree :node widget.
8441
8442 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
8443
8444 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
8445 variable `message'.
8446
8447 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
8448
8449 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
8450 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
8451 <slawomir.nowaczyk.847@student.lu.se>.
8452
8453 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * image.el (image-load-path): Use symbol `data-directory' instead
8456 of its value, for backward compatibility with packages that bind
8457 it during `find-image'. Suggested by Katsumi Yamaoka.
8458 (image-search-load-path): Handle symbols whose values are strings.
8459
8460 2005-09-18 Romain Francoise <romain@orebokech.com>
8461
8462 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
8463 with-current-buffer form in save-excursion.
8464
8465 2005-09-18 D Goel <deego@gnufans.org>
8466
8467 * apropos.el (apropos-command): Fix `message' call: first arg
8468 should be a format spec. In this and all other cases that appear
8469 below and elsewhere in the source code, I made a change only when
8470 two conditions were satisfied: [1] I can think of a possibility
8471 that the arguments would cause an error, for example, the code in
8472 question relies on external variables such as filenames. [2] I
8473 was sure that the arg to `message' could not have been nil in the code.
8474
8475 * textmodes/tildify.el (tildify-region): Ditto.
8476
8477 * textmodes/reftex-index.el (reftex-index-change-entry)
8478 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
8479 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8480 * textmodes/org.el (org-complete, org-deadline, org-schedule)
8481 (org-priority, org-table-sum):
8482 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
8483 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
8484 (flyspell-word, flyspell-display-next-corrections):
8485 * textmodes/bibtex.el (bibtex-print-help-message):
8486 * textmodes/artist.el (artist-key-set-point-poly):
8487 * term/mac-win.el (mac-services-insert-text):
8488 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
8489 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
8490 (vhdl-port-paste-testbench, vhdl-compose-new-component)
8491 (vhdl-compose-configuration):
8492 * progmodes/sh-script.el (sh-blink, sh-show-indent)
8493 (sh-set-indent, sh-learn-line-indent):
8494 * progmodes/ps-mode.el (ps-mode-target-column):
8495 * progmodes/idlwave.el (idlwave-make-tags)
8496 (idlwave-scan-library-catalogs):
8497 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
8498 * progmodes/gud.el (gud-jdb-analyze-source):
8499 * progmodes/flymake.el (flymake-log):
8500 * progmodes/ebnf2ps.el (ebnf-generate-region):
8501 * progmodes/cmacexp.el (c-macro-expansion):
8502 * progmodes/ada-xref.el (ada-treat-cmd-string):
8503 * progmodes/ada-mode.el (ada-create-case-exception-substring)
8504 (ada-justified-indent-current, ada-batch-reformat):
8505 * play/zone.el (zone):
8506 * play/landmark.el (lm-move):
8507 * play/decipher.el (decipher-show-alphabet):
8508 * net/newsticker.el (newsticker--display-jump)
8509 (newsticker--display-scroll):
8510 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
8511 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
8512 * mail/feedmail.el (feedmail-dump-message-to-queue):
8513 * eshell/esh-proc.el (eshell-remove-process-entry):
8514 * emulation/ws-mode.el (ws-last-error):
8515 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
8516 (viper-record-kbd-macro):
8517 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
8518 * emacs-lisp/lisp-mnt.el (lm-report-bug):
8519 * emacs-lisp/find-func.el (find-function-noselect):
8520 * calendar/timeclock.el (timeclock-status-string)
8521 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
8522 (timeclock-when-to-leave-string):
8523 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
8524 * calc/calc-units.el (calc-enter-units-table):
8525 * calc/calc-mode.el (calc-mode-record-mode):
8526 * woman.el (woman-mini-help):
8527 * wdired.el (wdired-change-to-wdired-mode):
8528 * vc.el (vc-retrieve-snapshot):
8529 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
8530 * startup.el (display-startup-echo-area-message):
8531 * simple.el (set-goal-column):
8532 * ses.el (ses-command-hook, ses-recalculate-cell):
8533 * server.el (server-process-filter):
8534 * printing.el (pr-interface-txt-print, pr-interface-printify)
8535 (pr-interface-ps):
8536 * pcvs.el (cvs-help):
8537 * log-edit.el (log-edit, log-edit-mode-help):
8538 * iswitchb.el (iswitchb-possible-new-buffer):
8539 * isearch.el (isearch-edit-string):
8540 * image-mode.el (image-mode, image-minor-mode):
8541 * ibuf-macs.el (define-ibuffer-filter):
8542 * hi-lock.el (hi-lock-find-patterns):
8543 * files.el (toggle-read-only):
8544 * ediff-util.el (ediff-copy-diff)
8545 (ediff-write-merge-buffer-and-maybe-kill):
8546 * echistory.el (Electric-history-undefined):
8547 * dnd.el (dnd-insert-text):
8548 * dired-aux.el (dired-query):
8549 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
8550 * bookmark.el (bookmark-bmenu-locate):
8551 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
8552 Fix `message' calls to ensure first arg is a format string.
8553 The change was made only when these two conditions were satisfied:
8554 [1] when there is a possibility that the arguments would cause an error
8555 for example, if the code in question relies on external variables
8556 such as filenames, and
8557 [2] if the arg to `message' could not have been nil in the code.
8558
8559 * pcomplete.el (pcomplete--help): Fix `message' format spec.
8560 Not having a %s would be weird, though not technically wrong.
8561
8562 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8563
8564 * term/mac-win.el (mac-add-charset-info): Doc fix.
8565
8566 2005-09-17 Romain Francoise <romain@orebokech.com>
8567
8568 * shell.el (shell-resync-dirs): Handle echoing processes more
8569 reliably. Don't insert resync command if `comint-process-echoes'
8570 is non-nil.
8571
8572 2005-09-17 Magnus Henoch <mange@freemail.hu>
8573
8574 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
8575 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
8576 aspell versions >= 0.60.
8577 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
8578 only if ispell-aspell-supports-utf8 is non-nil.
8579
8580 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8581
8582 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
8583 buffer-local value to lisp-indent-function.
8584
8585 2005-09-17 Milan Zamazal <pdm@zamazal.org>
8586
8587 * progmodes/glasses.el (glasses-make-readable): If
8588 glasses-separator differs from underscore, put appropriate
8589 overlays over underscore characters.
8590 (glasses-convert-to-unreadable): If glasses-separator differs from
8591 underscore, try to convert glasses-separator characters to
8592 underscores.
8593
8594 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
8597 Use with-syntax-table and dolist.
8598
8599 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
8600
8601 * textmodes/reftex-auc.el:
8602 * textmodes/reftex-cite.el:
8603 * textmodes/reftex-dcr.el:
8604 * textmodes/reftex-global.el:
8605 * textmodes/reftex-parse.el:
8606 * textmodes/reftex-ref.el:
8607 * textmodes/reftex-sel.el:
8608 * textmodes/reftex-toc.el:
8609 * textmodes/reftex-vars.el:
8610 * textmodes/reftex.el: Small changes to remove compiler warnings.
8611
8612 * textmodes/reftex-index.el: Likewise.
8613 (reftex-query-index-phrase): More efficient use of markers.
8614
8615 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8616
8617 * image.el (image-load-path): New variable.
8618 (image-search-load-path): New function.
8619 (find-image): Search for images in `image-load-path'.
8620
8621 2005-09-15 Richard M. Stallman <rms@gnu.org>
8622
8623 * follow.el: Change Maintainer field.
8624
8625 2005-09-15 David Ponce <david@dponce.com>
8626
8627 * recentf.el (recentf-save-file-modes): New option.
8628 (recentf-save-list): Use it.
8629
8630 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
8631
8632 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
8633 (mode-line-mule-info, mode-line-modified): Move bindings from
8634 mouse-3 to mouse-1.
8635
8636 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8637
8638 * simple.el (sendmail-user-agent-compose): Revert last change.
8639
8640 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
8643 Use with-current-buffer.
8644 (ange-ftp-gwp-start): Remove unused var `gw-user'.
8645 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
8646 (ange-ftp-insert-directory): Remove unused var `short'.
8647 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
8648
8649 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
8650 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
8651
8652 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
8653 (check-calendar-holidays, diary-list-entries): Autoload.
8654 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
8655 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
8656
8657 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
8658 which mistakenly removed a call to display-buffer.
8659
8660 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
8661
8662 * obsolete/iso-insert.el: Move to obsolete/ from international/.
8663
8664 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
8665
8666 * progmodes/hideshow.el
8667 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
8668 (hs-allow-nesting): New user var.
8669 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
8670 (hs-hide-block-at-point): When nesting allowed,
8671 if there is already an overlay in place, delete it.
8672 (hs-safety-is-job-n): Delete func; remove call sites.
8673 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
8674 (hs-overlay-at): New func.
8675 (hs-already-hidden-p, hs-show-block): Use it.
8676 (hs-hide-all): Don't pre-clean if nesting allowed.
8677 (hs-show-all): Temporarily disallow
8678 nesting around call to `hs-discard-overlays'.
8679
8680 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
8681
8682 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
8683 Delete unused local var.
8684
8685 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
8686
8687 * help-fns.el (describe-categories): "?\ " -> "?\s".
8688 (help-do-arg-highlight): Recognize also ARG-n, as in
8689 `move-to-left-margin' (ARG+n is already recognized). Simplify.
8690
8691 * international/codepage.el (dos-unsupported-char-glyph):
8692 * net/newsticker.el (tool-bar-map, w3-mode-map)
8693 (w3m-minor-mode-map):
8694 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
8695 (ent-alist):
8696 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
8697
8698 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
8699
8700 * custom.el (custom-push-theme): Handle the case where a symbol is
8701 bound but face properties have not yet been assigned.
8702
8703 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
8704 Fix behavior if noerase is `t' and there is no mail buffer.
8705
8706 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
8707 if `continue' is nil, rather than signal an error.
8708
8709 2005-09-12 Richard M. Stallman <rms@gnu.org>
8710
8711 * font-lock.el (font-lock-keywords): Add autoload.
8712
8713 * help-fns.el (describe-variable): Rearrange to put source link
8714 in a predictable place.
8715
8716 * net/newsticker.el: New file.
8717
8718 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * calendar/calendar.el (calendar-for-loop): Add edebug info.
8721 (calendar-basic-setup): Use the new nil arg.
8722 (number-of-diary-entries): Move to diary-lib.el.
8723
8724 * calendar/diary-lib.el: Use with-current-buffer, match-string.
8725 (diary-list-entries): Use with-syntax-table and dolist.
8726 Rename from list-diary-entries.
8727 Use number-of-diary-entries if `number' is nil.
8728 (diary, diary-view-entries): Use this new name and new nil arg value.
8729 (number-of-diary-entries): Move from calendar.el.
8730 (diary-unhide-everything): New function.
8731 (include-other-diary-files, fancy-diary-display)
8732 (diary-show-all-entries, make-diary-entry): Use it.
8733 (diary-mail-entries): Use buffer-string.
8734 (mark-diary-entries): Fix long standing paren typo.
8735 (diary-sexp-entry): Use count-lines.
8736 (make-diary-entry): Avoid `previous-line'.
8737 (diary-mode-map): New var.
8738 (diary-mode): Redraw cal after saving. Setup header-line.
8739 (fancy-diary-display-mode): Use local-set-key.
8740
8741 * startup.el (command-line): Try calling various terminal-init-foo-bar
8742 functions by stripping hyphenated suffixes from $TERM.
8743
8744 * files.el (normal-mode): Check boundness of font-lock-keywords.
8745
8746 2005-09-12 Richard M. Stallman <rms@gnu.org>
8747
8748 * progmodes/compile.el: Don't decide a file's directory
8749 until the user actually tries to go there.
8750 (compilation-next-error-function):
8751 Pass compilation-find-file the directory from the file-struct.
8752 (compilation-internal-error-properties): Separate local FILE-STRUCT
8753 from FILE. Doc the args better. Rename arg FMT to FMTS.
8754 (compilation-find-file): Arg DIR renamed to DIRECTORY.
8755 Expand it, and if nil, use default-directory.
8756 (compilation-get-file-structure): Don't mix specified directory
8757 with default directory. Put specified directory into
8758 file-struct. Don't make the file name absolute.
8759
8760 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8761 (compile-command): Add autoload.
8762 (compilation-disable-input): Add autoload.
8763
8764 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
8765
8766 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
8767 strings of the variables it can override.
8768 (time-stamp): New (as yet undocumented) time-stamp-format escapes
8769 %Q and %q, for fully-qualified domain name and unqualified host name.
8770
8771 2005-09-11 Kim F. Storm <storm@cua.dk>
8772
8773 * emacs-lisp/authors.el (authors-aliases): Update list.
8774 (authors-fixed-entries): Update mldrag.el entry.
8775
8776 2005-09-10 Alan Mackenzie <acm@muc.de>
8777
8778 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
8779 from the region narrowed to.
8780
8781 2005-09-10 Magnus Henoch <mange@freemail.hu>
8782
8783 * textmodes/ispell.el (ispell-check-version): Signal an error if
8784 aspell version is less than 0.60.
8785
8786 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
8787
8788 * progmodes/octave-inf.el (inferior-octave-startup):
8789 Resync current dir at the end.
8790
8791 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
8792
8793 * woman.el (woman-topic-at-point-default):
8794 Rename to woman-use-topic-at-point-default.
8795 (woman-topic-at-point): Rename to woman-use-topic-at-point.
8796 (woman-file-name): Reflect renames above. Automatically use the
8797 word at point as topic if woman-use-topic-at-point is non-nil.
8798 Otherwise offer it as default but don't insert it in the
8799 minibuffer. Also use `test-completion' instead of `assoc' as
8800 suggested by Stefan Monnier.
8801
8802 2005-09-10 Andre Spiegel <spiegel@gnu.org>
8803
8804 * vc.el (vc-directory, vc-update-change-log): Throw an error on
8805 the attempt to do it over Tramp. This is not yet supported.
8806
8807 2005-09-10 Eli Zaretskii <eliz@gnu.org>
8808
8809 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8810 (menu-bar-non-minibuffer-window-p): New functions.
8811 ("Split Window", "Save As..."): Use them.
8812 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
8813 ("Print Buffer", "Truncate Long Lines in this Buffer"):
8814 Use menu-bar-menu-frame-live-and-visible-p.
8815 ("Save Buffer", "Insert File", "Open Directory...")
8816 ("Open File...", "Visit New File..."):
8817 Use menu-bar-non-minibuffer-window-p.
8818 (kill-this-buffer-enabled-p, dired <menu-enable>):
8819 Use menu-bar-non-minibuffer-window-p.
8820
8821 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8822
8823 * cus-start.el (all): Don't complain about fringe-related
8824 built-ins if fringes are not supported. Ditto about
8825 selection-related built-ins. Fix the test for GTK-related built-ins.
8826
8827 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
8828 ("Postscript Print Buffer", "Print Region", "Save As...")
8829 ("Save", "Insert File...", "Open Directory...")
8830 ("Open File...", "Visit New File..."")
8831 ("Truncate Long Lines in this Buffer"): Don't look at
8832 menu-updating-frame if this display does not support multiple frames.
8833
8834 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8835
8836 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
8837
8838 2005-09-09 Emilio Lopes <eclig@gmx.net>
8839
8840 * woman.el: Format- and whitespace-related changes.
8841
8842 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8843
8844 * woman.el: Fix my email address.
8845
8846 2005-09-08 Richard M. Stallman <rms@gnu.org>
8847
8848 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
8849 (sh-mode): Locally set skeleton-pair-default-alist.
8850
8851 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
8852
8853 * progmodes/flymake.el: Require `compile' unconditionally.
8854
8855 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
8856
8857 * woman.el (woman-file-name): Provide a default, not initial input.
8858
8859 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
8860
8861 * font-lock.el (font-lock-support-mode): Doc fix.
8862
8863 * descr-text.el (describe-property-list): Handle non-symbol prop names.
8864
8865 2005-09-08 Richard M. Stallman <rms@gnu.org>
8866
8867 * simple.el (blink-matching-open): Get rid of text props from
8868 the string shown in echo area. Don't permanently set point.
8869 Some rearrangements.
8870
8871 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
8872
8873 * recentf.el (recentf-filename-handler): Add custom choice
8874 `abbreviate-file-name'.
8875
8876 * msb.el (msb--very-many-menus): Fix typo.
8877
8878 * disp-table.el (standard-display-european): Don't set
8879 enable-multibyte-characters to nil.
8880
8881 2005-09-08 David Ponce <david@dponce.com>
8882
8883 * recentf.el (recentf-show-file-shortcuts-flag): New option.
8884 (recentf-expand-file-name): Doc fix.
8885 (recentf-dialog-mode-map): Define digit shortcuts.
8886 (recentf--files-with-key): New variable.
8887 (recentf-show-digit-shortcut-filter): New function.
8888 (recentf-open-files-items): New function.
8889 (recentf-open-files): Use it.
8890 (recentf-open-file-with-key): New command.
8891
8892 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
8893
8894 * buff-menu.el (Buffer-menu-sort-by-column): New function.
8895 Suggested by Kim F. Storm.
8896 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
8897 (Buffer-menu-make-sort-button): Use global keymap.
8898
8899 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
8900
8901 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
8902 (Man-getpage-in-background-advice): Remove defadvice; it isn't
8903 necessary any longer with the remapped command.
8904 (Man-bgproc-sentinel-advice): Remove defadvice which counts
8905 formatting time only.
8906
8907 * net/tramp.el (tramp-action-password)
8908 (tramp-multi-action-password): Compile the password prompt from
8909 `method', `user' and `host'. Sometimes it isn't obvious which
8910 password to enter, for example with remote files offered by
8911 recentf.el, or with multiple steps. Suggested by Robert Marshall
8912 <robert@chezmarshall.freeserve.co.uk>.
8913
8914 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8917 Fix regexp for when "s///" is at the beginning of line.
8918
8919 2005-09-07 Jay Belanger <belanger@truman.edu>
8920
8921 * calc/calc-poly.el (math-expand-term): Multiply out any powers
8922 when in matrix mode.
8923
8924 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
8927 non-anonymous functions.
8928
8929 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
8930
8931 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
8932 when using a header line. Otherwise, use mouse-1-click-follows-link.
8933
8934 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
8935 can't be moved; don't signal an error.
8936
8937 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
8938
8939 * cus-theme.el (custom-theme-write-faces): Save the current face
8940 spec, not the defface spec.
8941
8942 * custom.el (custom-known-themes): Clarify meaning of "standard".
8943 (custom-push-theme): Save old values in the standard theme.
8944 (disable-theme): Correct typo.
8945 (custom-face-theme-value) Deleted unused function.
8946 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
8947
8948 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8949
8950 * progmodes/compile.el (compilation-goto-locus): Take into account
8951 iconified frames when determining whether the buffer is
8952 already visible.
8953 Don't reset window height if the window already existed.
8954
8955 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
8956
8957 * custom.el (load-theme): Rename from require-theme.
8958 Add interactive spec.
8959 (enable-theme): Rename from custom-enable-theme.
8960 Add interactive spec.
8961 (disable-theme): Rename from custom-disable-theme.
8962 Add interactive spec.
8963 (custom-make-theme-feature): Doc fix.
8964 (custom-theme-directory): Doc fix.
8965 (provide-theme): Call enable-theme.
8966
8967 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8968
8969 * obsolete/lazy-lock.el (lazy-lock-mode):
8970 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
8971 font-lock-mode if it's off. Print a warning instead.
8972
8973 * progmodes/compile.el (compilation-start): Ignore errors if the
8974 process died before we get to send-eof.
8975
8976 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
8977 Undo last change. Enclosing the result in quotes broke things on Unix
8978 since tex-send-command passes it through shell-quote-argument.
8979 (tex-send-command): Pass `file' through convert-standard-filename
8980 when possible.
8981 (tex-uptodate-p): Handle the case where TeX hasn't put additional
8982 info in a transcript.
8983
8984 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
8985
8986 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
8987 fix compilation warning. Reorder the key definitions to group
8988 together keys emitted by the current version of xterm.
8989
8990 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
8991 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
8992 Reorder predicates to correct min-color usage.
8993
8994 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
8995
8996 * longlines.el (longlines-mode): Inhibit read-only when encoding.
8997 Kill local variables when longlines-mode is turned off.
8998
8999 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9000
9001 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
9002
9003 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
9004
9005 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
9006
9007 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
9008 (font-lock-lines-before): Change default to being inactive.
9009 (font-lock-default-fontify-region): Obey font-lock-lines-before.
9010 (font-lock-after-change-function): Don't handle f-l-lines-before here.
9011
9012 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9013
9014 * net/tramp.el (tramp-handle-make-auto-save-file-name):
9015 Deactivate temporarily advice if active (not needed for Emacs 22,
9016 but for backwards compatibility).
9017 (tramp-exists-file-name-handler): Rewrite. First implementation
9018 was too simple.
9019 (tramp-advice-make-auto-save-file-name):
9020 Call `tramp-handle-make-auto-save-file-name' (again, just for
9021 backwards compatibility).
9022
9023 2005-08-31 Reto Zimmermann <reto@gnu.org>
9024
9025 * progmodes/vhdl-mode.el
9026 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
9027 (vhdl-end-p): Fix indentation bug "else" after "-- when".
9028 (vhdl-set-default-project): New function (easier setting of default).
9029 (vhdl-port-copy): Handle extended identifiers for generics.
9030 (vhdl-compiler-alist): Better description for error message regexp.
9031 (vhdl-make): Query for target, use previous as default.
9032 (vhdl-port-copy): Fix port copy for port names starting with "signal".
9033 (vhdl-font-lock-keywords-2): Fix fontification for record
9034 el. assign.
9035 (vhdl-speedbar-make-subpack-line): Add package body link.
9036 (vhdl-generate-makefile-1): Not include itself as dependency.
9037 (vhdl-font-lock-init): Highlight c-preprocessor directives.
9038 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
9039 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
9040 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
9041 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
9042 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
9043 (vhdl-import-project): Add string argument for `error'.
9044 (vhdl-compose-configuration)
9045 (vhdl-compose-configuration-architecture): Add configuration
9046 declaration generation.
9047 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
9048 (vhdl-trailer-re): Add "record" keyword (better indentation).
9049 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
9050 "[^ \t-\"]+".
9051 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
9052 (vhdl-testbench-entity-file-name)
9053 (vhdl-testbench-architecture-file-name): Allow separate
9054 customization of testbench file names.
9055 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
9056 (vhdl-get-visible-signals): Allow newline within alias declaration.
9057 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
9058 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
9059 (member-ignore-case): Alias for missing function in XEmacs.
9060 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
9061 (vhdl-update-sensitivity-list): Ignore case on read signals.
9062 (vhdl-replace-string): Adjust case only for file names.
9063 (vhdl-update-sensitivity-list): Fix search for read signals.
9064 (vhdl-update-sensitivity-list): Exclude formal parameters.
9065 (vhdl-get-visible-signals): Include aliases of signals.
9066 (vhdl-get-visible-signals): Fix signal name searching.
9067 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
9068 (vhdl-fixup-whitespace-region): Fix for character
9069 literals (e.g. `:').
9070
9071 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
9072
9073 * ansi-color.el (comint-last-output-start):
9074 * bs.el (font-lock-verbose):
9075 * diff-mode.el (add-log-buffer-file-name-function):
9076 * dired-x.el (vm-folder-directory):
9077 * faces.el (help-xref-stack-item):
9078 * files.el (font-lock-keywords):
9079 * find-lisp.el (dired-buffers, dired-subdir-alist):
9080 * ido.el (cua-inhibit-cua-keys):
9081 * log-view.el (cvs-minor-wrap-function):
9082 * outline.el (font-lock-warning-face):
9083 * simple.el (compilation-current-error):
9084 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
9085 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
9086 * tooltip.el (comint-prompt-regexp):
9087 * w32-fns.el (explicit-shell-file-name):
9088 * term/mac-win.el (mac-charset-info-alist)
9089 (mac-services-selection, mac-system-script-code):
9090 * term/tty-colors.el (msdos-color-values):
9091 * term/w32-win.el (xlfd-regexp-registry-subnum):
9092 * term/x-win.el (x-keysym-table, x-selection-timeout)
9093 (x-session-id, x-session-previous-id):
9094 * textmodes/ispell.el (mail-yank-prefix):
9095 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
9096 * textmodes/org.el (calc-embedded-close-formula)
9097 (calc-embedded-open-formula)
9098 (font-lock-unfontify-region-function):
9099 * textmodes/reftex-global.el (isearch-next-buffer-function)
9100 (TeX-master):
9101 * textmodes/reftex.el (font-lock-keywords):
9102 * textmodes/tex-mode.el (font-lock-comment-face)
9103 (font-lock-doc-face):
9104 * textmodes/texinfo.el (outline-heading-alist):
9105 Add defvars.
9106
9107 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
9108 (artist-spray-chars, artist-mode-init, artist-replace-string)
9109 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
9110 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
9111 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
9112
9113 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
9114 (conf-align-assignments): "?\ " -> "?\s".
9115
9116 * textmodes/reftex-index.el (TeX-master): Add defvar.
9117 (reftex-index-phrases-marker): Move up defvar.
9118
9119 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
9120 (reftex-toc-include-labels-indicator)
9121 (reftex-toc-include-index-indicator)
9122 (reftex-toc-max-level-indicator): Move up declarations.
9123
9124 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
9125 of args to `tramp-run-real-handler', even if it's empty in this case.
9126
9127 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9128
9129 * dired.el (dired-move-to-filename-regexp): Add date format for
9130 Mac OS X 10.3 in East Asian locales.
9131
9132 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9133
9134 * files.el (make-auto-save-file-name): Add file name handler call
9135 if applicable.
9136
9137 * net/tramp.el (tramp-file-name-handler-alist)
9138 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
9139 (tramp-handle-make-auto-save-file-name): Rename from
9140 `tramp-make-auto-save-file-name'.
9141 (tramp-exists-file-name-handler): New defun.
9142 (tramp-advice-make-auto-save-file-name): Make defadvice only when
9143 `make-auto-save-file-name' is not a magic file name operation.
9144
9145 2005-08-30 Richard M. Stallman <rms@gnu.org>
9146
9147 * files.el (risky-local-variable-p):
9148 Match `-predicates' and `-commands.
9149
9150 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
9151 (custom-save-all): Visit the file if necessary;
9152 kill the buffer if we created it.
9153 (custom-save-delete): Don't visit file or kill buffer here.
9154
9155 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9156
9157 * textmodes/org.el (org-special-keyword): New face.
9158 (org-table-copy-down, org-table-eval-formula)
9159 (org-table-recalculate, org-init-section-numbers):
9160 Use `string-to-number' instead of `string-to-int'.
9161 (org-get-location): Use `insert-buffer-substring' instead of
9162 `insert-buffer'.
9163 (org-modify-diary-entry-string): New function.
9164 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
9165 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
9166 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
9167 active region.
9168 (org-export-as-html): Handle QUOTE keyword.
9169 (org-quote-string): New option.
9170 (org-bookmark-jump-unhide): New function, used for
9171 `bookmark-after-jump-hook'.
9172 (org-diary-default-entry): Apply only when not called through
9173 `org-agenda'.
9174
9175 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
9176
9177 * net/eudc.el (mode-popup-menu):
9178 * play/handwrite.el (ps-printer-name, ps-lpr-command):
9179 * progmodes/ada-mode.el (compile-auto-highlight)
9180 (skeleton-further-elements):
9181 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9182 * progmodes/cmacexp.el (msdos-shells):
9183 * progmodes/compile.el (font-lock-extra-managed-props)
9184 (font-lock-keywords, font-lock-maximum-size)
9185 (font-lock-support-mode):
9186 * progmodes/grep.el (font-lock-lines-before):
9187 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
9188 * progmodes/mixal-mode.el (compile-command):
9189 * progmodes/perl-mode.el (font-lock-comment-face)
9190 (font-lock-doc-face, font-lock-string-face):
9191 * progmodes/prolog.el (comint-prompt-regexp):
9192 * progmodes/sh-script.el (font-lock-comment-face)
9193 (font-lock-set-defaults, font-lock-string-face):
9194 * progmodes/sql.el (font-lock-keyword-face)
9195 (font-lock-set-defaults, font-lock-string-face):
9196 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
9197 (itimer-version, lazy-lock-defer-contextually)
9198 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
9199 Add defvars.
9200
9201 * progmodes/cperl-mode.el (cperl-electric-lbrace)
9202 (cperl-electric-keyword, cperl-electric-pod)
9203 (cperl-electric-backspace, cperl-forward-re)
9204 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
9205 (vc-rcs-header, vc-sccs-header): Add defvars.
9206
9207 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
9208 (font-lock-syntactic-keywords, gud-find-expr-function):
9209 Add defvars.
9210
9211 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
9212 (gdb-frame-parameters): Declare before use.
9213
9214 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
9215 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
9216 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
9217 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
9218
9219 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
9220 (idlwave-help-with-source): Use `insert-buffer-substring', not
9221 `insert-buffer'.
9222
9223 2005-08-29 Juri Linkov <juri@jurta.org>
9224
9225 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
9226 Put outline-back-to-heading function call inside save-excursion.
9227
9228 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
9229
9230 * man.el (Man-init-defvars, Man-translate-references)
9231 (Man-support-local-filenames, Man-highlight-references):
9232 * progmodes/sql.el (sql-interactive-mode):
9233 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
9234
9235 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
9236 (compilation-mode-font-lock-keywords): Add defvars.
9237 (checkdoc-interactive-loop): "?\ " -> "?\s".
9238
9239 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
9240 (font-lock-doc-face, font-lock-string-face)
9241 (font-lock-keywords-case-fold-search): Add defvars.
9242 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
9243
9244 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
9245 Don't pass X and Y (they are ignored anyway).
9246 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
9247 (mouse-delete-window): Make arguments optional.
9248
9249 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
9250 (caesar-translate-table, minor-modes, news-buffer-save)
9251 (news-group-name, news-minor-modes): Add defvars.
9252
9253 * emacs-lisp/lselect.el (mouse-highlight-priority)
9254 (x-lost-selection-functions, zmacs-regions):
9255 * emacs-lisp/pp.el (font-lock-verbose):
9256 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
9257 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
9258 (ses-mode-map):
9259 * emacs-lisp/tcover-unsafep.el (safe-functions):
9260 * international/mule-cmds.el (mac-system-coding-system)
9261 (mac-system-locale):
9262 * language/ethio-util.el (rmail-current-message)
9263 (rmail-message-vector):
9264 * language/thai-util.el (thai-auto-composition-mode):
9265 * mail/metamail.el (rmail-current-message, rmail-message-vector):
9266 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
9267 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
9268 (vm-primary-inbox, vm-spool-files):
9269 * mail/rmail.el (deleted-head, font-lock-fontified)
9270 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
9271 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
9272 (total-messages):
9273 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
9274 (rmail-summary-mode-map):
9275 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
9276 (rmail-last-label, rmail-last-multi-labels)
9277 (rmail-summary-vector, rmail-total-messages):
9278 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
9279 * mail/rmailsum.el (msgnum):
9280 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
9281 (rmail-current-message):
9282 * obsolete/fast-lock.el (font-lock-face-list):
9283 * obsolete/rnewspost.el (mail-reply-buffer):
9284 * obsolete/scribe.el (compile-command):
9285 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
9286
9287 2005-08-28 John Paul Wallington <jpw@gnu.org>
9288
9289 * ibuf-ext.el (ibuffer-auto-update-changed):
9290 Use `frame-or-buffer-changed-p' to check whether we need to update.
9291 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
9292 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
9293 as a `frame-or-buffer-changed-p' state vector instead.
9294
9295 2005-08-27 Romain Francoise <romain@orebokech.com>
9296
9297 * textmodes/makeinfo.el (makeinfo-compile):
9298 Use `compilation-start'. Set `next-error-function' according to
9299 `disable-errors'.
9300 (makeinfo-next-error): New function.
9301 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
9302 (makeinfo-buffer): Likewise.
9303
9304 * progmodes/compile.el (compilation-start): Add autoload cookie.
9305
9306 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
9307 * textmodes/sgml-mode.el: Likewise.
9308 * progmodes/python.el: Likewise.
9309
9310 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9311
9312 * simple.el (blink-matching-paren-distance): Document the meaning
9313 of nil value, and allow to customize to nil.
9314
9315 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
9316 command.com, not command.exe.
9317
9318 2005-08-26 John Wiegley <johnw@newartisans.com>
9319
9320 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
9321 code around a bit so that an extraneous nil argument is not added
9322 to a command when no args are given.
9323
9324 * eshell/esh-arg.el (eshell-parse-double-quote): If a
9325 double-quoted argument resolves to nil, return it as an empty
9326 string rather than as nil. This made it impossible to pass "" to
9327 a shell script as a null string argument.
9328
9329 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 * outline.el (outline-invent-heading): New fun.
9332 (outline-promote, outline-demote): Use it.
9333 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
9334 (outline-end-of-subtree): Remove unused var `opoint'.
9335
9336 2005-08-26 David Reitter <david.reitter@gmail.com>
9337
9338 * menu-bar.el (truncate-lines, write-file, print-buffer)
9339 (ps-print-buffer-faces, ps-print-buffer, split-window):
9340 Disable menu items when the frame they refer to is invisible, or when
9341 they refer to a buffer and the minibuffer is selected.
9342
9343 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
9344
9345 * progmodes/flymake.el (flymake-highlight-err-lines):
9346 Use save-excursion around flymake-highlight-line to preserve point.
9347
9348 2005-08-26 Eli Zaretskii <eliz@gnu.org>
9349
9350 * progmodes/octave-mod.el: Change Author and Maintainer address.
9351 (octave-maintainer-address): Change Kurt's email address.
9352 * progmodes/octave-inf.el: Change Author and Maintainer address.
9353 * progmodes/octave-hlp.el: Change Author and Maintainer address.
9354
9355 2005-08-26 Kim F. Storm <storm@cua.dk>
9356
9357 * subr.el (version-list-<, version-list-<=, version-list-=):
9358 Rename from integer-list-*.
9359 (version-list-not-zero): Likewise. Fix while loop.
9360 (version=): Use version-list-= instead of string-equal.
9361
9362 2005-08-26 Richard M. Stallman <rms@gnu.org>
9363
9364 * outline.el (outline-promote): Try shortening the heading.
9365 As last resort, read the heading to use.
9366 (outline-demote): As last resort, read the heading to use.
9367
9368 2005-08-26 Romain Francoise <romain@orebokech.com>
9369
9370 * progmodes/compile.el (compilation-start): Doc fix.
9371
9372 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
9373 (antlr-font-lock-additional-keywords): Fix reference to
9374 `antlr-font-lock-literal-regexp' erroneously changed during the
9375 mass face rename.
9376 (antlr-run-tool): Use `compilation-start'.
9377
9378 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
9379 instead of the obsolete `compile-internal'.
9380
9381 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
9382
9383 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
9384 (number, original-date):
9385 * calendar/cal-china.el (date):
9386 * calendar/cal-coptic.el (date):
9387 * calendar/cal-french.el (date):
9388 * calendar/cal-hebrew.el (date, entry, number, original-date):
9389 * calendar/cal-islam.el (date, number, original-date):
9390 * calendar/cal-iso.el (date):
9391 * calendar/cal-julian.el (date):
9392 * calendar/cal-mayan.el (date):
9393 * calendar/cal-menu.el (date, event):
9394 * calendar/cal-persia.el (date):
9395 * calendar/lunar.el (date):
9396 * calendar/solar.el (date): Add defvars.
9397
9398 * emerge.el:
9399 * ibuffer.el:
9400 * info-xref.el:
9401 * obsolete/bg-mouse.el:
9402 * obsolete/sun-curs.el:
9403 * obsolete/swedish.el: Move the `defvar's to the top level.
9404
9405 * smerge-mode.el (smerge-refined-change): Add :group.
9406
9407 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
9410 (smerge-keep-n): Remove props.
9411 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9412 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
9413 now that it's done in smerge-keep-n.
9414 (smerge-refined-change): New face.
9415 (smerge-refine-chopup-region, smerge-refine-highlight-change)
9416 (smerge-refine): New funs.
9417 (smerge-basic-map): Bind smerge-refine.
9418
9419 2005-08-25 Juri Linkov <juri@jurta.org>
9420
9421 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
9422 compilation-process-setup-function and compilation-disable-input
9423 in grep-mode instead of let-bindings in grep.
9424
9425 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
9426 Delete "Automatic File De/compression" (auto-compression-mode).
9427
9428 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
9429
9430 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
9431 Silence warning about non-existent variable.
9432
9433 2005-08-25 Richard M. Stallman <rms@gnu.org>
9434
9435 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
9436 Rename "Describe Key" to "Describe Key or Mouse Operation".
9437
9438 * mail/mailalias.el (build-mail-aliases): Delete comments
9439 from the contents before processing them.
9440
9441 * isearch.el (isearch-edit-string): Erase the Search prompt
9442 if user enters an empty string and there is no default.
9443
9444 * comint.el (comint-file-name-prefix): Add autoload.
9445
9446 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
9447
9448 * subr.el (play-sound): Rearrange to avoid warning.
9449
9450 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
9451
9452 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
9453 New hook.
9454 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
9455
9456 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
9459
9460 * custom.el (custom-theme-set-variables): Sort minor modes last.
9461
9462 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9463
9464 * subr.el (version-separator, version-regexp-alist): New vars used by
9465 version comparison funs.
9466 (integer-list-<, integer-list-=, integer-list-<=)
9467 (integer-list-not-zero): New funs for integer list comparison.
9468 (version-to-list, version=, version<, version<=): New funs for version
9469 comparison.
9470
9471 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
9472
9473 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
9474 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
9475 time to silence the byte-compiler.
9476
9477 * ibuffer.el (ibuffer-compile-make-eliding-form)
9478 (ibuffer-check-formats): Use `with-no-warnings' to hide references
9479 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
9480 so it's silly to get warnings for it).
9481 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
9482 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
9483 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
9484 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
9485 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
9486 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
9487 Defvar at compile time.
9488 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
9489 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
9490 Declare them before use.
9491
9492 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
9493 (info-xref-good, info-xref-bad): Defvar at compile time.
9494
9495 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
9496 Use `let*' instead of `let'.
9497
9498 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
9499 (*mouse-y*, menu, char): Defvar at compile time.
9500 (sc::menu): Declare it before use.
9501 (sc::pack-one-line): Use `let', not `let*'.
9502
9503 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
9504 (mail-send-hook): Defvar at compile time.
9505
9506 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
9507 Defvar at compile time.
9508
9509 * term/sun-mouse.el (current-global-mousemap)
9510 (current-local-mousemap): Declare them before use.
9511
9512 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
9513
9514 * bookmark.el (bookmark-after-jump-hook): New hook.
9515 (bookmark-jump): Run `bookmark-after-jump-hook'.
9516
9517 2005-08-23 Juri Linkov <juri@jurta.org>
9518
9519 * faces.el (minibuffer-prompt): Doc fix.
9520
9521 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
9522
9523 * progmodes/xscheme.el: Trivial changes to silence warnings.
9524 (xscheme-previous-mode, xscheme-previous-process-state):
9525 Add defvars.
9526 (xscheme-last-input-end, xscheme-process-command-line)
9527 (xscheme-process-name, xscheme-buffer-name)
9528 (xscheme-expressions-ring-max, xscheme-expressions-ring)
9529 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
9530 (xscheme-control-g-synchronization-p)
9531 (xscheme-control-g-disabled-p, xscheme-string-receiver)
9532 (default-xscheme-runlight, xscheme-runlight)
9533 (xscheme-runlight-string, xscheme-process-filter-state)
9534 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
9535 Move to beginning of file.
9536 (scheme-interaction-mode-commands-alist)
9537 (scheme-interaction-mode-map, scheme-debugger-mode-map):
9538 Declare them before use. Note: the initialization code for the variables
9539 has not been moved because it uses functions that reference the variables.
9540 (xscheme-control-g-message-string, xscheme-process-filter-alist)
9541 (xscheme-prompt-for-expression-map): Declare them before use.
9542 (scheme-debugger-mode-commands): "?\ " -> "?\s".
9543
9544 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
9545
9546 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
9547
9548 2005-08-22 Juri Linkov <juri@jurta.org>
9549
9550 * faces.el (set-face-underline): Delete this duplicate function
9551 and make an obsolete alias to set-face-underline-p.
9552 (set-face-underline-p): Use docstring of set-face-underline.
9553 (describe-face): Create hyperlink to parent face.
9554
9555 * info.el (Info-insert-dir): Use save-excursion around
9556 insert-buffer-substring.
9557 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
9558 (Info-escape-percent): Delete function.
9559 (Info-fontify-node): Replace Info-escape-percent by
9560 replace-regexp-in-string with REP arg set to lambda that
9561 duplicates `%' and preserves text properties.
9562
9563 * progmodes/compile.el (compilation-disable-input): Doc fix.
9564 (define-compilation-mode): Doc fix and refill.
9565 (kill-compilation): Use `mode-name' in the error message.
9566 (compilation-find-file): Use `compilation-error' in the
9567 read-file-name's prompt.
9568
9569 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9570
9571 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
9572 (smerge-auto-leave): Make undo re-enable the mode.
9573 (debug-ignored-errors): Add the user-error of impossible resolution.
9574 (smerge-resolve): Move things around a bit, in preparation for later.
9575 (smerge-diff): Don't fail if the buffer has no associated file.
9576 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
9577 (smerge-conflict-overlay): New function.
9578 (smerge-match-conflict): Don't add text properties here.
9579 (smerge-find-conflict): Instead, add an overlay here.
9580 Also check for the case where we're inside a conflict already, so as to
9581 obviate the need for font-lock-multiline, which is unbearably slow with
9582 large conflicts and ciomplex font-lock patterns.
9583 (smerge-remove-props): Remove overlay rather than text-properties.
9584 (smerge-mode): Don't set font-lock-multiline.
9585 Remove overlays when turned off.
9586
9587 2005-08-21 Kim F. Storm <storm@cua.dk>
9588
9589 * ido.el (ido-ignore-item-p): Use save-match-data.
9590 Bind case-fold-search to ido-case-fold locally.
9591
9592 2005-08-20 Richard M. Stallman <rms@gnu.org>
9593
9594 * files.el (normal-mode): If font lock is on, turn it off and on.
9595
9596 * subr.el (replace-regexp-in-string): Doc fix.
9597
9598 * startup.el (command-line-1): Don't suppress startup screen
9599 due to existing processes.
9600
9601 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
9602
9603 * progmodes/compile.el (compilation-disable-input): Default to nil.
9604
9605 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9606
9607 * progmodes/compile.el (compilation-disable-input): New defcustom.
9608 (compilation-start): If compilation-disable-input is non-nil, send
9609 EOF to the compilation process.
9610
9611 2005-08-20 Eli Zaretskii <eliz@gnu.org>
9612
9613 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
9614 Run the argument of tex-shell-cd-command through
9615 convert-standard-filename, to get the correct style of slashes on
9616 Windows, and enclose the result in quotes, in case the file name
9617 includes whitespace or other special characters.
9618
9619 2005-08-19 Andreas Schwab <schwab@suse.de>
9620
9621 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
9622 process.
9623
9624 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
9625
9626 * cus-start.el (minibuffer-prompt-properties): Correct typo.
9627
9628 2005-08-18 Kim F. Storm <storm@cua.dk>
9629
9630 * scroll-lock.el: Fix errors due to incorrect line wrapping.
9631
9632 2005-08-18 Richard M. Stallman <rms@gnu.org>
9633
9634 * scroll-lock.el: New file.
9635
9636 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
9637
9638 * dired.el (dired-move-to-end-of-filename):
9639 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
9640
9641 2005-08-18 Kim F. Storm <storm@cua.dk>
9642
9643 * ido.el (ido-everywhere): Fix defcustom :set function to disable
9644 rather than toggle mode when custom value is nil.
9645 (ido-everywhere): Fix defun doc string.
9646
9647 2005-08-17 Richard M. Stallman <rms@gnu.org>
9648
9649 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
9650 as tag instead of "Inviolable".
9651
9652 2005-08-17 Kim F. Storm <storm@cua.dk>
9653
9654 * windmove.el (windmove-coordinates-of-position): Remove.
9655 (windmove-coordinates-of-window-position): Remove.
9656 (windmove-reference-loc): Use posn-at-point instead.
9657
9658 * subr.el (insert-for-yank-1): Doc fix.
9659
9660 * ido.el (ido-enter-matching-directory): Rename from
9661 ido-enter-single-matching-directory. Change `slash' choice to
9662 `only'. Add `first' choice.
9663 (ido-exhibit): Adapt to above changes.
9664
9665 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
9666
9667 * Makefile.in: Expand comment about building loaddefs.el.
9668
9669 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
9670
9671 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
9672 Comment use of defadvice.
9673
9674 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
9675
9676 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
9677
9678 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
9679 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
9680 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
9681 * progmodes/idlw-shell.el, progmodes/ld-script.el,
9682 * progmodes/which-func.el, ruler-mode.el, strokes.el,
9683 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
9684 for backward compatibility for faces that did not appear in the
9685 previous Emacs release.
9686
9687 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
9688
9689 2005-08-15 Kim F. Storm <storm@cua.dk>
9690
9691 * emulation/cua-base.el (cua-delete-region): Return t if
9692 deleted region was non-empty.
9693 (cua-replace-region): Inhibit overwrite-mode for
9694 self-insert-command if replaced region was non-empty.
9695 (cua--explicit-region-start, cua--status-string): Make them
9696 buffer-local at top-level...
9697 (cua-mode): ...rather than when mode is enabled.
9698
9699 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
9700
9701 * progmodes/vhdl-mode.el (vhdl-emacs-21):
9702 Set t for Emacs 21, 22, and so on.
9703
9704 2005-08-15 David Ponce <david@dponce.com>
9705
9706 * tree-widget.el: Update Commentary header.
9707 (tree-widget-theme): Doc fix.
9708 (tree-widget-space-width): New option.
9709 (tree-widget-image-properties): Look up in the default theme too.
9710 (tree-widget--cursors): Only for images with arrow pointer shape.
9711 (tree-widget-lookup-image): Pointer shape is hand by default.
9712 (tree-widget-icon): Rename generic icon widget from
9713 `tree-widget-control'.
9714 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
9715 derive from `tree-widget-icon'.
9716 (tree-widget-handle): Improve default look and feel of the text
9717 representation.
9718 (tree-widget): Rename :*-control properties to :*-icon properties.
9719 Add :action and :help-echo properties.
9720 (tree-widget-after-toggle-functions): Move.
9721 (tree-widget-close-node, tree-widget-open-node): Remove.
9722 (tree-widget-before-create-icon-functions): New hook.
9723 (tree-widget-value-create): Update to allow customization of icons
9724 and nodes at run-time via that new hook.
9725 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
9726 (tree-widget-icon-action, tree-widget-icon-help-echo)
9727 (tree-widget-action, tree-widget-help-echo): New functions.
9728
9729 2005-08-15 Kim F. Storm <storm@cua.dk>
9730
9731 * ido.el (ido-buffer-internal): Use with-no-warnings.
9732 (ido-make-merged-file-list): Use while-no-input.
9733
9734 2005-08-15 Richard M. Stallman <rms@gnu.org>
9735
9736 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
9737 (flyspell-large-region): Fix doc and custom type.
9738
9739 2005-08-14 Richard M. Stallman <rms@gnu.org>
9740
9741 * files.el (interpreter-mode-alist): Doc fix.
9742
9743 * mail/rmail.el (rmail-nonignored-headers): New variable.
9744 (rmail-clear-headers): Use it.
9745 (rmail-reply): Better handling of mail-followup-to header.
9746
9747 * progmodes/sh-script.el (sh-font-lock-keywords-var):
9748 Rename variable from sh-font-lock-keywords. In the `shell' entry,
9749 don't try to refer to executable-font-lock-keywords.
9750 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
9751 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
9752 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
9753 (sh-mode): Set comment-start-skip, local-abbrev-table,
9754 imenu-case-fold-search.
9755 (sh-set-shell): Don't set them here.
9756 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
9757 Don't cache the results in the original alist; don't ever modify
9758 that alist.
9759
9760 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
9761
9762 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
9763 empty.
9764
9765 2005-08-15 Andreas Schwab <schwab@suse.de>
9766
9767 * desktop.el: Put autoload cookie at risky-local-variable declarations.
9768
9769 * dired.el, info.el, mail/rmail.el: Revert last change.
9770
9771 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
9772
9773 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
9774 modification in `eval-after-load' form.
9775 * info.el: Likewise.
9776 * mail/rmail.el: Likewise.
9777
9778 2005-08-14 Juri Linkov <juri@jurta.org>
9779
9780 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9781 Remove highlighting of "Compilation started". Highlight only
9782 the word "finished" in "Compilation finished". Add highlighting
9783 of "interrupt", "killed", "terminated" and the exit code.
9784 (compilation-start): Add newline after header. Use exactly the
9785 same time stamp format as the finishing message.
9786 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
9787
9788 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
9789 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
9790 Add highlighting of "interrupt", "killed", "terminated".
9791
9792 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
9793 enabled and the current command is self-insert-command, call it
9794 explicitly with overwrite-mode bound to nil, to not allow it
9795 to delete the character after the selected region.
9796
9797 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
9798
9799 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
9800 move-end-of-line, end-of-line, and beginning-of-line to the list
9801 of commands after which the echo area is updated.
9802
9803 2005-08-12 Eli Zaretskii <eliz@gnu.org>
9804
9805 * cus-edit.el (custom-save-all, custom-save-delete):
9806 Bind recentf-exclude to exclude custom-file.
9807
9808 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
9809
9810 * mail/rmailsum.el (rmail-summary-end-of-message): New command
9811 to go to the bottom of the mail message. Added to
9812 `rmail-summary-mode-map' with key "/".
9813 (rmail-summary-show-message): New (internal) function for use by
9814 both `rmail-summary-beginning/end-of-message'.
9815 (rmail-summary-beginning-of-message): Change to use
9816 rmail-summary-show-message.
9817
9818 * mail/rmail.el (rmail-end-of-message): New command to go to the
9819 end of the current message. Added to `rmail-mode-map' with key "/".
9820 (rmail-beginning-of-message): Fix to work as documented.
9821 (rmail-mode): Change documentation.
9822
9823 * progmodes/compile.el (compilation-start): Add the line
9824 "Compilation started" with compilation start time.
9825 (compilation-mode-font-lock-keywords): Add `started' to keywords.
9826
9827 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
9828
9829 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
9830 of menu items.
9831
9832 2005-08-11 Richard M. Stallman <rms@gnu.org>
9833
9834 * simple.el (pop-global-mark): Reverse test of widen-automatically.
9835
9836 * battery.el (battery-status-function): Don't use ignore-errors.
9837
9838 2005-08-11 Lute Kamstra <lute@gnu.org>
9839
9840 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
9841 define-obsolete-variable-alias.
9842
9843 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9844
9845 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
9846 (ange-ftp-send-cmd): Revert last change, and expand
9847 the comment explaining the problem.
9848
9849 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
9850
9851 * ldefs-boot.el: Update.
9852
9853 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
9854 item to "Time, Load and Mail". Change help echo text.
9855
9856 * time.el (display-time-use-mail-icon, display-time-format)
9857 (display-time-string-forms): Shorten first line of docstrings.
9858
9859 2005-08-10 Lars Hansen <larsh@soem.dk>
9860
9861 * desktop.el (desktop-buffer-mode-handlers):
9862 Make non-customizable. Add autoload cookie. Change initial value to
9863 nil; add elements in respective modules instead. Fix doc string.
9864 (desktop-load-file): New function.
9865 (desktop-minor-mode-handlers): New autoloaded variable.
9866 (desktop-create-buffer): Call minor mode handlers.
9867 Use desktop-load-file to load major and minor mode modules prior to
9868 checking for a handler.
9869 (desktop-save): Don't add nil to desktop-minor-modes for minor
9870 modes with nil function in desktop-minor-mode-table. Don't delete
9871 desktop file before rewriting it.
9872 (desktop-locals-to-save): Add autoload cookie. Don't make
9873 automatically buffer-local. Add variables column-number-mode,
9874 size-indication-mode, indent-tabs-mode,
9875 indicate-buffer-boundaries, indicate-empty-lines and
9876 show-trailing-whitespace.
9877 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
9878 regexps. Don't use desktop-clear-preserve-buffers-regexp.
9879 (desktop-clear-preserve-buffers-regexp): Delete.
9880 (desktop-clear-preserve-buffers): Update initial value and docstring.
9881 (desktop-save-buffer): Fix doc string.
9882
9883 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
9884 (hilit-chg-desktop-restore): New function.
9885 (highlight-changes-mode): Add highlight-changes-mode to
9886 desktop-locals-to-save.
9887
9888 * dired.el: Add handler to desktop-buffer-mode-handlers.
9889 (dired-restore-desktop-buffer): Remove autoload cookie.
9890 (dired-mode): Add autoload cookie.
9891
9892 * info.el: Add handler to desktop-buffer-mode-handlers.
9893 (Info-restore-desktop-buffer): Remove autoload cookie.
9894 (Info-mode): Add autoload cookie.
9895
9896 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
9897 (mh-restore-desktop-buffer): Remove autoload cookie.
9898 (mh-folder-mode): Add autoload cookie.
9899
9900 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
9901 (rmail-restore-desktop-buffer): Remove autoload cookie.
9902
9903 2005-08-11 Masatake YAMATO <jet@gyve.org>
9904
9905 * hexl.el (hexl-address-region):
9906 (hexl-ascii-region, hexl-font-lock-keywords):
9907 (hexl-highlight-line-range): Use the term "region"
9908 instead of "area" for consistency with the other symbols
9909 defined in hexl.el.
9910
9911 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9912
9913 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
9914 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
9915 out by Juri Linkov). Add `display-battery-mode'.
9916
9917 2005-08-09 Juri Linkov <juri@jurta.org>
9918
9919 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9920 Remove `-text' from face variable names.
9921 (compilation-error-file-name, compilation-warning-file-name)
9922 (compilation-info-file-name): Delete faces.
9923 (compilation-line-number, compilation-column-number):
9924 Remove face underlining.
9925 (compilation-message-face): Set to `underline' value by default.
9926 (compilation-error-face, compilation-warning-face)
9927 (compilation-info-face): Remove `-file-name' from face names.
9928 (compilation-error-text-face, compilation-warning-text-face)
9929 (compilation-info-text-face): Delete face variables.
9930 (compilation-text-face): Delete function.
9931
9932 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
9933 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
9934 (grep-error-face): Set to `compilation-error' instead of
9935 `compilation-error-face' (which is redefined to `grep-hit-face' in
9936 grep buffers).
9937 (grep-mode-font-lock-keywords): Remove `-text' from face variable
9938 names. Use `grep-error-face' instead of `compilation-error-text-face'.
9939
9940 * dired-aux.el (dired-do-query-replace-regexp):
9941 Use `query-replace-read-args'.
9942
9943 * replace.el (query-replace-read-from, query-replace-read-to)
9944 (query-replace-read-args): Rename arg `string' to `prompt'.
9945
9946 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
9947
9948 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9949
9950 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
9951 uploading files.
9952 (ange-ftp-canonize-filename): Handle file names beginning with ~
9953 correctly.
9954
9955 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
9956
9957 * textmodes/fill.el (canonically-space-region)
9958 (fill-context-prefix, fill-french-nobreak-p)
9959 (fill-delete-newlines, fill-comment-paragraph)
9960 (justify-current-line): "?\ " -> "?\s".
9961
9962 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
9963
9964 * textmodes/fill.el (fill-nonuniform-paragraphs):
9965 Improve argument/docstring consistency.
9966
9967 2005-08-09 Richard M. Stallman <rms@gnu.org>
9968
9969 * textmodes/ispell.el (ispell-word): More fboundp checks.
9970
9971 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
9972 (find-file-noselect-1): Call it here, only if RAWFILE.
9973 (normal-mode): Always set some major mode.
9974 (save-some-buffers-action-alist): Change some explanation strings.
9975 (file-name-non-special): In the `quote' method, use unwind-protect.
9976
9977 2005-08-09 Magnus Henoch <mange@freemail.hu>
9978
9979 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
9980 (ispell-have-aspell-dictionaries): New variable.
9981 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
9982 (ispell-get-aspell-config-value): New function.
9983 (ispell-aspell-find-dictionary): New function.
9984 (ispell-aspell-add-aliases): New function.
9985 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
9986 appropriate. Don't look for ispell dictionaries if we use aspell.
9987 (ispell-menu-map): Don't build a submenu of dictionaries.
9988
9989 2005-08-09 Richard M. Stallman <rms@gnu.org>
9990
9991 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
9992 (sql-read-passwd): Use read-passwd.
9993
9994 * progmodes/idlw-toolbar.el (idlwave-toolbar)
9995 (idlwave-toolbar-is-possible): Add defvars.
9996
9997 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
9998 Avoid warnings.
9999
10000 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
10001 (idlwave-system-class-info, idlwave-executive-commands-alist):
10002 Use defvar.
10003
10004 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
10005
10006 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
10007 Avoid warnings.
10008
10009 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
10010 and content-type: headers.
10011
10012 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
10013
10014 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
10015 and rename some of them to be more self-explanatory.
10016
10017 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
10018
10019 * startup.el (command-line-1): Implement -scriptload.
10020
10021 * replace.el (occur-engine): Initial *Occur* output not undoable.
10022
10023 * menu-bar.el (menu-bar-file-menu): Rename some menu items
10024 and improve help strings.
10025
10026 * isearch.el (isearch-repeat): When changing direction,
10027 mark search successful.
10028
10029 * ediff-init.el: Use (featurep 'xemacs).
10030
10031 * comint.el (send-invisible): Identify buffer, if not selected.
10032
10033 * align.el: Delete autoload for c-guess-basic-syntax.
10034
10035 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
10036
10037 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
10038 Improve argument/docstring consistency. Doc fixes.
10039 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
10040 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
10041 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
10042 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
10043 (r2bv-organization, r2bv-pages, r2bv-primary-author)
10044 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
10045 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
10046 Defvar at compile time.
10047
10048 2005-08-09 Juri Linkov <juri@jurta.org>
10049
10050 * info.el: Replace `info' with upper-case `Info' where appropriate.
10051 (info-title-1, info-title-2, info-title-3, info-title-4)
10052 (info-menu-header): Move up face definitions.
10053 (info-menu-star): Rename from `info-menu-5'.
10054 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
10055 (Info-fontify-visited-nodes): Fix docstring.
10056 (Info-hide-note-references): Fix docstring.
10057 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
10058 menu items in the same way as on cross-references.
10059 (info-apropos): Fix sorting order and formatting to be like in the
10060 stand-alone Info browser. Display error messages for 1 sec.
10061 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
10062 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
10063 from the menu bar.
10064 (Info-insert-dir): Restore point after calling
10065 `insert-buffer-substring'.
10066
10067 2005-08-08 Richard M. Stallman <rms@gnu.org>
10068
10069 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
10070 (recompute-lucid-menubar): Add defvars.
10071
10072 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
10073
10074 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
10075
10076 * net/net-utils.el (run-dig): Rename from `dig'.
10077
10078 * play/gametree.el (gametree-mode): Use make-local-variable,
10079 not make-variable-buffer-local.
10080
10081 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
10082
10083 * ansi-color.el (ansi-color-make-extent)
10084 (ansi-color-set-extent-face): Use fboundp, not functionp.
10085
10086 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
10087 not make-variable-buffer-local.
10088
10089 * bookmark.el (Info-current-file): Add defvar.
10090 (bookmark-jump-noselect): Use with-no-warnings.
10091
10092 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
10093
10094 * ebuff-menu.el (Helper-return-blurb): Add defvar.
10095
10096 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
10097
10098 * find-file.el (ada-procedure-start-regexp)
10099 (ada-package-start-regexp): Add defvars.
10100
10101 * info.el (Info-insert-dir): Use insert-buffer-substring.
10102
10103 * xml.el (xml-att-def-re): Add defvar.
10104
10105 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
10106 calling convention.
10107
10108 * subr.el (while-no-input): Return t if there is input.
10109
10110 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
10111
10112 * cus-start.el (all): Add `overflow-newline-into-fringe'.
10113
10114 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
10115
10116 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
10117 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
10118
10119 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
10120
10121 * cmuscheme.el (scheme-start-file): Replace reference to
10122 `user-emacs-directory' by "~/.emacs.d/".
10123
10124 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
10125
10126 * info.el (Info-dir-remove-duplicates): Avoid case folding
10127 in loop; instead, keep downcased strings for comparison.
10128 Suggested by Helmut Eller.
10129
10130 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
10131
10132 Sync with Tramp 2.0.50.
10133
10134 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
10135 XEmacs case; not necessary anymore.
10136 (tramp-user-regexp): Allow "@" as part of user name.
10137 (tramp-handle-set-visited-file-modtime)
10138 (tramp-handle-insert-file-contents)
10139 (tramp-handle-write-region): No special handling for
10140 `last-coding-system-used, because this is done in
10141 `tramp-accept-process-output' now.
10142 (tramp-accept-process-output): New defun.
10143 (tramp-process-one-action, tramp-process-one-multi-action)
10144 (tramp-wait-for-regexp, tramp-wait-for-output)
10145 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
10146 Howells <dhowells@redhat.com>.
10147 (clear-visited-file-modtime): Defadvice removed. The check for
10148 unset buffer's modtime does not need to be based on
10149 `tramp-buffer-file-attributes'. Suggested by RMS.
10150 (tramp-message): Insert "\n" if not being at beginning of line.
10151 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
10152 sequence with same logic.
10153 (tramp-completion-handle-expand-file-name): Discard call of
10154 `tramp-drop-volume-letter'. It is not necessary, and there have
10155 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
10156 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10157 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
10158 should always be visible.
10159 (tramp-handle-insert-directory, tramp-setup-complete)
10160 (tramp-set-process-query-on-exit-flag)
10161 (tramp-append-tramp-buffers): Pacify byte-compiler.
10162 (tramp-bug): Delete non-existing variables from list.
10163 Apply `tramp-load-report-modules' as pre-hook.
10164 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
10165 `shell-prompt-pattern' because of non-7bit characters.
10166 Reported by Sebastian Luque <sluque@mun.ca>.
10167 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
10168 (tramp-match-string-list): Remove function.
10169 (tramp-wait-for-regexp): Remove call of that function.
10170 Suggested by Kim F. Storm <storm@cua.dk>.
10171 (tramp-set-auto-save-file-modes): Use octal integer code #o600
10172 instead of octal character code ?\600. The latter resulted in a
10173 syntax error with XEmacs.
10174
10175 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
10176 XEmacs case; not necessary anymore.
10177 (tramp-smb-handle-write-region): No special handling for
10178 `last-coding-system-used, because this is done in
10179 `tramp-accept-process-output' now.
10180 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
10181
10182 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
10183
10184 * wid-edit.el (widget-choice-value-create):
10185 Unconditionally respect user choice. Set :explicit-choice back to nil
10186 when no longer needed.
10187 (widget-choice-action): Unconditionally respect user choice.
10188 Eliminate :explicit-choice-value.
10189
10190 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
10191
10192 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
10193 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
10194 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
10195 running new function `toggle-indicate-empty-lines'.
10196 Rename "Customize" item to "Customize fringe".
10197 Rename "Indicators" item to "Buffer boundaries" and change help echo.
10198 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
10199 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
10200 Delete "Empty lines only" item.
10201 (menu-bar-showhide-fringe-ind-customize): New function.
10202 (menu-bar-showhide-fringe-ind-mixed)
10203 (menu-bar-showhide-fringe-ind-box)
10204 (menu-bar-showhide-fringe-ind-right)
10205 (menu-bar-showhide-fringe-ind-left)
10206 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
10207 instead of `fringe-indicators'.
10208
10209 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
10210
10211 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
10212 Change the date of last update.
10213
10214 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
10215
10216 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
10217 (viper-exec-yank, viper-put-back): Don't display modification msg
10218 if in the minibuffer.
10219
10220 * viper-init.el (viper-replace-overlay-cursor-color)
10221 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
10222 Make variables frame local.
10223
10224 * viper-util.el (viper-append-filter-alist): Use append instead of
10225 nconc.
10226
10227 * viper.el (viper-vi-state-mode-list)
10228 (viper-emacs-state-mode-list): Move help-mode and
10229 completion-list-mode from the first list to the second.
10230 (viper-mode): Docstring.
10231 (viper-go-away, viper-non-hook-settings): Don't localize
10232 minor-mode-alist in newer Emacsen. Add advice to
10233 set-cursor-color. Don't bind "\C-c\\".
10234
10235 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
10236
10237 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
10238 (scheme-macro-expand-command): New user options.
10239 (scheme-trace-procedure, scheme-expand-current-form): New commands.
10240 (scheme-form-at-point, scheme-start-file)
10241 (scheme-interactively-start-process): New functions.
10242 (scheme-get-process): New function, extracted from `scheme-proc'.
10243 (run-scheme): Call `scheme-start-file' to get start file, and pass
10244 it to `make-comint'.
10245 (switch-to-scheme, scheme-proc):
10246 Call `scheme-interactively-start-process' if no Scheme buffer/process
10247 is available.
10248
10249 2005-08-06 Juri Linkov <juri@jurta.org>
10250
10251 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10252 Use `compilation-text-face', `compilation-info-text-face' and
10253 `compilation-error-text-face' instead of `font-lock-keyword-face'.
10254 (compilation-error): New face.
10255 (compilation-error-file-name): Inherit from
10256 `compilation-error' instead of `font-lock-warning-face'.
10257 (compilation-warning-file-name): Inherit from
10258 `compilation-warning' instead of `font-lock-warning-face'.
10259 (compilation-info, compilation-error-file-name)
10260 (compilation-warning-file-name, compilation-info-file-name)
10261 (compilation-line-number, compilation-column-number): Doc fix.
10262 (compilation-error-text-face, compilation-warning-text-face)
10263 (compilation-info-text-face): New face variables.
10264 (compilation-line-face, compilation-column-face)
10265 (compilation-enter-directory-face)
10266 (compilation-leave-directory-face): Doc fix.
10267 (compilation-text-face): New function.
10268
10269 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
10270 instead of 1 to display binary file names as info file links.
10271 (grep-error-face): Use `compilation-error-face' instead of
10272 `font-lock-keyword-face'.
10273 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
10274 and `compilation-warning-text-face' instead of
10275 `font-lock-keyword-face'. Use `compilation-error-text-face'
10276 instead of `grep-error-face'.
10277
10278 2005-08-05 Kenichi Handa <handa@m17n.org>
10279
10280 * international/code-pages.el: Add autoload cookies for all coding
10281 systems.
10282
10283 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
10284
10285 * cus-start.el (all): Put undo.c where it alphabetically belongs.
10286
10287 2005-08-04 Juri Linkov <juri@jurta.org>
10288
10289 * progmodes/compile.el (compilation-mode-map):
10290 * progmodes/grep.el (grep-mode-map):
10291 Bind TAB to `compilation-next-error' and [backtab] to
10292 `compilation-previous-error'.
10293
10294 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
10295 matching line numbers, column numbers and their ranges with regexp
10296 matching only line numbers.
10297 (grep-context-face): New face variable.
10298 (grep-mode-font-lock-keywords): Use it.
10299
10300 * faces.el (read-face-name): Delete duplicate faces.
10301
10302 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
10303
10304 * thumbs.el (thumbs-find-image): Don't make variables
10305 automatically buffer local.
10306 (thumbs-current-tmp-filename, thumbs-current-image-filename)
10307 (thumbs-image-num): Make automatically buffer local.
10308 (thumbs-show-thumbs-list): Use `make-local-variable', not
10309 `make-variable-buffer-local'.
10310 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
10311
10312 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
10313 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
10314 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
10315 (bother, bye, canyou, chatlst, continue, deathlst, describe)
10316 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
10317 (feelings-about, foullst, found, hello, history, howareyoulst)
10318 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
10319 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
10320 (neglst, obj, object, owner, please, problems, qlist)
10321 (random-adjective, relation, remlst, repetitive-shortness)
10322 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
10323 (shortlst, something, sportslst, stallmanlst, states, subj)
10324 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
10325 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
10326 Defvar at compile time.
10327
10328 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
10329 not `make-variable-buffer-local'.
10330
10331 2005-08-02 Kim F. Storm <storm@cua.dk>
10332
10333 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
10334 rectangle overlay in selected window.
10335
10336 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
10337
10338 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
10339 instead of display group. Make `indicate-buffer-boundaries'
10340 customizable through Custom.
10341
10342 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
10343
10344 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
10345 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
10346 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
10347 (gdb-put-string): Fix typos in docstrings.
10348
10349 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
10350
10351 Update copyright notices of files in progmodes directory for
10352 release of Emacs 22.1.
10353
10354 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
10355
10356 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
10357 Don't barf if the GUD buffer has been killed.
10358
10359 2005-08-01 Kim F. Storm <storm@cua.dk>
10360
10361 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
10362
10363 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
10364
10365 * simple.el (next-error-follow-minor-mode):
10366 make-variable-buffer-local -> make-local-variable.
10367
10368 * emacs-lisp/cl-extra.el: Require CL also when compiling.
10369
10370 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
10371 (byte-compile-form-make-variable-buffer-local): New functions to warn
10372 about misuses of make-variable-buffer-local where make-local-variable
10373 was meant.
10374
10375 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
10376
10377 * bs.el (bs-attributes-list): Doc fix.
10378 (bs): Update url-link.
10379
10380 * desktop.el (desktop-save-buffer): Fix typos in docstring.
10381 (desktop-load-default): Simplify.
10382
10383 * ibuffer.el (ibuffer-columnize-and-insert-list)
10384 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
10385 (ibuffer-unmark-all, ibuffer-toggle-marks)
10386 (ibuffer-unmark-forward, ibuffer-unmark-backward)
10387 (ibuffer-compile-make-format-form, ibuffer-format-column)
10388 (ibuffer-current-buffers-with-marks)
10389 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
10390 (ibuffer): Doc fix.
10391 (ibuffer-mode): Fix typo in docstring.
10392 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
10393 with `define-obsolete-variable-alias'.
10394 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
10395
10396 2005-07-29 Kenichi Handa <handa@m17n.org>
10397
10398 * international/mule-cmds.el (select-message-coding-system):
10399 Be sure to use LF for end-of-line. If no coding system is decided,
10400 return iso-8859-1-unix.
10401
10402 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
10403
10404 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
10405 (ange-ftp-pending-error-line): New vars.
10406 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
10407 to handle the non-fatal no-route-to-host messages.
10408 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
10409
10410 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
10411
10412 * isearch.el (isearch-mode-map, isearch-other-meta-char)
10413 (isearch-quote-char, isearch-printing-char)
10414 (isearch-text-char-description): "?\ " -> "?\s".
10415 (isearch-lazy-highlight-cleanup)
10416 (isearch-lazy-highlight-initial-delay)
10417 (isearch-lazy-highlight-interval)
10418 (isearch-lazy-highlight-max-at-a-time)
10419 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
10420 Declare with define-obsolete-*-alias macros.
10421 (isearch-forward): Fix typo in docstring.
10422 (search-invisible, search-ring-yank-pointer)
10423 (regexp-search-ring-yank-pointer): Doc fixes.
10424
10425 * recentf.el (recentf-menu-append-commands-p): Declare with
10426 `define-obsolete-variable-alias'.
10427 (recentf-max-saved-items, recentf-menu-filter)
10428 (recentf-arrange-by-rule-subfilter): Doc fixes.
10429 (recentf-menu-append-commands-flag)
10430 (recentf-initialize-file-name-history, recentf-expand-file-name)
10431 (recentf-clear-data): Fix typos in docstrings.
10432
10433 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
10434
10435 * progmodes/gdb-ui.el: Smarten comments.
10436 (gdb-info-breakpoints-custom): Use nowarn when finding file.
10437
10438 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10439
10440 * term/apollo.el (terminal-init-apollo): New function containing
10441 all former top level forms in the file.
10442 * term/bobcat.el (terminal-init-bobcat):
10443 * term/cygwin.el (terminal-init-cygwin):
10444 * term/iris-ansi.el (terminal-init-iris-ansi):
10445 * term/linux.el (terminal-init-linux):
10446 * term/news.el (terminal-init-news):
10447 * term/rxvt.el (terminal-init-rxvt):
10448 * term/sun.el (terminal-init-sun):
10449 * term/tvi970.el (terminal-init-tvi970):
10450 * term/vt100.el (terminal-init-vt100):
10451 * term/vt102.el (terminal-init-vt102):
10452 * term/vt125.el (terminal-init-vt125):
10453 * term/vt200.el (terminal-init-vt200):
10454 * term/vt201.el (terminal-init-vt201):
10455 * term/vt220.el (terminal-init-vt220):
10456 * term/vt240.el (terminal-init-vt240):
10457 * term/vt300.el (terminal-init-vt300):
10458 * term/vt320.el (terminal-init-vt320):
10459 * term/vt400.el (terminal-init-vt400):
10460 * term/vt420.el (terminal-init-vt420):
10461 * term/wyse50.el (terminal-init-wyse50):
10462 * term/xterm.el (terminal-init-xterm): Likewise.
10463
10464 * term/README: Describe the terminal-init-* functionality.
10465
10466 * startup.el (command-line): After loading the terminal initialization
10467 file call the corresponding terminal initialization function.
10468
10469 2005-07-27 Kenichi Handa <handa@m17n.org>
10470
10471 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
10472 negative.
10473
10474 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
10475 (ps-mule-composition-prologue): Fix for the case that
10476 RelativeCompose is false.
10477
10478 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
10481
10482 * descr-text.el (describe-char): Handle the case where the list of
10483 chars is displayed in a separate frame.
10484 Be a bit more discriminating when looking for the char.
10485
10486 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
10487
10488 * bookmark.el (bookmark-automatically-show-annotations)
10489 (bookmark-read-annotation-text-func): Doc fixes.
10490 (bookmark-save): Improve argument/docstring consistency.
10491 (bookmark-get-bookmark, bookmark-get-bookmark-record)
10492 (bookmark-alist-from-buffer)
10493 (bookmark-upgrade-file-format-from-0)
10494 (bookmark-grok-file-format-version)
10495 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
10496 (bookmark-read-annotation-mode)
10497 (bookmark-insert-current-bookmark, bookmark-jump)
10498 (bookmark-exit-hook): Fix typos in docstrings.
10499 (bookmark-exit-hooks): Define as obsolete alias.
10500 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
10501 not `bookmark-exit-hooks'. Fix docstring.
10502 (bookmark-bmenu-select): "?\ " -> "?\s".
10503
10504 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
10505
10506 * startup.el (command-line): Fix typo.
10507
10508 2005-07-24 Richard M. Stallman <rms@gnu.org>
10509
10510 * tooltip.el (tooltip-mode): Test emacs-basic-display,
10511 not emacs-quick-startup.
10512
10513 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
10514
10515 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
10516 (reb-next-match, reb-show-subexp): Use `with-selected-window'
10517 instead of `reb-with-current-window'.
10518 (reb-prev-match): Likewise. Also, don't move left if the search
10519 was unsuccessful.
10520 (reb-initialize-buffer): New function.
10521 (re-builder, reb-change-syntax): Use it.
10522
10523 * man.el (Man-goto-page): Make second argument NOERROR optional.
10524
10525 2005-07-23 Richard M. Stallman <rms@gnu.org>
10526
10527 * man.el (Man-bgproc-sentinel): Check here for failure to find
10528 any man page in the output, and report the error here.
10529 (Man-arguments): Make it permanent local.
10530 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
10531 (Man-mode): Pass t for NOERROR.
10532
10533 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
10534 (grep-mode-font-lock-keywords):
10535 Don't use compilation-...-face for messages that are not file names.
10536
10537 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10538 Don't use compilation-...-face for messages that are not file names.
10539
10540 2005-07-22 Juri Linkov <juri@jurta.org>
10541
10542 * startup.el (normal-splash-screen): Update menu name.
10543
10544 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
10545
10546 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10547
10548 * term/xterm.el: Load term/rxvt if the terminal is actually an
10549 rxvt terminal.
10550 (xterm-rxvt-set-background-mode): Remove, not used anymore.
10551
10552 * term/rxvt.el (function-key-map): Use substitute-key-definition
10553 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
10554
10555 * term/cygwin.el: New file.
10556
10557 2005-07-22 Kim F. Storm <storm@cua.dk>
10558
10559 * image-file.el (insert-image-file, image-file-yank-handler):
10560 Fix last change to maintain a (unique) yank-handler on yanked images.
10561
10562 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
10563
10564 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
10565 of the file size (as in "177B" for 177 bytes). This happens with
10566 "ls -lh" on FreeBSD.
10567
10568 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
10569
10570 * hilit-chg.el (highlight-changes-global-initial-state)
10571 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
10572 (hilit-chg-fixup, highlight-changes-mode):
10573 Fix typos in docstrings.
10574 (highlight-changes-global-modes, highlight-changes-rotate-faces):
10575 Doc fixes.
10576
10577 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
10578
10579 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
10580 mode function using `eval-after-load'.
10581
10582 2005-07-21 Kim F. Storm <storm@cua.dk>
10583
10584 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
10585 included when reporting an emacs crash, and tell about the DEBUG file.
10586
10587 * image-file.el (insert-image-file): Add yank-handler.
10588 (image-file-yank-handler): Yank handler to make unique copies of
10589 images when they are yanked into a buffer next to each other.
10590
10591 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
10592
10593 * comint.el (comint-use-prompt-regexp, comint-send-input)
10594 (comint-source-default, comint-extract-string)
10595 (comint-get-source, comint-word, comint-completion)
10596 (comint-source, comint-prompt-read-only, comint-update-fence):
10597 Fix typos in docstrings.
10598 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
10599 Declare with define-obsolete-*-alias macros.
10600 (comint-previous-matching-input-from-input)
10601 (comint-next-matching-input-from-input)
10602 (comint-previous-matching-input, comint-next-matching-input)
10603 (comint-forward-matching-input):
10604 Improve argument/docstring consistency.
10605
10606 * desktop.el (desktop-clear-preserve-buffers-regexp):
10607 Also preserve the *server* buffer.
10608
10609 * simple.el (clone-indirect-buffer): Doc fix.
10610 (fixup-whitespace, just-one-space)
10611 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
10612 (next-error, next-error-highlight)
10613 (next-error-highlight-no-select, next-error-last-buffer)
10614 (next-error-buffer-p, next-error-find-buffer, next-error)
10615 (previous-error, next-error-no-select, previous-error-no-select)
10616 (open-line, split-line, minibuffer-prompt-width, kill-new)
10617 (binary-overwrite-mode): Fix typos in docstrings.
10618 (set-fill-column): Fix typo in message.
10619
10620 * skeleton.el (skeleton-proxy-new): Doc fix.
10621
10622 * strokes.el (strokes-load-hook): Doc fix.
10623 (strokes-grid-resolution, strokes-get-grid-position)
10624 (strokes-renormalize-to-grid, strokes-read-stroke)
10625 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
10626 (strokes-global-map): Fix typos in docstrings.
10627 (strokes-help): Doc fix. Fix help message and pass it through
10628 `substitute-command-keys'.
10629
10630 * tempo.el (tempo-insert-prompt, tempo-interactive)
10631 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
10632 (tempo-insert-string-functions, tempo-local-tags)
10633 (tempo-define-template, tempo-insert-template)
10634 (tempo-insert-prompt-compat, tempo-is-user-element)
10635 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
10636 Fix typos in docstrings.
10637
10638 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
10639 (vcursor-key-bindings, vcursor-use-vcursor-map)
10640 (vcursor-find-window, vcursor-scroll-down)
10641 (vcursor-disable, vcursor-beginning-of-buffer)
10642 (vcursor-end-of-buffer): Fix typos in docstrings.
10643 (vcursor-relative-move, vcursor-get-char-count):
10644 Improve argument/docstring consistency.
10645
10646 * version.el: "?\ " -> "?\s".
10647
10648 * wid-edit.el (widget-default-create, widget-after-change)
10649 (widget-default-format-handler, widget-checklist-add-item)
10650 (widget-radio-add-item, widget-choose, widget-specify-secret)
10651 (widget-field-value-create, widget-field-value-get)
10652 (widget-editable-list-format-handler)
10653 (widget-editable-list-entry-create, widget-group-value-create)
10654 (widget-documentation-link-add)
10655 (widget-documentation-string-value-create): "?\ " -> "?\s".
10656 (widget-convert-text): Doc fix.
10657 (widget-narrow-to-field, widget-field-find)
10658 (widget-url-link-action, widget-emacs-library-link-action)
10659 (widget-color-notify): Fix typos in docstrings.
10660
10661 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
10662 (x-select-text, set-w32-system-coding-system)
10663 (w32-add-charset-info): Fix typos in docstrings.
10664
10665 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
10666 (cua-enable-cua-keys, cua-use-hyper-key)
10667 (cua-virtual-rectangle-edges): Fix typos in docstrings.
10668 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
10669
10670 * net/tramp.el (tramp-handle-load): Fix typo in error message.
10671
10672 * emacs-lisp/re-builder.el (regexp-builder): Declare with
10673 `defalias' instead of faking it.
10674
10675 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
10676 (eshell-ls-missing, eshell-ls-dired-initial-args)
10677 (eshell-ls-use-in-dired): Fix typos in docstrings.
10678
10679 2005-07-20 Kim F. Storm <storm@cua.dk>
10680
10681 * emulation/cua-base.el (cua-mode): Improve doc string.
10682
10683 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
10684
10685 * abbrev.el (expand-region-abbrevs): Doc fix.
10686 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
10687 Improve argument/docstring consistency.
10688
10689 * arc-mode.el (archive-get-descr, archive-alternate-display):
10690 Doc fixes.
10691 (archive-l-e): Improve argument/docstring consistency.
10692 (archive-tmpdir, archive-unixdate, archive-unixtime)
10693 (archive-chmod-entry): Fix typos in docstrings.
10694 (archive-unflag, archive-unflag-backwards)
10695 (archive-unmark-all-files): "?\ " -> "?\s".
10696
10697 * buff-menu.el (Buffer-menu-unmark): Doc fix.
10698 (Buffer-menu-not-modified, Buffer-menu-execute)
10699 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
10700 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
10701
10702 * composite.el (compose-string, encode-composition-rule)
10703 (compose-last-chars): Fix typos in docstrings.
10704
10705 * desktop.el (desktop-enable, desktop-basefilename):
10706 Declare with `define-obsolete-variable-alias'.
10707 (desktop-internal-v2s): Don't quote keywords.
10708 (desktop-clear): "?\ " -> "?\s".
10709
10710 * dired.el (dired-align-file, dired-flag-backup-files)
10711 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
10712 (dired-listing-switches, dired-ls-F-marks-symlinks)
10713 (dired-dwim-target, dired-load-hook, dired-mode-hook)
10714 (dired-directory, dired-faces, dired, dired-revert)
10715 (dired-mode, dired-summary, dired-view-file)
10716 (dired-copy-filename-as-kill, dired-delete-file)
10717 (dired-no-confirm, dired-unmark-all-marks)
10718 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
10719 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
10720 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
10721 Fix typos in message strings.
10722
10723 * dired-x.el (virtual-dired): Declare with `defalias'.
10724 (dired-mark-unmarked-files, dired-local-variables-file)
10725 (dired-omit-here-always): Doc fix.
10726 (dired-omit-mode, dired-find-subdir)
10727 (dired-enable-local-variables, dired-clean-up-buffers-too)
10728 (dired-extra-startup, dired-mark-extension, dired-jump)
10729 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
10730 (dired-smart-shell-command, dired-guess-shell-alist-user)
10731 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
10732 (dired-x-bind-find-file, dired-x-submit-report):
10733 Fix typos in docstrings.
10734 (dired-mark-unmarked-files): "?\ " -> "?\s".
10735
10736 * dirtrack.el (dirtrack-list): Fix typos in docstring.
10737
10738 * faces.el (describe-face): "?\ " -> "?\s".
10739 (read-all-face-attributes, read-face-font, modify-face)
10740 (face-attr-construct, italic): Fix typos in docstrings.
10741 (frame-update-face-colors): Declare with
10742 `define-obsolete-function-alias'.
10743
10744 * files.el (find-file-noselect, recode-file-name): Doc fixes.
10745 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
10746 (magic-mode-alist, buffer-file-numbers-unique)
10747 (write-file-functions, get-free-disk-space):
10748 Fix typos in docstrings.
10749 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
10750 (write-contents-hooks, write-file-hooks):
10751 Declare with `define-obsolete-variable-alias'.
10752
10753 * forms-d2.el (arch-rj): Fix typo in docstrings.
10754 (arch-tocol): Likewise. "?\ " -> "?\s".
10755
10756 * frame.el (set-frame-font, cursor-in-non-selected-windows):
10757 Fix typo in docstring.
10758 (set-screen-width, set-screen-height): Delete redundant info in
10759 doctrings.
10760 (new-frame, screen-height, screen-width): Declare with
10761 `define-obsolete-function-alias'.
10762 (delete-frame-hook, blink-cursor): Declare with
10763 `define-obsolete-variable-alias'.
10764
10765 * paths.el (prune-directory-list): Fix typos in docstring.
10766
10767 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
10768 (cvs-prefix-get): Fix typos in docstrings.
10769
10770 * ps-print.el (ps-extend-face-list, ps-extend-face)
10771 (ps-print-background-image): Fix typos in docstrings.
10772 (ps-default-fg, ps-default-bg): Doc fixes.
10773
10774 * s-region.el (s-region-bind): Doc fix.
10775 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
10776
10777 * textmodes/org.el (org-table-formula-substitute-names)
10778 (org-table-get-vertical-vector): Doc fixes.
10779 (org-table-recalculate): Remove unused argument to `message'.
10780
10781 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
10782
10783 * textmodes/org.el (org-table-column-names)
10784 (org-table-column-name-regexp)
10785 (org-table-named-field-locations): New variables.
10786 (org-archive-subtree): Protect `this-command' when calling
10787 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
10788 the kill buffer.
10789 (org-complete): Remove fixed-formula completion.
10790 (org-edit-formulas-map): New variable.
10791 (org-table-edit-formulas): New command.
10792 (org-finish-edit-formulas, org-abort-edit-formulas)
10793 (org-show-variable, org-table-get-vertical-vector): New functions.
10794 (org-table-maybe-eval-formula): Handle `:=' fields.
10795 (org-table-get-stored-formulas, org-table-store-formulas)
10796 (org-table-get-formula, org-table-modify-formulas)
10797 (org-table-replace-in-formulas): Handle named field formulas.
10798 (org-table-get-specials): Store locations of named fields.
10799
10800 2005-07-19 Juri Linkov <juri@jurta.org>
10801
10802 * progmodes/grep.el (grep-regexp-alist)
10803 (grep-mode-font-lock-keywords, grep-process-setup):
10804 Use default GNU grep match color "01;31m" instead of "01;41m".
10805 (grep-regexp-alist, grep-mode-font-lock-keywords):
10806 Use `\\[[0-9]*m' instead of `\\[00m'.
10807 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
10808 sgr_start where its handling is more important. Use the real
10809 length of sgr_start instead of constant 8.
10810 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
10811 specially. Delete all remaining escape sequences.
10812 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
10813 (grep-regexp-alist): Make hyperlink only for binary file name
10814 instead of the whole line.
10815 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
10816 (grep-mode): Add autoload.
10817
10818 * emacs-lisp/find-func.el (find-function-regexp):
10819 Add `define-compilation-mode'.
10820
10821 2005-07-19 Juri Linkov <juri@jurta.org>
10822
10823 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
10824 (compare-windows-sync-string-size, compare-windows-recenter)
10825 (compare-windows-highlight, compare-windows): Add version 22.1.
10826 (compare-windows) <defface>: Inherit from lazy-highlight instead
10827 of duplicating its default value.
10828
10829 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
10830 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
10831
10832 * descr-text.el (describe-char): Create link buttons for `charset'
10833 and `code point'. Add the current input method name with a link
10834 button to `to input' field. Print face names of display table
10835 characters in `The display table entry is displayed by' section
10836 instead of printing face-id in the `display' field.
10837 Guess hardcoded faces and create a link button for them.
10838 Skip empty fields when calculating max-width.
10839 Treat `widget-create' specially while inserting strings from the
10840 collected field list.
10841 (describe-char-after): Made obsolete in version 22.1, not 21.5.
10842
10843 * diff-mode.el (diff-file-header): Change foreground color from
10844 yellow to green on light backgrounds.
10845 (diff-context): Inherit from `shadow' only for color/grayscale
10846 with more than 88 colors.
10847 (diff-indicator-removed, diff-indicator-added)
10848 (diff-indicator-changed): New faces.
10849 (diff-font-lock-keywords): Use new faces. Regroup rules.
10850 Add "^---$" for `normal' diff format. Fontify `#' lines with
10851 font-lock-comment-delimiter-face and font-lock-comment-face.
10852 Add `#' to ^[^...] in the rule for `diff-context-face'.
10853
10854 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
10855 a button-like box. Inherit from `highlight' on low colors.
10856 (shadow): Use shades of gray only for color/grayscale with
10857 more than 88 colors. Use green for light backgrounds with
10858 8 colors, and yellow for dark backgrounds with 8 colors.
10859
10860 * font-lock.el (font-lock-regexp-grouping-backslash):
10861 Don't inherit from escape-glyph (use bold for all cases).
10862
10863 * info.el (info-xref-visited): Use light foreground color `violet'
10864 for dark backgrounds instead of dark color `magenta3'.
10865 (info-title-1): Use `yellow' color for dark backgrounds.
10866
10867 * isearch.el (isearch): Use not-too-dark magenta3 instead of
10868 too-light magenta2.
10869
10870 * replace.el (match): Use slightly more light RoyalBlue3 instead
10871 of dark RoyalBlue4.
10872
10873 * wid-edit.el (widget-inactive): Inherit from `shadow'.
10874
10875 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
10876
10877 * novice.el (disabled-command-hook): Declare it with
10878 `define-obsolete-variable-alias'.
10879
10880 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
10881 (desktop-buffer-misc-functions, desktop-buffer-handlers)
10882 (desktop-load-default): Add release to obsolescence info.
10883 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
10884 (desktop-append-buffer-args, desktop-read):
10885 Fix typos in docstrings.
10886 (desktop-kill): Fix typo in message.
10887 (desktop-save): Doc fix.
10888
10889 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
10890
10891 * viper-cmd.el (viper-escape-to-state): Bug fix.
10892 (viper-envelop-ESC-key): Change the definition of fast
10893 keysequence so it'll work with keyboard macros.
10894
10895 * ediff.el (ediff-patch-buffer): Change the docstring.
10896
10897 2005-07-19 Kenichi Handa <handa@m17n.org>
10898
10899 * international/mule-cmds.el (select-safe-coding-system): Try to
10900 use an auto-coding (if any) before anything else. If the found
10901 auto-coding is invalid, show a warning message.
10902
10903 * international/mule.el (find-auto-coding): New function created
10904 by modifying the body of set-auto-coding.
10905 (set-auto-coding): Use find-auto-coding to find a coding.
10906
10907 2005-07-18 Richard M. Stallman <rms@gnu.org>
10908
10909 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
10910 not isearch-mode-end-hook-error.
10911 (allout-before-change-protect): Fix error message.
10912
10913 2005-07-18 Juri Linkov <juri@jurta.org>
10914
10915 * allout.el (allout-mode):
10916 * calculator.el (calculator-copy):
10917 * custom.el (custom-known-themes):
10918 * dired.el (dired-desktop-buffer-misc-data)
10919 (dired-restore-desktop-buffer):
10920 * dired-x.el (dired-omit-marker-char):
10921 * files.el (basic-save-buffer):
10922 * font-core.el (font-lock-mode):
10923 * calendar/calendar.el (calendar-goto-hebrew-date)
10924 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
10925 (calendar-goto-persian-date):
10926 * language/ethio-util.el (ethio-sera-to-fidel-region):
10927 * textmodes/picture.el (picture-mode):
10928 Delete duplicate duplicate words.
10929
10930 2005-07-18 Juri Linkov <juri@jurta.org>
10931
10932 * isearch.el (isearch-mode-map): Remove key bindings for regexp
10933 chars * ? } |.
10934 (isearch-fallback): Don't call `isearch-process-search-char'.
10935 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
10936 (isearch-process-search-char): Call `isearch-fallback' for regexp
10937 chars * ? } |.
10938 (isearch-return-char): Make obsolete with `make-obsolete' instead
10939 of simply documenting it as obsolete in the docstring.
10940 (isearch-fallback): Refill docstring.
10941
10942 * international/isearch-x.el
10943 (isearch-process-search-multibyte-characters): Remove unneeded
10944 `concat'. Add intermediate values to `junk-hist' instead of
10945 `minibuffer-history'. Test the length of `str'.
10946
10947 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
10948
10949 * allout.el (allout-resolve-xref): Fix typos in error strings.
10950 (allout-before-change-protect): Remove unneeded `concat'.
10951
10952 * array.el (array-mode, array-reconfigure-rows)
10953 (untabify-backward): Fix typos in docstrings.
10954 (array-reconfigure-rows): Use `insert-buffer-substring', not
10955 `insert-buffer'.
10956
10957 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
10958 * progmodes/ada-mode.el (ada-make-body):
10959 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
10960
10961 * dired.el (dired-log):
10962 * tar-mode.el (tar-subfile-save-buffer):
10963 * play/zone.el (zone-pgm-stress-destress):
10964 Use `insert-buffer-substring', not `insert-buffer'.
10965
10966 2005-07-17 Simon Josefsson <jas@extundo.com>
10967
10968 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
10969
10970 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
10971
10972 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
10973 Add plain auth method.
10974 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
10975
10976 2005-07-17 Kim F. Storm <storm@cua.dk>
10977
10978 * ido.el (dired-other-window): Add ido property.
10979
10980 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
10981
10982 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10983 Fix typo in docstring.
10984 (byte-compile-interactive-only-functions): Add `insert-buffer' and
10985 `insert-file-literally'.
10986
10987 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
10988 info and delete redundant message. Doc fix.
10989 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
10990 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
10991
10992 2005-07-16 Richard M. Stallman <rms@gnu.org>
10993
10994 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
10995 (byte-compile-and): Use byte-compile-and-recursion.
10996 (byte-compile-or-recursion): New function.
10997 (byte-compile-or): Use that.
10998 (byte-compile-if): Guard the else-clause too.
10999 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
11000
11001 * isearch.el (isearch-mode-end-hook-quit): New variable.
11002 (isearch-done): Bind it.
11003 (isearch-mode-end-hook): Doc fix.
11004
11005 * allout.el (allout-isearch-did-quit): Variable deleted.
11006 (allout-real-isearch-abort): Function name no longer used.
11007 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
11008 (allout-isearch-rectification): isearch-mode always exists.
11009 Don't set allout-isearch-did-quit.
11010 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
11011 allout-isearch-did-quit.
11012 (allout-enwrap-isearch): Just add the hook.
11013 (allout-isearch-abort): Function deleted.
11014 (allout-pre-command-business): Avoid warning.
11015
11016 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
11017 Correctly avoid warnings.
11018 (pascal-outline): Likewise.
11019
11020 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
11021
11022 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
11023
11024 * play/tetris.el (tetris-mode): Avoid warning.
11025
11026 * play/snake.el (snake-mode): Avoid warning.
11027
11028 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
11029 (gamegrid-set-display-table): Avoid warning.
11030 (gamegrid-set-timer): Likewise.
11031 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
11032 (gamegrid-add-score-with-update-game-score-1): Take FILE
11033 as argument.
11034 (gamegrid-add-score-with-update-game-score): Pass that argument.
11035 Rename have-shared-game-dir to gamegrid-shared-game-dir.
11036
11037 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
11038
11039 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
11040 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
11041
11042 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
11043 and insert-file.
11044
11045 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
11046 (sc-ask): Avoid warnings.
11047
11048 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
11049 (eshell-hist-initialize): Use that var the natural way.
11050
11051 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
11052
11053 * emacs-lisp/re-builder.el (reb-cook-regexp):
11054 Avoid warning calling lre-compile-string.
11055 (reb-color-display-p): Avoid warning.
11056
11057 * calculator.el (calculator-last-input): Guard uses
11058 of event-key and key-press-event-p.
11059 (event-key, key-press-event-p): Delete definitions.
11060
11061 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
11062 (find-gc-source-directory, find-gc-subrs-callers)
11063 (find-gc-noreturn-list, find-gc-source-files)
11064 (find-gc-subrs-called): Vars renamed and defvar'd.
11065
11066 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
11067 (checkdoc-overlay-put, checkdoc-delete-overlay)
11068 (checkdoc-overlay-start, checkdoc-overlay-end)
11069 (checkdoc-mode-line-update, checkdoc-char=):
11070 Define such that compiler knows they are defined.
11071 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
11072 (checkdoc-read-event): Delete. Use read-event directly.
11073
11074 * whitespace.el (whitespace-make-overlay)
11075 (whitespace-overlay-put, whitespace-delete-overlay)
11076 (whitespace-overlay-start, whitespace-overlay-end):
11077 Define such that compiler knows they are defined.
11078 (whitespace): Move conditional inside.
11079
11080 * tempo.el (tempo-insert-template): Suppress warning.
11081
11082 * ediff-diff.el (longlines-mode): Add defvar.
11083
11084 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
11085
11086 * server.el: Bind "C-x #" in a way that works even if C-x is
11087 redefined to a command key, not a prefix key.
11088
11089 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11090
11091 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
11092 cl-make-type-test till execution time.
11093
11094 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
11095
11096 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
11097 arg ARG and use it.
11098
11099 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11100
11101 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
11102
11103 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
11104
11105 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11106 a defcustom with two :set or :type keywords.
11107
11108 2005-07-15 Richard M. Stallman <rms@gnu.org>
11109
11110 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11111 Don't give ^M comment-end syntax.
11112
11113 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
11114
11115 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
11116 Don't consider gdbmi (gdb-mi.el has its own update functions).
11117 (gdb-var-delete): Make it work for gdbmi as well.
11118 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
11119
11120 * progmodes/gud.el (etags, sdb): Only require etags when needed.
11121 (gud-speedbar-menu-items): Correct logic for enabling items.
11122
11123 2005-07-15 Kim F. Storm <storm@cua.dk>
11124
11125 * ido.el: Fix commentary.
11126 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
11127 Use with-no-warnings around ffap-guesser.
11128 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
11129 Let bind minibuffer-completing-file-name to t.
11130
11131 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
11132
11133 * startup.el (site-run-file, keyboard-type): Doc fixes.
11134 (command-line): Check for "--basic-display" argument; also for
11135 "--quick", not "--bare-bones" (which was renamed).
11136 (fancy-splash-text): Add missing item "Getting New Versions".
11137 (normal-splash-screen): Fix typos and improve consistency with
11138 `fancy-splash-text'. Update copyright year.
11139
11140 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
11141 valid binding for `help-char'.
11142
11143 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
11144
11145 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
11146
11147 * term.el (term-mode): Disable cua-mode for term buffers.
11148
11149 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
11150
11151 * add-log.el (add-log-mailing-address, change-log-merge):
11152 Doc fixes.
11153 (change-log-get-method-definition): Fix typo in docstring.
11154
11155 2005-07-14 Kim F. Storm <storm@cua.dk>
11156
11157 * emulation/cua-base.el:
11158 (cua--pre-command-handler-1, cua--pre-command-handler)
11159 (cua--post-command-handler-1, cua--post-command-handler):
11160 Split in two. Check (buffer local) value of cua-mode.
11161 (cua-selection-mode): New command.
11162
11163 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
11164
11165 * custom.el (custom-initialize-safe-set)
11166 (custom-initialize-safe-default): Doc fixes.
11167
11168 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11169 and simplify :init-value again.
11170
11171 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11172 and simplify :init-value again. Delete autoload.
11173
11174 * startup.el (command-line): Use `custom-reevaluate-setting' again
11175 for tooltip-mode.
11176
11177 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11178 a defcustom with two :initialize keywords.
11179
11180 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
11181
11182 * allout.el (my-mark-marker, allout-isearch-prior-pos)
11183 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
11184 (allout-post-command-business, allout-flag-region)
11185 (isearch-reenable-font-lock, allout-yank)
11186 (allout-insert-latex-header, allout-insert-latex-trailer)
11187 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
11188 (allout-latex-verb-quote): Fix typos in docstrings.
11189 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
11190 (allout-unprotected, allout-prefix-data):
11191 Improve argument/docstring consistency.
11192 (allout-chart-subtree): Fix argument spec.
11193 (allout-open-topic): Rename `use_sib_bullet' argument to
11194 `use-sib-bullet'. Doc fix.
11195
11196 * whitespace.el (whitespace-check-buffer-leading)
11197 (whitespace-check-buffer-trailing)
11198 (whitespace-check-buffer-indent)
11199 (whitespace-check-buffer-spacetab)
11200 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
11201 (whitespace-check-leading-whitespace)
11202 (whitespace-check-trailing-whitespace)
11203 (whitespace-check-spacetab-whitespace)
11204 (whitespace-check-indent-whitespace)
11205 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
11206 (whitespace-modes): Fix typos in docstrings.
11207 (defgroup, defcustom): Doc fixes.
11208
11209 * winner.el (winner-mode, winner-boring-buffers)
11210 (winner-pending-undo-ring): Doc fixes.
11211 (winner-ring): Remove unneeded `progn'.
11212 (winner-equal): `defsubst' it.
11213 (winner-redo): Fix message.
11214
11215 2005-07-13 Kim F. Storm <storm@cua.dk>
11216
11217 * simple.el (line-move-1): Always use vertical-motion to
11218 do the last (or only) line move to ensure some movement.
11219 Undo 2005-06-23 change--don't check for overlays.
11220
11221 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11222
11223 * term/mac-win.el (ccl-encode-mac-roman-font)
11224 (ccl-encode-mac-centraleurroman-font)
11225 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
11226 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
11227 Change charset-id boundary of dimension to ?\xef.
11228 (mac-char-fontspec-list): New constant.
11229 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
11230 argument. Nil uses itself as family in font-spec. Previous
11231 behavior for nil is now provided by non-nil non-string argument.
11232 All callers changed. Add font-specs for Mac fonts to
11233 "fontset-default" unless iso8859-1 fonts are installed.
11234
11235 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * progmodes/sh-script.el (sh-get-indent-info): Only indent
11238 a continuation line if the \ is preceded by SPC or TAB.
11239 (sh-get-indent-info): Simplify.
11240 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
11241 Use with-current-buffer.
11242
11243 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
11244 when the matched text is empty.
11245
11246 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
11247
11248 * startup.el (command-line): Revert to previous handling of
11249 tooltip-mode. Explain in comment why the complexity is needed.
11250
11251 * tooltip.el (tooltip-mode): Revert to previous implementation of
11252 its defcustom.
11253
11254 * frame.el (blink-cursor-mode): Revert to previous implementation
11255 of its defcustom. Update comment.
11256
11257 2005-07-12 Lars Hansen <larsh@soem.dk>
11258
11259 * desktop.el: Update e-mail address.
11260
11261 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11262
11263 * term/mac-win.el (mac-services-mail-selection)
11264 (mac-services-mail-to): New functions.
11265 (mac-application-menu-map): Bind them.
11266
11267 2005-07-12 wulei <milton@wulei.net> (tiny change)
11268
11269 * progmodes/gdb-ui.el: Add note about buffering with Windows.
11270
11271 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
11272
11273 * custom.el (custom-reevaluate-setting): Doc fix.
11274
11275 2005-07-11 Jay Belanger <belanger@truman.edu>
11276
11277 * calc/calc.el (calc-embedded-announce-formula-alist)
11278 (calc-embedded-open-close-plain-alist)
11279 (calc-embedded-open-close-mode-alist): Add checks for additional
11280 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
11281
11282 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
11283
11284 * custom.el (custom-enable-theme): Don't add theme to
11285 `custom-enabled-themes' with `push' because there is no
11286 setf-method for `delq'.
11287
11288 2005-07-11 Richard M. Stallman <rms@gnu.org>
11289
11290 * custom.el (custom-declare-variable): Doc fix.
11291
11292 * dired-aux.el (dired-compare-directories): Remove "." and ".."
11293 from the alists.
11294
11295 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
11296 Do nothing if edebug-active.
11297
11298 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
11299 (edebug-display): Do it here instead.
11300
11301 2005-07-10 Richard M. Stallman <rms@gnu.org>
11302
11303 * cus-face.el (custom-theme-set-faces): Make it work.
11304 (custom-reset-faces): Doc fix.
11305 (custom-theme-reset-internal-face, custom-theme-face-value):
11306 Functions deleted.
11307
11308 * custom.el (custom-push-theme): Maintain list of the settings
11309 of a given theme in its theme-settings property.
11310 Maintain position of old settings in the theme-value
11311 or theme-face property.
11312 (custom-enabled-themes): New variable.
11313 (custom-theme-enabled-p): New function.
11314 (provide-theme): Update custom-enabled-themes.
11315 Disable and reenable the `user' theme.
11316 (require-theme): Doc fix.
11317 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
11318 (custom-theme-value, custom-theme-variable-value): Likewise.
11319 (custom-theme-reset-internal): Likewise.
11320 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
11321 (custom-enable-theme, custom-disable-theme): New functions.
11322 (custom-variable-theme-value, custom-face-theme-value): Likewise.
11323 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
11324 (custom-theme-reset-variables): Simplify.
11325 (deftheme, custom-declare-theme, custom-make-theme-feature):
11326 Definitions moved.
11327
11328 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
11329
11330 * longlines.el (longlines-show-region)
11331 (longlines-unshow-hard-newlines): Recognize hard newlines by
11332 non-nil hard property, instead of t.
11333
11334 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
11335
11336 * viper-cmd.el (viper--key-maps): New variable.
11337 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
11338 emulation-mode-map-alists.
11339 (viper-envelop-ESC-key): Use viper-subseq.
11340 (viper-search-forward/backward/next): Disable debug-on-error.
11341
11342 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11343 (viper-ESC-key): New defcustoms.
11344
11345 * viper-macs.el (ex-map-read-args): Use viper-subseq.
11346
11347 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
11348 (viper-subseq): Copy of subseq from cl.el.
11349
11350 * viper.el (viper-go-away, viper-set-hooks): Use
11351 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
11352
11353 * viper-mous.el (viper-current-frame-saved): Use defvar.
11354
11355 * viper-init.el: Get rid of -face in face names.
11356
11357 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
11358 Make it work with longlines mode
11359
11360 * ediff-mult.el (ediff-meta-mode-hook): New variable.
11361
11362 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
11363
11364 * ediff-init.el: Get rid of -face in face names.
11365
11366 2005-07-10 Richard M. Stallman <rms@gnu.org>
11367
11368 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
11369 and with-timeout-unsuspend.
11370
11371 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
11372 and with-timeout-unsuspend.
11373
11374 * emacs-lisp/timer.el (with-timeout-timers): New variable.
11375 (with-timeout): Bind that variable to record timers.
11376 (with-timeout-suspend, with-timeout-unsuspend): New functions.
11377
11378 * emacs-lisp/debug.el (debug-help-follow): New function.
11379 (debugger-mode-map): Use that instead of help-follow.
11380 (debugger-setup-buffer): Use eval-buffer-list
11381 to handle eval-buffer frames.
11382
11383 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
11384
11385 * timezone.el (timezone-parse-date): Change first regexp
11386 so it will not mistakenly match dates with no time zone.
11387
11388 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
11389
11390 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
11391
11392 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
11393
11394 * custom.el (custom-initialize-safe-set)
11395 (custom-initialize-safe-default): New functions.
11396
11397 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11398 and simplify :init-value.
11399
11400 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11401 and simplify :init-value. Delete obsolete comment.
11402
11403 * startup.el (command-line): Use `custom-reevaluate-setting' to
11404 handle `tooltip-mode'. Delete obsolete comment.
11405
11406 * files.el (set-visited-file-name): Avoid calling
11407 `file-name-nondirectory' with a nil argument.
11408
11409 2005-07-09 Richard M. Stallman <rms@gnu.org>
11410
11411 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
11412 was called with nil for the buffer, handle the read position right.
11413 Handle read position for eval-region, too.
11414
11415 2005-07-09 Juri Linkov <juri@jurta.org>
11416
11417 * fringe.el (fringe-mode): Add period in docstring.
11418 (fringe-query-style): Build prompt depending on `all-frames' arg.
11419
11420 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
11421 to not create links to unrelated functions in the Help buffer.
11422
11423 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
11424 Doc fix.
11425
11426 * simple.el (next-error-hook): New variable.
11427 (next-error): Use it. Doc fix.
11428
11429 * textmodes/ispell.el (ispell-command-loop): Add current
11430 dictionary name and program name to mode-line-format.
11431 (ispell-region, ispell-process-line): Add current dictionary name
11432 and program name to messages.
11433
11434 2005-07-08 Jay Belanger <belanger@truman.edu>
11435
11436 * calc/calc.el (calc-embedded-announce-formula-alist)
11437 (calc-embedded-open-close-formula-alist)
11438 (calc-embedded-open-close-word-alist)
11439 (calc-embedded-open-close-plain-alist)
11440 (calc-embedded-open-close-new-formula-alist)
11441 (calc-embedded-open-close-mode-alist)
11442 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
11443 (calc-embedded-mode-hook): New variables.
11444
11445 * calc/calc-embed.el (calc-embedded-firsttime)
11446 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
11447 New variables.
11448 (calc-do-embedded): Use calc-embedded-firsttime,
11449 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
11450 determine whether or not to run hooks.
11451 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
11452 calc-embedded-firsttime-formula appropriately.
11453 Set calc-embedded delimiter variables according to mode.
11454
11455 2005-07-08 Richard M. Stallman <rms@gnu.org>
11456
11457 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
11458 Check for "emacs", etc., as entire symbol, not just as word.
11459 (checkdoc-file-comments-engine): Use regexp-quote on FN.
11460
11461 * files.el (set-visited-file-name): Report the error
11462 for "empty filename" earlier.
11463 (kill-some-buffers): Ignore buffers already dead.
11464
11465 * fringe.el (fringe-mode): Doc fix.
11466
11467 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11468 Check for (featurep 'xemacs) and turn off warnings in what it guards.
11469 Use unwind-protect to ensure byte-compile-unresolved-functions
11470 is updated.
11471
11472 * whitespace.el (whitespace-buffer-leading-cleanup):
11473 Simplify w/ skip-chars-forward.
11474 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
11475
11476 * mail/rmail.el (rmail-only-expunge): Fix paren error.
11477 Unconditionally try to leave point at the same old place.
11478
11479 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
11480
11481 * comint.el (comint-postoutput-scroll-to-bottom)
11482 (comint-show-maximum-output): Take scroll-margin into consideration.
11483
11484 2005-07-08 Kim F. Storm <storm@cua.dk>
11485
11486 * ido.el (ido-use-filename-at-point): New choice `guess'.
11487 (ido-file-internal): Try ffap-guesser if selected.
11488
11489 * ido.el (ido-before-fallback-functions): New hook.
11490 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
11491 (ido-read-file-name): Run it.
11492
11493 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
11496 strings rather than a list of symbols to the completion function.
11497
11498 2005-07-07 Jay Belanger <belanger@truman.edu>
11499
11500 * calc/calc-units.el (math-apply-units): Change the places in
11501 which units are simplified.
11502
11503 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
11504
11505 * cus-edit.el (customize-option, customize-option-other-window):
11506 Make them handle aliases.
11507
11508 * custom.el (custom-variable-p): Make it recursively follow
11509 aliases. Mention that in the docstring.
11510
11511 2005-07-07 Richard M. Stallman <rms@gnu.org>
11512
11513 * cus-start.el (exec-path): Use `directory' instead of `file'.
11514 Fix tag for nil.
11515
11516 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
11517
11518 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
11519 when called non-interactively. Doc fix.
11520
11521 2005-07-07 Lute Kamstra <lute@gnu.org>
11522
11523 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
11524 new address as well.
11525
11526 2005-07-07 Kenichi Handa <handa@m17n.org>
11527
11528 * international/mule.el (make-coding-system):
11529 Describe `ascii-incompatible' property in the docstring.
11530 (set-file-name-coding-system): Signal an error if coding-system is
11531 ascii-incompatible.
11532 (set-keyboard-coding-system): Likewise.
11533
11534 * international/mule-cmds.el (set-default-coding-systems):
11535 Don't set default-file-name-coding-system and
11536 default-keyboard-coding-system if coding-system is ASCII-incompatible.
11537
11538 * international/utf-16.el: Declare that all UTF-16-based coding
11539 systems are ASCII-incompatible.
11540
11541 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
11542
11543 * progmodes/gud.el: Require font-lock for displaying errors.
11544 Used by gdb-ui.el.
11545
11546 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
11547
11548 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
11549 values for the pattern lists which are `read'able but not
11550 `append'able (like symbols).
11551
11552 2005-07-06 Richard M. Stallman <rms@gnu.org>
11553
11554 * progmodes/flymake.el (flymake-float-time): Instead of
11555 with-no-warnings, test for xemacs.
11556 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
11557 to avoid warning.
11558
11559 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
11560
11561 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
11562
11563 2005-07-05 Lute Kamstra <lute@gnu.org>
11564
11565 * battery.el: Add support for Darwin (with much debugging help
11566 from Samuel Lauber <sam124@operamail.com>).
11567 (battery-status-function, battery-echo-area-format)
11568 (battery-mode-line-format): Add support for pmset on Darwin.
11569 (battery-load-low, battery-load-critical): New user options.
11570 (battery-pmset): New function.
11571
11572 2005-07-05 Lute Kamstra <lute@gnu.org>
11573
11574 Update FSF's address in GPL notices.
11575
11576 * textmodes/page-ext.el: Update FSF's address.
11577
11578 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11579
11580 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
11581 filling from using prefix when filling a single-line docstring.
11582
11583 * progmodes/flymake.el: Remove useless eval-when-compile.
11584
11585 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
11586
11587 2005-07-04 Richard M. Stallman <rms@gnu.org>
11588
11589 * textmodes/org.el (org-file-apps-defaults-gnu):
11590 Rename from org-file-apps-defaults-linux.
11591 (org-default-apps): Don't test system-type for `linux'.
11592 (org-file-apps): Doc fix.
11593
11594 2005-07-04 David Ponce <david@dponce.com>
11595
11596 * tree-widget.el: Improve header Commentary section.
11597 (tree-widget) [defgroup]
11598 (tree-widget-image-enable, tree-widget-themes-directory)
11599 (tree-widget-theme, tree-widget-image-properties-emacs)
11600 (tree-widget-image-properties-xemacs, tree-widget-create-image)
11601 (tree-widget-image-formats, tree-widget-control)
11602 (tree-widget-empty-control, tree-widget-leaf-control
11603 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
11604 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
11605 (tree-widget-keep, tree-widget-after-toggle-functions)
11606 (tree-widget-open-node, tree-widget-close-node): Doc fix.
11607 (tree-widget-open-control, tree-widget-close-control): Fix doc and
11608 :help-echo message.
11609 (tree-widget-set-theme): Doc fix. Use `string-equal'.
11610 (tree-widget-image-properties): Doc fix. Clearer implementation.
11611 (tree-widget--cursors): New constant.
11612 (tree-widget-lookup-image): New function split from
11613 `tree-widget-find-image'. Clearer implementation.
11614 (tree-widget-find-image): Use it.
11615 (tree-widget-button-keymap): Use `set-keymap-parent'.
11616 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
11617 Define the sub-widgets here.
11618 (tree-widget-node): Check that :node is not a tree-widget.
11619 (tree-widget-get-super, tree-widget-open-control)
11620 (tree-widget-close-control, tree-widget-empty-control)
11621 (tree-widget-leaf-control, tree-widget-guide)
11622 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
11623 (tree-widget-no-handle, tree-widget-value-delete)
11624 (tree-widget-map): Remove.
11625 (tree-widget-children-value-save): Doc fix. Simplified.
11626 (tree-widget-value-create): Update according to previous changes.
11627
11628 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
11629
11630 * textmodes/org.el: Leading space replaced by TABS.
11631 (org-recalc-marks, org-table-rotate-recalc-marks)
11632 (org-table-get-specials): Treat "^" and "_" marks.
11633 (org-table-justify-field-maybe): Optional argument NEW.
11634 (org-table-eval-formula): Parsing of the format simplified.
11635 New modes C,I. Honor the %= parameter in the current table.
11636 Avoid unnecessary re-align by using the NEW argument to
11637 `org-table-justify-field-maybe'.
11638 (org-calc-default-modes): Default for date-format mimicks org-mode.
11639 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
11640
11641 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
11642
11643 * cus-face.el (custom-theme-set-faces): Make it handle face
11644 aliases whose alias declarations are pre- or autoloaded.
11645
11646 2005-07-04 Juri Linkov <juri@jurta.org>
11647
11648 * faces.el (read-face-name): Put the code for getting a face name
11649 from the buffer before adding the faces from the `face' property.
11650 Use `completing-read-multiple' instead of `completing-read'.
11651 Require `crm'. Add default value and post-process the returned
11652 list of faces.
11653
11654 * emacs-lisp/crm.el (crm-find-current-element)
11655 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
11656
11657 * emacs-lisp/lisp-mode.el (eval-defun-1):
11658 * emacs-lisp/edebug.el (edebug-eval-defun):
11659 Remove unnecessary quotes.
11660
11661 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
11662
11663 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
11664 (prolog-indent-level): Fix typo in docstring.
11665
11666 * info.el (Info-history, Info-history-forward)
11667 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
11668
11669 * add-log.el (add-change-log-entry):
11670 * comint.el (comint-dynamic-list-input-ring)
11671 (comint-dynamic-list-completions):
11672 * dabbrev.el (dabbrev-expand):
11673 * delim-col.el (delimit-columns-rectangle-line):
11674 * diff-mode.el (diff-context->unified, diff-reverse-direction)
11675 (diff-unified->context):
11676 * ediff-init.el (ediff-abbrev-jobname):
11677 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
11678 (ediff-replace-session-activity-marker-in-meta-buffer):
11679 * info.el (Info-summary):
11680 * lpr.el (printify-region):
11681 * printing.el (pr-create-interface):
11682 * ps-print.el (ps-print-quote):
11683 * ses.el (ses-column-widths, ses-print-cell)
11684 (ses-adjust-print-width, ses-center):
11685 * shell.el (shell-file-name-quote-list):
11686 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
11687 (strokes-fill-current-buffer-with-whitespace)
11688 (strokes-xpm-for-stroke, strokes-list-strokes)
11689 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
11690 * term.el (term-dynamic-list-input-ring)
11691 (term-dynamic-list-completions):
11692 * calc/calc.el (math-format-stack-value):
11693 * emacs-lisp/edebug.el (edebug-display-freq-count):
11694 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
11695 (delphi-new-comment-line):
11696 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
11697 * progmodes/executable.el (executable-set-magic):
11698 * progmodes/python.el (inferior-python-mode):
11699 * progmodes/scheme.el (scheme-mode-syntax-table):
11700 * progmodes/sh-script.el (sh-maybe-here-document):
11701 * progmodes/sql.el (sql-copy-column):
11702 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
11703 * textmodes/bibtex.el (bibtex-mode):
11704 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
11705 (sgml-auto-attributes):
11706 * textmodes/table.el (table-insert, table-shorten-cell)
11707 (table--generate-source-scan-lines, table-delete-row)
11708 (*table--cell-delete-char, table--spacify-frame)
11709 (table--horizontally-shift-above-and-below)
11710 (table--cell-insert-char, table--cell-blank-str)
11711 (table--fill-region-strictly):
11712 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
11713 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
11714
11715 * add-log.el (change-log):
11716 * apropos.el (apropos):
11717 * comint.el (comint-completion, comint-source):
11718 * dabbrev.el (dabbrev):
11719 * delim-col.el (columns):
11720 * diff-mode.el (diff-mode):
11721 * ediff.el (ediff):
11722 * ediff-diff.el (ediff-diff):
11723 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
11724 * ediff-mult.el (ediff-mult):
11725 * ediff-ptch.el (ediff-ptch):
11726 * ediff-wind.el (ediff-window):
11727 * facemenu.el (facemenu):
11728 * indent.el (indent):
11729 * info.el (info):
11730 * jka-cmpr-hook.el (compression, jka-compr):
11731 * lpr.el (lpr):
11732 * outline.el (outlines):
11733 * pcmpl-cvs.el (pcmpl-cvs):
11734 * pcmpl-rpm.el (pcmpl-rpm):
11735 * printing.el (printing):
11736 * ps-print.el (postscript, ps-print, ps-print-horizontal)
11737 (ps-print-vertical, ps-print-headers, ps-print-font)
11738 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
11739 (ps-print-background, ps-print-printer, ps-print-page)
11740 (ps-print-miscellany):
11741 * ses.el (ses):
11742 * shell.el (shell, shell-directories, shell-faces):
11743 * startup.el (initialization):
11744 * strokes.el (strokes):
11745 * term.el (term):
11746 * uniquify.el (uniquify):
11747 * w32-vars.el (w32):
11748 * calc/calc.el (calc):
11749 * emacs-lisp/bytecomp.el (bytecomp):
11750 * emacs-lisp/cl-indent.el (lisp-indent):
11751 * emacs-lisp/edebug.el (edebug):
11752 * emacs-lisp/elp.el (elp):
11753 * emacs-lisp/testcover.el (testcover):
11754 * emacs-lisp/trace.el (trace):
11755 * emulation/viper-ex.el (viper-ex):
11756 * emulation/viper-mous.el (viper-mouse):
11757 * mail/mailalias.el (mailalias):
11758 * mail/supercite.el (supercite, supercite-frames)
11759 (supercite-attr, supercite-cite, supercite-hooks):
11760 * net/rcompile.el (remote-compile):
11761 * net/rlogin.el (rlogin):
11762 * obsolete/ooutline.el (outlines):
11763 * progmodes/delphi.el (delphi):
11764 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
11765 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
11766 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
11767 (ebnf-optimization):
11768 * progmodes/etags.el (etags):
11769 * progmodes/executable.el (executable):
11770 * progmodes/idlwave.el (idlwave):
11771 * progmodes/pascal.el (pascal):
11772 * progmodes/prolog.el (prolog):
11773 * progmodes/python.el (python):
11774 * progmodes/scheme.el (scheme):
11775 * progmodes/sh-script.el (sh, sh-script):
11776 * progmodes/sql.el (SQL):
11777 * progmodes/tcl.el (tcl):
11778 * textmodes/bibtex.el (bibtex, bibtex-autokey):
11779 * textmodes/enriched.el (enriched):
11780 * textmodes/makeinfo.el (makeinfo):
11781 * textmodes/sgml-mode.el (sgml):
11782 * textmodes/table.el (table-hooks):
11783 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
11784 * textmodes/texinfo.el (texinfo):
11785 * textmodes/two-column.el (two-column):
11786 Finish `defgroup' description with period.
11787
11788 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
11789 * eshell/esh-var.el (eshell-var):
11790 * progmodes/vhdl-mode.el (vhdl-testbench):
11791 * textmodes/org.el (org): Fix typos in docstrings.
11792
11793 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
11794 consistency.
11795
11796 * progmodes/flymake.el (flymake-find-file): Remove.
11797 (flymake-float-time): Use `with-no-warnings'.
11798 (flymake-check-start-time, flymake-check-was-interrupted)
11799 (flymake-err-info, flymake-is-running, flymake-last-change-time)
11800 (flymake-new-err-info): `defvar' at compile time.
11801
11802 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
11803
11804 * replace.el (occur-hook): Doc fix.
11805 (occur-1): Don't call `occur-hook' if there are no matches.
11806
11807 2005-07-03 Richard M. Stallman <rms@gnu.org>
11808
11809 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
11810 global-map, save the same map.
11811 (global-map): Don't alter it at top level.
11812 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
11813 Then alter it here instead.
11814 (tpu-edt-off): Set global-map to the saved one.
11815
11816 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
11817 All references simplified.
11818 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
11819 (zmacs-regions): Add defvar.
11820 (repeat-complex-command-map): Everything about that deleted.
11821
11822 * textmodes/artist.el (artist-key-is-drawing)
11823 (artist-key-endpoint1, artist-key-poly-point-list)
11824 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
11825 (artist-key-compl-table, artist-rb-save-data)
11826 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
11827 Don't put them in eval-when-compile.
11828 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
11829
11830 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
11831 Use with-no-warnings.
11832
11833 * net/browse-url.el (dos-windows-version): Add defvar.
11834
11835 * mail/supercite.el (filladapt-prefix-table): Add defvar.
11836
11837 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
11838 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
11839 (rmail-new-summary-line-count): Rename from new-summary-line-count.
11840 Add defvar.
11841 (rmail-summary-beginning-of-message): Use with-no-warnings.
11842 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
11843
11844 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
11845 Use with-no-warnings.
11846
11847 * emulation/vi.el (vi-mark-region): Use c-mark-function.
11848 (c-mark-function): Add point-moving-unit property.
11849 (vi-goto-line): Use with-no-warnings.
11850
11851 * emulation/edt.el (edt-last-copied-word): Add defvar.
11852 (zmacs-region-stays): Likewise.
11853 (edt-mark-section-wisely): Use c-mark-function for C.
11854 Use makr-defun for Fortran.
11855 (time-string): defvar deleted.
11856 (edt-display-the-time): Don't set time-string.
11857
11858 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
11859
11860 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11861 Don't warn when name is not constant
11862 or for defining the group `emacs'.
11863
11864 * tooltip.el (gud-tooltip-mode): Add defvar.
11865
11866 * startup.el (default-frame-background-mode): Add defvar.
11867
11868 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
11869
11870 * info.el (tool-bar-map): Add defvar.
11871
11872 * dired.el (dnd-protocol-alist): Add defvar.
11873
11874 * dired-aux.el (dired-query): Display question with answer, when
11875 the user answers.
11876
11877 * custom.el (custom-add-option): Doc fix.
11878
11879 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
11880
11881 2005-07-03 Eli Zaretskii <eliz@gnu.org>
11882
11883 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
11884 bogus name from the last change.
11885
11886 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
11887
11888 * custom.el (custom-declare-variable): Fix typos in comment.
11889 (custom-known-themes): Doc fix.
11890 (custom-theme-directory): New defcustom.
11891 (require-theme): Make it check `custom-theme-directory'.
11892
11893 * cus-theme.el (custom-new-theme-mode): New function.
11894 (custom-theme-name, custom-theme-variables, custom-theme-faces)
11895 (custom-theme-description): Add compiler defvars.
11896 (customize-create-theme): Add doc to the "*New Custom Theme*"
11897 buffer. Use `custom-new-theme-mode'.
11898 (custom-theme-write): Put the created buffer in emacs-lisp-mode
11899 and save it to the `custom-theme-directory'. Make this the
11900 default directory of the buffer.
11901
11902 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
11903
11904 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
11905 Fix unbalanced parentheses.
11906
11907 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
11910 into flymake-mode and delegate to flymake-mode.
11911
11912 * find-file.el (ff-which-function-are-we-in): Clean up.
11913
11914 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
11915
11916 * replace.el (occur-rename-buffer): Fix docstring.
11917
11918 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
11919 (edt-last-copied-word, edt-learn-macro-count)
11920 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
11921 (edt-rect-start-point, edt-user-global-map, rect-start-point)
11922 (time-string, zmacs-region-stays):
11923 * emulation/edt-mapper.el (edt-save-function-key-map)
11924 (EDT-key-name): `defvar' to silence the byte-compiler.
11925
11926 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
11927
11928 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
11929 font-lock-regexp-backslash. Doc fix.
11930 (font-lock-regexp-backslash-grouping-construct): Rename from
11931 font-lock-regexp-backslash-construct. Doc fix.
11932 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
11933 grouping constructs.
11934
11935 2005-07-02 Eli Zaretskii <eliz@gnu.org>
11936
11937 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
11938 updating all the prerequisites.
11939
11940 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
11941
11942 * textmodes/org.el (org-agenda-start-on-weekday)
11943 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
11944 (org-agenda-use-time-grid, org-archive-location)
11945 (org-allow-space-in-links, org-usenet-links-prefer-google)
11946 (org-enable-table-editor, org-export-default-language)
11947 (org-export-html-show-new-buffer, org-fill-paragraph)
11948 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
11949 (org-goto-quit, org-occur, org-eval-in-calendar)
11950 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
11951 (org-agenda-diary-entry, org-remember-help)
11952 (org-table-convert-region, org-at-table-p)
11953 (org-table-move-row-down, org-table-move-row-up)
11954 (org-table-copy-region, org-table-toggle-vline-visibility)
11955 (org-table-get-stored-formulas, org-table-get-specials)
11956 (org-recalc-commands, org-table-eval-formula)
11957 (org-table-formula-substitute-names, orgtbl-make-binding)
11958 (org-format-org-table-html, org-format-table-table-html)
11959 (org-format-table-table-html-using-table-generate-source)
11960 (org-customize): Fix typos in docstrings.
11961 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
11962 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
11963 (org-back-to-heading): Doc fixes.
11964 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
11965 (org-agenda-change-all-lines, org-get-header):
11966 Improve argument/docstring consistency.
11967 (orgtbl-error): Fix error message.
11968
11969 * progmodes/flymake.el (flymake-find-possible-master-files)
11970 (flymake-master-file-compare, flymake-get-line-err-count)
11971 (flymake-highlight-line, flymake-gui-warnings-enabled):
11972 Fix typos in docstrings.
11973 (flymake-parse-line, flymake-get-project-include-dirs-function)
11974 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
11975 Doc fixes.
11976 (flymake-get-project-include-dirs-function)
11977 (flymake-make-err-menu-data):
11978 Improve argument/docstring consistency.
11979
11980 2005-07-01 Lute Kamstra <lute@gnu.org>
11981
11982 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
11983 Catch errors with ignore-errors. Use temporary buffer.
11984 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
11985
11986 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
11987 background color faces.
11988 (facemenu-set-foreground, facemenu-set-background):
11989 Use facemenu-set-face-from-menu.
11990 (facemenu-set-face-from-menu): Treat face names that start with
11991 "fg:" or "bg:" as special.
11992 (facemenu-add-new-color): Don't create faces. Simplify.
11993
11994 2005-06-30 Richard M. Stallman <rms@gnu.org>
11995
11996 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
11997 (crm-find-current-element): Likewise.
11998
11999 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12000
12001 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
12002
12003 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12004
12005 * arc-mode.el (archive-extract): Make it work as a mouse binding.
12006 (archive-mouse-extract): Make it an obsolete alias.
12007 (archive-mode-map): Don't use archive-mouse-extract any more.
12008 (archive-mode, archive-extract): write-contents-hooks ->
12009 write-contents-functions.
12010 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
12011 first arg.
12012 (archive-rename-entry): Update the call.
12013 (archive-zip-summarize): Remove unused var `method'.
12014 (archive-lzh-summarize): Remove unused var `creator'.
12015
12016 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
12017 dedicated frame upon exit.
12018
12019 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
12020 (archive-zip-extract, archive-zip-expunge)
12021 (archive-zip-update, archive-zip-update-case): Use executable-find.
12022 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
12023 Use restore-buffer-modified-p.
12024 (archive-extract, archive-add-new-member, archive-write-file-member):
12025 Use with-current-buffer.
12026 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
12027
12028 2005-06-30 Andreas Schwab <schwab@suse.de>
12029
12030 * progmodes/gud.el (gud-filter): Remove unneeded progn.
12031
12032 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12033
12034 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
12035
12036 2005-06-30 Juri Linkov <juri@jurta.org>
12037
12038 * faces.el (vertical-border): Inherit from mode-line-inactive
12039 only on tty.
12040
12041 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
12042
12043 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
12044 example, -NLINES in the `occur' docstring).
12045
12046 * replace.el (occur-1): When no matches are found, do not set the
12047 `buffer-read-only' and modified flags for the occur buffer,
12048 because it is deleted.
12049
12050 * emulation/cua-base.el (cua-check-pending-input)
12051 (cua-repeat-replace-region, cua-mode, cua-debug)
12052 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
12053 Fix typos in docstrings.
12054
12055 * emulation/cua-gmrk.el (cua-toggle-global-mark)
12056 (cua-cut-region-to-global-mark)
12057 (cua--cut-rectangle-to-global-mark):
12058 Remove period from end of messages.
12059
12060 * emulation/cua-rect.el (cua-do-rectangle-padding):
12061 Remove period from end of messages.
12062 (cua--rectangle-seq-format): Fix typo in docstring.
12063 (cua-sequence-rectangle, cua-fill-char-rectangle):
12064 Improve argument/docstring consistency.
12065
12066 2005-06-29 Juri Linkov <juri@jurta.org>
12067
12068 * faces.el (default-frame-background-mode): New internal variable.
12069 (frame-set-background-mode): Use it.
12070
12071 * startup.el (normal-top-level): Set default-frame-background-mode
12072 instead of frame-background-mode. Before setting it, test for its
12073 nil value. Remove tests for frame-background-mode and frame
12074 parameter `reverse'. Add test for "unspecified-fg".
12075
12076 * term/xterm.el (xterm-rxvt-set-background-mode):
12077 * term/rxvt.el (rxvt-set-background-mode):
12078 Set default-frame-background-mode instead of frame-background-mode.
12079
12080 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
12081
12082 * simple.el (set-variable): Warn about obsolete user variables.
12083
12084 * imenu.el (imenu--completion-buffer):
12085 * mouse.el (mouse-buffer-menu-alist):
12086 * msb.el (msb-invisible-buffer-p):
12087 * calendar/diary-lib.el (diary-header-line-format):
12088 * emacs-lisp/pp.el (pp-buffer):
12089 * progmodes/cperl-mode.el (cperl-do-auto-fill):
12090 * textmodes/picture.el (picture-replace-match):
12091 Change space constants followed by a sexp to "?\s ".
12092
12093 * play/decipher.el (decipher-loop-with-breaks):
12094 * textmodes/texinfo.el (texinfo-insert-@item): Change space
12095 constants "protected" from end of line by a comment to "?\s".
12096
12097 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12098
12099 * font-lock.el (save-buffer-state): Use `declare'.
12100
12101 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
12102 reset the syntax-table to cperl-mode-syntax-table.
12103 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
12104 "foo_print_bar" is not matched as a reserved keyword.
12105
12106 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
12107
12108 * textmodes/org.el (orgtbl-setup): New function, for delayed
12109 setup for the orgtbl commands.
12110 (org-calc-default-modes): New option.
12111 (orgtbl-make-binding): Use `defun' to get better help display.
12112 (org-diary): Call `org-compile-prefix-format'.
12113 (org-table-formula-substitute-names): New function.
12114 (org-agenda-day-view, org-agenda-week-view): New commands.
12115 (org-agenda-toggle-week-view): Command removed.
12116 (org-tbl-menu): Split off from org-org-menu.
12117 (org-mode): Move removal of outline-mode menus to here.
12118 (org-table-formula-debug): New option.
12119 (org-table-insert-row): Keep first field if just "#" or "*".
12120 (org-mode): Paragraph regexps fixed.
12121 (org-table-recalculate-regexp): New constant.
12122 (org-table-justify-field-maybe): Avoid replace if not necessary.
12123 (org-copy-special, org-cut-special): Use `call-interactively'.
12124 (org-table-copy-region): Take region from `interactive' call.
12125 (org-trim): Return string even if no match.
12126 (org-formula): New face.
12127 (org-set-font-lock-defaults): No longer highlight "FIXME".
12128 But highlight formula-related fields in table.
12129 (org-table-p): Use regexp, not fontification.
12130 (org-table-align): Handle white space at end of line.
12131 (org-table-formula-evaluate-inline): New option.
12132 (org-mode): Auto-wrapping in comment lines turned off.
12133 (org-table-copy-down): Evaluate only in copied field, not in
12134 destination.
12135 (org-table-current-formula): Variable removed.
12136 (org-table-store-formulas, org-table-get-stored-formulas)
12137 (org-table-modify-formulas, org-table-replace-in-formulas)
12138 (org-table-maybe-eval-formula): New functions.
12139 (org-table-get-formula): Modify to use stored formulas.
12140 (org-table-insert-column, org-table-delete-column)
12141 (org-table-move-column): Call `org-table-modify-formulas'.
12142 (org-complete): Add completion for keyword formulas.
12143 (orgtbl-mode): Pull orgtbl-mode-map to start of
12144 minor-mode-map-alist.
12145
12146 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12147
12148 * progmodes/python.el (python-check): Require `compile' before
12149 modifying its variables.
12150
12151 * newcomment.el (comment-indent-default): Don't get fooled by an early
12152 end of buffer.
12153
12154 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12155
12156 * ps-print.el (ps-print-version): Fix version number.
12157
12158 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
12159
12160 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
12161
12162 2005-06-28 Richard M. Stallman <rms@gnu.org>
12163
12164 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
12165 (flyspell-local-mouse-map): Declaration deleted.
12166 (flyspell-mouse-map): Bind only mouse-2.
12167 (flyspell-mode-map): Don't test flyspell-use-local-map.
12168 (flyspell-overlay-keymap-property-name): Var deleted.
12169 (flyspell-mode-on): Don't make local bindings for
12170 flyspell-mouse-map and flyspell-mode-map.
12171 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
12172
12173 * textmodes/ispell.el (ispell-word): Do not ignore short words.
12174
12175 * progmodes/compile.el (compilation-next-error-function):
12176 Don't switch buffers; operate on the current buffer.
12177
12178 * progmodes/compile.el (compilation-error-file-name)
12179 (compilation-warning-file-name, compilation-info-file-name)
12180 (compilation-line-number, compilation-column-number): New faces.
12181 (compilation-error-face, compilation-warning-face)
12182 (compilation-info-face, compilation-line-face)
12183 (compilation-column-face): Use them.
12184
12185 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
12186
12187 * comint.el (comint-password-prompt-regexp): Accept ", try again".
12188
12189 * bindings.el (global-map): Bind insertchar and its variants.
12190
12191 2005-06-27 Richard M. Stallman <rms@gnu.org>
12192
12193 * textmodes/artist.el (artist-text-overwrite)
12194 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
12195
12196 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12197
12198 * ps-print.el: It was not working the page selection for printing.
12199 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
12200 (ps-print-version): New version 6.6.7.
12201 (ps-end-sheet): New fun.
12202 (ps-header-sheet, ps-end-job): Call it.
12203
12204 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
12205
12206 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
12207
12208 2005-06-27 Lute Kamstra <lute@gnu.org>
12209
12210 * facemenu.el (facemenu-unlisted-faces): Add foreground and
12211 background color faces.
12212 (facemenu-get-face): Delete function.
12213 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
12214 (facemenu-add-new-color): Make second argument mandatory.
12215 Create the appropriate face and return it. Simplify.
12216 (facemenu-set-foreground, facemenu-set-background): Don't check if
12217 color is defined. Use return value of facemenu-add-new-color.
12218
12219 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
12220
12221 * progmodes/gud.el (gud-filter): Add missing argument to
12222 with-selected-window.
12223
12224 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12225
12226 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
12227 a :require to the defcustom.
12228
12229 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
12230 defcustoms corresponding to minor modes.
12231
12232 2005-06-26 David Ponce <david@dponce.com>
12233
12234 * recentf.el: Require tree-widget instead of wid-edit.
12235 (recentf-filename-handler): Fix widget :type.
12236 (recentf-cancel-dialog, recentf-open-more-files)
12237 (recentf-open-files-action): Doc fix.
12238 (recentf-dialog-goto-first): New function.
12239 (recentf-dialog-mode-map): Set parent keymap first.
12240 (recentf-dialog-mode): Define with define-derived-mode.
12241 Don't display continuation lines in dialogs.
12242 (recentf-edit-list): Rename from recentf-edit-selected-items.
12243 (recentf-edit-list-select): Rename from recentf-edit-list-action.
12244 Simplify.
12245 (recentf-edit-list-validate): New function.
12246 (recentf-edit-list): Update accordingly.
12247 (recentf-open-files-item-shift): Remove.
12248 (recentf-open-files-item): Convert menu elements into tree and
12249 link widgets. Don't create the widgets.
12250 (recentf-open-files): Update accordingly.
12251 (recentf-save-list): Untabify.
12252
12253 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
12254
12255 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
12256 (keep-lines): Add INTERACTIVE arg. Never delete lines only
12257 partially contained in the active region. Do not take active
12258 region into account when called from Lisp, unless INTERACTIVE arg
12259 is non-nil. Use `forward-line' instead of `beginning-of-line' to
12260 avoid trouble with fields. Make marker point nowhere when no
12261 longer used. Always return nil. Doc fix.
12262 (flush-lines): Add INTERACTIVE arg. Do not take active region
12263 into account when called from Lisp, unless INTERACTIVE arg is
12264 non-nil. Use `forward-line' instead of `beginning-of-line' to
12265 avoid trouble with fields. Make marker point nowhere when no
12266 longer used. Always return nil. Doc fix.
12267 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
12268 interchangeable. Do not take active region into account when
12269 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
12270 message in echo area when called from Lisp, unless INTERACTIVE arg
12271 is non-nil. Avoid saying "1 occurrences". Do not use markers.
12272 Return the number of matches. Doc fix.
12273 (occur): Doc fix.
12274 (perform-replace): Make comment follow double space convention for
12275 the sake of `outline-minor-mode'.
12276
12277 * faces.el (facep): Doc fix.
12278
12279 2005-06-25 Richard M. Stallman <rms@gnu.org>
12280
12281 * facemenu.el (facemenu-enable-faces-p): New function.
12282 (facemenu-background-menu, facemenu-foreground-menu)
12283 (facemenu-face-menu): Add menu-enable property.
12284
12285 * jka-compr.el (jka-compr-insert-file-contents):
12286 Special handling if cannot find the uncompression program.
12287
12288 * cus-face.el (custom-face-attributes): Add autoload.
12289
12290 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12291 Bind comment-indent-function locally.
12292
12293 * window.el (save-selected-window): Use save-current-buffer.
12294
12295 * subr.el (with-selected-window): Use save-current-buffer.
12296
12297 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
12298 and with-current-buffer.
12299
12300 2005-06-24 Richard M. Stallman <rms@gnu.org>
12301
12302 * simple.el (line-move-1): Fix previous change.
12303
12304 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
12305
12306 * replace.el (occur-1): Set `buffer-read-only' and the
12307 buffer-modified flag before running `occur-hook' to protect
12308 against unintentional buffer switches that can lead to data loss.
12309
12310 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
12311
12312 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
12313 (gud-gdb-marker-filter): Use font-lock-warning-face for any
12314 initial error.
12315
12316 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
12317 after fresh input.
12318 (gdb-var-create-handler): Put name of expression in quotes.
12319
12320 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
12321
12322 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
12323 elements of RING in order, and without bogus nil elements.
12324
12325 2005-06-23 Richard M. Stallman <rms@gnu.org>
12326
12327 * simple.el (set-variable): Args renamed; doc fix.
12328 (line-move-1): When there are overlays around, use vertical-motion.
12329
12330 * faces.el (escape-glyph): Use brown against light background.
12331 (nobreak-space): Rename from no-break-space.
12332 Fix previous change.
12333
12334 * dired-aux.el (dired-do-copy): Fix arg prompt.
12335
12336 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
12337
12338 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12339
12340 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
12341 rather than "Distributor".
12342
12343 2005-06-23 Lute Kamstra <lute@gnu.org>
12344
12345 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
12346 (debug-on-entry): Use it. New interactive declaration that uses
12347 function-called-at-point.
12348
12349 2005-06-23 Kim F. Storm <storm@cua.dk>
12350
12351 * subr.el (save-match-data): Add comment about using evaporate arg
12352 to set-match-data.
12353
12354 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
12355
12356 * cus-edit.el (customize-face)
12357 (customize-face-other-window): Handle face aliases.
12358
12359 * faces.el (face-documentation, set-face-attribute)
12360 (face-spec-set): Handle face aliases.
12361
12362 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
12363
12364 * help-mode.el (help-make-xrefs): If a symbol representing a face
12365 name is not followed by the word "face", it could still be a
12366 function or variable name, so don't bypass other checks.
12367
12368 2005-06-22 Juri Linkov <juri@jurta.org>
12369
12370 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
12371 Replace aliased functions with calls where second arg `inherit' is t.
12372
12373 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
12374
12375 * progmodes/gdb-ui.el (gdb-error): New variable.
12376 (gdb-error): New function.
12377 (gdb-annotation-rules): Act on error-begin and error annotations.
12378 (gdb-concat-output): Use font-lock-warning-face for errors.
12379
12380 2005-06-22 Miles Bader <miles@gnu.org>
12381
12382 * bindings.el (propertized-buffer-identification): Use renamed
12383 `Buffer-menu-buffer' face.
12384
12385 * faces.el (vertical-border): Rename from `vertical-divider'.
12386 (escape-glyph): Change dark-background color back to `cyan'.
12387
12388 2005-06-21 Juri Linkov <juri@jurta.org>
12389
12390 * faces.el (face-user-default-spec): Try getting `customized-face'
12391 prior to `saved-face'.
12392 (frame-background-mode): Refill docstring.
12393
12394 * emacs-lisp/lisp-mode.el (eval-defun-1):
12395 * emacs-lisp/edebug.el (edebug-eval-defun):
12396 Set `saved-face' temporarily to nil before calling form.
12397 Set `customized-face' to the new spec after that.
12398
12399 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
12400
12401 * subr.el (1value, lambda, key-substitution-in-progress):
12402 Doc fixes.
12403
12404 * autoinsert.el (auto-insert-alist):
12405 * ses.el (ses-call-printer):
12406 * subr.el (noreturn):
12407 * emacs-lisp/lisp.el (check-parens):
12408 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
12409 * net/browse-url.el (browse-url-mosaic):
12410 * progmodes/cc-defs.el (c-safe-scan-lists):
12411 * progmodes/ebnf-abn.el (ebnf-abn-lex):
12412 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
12413 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
12414 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
12415 * progmodes/ebnf-iso.el (ebnf-iso-lex):
12416 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
12417
12418 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12419
12420 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
12421
12422 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
12423
12424 * calendar/appt.el (appt-make-list): Activate the package, if
12425 not already active (for backwards compatibility).
12426
12427 2005-06-20 Kim F. Storm <storm@cua.dk>
12428
12429 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
12430
12431 2005-06-20 Miles Bader <miles@gnu.org>
12432
12433 * faces.el (vertical-divider): New face.
12434
12435 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
12436
12437 * simple.el (kill-whole-line): Doc fix.
12438 (next-error-buffer-p, next-error-find-buffer)
12439 (clone-indirect-buffer): Fix typos in docstrings.
12440 (comment-line-break-function): Doc fix: don't say variable
12441 is automatically buffer-local (it isn't).
12442
12443 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
12444
12445 * net/tramp-ftp.el (top):
12446 * net/tramp-smb.el (top):
12447 * net/tramp-util.el (top):
12448 * net/tramp-uu.el (top):
12449 * net/tramp-vc.el (top):
12450 * net/tramp.el (top): Revert copyright years back to original
12451 ones. Tramp has a life outside GNU Emacs.
12452
12453 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
12454
12455 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
12456
12457 2005-06-18 Juri Linkov <juri@jurta.org>
12458
12459 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
12460 end of first regexp to limit the match to the position between
12461 line number and source line with same separator character as used
12462 between file name and line number. In the second regexp limit
12463 mouse-face area to file name and line number by adding new group
12464 for them and referring it in HYPERLINK arg.
12465 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
12466 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
12467 previous line where grep markers may be already removed.
12468
12469 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
12470
12471 * progmodes/ps-mode.el: Update version and maintainer's email address.
12472
12473 2005-06-18 Steve Youngs <steve@xemacs.org>
12474
12475 * net/browse-url.el (browse-url-browser-function)
12476 (browse-url-default-browser): Add firefox.
12477 (browse-url-firefox-program, browse-url-firefox-arguments)
12478 (browse-url-firefox-startup-arguments)
12479 (browse-url-firefox-new-window-is-tab): New defcustoms.
12480 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
12481
12482 2005-06-17 Richard M. Stallman <rms@gnu.org>
12483
12484 * startup.el (command-line): Warn if specified user name has
12485 no home directory.
12486
12487 * term.el (term-get-old-input, term-input-filter, term-input-sender)
12488 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
12489
12490 * longlines.el (longlines-mode, longlines-show-hard-newlines):
12491 Doc fixes.
12492
12493 * faces.el (underline): Try bold if terminal doesn't support underline.
12494
12495 * mail/sendmail.el (mail-setup-with-from): New variable.
12496 (mail-insert-from-field): New function.
12497 (sendmail-send-it): Call it.
12498 (mail-setup): Optionally call it here.
12499
12500 * term/linux.el: Call tty-no-underline.
12501
12502 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
12503
12504 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
12505
12506 2005-06-17 Miles Bader <miles@gnu.org>
12507
12508 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
12509 (ediff-current-diff-C, ediff-current-diff-Ancestor)
12510 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
12511 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
12512 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
12513 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
12514 Remove "-face" suffix from face names.
12515 (ediff-current-diff-face-A, ediff-current-diff-face-B)
12516 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12517 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12518 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12519 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12520 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12521 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12522 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12523 New backward-compatibility aliases for renamed faces.
12524 (ediff-current-diff-face-A, ediff-current-diff-face-B)
12525 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12526 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12527 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12528 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12529 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12530 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12531 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12532 Use renamed ediff faces.
12533
12534 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
12535 Remove "-face" suffix from face names.
12536 (eshell-test-ok-face, eshell-test-failed-face):
12537 New backward-compatibility aliases for renamed faces.
12538 (eshell-run-test): Use renamed eshell-test faces.
12539
12540 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
12541 face name.
12542 (eshell-prompt-face): New backward-compatibility alias for renamed
12543 face.
12544 (eshell-emit-prompt): Use renamed eshell-prompt face.
12545
12546 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
12547 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
12548 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
12549 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
12550 Remove "-face" suffix from face names.
12551 (eshell-ls-directory-face, eshell-ls-symlink-face)
12552 (eshell-ls-executable-face, eshell-ls-readonly-face)
12553 (eshell-ls-unreadable-face, eshell-ls-special-face)
12554 (eshell-ls-missing-face, eshell-ls-archive-face)
12555 (eshell-ls-backup-face, eshell-ls-product-face)
12556 (eshell-ls-clutter-face):
12557 New backward-compatibility aliases for renamed faces.
12558 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
12559
12560 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
12561 Remove "-face" suffix from face name.
12562 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
12563 instead of literal face.
12564
12565 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
12566
12567 * emacs-lisp/warnings.el (display-warning, lwarn)
12568 (warning-minimum-log-level): Doc fixes.
12569 (warning-minimum-level, warning-minimum-log-level):
12570 Add :debug to :type choices.
12571
12572 * progmodes/ada-mode.el (ada-format-paramlist)
12573 (ada-get-indent-case, ada-check-matching-start)
12574 (ada-check-defun-name, ada-goto-matching-decl-start)
12575 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
12576 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
12577 (ada-make-subprogram-body): Follow error conventions.
12578 (ada-case-exception-file, ada-indent-comment-as-code)
12579 (ada-indent-handle-comment-special, ada-indent-renames)
12580 (ada-indent-return, ada-search-directories-internal)
12581 (ada-tab-policy, ada-case-exception-substring)
12582 (ada-other-file-alist, ada-matching-start-re)
12583 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
12584 (ada-imenu-generic-expression, ada-compile-goto-error)
12585 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
12586 (ada-popup-menu, ada-add-extensions, ada-mode)
12587 (ada-region-selected, ada-create-case-exception)
12588 (ada-create-case-exception-substring, ada-after-keyword-p)
12589 (ada-activate-keys-for-case, ada-adjust-case-region)
12590 (ada-adjust-case-buffer, ada-format-paramlist)
12591 (ada-scan-paramlist, ada-insert-paramlist)
12592 (ada-indent-newline-indent)
12593 (ada-indent-newline-indent-conditional)
12594 (ada-justified-indent-current, ada-goto-previous-word)
12595 (ada-indent-current, ada-get-indent-open-paren)
12596 (ada-get-indent-paramlist, ada-get-indent-end)
12597 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
12598 (ada-get-indent-block-start, ada-get-indent-subprog)
12599 (ada-get-indent-noindent, ada-get-indent-label)
12600 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
12601 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
12602 (ada-goto-stmt-end, ada-goto-next-word)
12603 (ada-check-matching-start, ada-check-defun-name)
12604 (ada-goto-matching-decl-start, ada-goto-matching-start)
12605 (ada-goto-matching-end, ada-search-ignore-string-comment)
12606 (ada-in-decl-p, ada-looking-at-semi-or)
12607 (ada-looking-at-semi-private, ada-in-paramlist-p)
12608 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
12609 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
12610 (ada-next-procedure, ada-previous-procedure, ada-next-package)
12611 (ada-previous-package, ada-create-menu)
12612 (ada-fill-comment-paragraph-justify)
12613 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
12614 (ada-other-file-name, ada-last-which-function-line)
12615 (ada-last-which-function-subprog, ada-which-function)
12616 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
12617 (ada-gen-treat-proc, ada-check-emacs-version)
12618 (ada-continuation-indent, ada-align-region-separate):
12619 Fix typos in docstrings.
12620 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
12621
12622 2005-06-16 Lute Kamstra <lute@gnu.org>
12623
12624 * simple.el (fundamental-mode): Run after-change-major-mode-hook
12625 conditionally.
12626
12627 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
12628
12629 * comint.el (comint-replace-by-expanded-filename)
12630 (comint-prompt-regexp, comint-delimiter-argument-list)
12631 (comint-preinput-scroll-to-bottom):
12632 * info.el (Info-hide-cookies-node):
12633 * ls-lisp.el (ls-lisp-classify):
12634 * find-file.el (ff-search-directories, ff-special-constructs)
12635 (ff-find-other-file):
12636 * font-lock.el (font-lock-keywords):
12637 * shell.el (shell-prompt-pattern)
12638 (shell-dynamic-complete-functions, shell-mode)
12639 (shell-delimiter-argument-list):
12640 * term.el (term-replace-by-expanded-filename)
12641 (term-prompt-regexp, term-delimiter-argument-list):
12642 * woman.el (woman-ignore, woman0-if):
12643 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
12644 * emacs-lisp/elint.el (elint-init-env):
12645 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
12646 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
12647 * language/ethio-util.el (ethio-tilde-escape)
12648 (ethio-use-three-dot-question):
12649 * net/zone-mode.el (zone-mode-load-time-setup):
12650 * progmodes/cc-align.el (c-lineup-argcont):
12651 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
12652 * progmodes/cperl-mode.el (cperl-set-style-back):
12653 * progmodes/inf-lisp.el (inferior-lisp-prompt):
12654 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
12655 Fix spellings in docstrings.
12656
12657 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
12658 * progmodes/modula2.el (m2-for): Fix spellings.
12659
12660 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
12661
12662 * simple.el (undo-more): Don't use `format' on `error' arguments.
12663 Improve argument/docstring consistency.
12664 (pending-undo-list): Doc fix.
12665
12666 * smerge-mode.el (smerge-ensure-match):
12667 * emulation/vip.el (vip-ex):
12668 * net/zone-mode.el (zone-mode-update-serial):
12669 * progmodes/idlwave.el (idlwave-complete):
12670 * progmodes/vhdl-mode.el (vhdl-visit-file)
12671 (vhdl-compose-wire-components):
12672 Don't use `format' on `error' arguments.
12673
12674 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
12675 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
12676 (tooltip-help-tips): Fix typos in docstrings.
12677
12678 2005-06-16 David Ponce <david@dponce.com>
12679
12680 * tree-widget.el (tree-widget-value-create): Simplify last change.
12681
12682 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
12683
12684 * ido.el (ido-incomplete-regexp): New variable.
12685 (ido-set-matches-1): Handle invalid-regexp error and set
12686 ido-incomplete-regexp.
12687 (ido-incomplete-regexp): New face.
12688 (ido-completions): Use it.
12689 (ido-complete, ido-exit-minibuffer, ido-completions):
12690 Handle incomplete regexps.
12691 (ido-completions): Add check for complete match when entering a regexp.
12692
12693 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
12696
12697 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12698
12699 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
12700 by field delimiters.
12701
12702 2005-06-15 David Ponce <david@dponce.com>
12703
12704 * tree-widget.el: eval-and-compile inlined functions so they will
12705 be available at run-time too.
12706 (tree-widget-super-format-handler)
12707 (tree-widget-format-handler): Remove.
12708 (tree-widget-value-create): Handle the :indent property.
12709
12710 2005-06-15 Miles Bader <miles@gnu.org>
12711
12712 * progmodes/which-func.el (which-func): Only inherit
12713 `font-lock-function-name-face' when that makes sense against the
12714 default mode-line face, otherwise set the face color explicitly.
12715
12716 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
12717 faces instead of (non-existent) variables.
12718
12719 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12720
12721 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
12722 (iswitchb-get-matched-buffers): Likewise. Simplify.
12723
12724 2005-06-14 Miles Bader <miles@gnu.org>
12725
12726 * progmodes/ld-script.el (ld-script-location-counter):
12727 Remove "-face" suffix from face name.
12728 (ld-script-location-counter-face):
12729 New backward-compatibility alias for renamed face.
12730 (ld-script-location-counter-face): Use renamed face.
12731
12732 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
12733 (cperl-hash): Remove "-face" suffix from face names.
12734 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
12735 New backward-compatibility aliases for renamed faces.
12736 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
12737 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
12738
12739 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
12740 name.
12741 (which-func-face): New backward-compatibility alias for renamed face.
12742 (which-func-format): Use renamed which-func face.
12743
12744 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
12745 (vhdl-function, vhdl-directive, vhdl-reserved-word)
12746 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
12747 names.
12748 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
12749 (vhdl-speedbar-configuration, vhdl-speedbar-package)
12750 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
12751 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
12752 (vhdl-speedbar-architecture-selected)
12753 (vhdl-speedbar-configuration-selected)
12754 (vhdl-speedbar-package-selected)
12755 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
12756 names.
12757 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
12758 Use renamed faces.
12759 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
12760 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
12761 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
12762 Use renamed faces.
12763 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
12764 names.
12765 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
12766 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
12767 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
12768 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
12769 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
12770 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
12771
12772 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
12773 face name.
12774 (sh-heredoc-face): New backward-compatibility alias for renamed face.
12775 (sh-heredoc-face): Use renamed sh-heredoc face.
12776
12777 * progmodes/idlw-help.el (idlwave-help-link):
12778 Remove "-face" suffix from face name.
12779 (idlwave-help-link-face):
12780 New backward-compatibility alias for renamed face.
12781 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
12782
12783 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
12784 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
12785 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
12786 New backward-compatibility aliases for renamed faces.
12787 (idlwave-shell-disabled-breakpoint-face)
12788 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
12789
12790 * progmodes/flymake.el (flymake-errline, flymake-warnline):
12791 Remove "-face" suffix from face names.
12792 (flymake-errline-face, flymake-warnline-face):
12793 New backward-compatibility aliases for renamed faces.
12794 (flymake-highlight-line): Use renamed flymake faces.
12795
12796 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12797 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
12798 (ebrowse-member-class, ebrowse-progress):
12799 Remove "-face" suffix from face names.
12800 (ebrowse-tree-mark-face, ebrowse-root-class-face)
12801 (ebrowse-file-name-face, ebrowse-default-face)
12802 (ebrowse-member-attribute-face, ebrowse-member-class-face)
12803 (ebrowse-progress-face):
12804 New backward-compatibility aliases for renamed faces.
12805 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
12806 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
12807 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
12808 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
12809
12810 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
12811 antlr-syntax)
12812 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
12813 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
12814 names.
12815 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
12816 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
12817 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
12818 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
12819 backward-compatibility aliases for renamed faces.
12820 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
12821 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
12822 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
12823 remove "font-lock-". Use renamed antlr-mode faces.
12824 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
12825 literal face-names with face variable references.
12826
12827 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
12828 face name.
12829 (Buffer-menu-buffer-face): New backward-compatibility alias for
12830 renamed face.
12831 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
12832
12833 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
12834
12835 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
12836 Eliminate "-face" suffix.
12837 (makefile-targets): Inherit from font-lock-function-name-face and
12838 eliminate "-face" suffix.
12839 (makefile-shell): Remove attributes and eliminate "-face" suffix.
12840 (makefile-*-font-lock-keywords): Append makefile-targets in rule
12841 actions, instead of prepending, to make it less visible.
12842 (makefile-previous-dependency, makefile-match-dependency):
12843 Don't match a target on a continuation line.
12844
12845 * files.el (auto-mode-alist): Put Makefile in gmake mode.
12846
12847 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
12848
12849 * progmodes/gdb-ui.el (menu): Re-order menu items.
12850 (gdb-tooltip-print): Respect tooltip-use-echo-area.
12851
12852 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
12853 Define in tooltip.el.
12854 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
12855 (gud-tooltip-tips): Respect tooltip-use-echo-area and
12856 gud-tooltip-echo-area.
12857
12858 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
12859 backward compatibility and make obsolete.
12860 (tooltip-help-tips): Use tooltip-use-echo-area.
12861 (tooltip-show-help-function): Rename to...
12862 (tooltip-show-help): ...this, because it is a function.
12863 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
12864
12865 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
12866
12867 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
12868 (edebug-print-length, edebug-print-level, edebug-print-circle)
12869 (edebug-modify-breakpoint, edebug-eval-last-sexp)
12870 (edebug-eval-print-last-sexp): Doc fixes.
12871
12872 2005-06-14 Kim F. Storm <storm@cua.dk>
12873
12874 * ido.el (ido-mode): Make a new keymap every time we enable ido,
12875 as the coverage buffer/file/both may change.
12876
12877 2005-06-14 Lute Kamstra <lute@gnu.org>
12878
12879 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
12880 and run-mode-hooks. Simplify.
12881
12882 * mail/rmailedit.el (rmail-edit-mode):
12883 * progmodes/octave-inf.el (inferior-octave-mode):
12884 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
12885
12886 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
12887 and run-mode-hooks.
12888 (recentf-edit-list, recentf-open-files): Don't call
12889 kill-all-local-variables directly.
12890
12891 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
12892
12893 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
12894
12895 * emacs-lisp/byte-run.el (make-obsolete)
12896 (define-obsolete-function-alias): Rename arguments FUNCTION and
12897 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
12898 (make-obsolete-variable, define-obsolete-variable-alias):
12899 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
12900 respectively.
12901
12902 * isearchb.el (isearchb-activate):
12903 * pcvs.el (cvs-mode):
12904 * ses.el (ses-load):
12905 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
12906 * net/tramp.el (tramp-find-file-exists-command)
12907 (tramp-find-shell):
12908 * progmodes/ada-mode.el (ada-create-case-exception)
12909 (ada-create-case-exception-substring, ada-make-subprogram-body):
12910 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12911 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
12912 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
12913 * textmodes/org.el (org-promote, org-evaluate-time-range)
12914 (org-agenda-next-date-line, org-agenda-previous-date-line)
12915 (org-agenda-error, org-open-at-point, org-table-move-row)
12916 (org-format-table-table-html-using-table-generate-source)
12917 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
12918 * textmodes/reftex.el (reftex-access-scan-info):
12919 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
12920 (reftex-toc-promote-prepare): Follow error conventions.
12921
12922 * diff-mode.el (diff-mode): Fix typo in docstring.
12923
12924 * forms.el (forms--intuit-from-file): Fix reference to
12925 `forms-number-of-fields' in error message.
12926 (forms-print): Fix quoting in error message.
12927
12928 * forms.el (forms-mode):
12929 * emulation/vi.el (vi-goto-insert-state):
12930 * progmodes/flymake.el (flymake-new-err-info)
12931 (flymake-start-syntax-check-for-current-buffer)
12932 (flymake-simple-cleanup):
12933 * eshell/esh-var.el (eshell/export):
12934 * progmodes/gud.el (xdb):
12935 * textmodes/flyspell.el (flyspell-incorrect-hook)
12936 (flyspell-maybe-correct-transposition)
12937 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
12938
12939 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
12940
12941 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
12942 minibuffer prompt.
12943
12944 2005-06-13 Kim F. Storm <storm@cua.dk>
12945
12946 * subr.el (add-to-ordered-list): New defun.
12947
12948 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
12949 add cua--keymap-alist to emulation-mode-map-alists.
12950
12951 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 * subr.el (complete-in-turn): New macro.
12954 (dynamic-completion-table, lazy-completion-table): Add debug info.
12955
12956 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
12957 in preference to face aliases.
12958
12959 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
12960 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
12961 Remove unused vars `start' and `firstline'.
12962 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
12963 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
12964
12965 2005-06-13 Eli Zaretskii <eliz@gnu.org>
12966
12967 * cus-start.el (all): Don't complain about missing GTK-related
12968 variables, unless either `gtk' is boundp or this isn't a
12969 `windows-nt' build.
12970
12971 2005-06-13 Lute Kamstra <lute@gnu.org>
12972
12973 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
12974 run-mode-hooks.
12975
12976 * ediff-mult.el (ediff-meta-mode):
12977 * ediff-util.el (ediff-mode): Use run-mode-hooks.
12978
12979 * ledit.el (ledit-mode): Use delay-mode-hooks.
12980
12981 * woman.el (woman-mode-line-format): Delete constant.
12982 (woman-mode-map): Initialize it properly.
12983 (woman-mode): Set mode-class property to special.
12984 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
12985 Set major-mode and mode-name. Don't set mode-line-format directly.
12986 (Man-getpage-in-background): Don't reference woman-mode-line-format.
12987
12988 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
12989 string argument obsolete.
12990
12991 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
12992
12993 * textmodes/org.el (org-CUA-compatible): New option.
12994 (org-disputed-keys): New variable.
12995 (org-key): New function.
12996 (orgtbl-make-binding): Add docstring to the created function.
12997 (org-mode): Set paragraph start/separate regexps.
12998 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
12999 (org-archive-location, org-archive-mark-done)
13000 (org-archive-stamp-time): New options.
13001 (org-archive-subtree): New command.
13002 (org-fill-paragraph): New function.
13003 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
13004 (org-fake-empty-table-line): Function removed.
13005 (org-format-org-table-html): Do not create empty table lines at
13006 separator lines. Improved table header treatment.
13007 (org-link-format): New option.
13008 (org-make-link): New function.
13009 (org-insert-link, org-store-link): Use org-make-link.
13010 (org-open-file): Quote file name for shell command, to allow
13011 spaces in file names.
13012 (org-link-regexp): Fix bug with mailto link.
13013 (org-link-maybe-angles-regexp, org-protected-link-regexp):
13014 New constants.
13015 (org-export-as-html): Deal with the optional angles around a link.
13016 Better treatment of file: links.
13017 (org-open-at-point): Replace @{ and @} with < and >.
13018 (org-run-mode-hooks): Function removed.
13019 (org-agenda-mode): No longer use `org-run-mode-hooks'.
13020
13021 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
13022
13023 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
13024 MI command -data-list-register-values.
13025 (gdb-post-prompt): Indent properly.
13026
13027 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
13028
13029 * hilit-chg.el (highlight-changes-colors): Rename from
13030 `highlight-changes-colours'.
13031 (highlight-changes-colours): Keep as obsolete alias.
13032 (highlight-changes-face-list): Doc fix.
13033 (hilit-chg-make-list): Use `highlight-changes-colors'.
13034
13035 2005-06-12 Mark A. Hershberger <mah@everybody.org>
13036
13037 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
13038 defun-prompt-regexp.
13039
13040 2005-06-12 Eli Zaretskii <eliz@gnu.org>
13041
13042 * loadup.el: Don't say we are dumping under 2 names on windows-nt
13043 and cygwin.
13044
13045 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
13046 Don't use an old loaddefs.el, as in Makefile.in.
13047
13048 2005-06-12 Lute Kamstra <lute@gnu.org>
13049
13050 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
13051
13052 * man.el (Man-mode-map): Initialize it properly.
13053 (Man-mode): Set mode-class property to special.
13054
13055 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
13056
13057 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
13058
13059 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
13060 A newline is needed in the docstring there.
13061
13062 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
13063 Doc fixes.
13064
13065 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13066
13067 * printing.el: Doc fix. The menubar is no more changed when printing
13068 is loaded, it only changes when pr-menu-bind or pr-update-menus is
13069 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
13070 (pr-version): New version number (6.8.4).
13071 (pr-menu-bind): New command.
13072 (pr-update-menus): Docstring and code fix.
13073 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
13074 Docstring fix.
13075 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
13076 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
13077
13078 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
13079
13080 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
13081 "Returns" to "return", document useful return values, etc.
13082
13083 2005-06-11 Alan Mackenzie <acm@muc.de>
13084
13085 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
13086 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
13087 (adaptive-file-function): Minor amendment to doc-string.
13088
13089 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13090
13091 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
13092 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
13093 Fix :type--it is `integer', not `string'.
13094
13095 * faces.el (modeline-highlight): Rename from (the erroneous)
13096 `modeline-higilight'.
13097
13098 2005-06-11 Lute Kamstra <lute@gnu.org>
13099
13100 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
13101 lisp-interaction-mode-map but make it the parent.
13102 (edebug-eval-mode): Use define-derived-mode.
13103
13104 2005-06-11 Andreas Schwab <schwab@suse.de>
13105
13106 * bindings.el: Add binding of `ESC functionkey' for every
13107 `M-functionkey'.
13108 * hexl.el (hexl-mode-map): Likewise.
13109
13110 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
13111
13112 * progmodes/compile.el (compilation-error-regexp-alist-alist)
13113 [msft]: update regexp for newer msft compilers.
13114
13115 2005-06-10 Mark A. Hershberger <mah@everybody.org>
13116
13117 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
13118 ATTLIST portions of included DTDs.
13119 (xml-parse-dtd): Eliminate use of inefficient match-data.
13120
13121 2005-06-10 Miles Bader <miles@gnu.org>
13122
13123 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13124 (mpuz-text): Remove "-face" suffix from face names.
13125 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
13126 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
13127 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
13128
13129 * play/gomoku.el (gomoku-O, gomoku-X):
13130 Remove "-face" suffix from face names.
13131 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
13132 New backward-compatibility aliases for renamed faces.
13133 (gomoku-font-lock-keywords): Use renamed gomoku faces.
13134
13135 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
13136
13137 * thumbs.el: Fixes for changes of 2005-06-09.
13138 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
13139 as a directory.
13140 (thumbs-thumbname): Remove directory separator from format string;
13141 `thumbs-thumbsdir' now returns a valid directory name.
13142 (thumbs-temp-dir): New defsubst.
13143 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
13144 Use it.
13145
13146 * cus-edit.el (minibuffer):
13147 * files.el (make-backup-file-name-function):
13148 * filesets.el (filesets-external-viewers):
13149 * hilit-chg.el (highlight-changes-colours)
13150 (highlight-changes-face-list, highlight-changes-rotate-faces):
13151 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
13152 * kmacro.el (kmacro-call-macro):
13153 * log-edit.el (log-edit-changelog-full-paragraphs):
13154 * mouse.el (mouse-1-click-follows-link):
13155 * skeleton.el (skeleton-autowrap):
13156 * subr.el (insert-for-yank-1):
13157 * tempo.el (tempo-insert-region):
13158 * terminal.el (terminal-emulator):
13159 * time.el (display-time-mail-face):
13160 * vc.el (vc-annotate):
13161 * vcursor.el (vcursor-copy-line):
13162 * woman.el (woman-bold-headings, woman-ignore)
13163 (woman-default-faces, woman-monochrome-faces):
13164 * calendar/todo-mode.el (todo-insert-threshold):
13165 * emulation/pc-select.el (pc-select-selection-keys-only)
13166 (pc-selection-mode):
13167 * emulation/vip.el (vip-find-char-forward):
13168 * emulation/viper-cmd.el (viper-find-char-forward):
13169 * international/mule-cmds.el
13170 (select-safe-coding-system-accept-default-p)
13171 (input-method-exit-on-invalid-key):
13172 * international/mule-diag.el (describe-coding-system):
13173 * international/ucs-tables.el (unify-8859-on-encoding-mode):
13174 * net/browse-url.el (browse-url-xterm-program):
13175 * obsolete/lazy-lock.el (lazy-lock-mode):
13176 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
13177 (cperl-mode):
13178 * progmodes/cpp.el (cpp-face-light-name-list)
13179 (cpp-face-dark-name-list):
13180 * progmodes/delphi.el (delphi-newline-always-indents):
13181 Fix spellings in docstrings.
13182
13183 * ido.el (ido-mode, ido-file-extensions-order)
13184 (ido-default-file-method, ido-default-buffer-method)
13185 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
13186 (ido-decorations, ido-read-file-name-as-directory-commands)
13187 (ido-read-file-name-non-ido, ido-work-directory-list)
13188 (ido-ignore-item-temp-list, ido-current-directory)
13189 (ido-magic-forward-char, ido-enter-find-file)
13190 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
13191 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
13192
13193 2005-06-10 Lute Kamstra <lute@gnu.org>
13194
13195 * play/dunnet.el (dun-mode): Use define-derived-mode.
13196 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
13197 obsolete alias.
13198
13199 * play/doctor.el (doctor-mode-map): Remove defvar.
13200 (doctor-mode): Use define-derived-mode.
13201
13202 * mail/mspools.el (mspools-mode):
13203 * net/eudc-hotlist.el (eudc-hotlist-mode):
13204 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
13205
13206 2005-06-10 Miles Bader <miles@gnu.org>
13207
13208 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13209 Remove "-face" suffix from face names.
13210 (flyspell-incorrect-face, flyspell-duplicate-face):
13211 New backward-compatibility aliases for renamed faces.
13212 (flyspell-mode-on, make-flyspell-overlay)
13213 (flyspell-highlight-incorrect-region)
13214 (flyspell-highlight-duplicate-region)
13215 (flyspell-display-next-corrections)
13216 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
13217
13218 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
13219 from face name.
13220 (texinfo-heading-face): New backward-compatibility alias for
13221 renamed face.
13222 (texinfo-heading-face): Use renamed texinfo-heading face.
13223
13224 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
13225 suffix from face names.
13226 (tex-math-face, tex-verbatim-face):
13227 New backward-compatibility aliases for renamed faces.
13228 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
13229 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
13230 literal face name.
13231
13232 * textmodes/table.el (table-cell): Remove "-face" suffix from face
13233 name.
13234 (table-cell-face): New backward-compatibility alias for renamed face.
13235 (table--put-cell-face-property, table--update-cell-face):
13236 Use renamed table-cell face.
13237
13238 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
13239 from face name.
13240 (sgml-namespace-face): New backward-compatibility alias for
13241 renamed face.
13242 (sgml-namespace-face): Use renamed sgml-namespace face.
13243
13244 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
13245 (org-level-4, org-level-5, org-level-6, org-level-7)
13246 (org-level-8, org-warning, org-headline-done)
13247 (org-deadline-announce, org-scheduled-today)
13248 (org-scheduled-previously, org-link, org-done, org-table)
13249 (org-time-grid): Remove "-face" suffix from face names.
13250 (org-level-1-face, org-level-2-face, org-level-3-face)
13251 (org-level-4-face, org-level-5-face, org-level-6-face)
13252 (org-level-7-face, org-level-8-face, org-warning-face)
13253 (org-headline-done-face, org-deadline-announce-face)
13254 (org-scheduled-today-face, org-scheduled-previously-face)
13255 (org-link-face, org-done-face, org-table-face)
13256 (org-time-grid-face):
13257 New backward-compatibility aliases for renamed faces.
13258 (org-level-faces, org-set-font-lock-defaults, org-timeline)
13259 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
13260 (org-agenda-get-timestamps, org-agenda-get-scheduled)
13261 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
13262
13263 * emulation/viper-init.el (viper-search, viper-replace-overlay)
13264 (viper-minibuffer-emacs, viper-minibuffer-insert)
13265 (viper-minibuffer-vi): Remove "-face" suffix from face names.
13266 (viper-search-face, viper-replace-overlay-face)
13267 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13268 (viper-minibuffer-vi-face):
13269 New backward-compatibility aliases for renamed faces.
13270 (viper-search-face, viper-replace-overlay-face)
13271 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13272 (viper-minibuffer-vi-face): Use renamed viper faces.
13273
13274 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
13275 Remove "-face" suffix from face names.
13276 (testcover-nohits-face, testcover-1value-face):
13277 New backward-compatibility aliases for renamed faces.
13278 (testcover-mark): Use renamed testcover faces.
13279
13280 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
13281 face name.
13282 (diary-button-face): New backward-compatibility alias for renamed face.
13283 (diary-entry): Use renamed diary-button face.
13284
13285 * calendar/calendar.el (diary, calendar-today, holiday)
13286 (mark-visible-calendar-date): Remove "-face" suffix from face names.
13287 (diary-face, calendar-today-face, holiday-face):
13288 New backward-compatibility aliases for renamed faces.
13289 (eval-after-load "facemenu", diary-entry-marker)
13290 (calendar-today-marker, calendar-holiday-marker, diary-face):
13291 Use renamed calendar faces.
13292
13293 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
13294 (compare-windows-face): New backward-compatibility alias for
13295 renamed face.
13296 (compare-windows-highlight): Use renamed compare-windows face.
13297
13298 * strokes.el (strokes-char): Remove "-face" suffix from face name.
13299 (strokes-char-face): New backward-compatibility alias for renamed face.
13300 (strokes-encode-buffer): Use renamed strokes-char face.
13301
13302 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
13303 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
13304 Remove "-face" suffix from face names.
13305 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13306 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13307 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
13308 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
13309 Use renamed pcvs faces.
13310 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
13311 * pcvs-defs.el (cvs-mode-map): Likewise.
13312 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
13313
13314 * info.el (info-title-1, info-title-2, info-title-3)
13315 (info-title-4): Remove "-face" suffix from and downcase face names.
13316 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13317 (Info-title-4-face):
13318 New backward-compatibility aliases for renamed faces.
13319 (Info-fontify-node): Use renamed info faces.
13320
13321 * hilit-chg.el (highlight-changes, highlight-changes-delete):
13322 Remove "-face" suffix from face names.
13323 (highlight-changes-face, highlight-changes-delete-face):
13324 New backward-compatibility aliases for renamed faces.
13325 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
13326 (hilit-chg-make-list): Use renamed highlight-changes faces.
13327
13328 * generic-x.el (show-tabs-tab, show-tabs-space):
13329 Remove "-face" suffix from face names.
13330 (show-tabs-tab-face, show-tabs-space-face):
13331 New backward-compatibility aliases for renamed faces.
13332 (show-tabs-generic-mode-font-lock-defaults-1)
13333 (show-tabs-generic-mode-font-lock-defaults-2):
13334 Use renamed show-tabs faces.
13335
13336 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
13337 (smerge-markers): Remove "-face" suffix from face names.
13338 (smerge-mine-face, smerge-other-face, smerge-base-face)
13339 (smerge-markers-face):
13340 New backward-compatibility aliases for renamed faces.
13341 (smerge-mine-face, smerge-other-face, smerge-base-face)
13342 (smerge-markers-face): Use renamed smerge faces.
13343
13344 * log-view.el (log-view-file, log-view-message): Remove "-face"
13345 suffix from face names.
13346 (log-view-file-face, log-view-message-face):
13347 New backward-compatibility aliases for renamed faces.
13348 (log-view-file-face, log-view-message-face): Use renamed log-view
13349 faces.
13350
13351 * paren.el (show-paren-match, show-paren-mismatch):
13352 Remove "-face" suffix from face names.
13353 (show-paren-match-face, show-paren-mismatch-face):
13354 New backward-compatibility aliases for renamed faces.
13355 (show-paren-function): Use renamed show-paren faces.
13356
13357 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
13358 (ruler-mode-margins, ruler-mode-fringes)
13359 (ruler-mode-column-number, ruler-mode-fill-column)
13360 (ruler-mode-comment-column, ruler-mode-goal-column)
13361 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
13362 suffix from face names.
13363 (ruler-mode-default-face, ruler-mode-pad-face)
13364 (ruler-mode-margins-face, ruler-mode-fringes-face)
13365 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
13366 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
13367 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
13368 New backward-compatibility aliases for renamed faces.
13369 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
13370 (ruler-mode-column-number, ruler-mode-fill-column)
13371 (ruler-mode-comment-column, ruler-mode-goal-column)
13372 (ruler-mode-tab-stop, ruler-mode-current-column)
13373 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
13374 faces.
13375
13376 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
13377 face name.
13378 (whitespace-highlight-the-space): Use renamed face.
13379 (whitespace-highlight-face): New backward-compatibility alias for
13380 renamed face.
13381
13382 * woman.el (woman-italic, woman-bold, woman-unknown)
13383 (woman-addition, woman-symbol-face):
13384 Remove "-face" suffix from face names.
13385 (woman-italic-face, woman-bold-face, woman-unknown-face)
13386 (woman-addition-face):
13387 New backward-compatibility aliases for renamed faces.
13388 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
13389 (woman-decode-region, woman-replace-match)
13390 (woman-display-extended-fonts, woman-special-characters)
13391 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
13392 Use renamed woman faces.
13393
13394 * longlines.el (longlines-visible-face): Face removed.
13395
13396 * diff-mode.el (diff-header, diff-file-header, diff-index)
13397 (diff-hunk-header, diff-removed, diff-added, diff-changed)
13398 (diff-function, diff-context, diff-nonexistent): Remove "-face"
13399 suffix from face names.
13400 (diff-header-face, diff-file-header-face, diff-index-face)
13401 (diff-hunk-header-face, diff-removed-face, diff-added-face)
13402 (diff-changed-face, diff-function-face, diff-context-face)
13403 (diff-nonexistent-face): New backward-compatibility aliases for
13404 renamed faces.
13405 (diff-header-face, diff-file-header-face)
13406 (diff-index, diff-index-face, diff-hunk-header)
13407 (diff-hunk-header-face, diff-removed, diff-removed-face)
13408 (diff-added, diff-added-face, diff-changed-face, diff-function)
13409 (diff-function-face, diff-context-face, diff-nonexistent)
13410 (diff-nonexistent-face): Use renamed diff-mode faces.
13411
13412 * progmodes/compile.el (compilation-warning-face)
13413 (compilation-info-face): Remove "-face" suffix from face names.
13414 (compilation-warning-face, compilation-info-face):
13415 New backward-compatibility aliases for renamed faces.
13416 (compilation-warning-face, compilation-info-face):
13417 Use renamed compilation faces.
13418
13419 * add-log.el (change-log-date, change-log-name)
13420 (change-log-email, change-log-file, change-log-list)
13421 (change-log-conditionals, change-log-function)
13422 (change-log-acknowledgement): Remove "-face" suffix from face names.
13423 (change-log-date-face, change-log-name-face)
13424 (change-log-email-face, change-log-file-face)
13425 (change-log-list-face, change-log-conditionals-face)
13426 (change-log-function-face, change-log-acknowledgement-face):
13427 New backward-compatibility aliases for renamed faces.
13428 (change-log-font-lock-keywords): Use renamed change-log faces.
13429
13430 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
13431 (custom-set, custom-changed, custom-saved, custom-button)
13432 (custom-button-pressed, custom-documentation, custom-state)
13433 (custom-comment, custom-comment-tag, custom-variable-tag)
13434 (custom-variable-button, custom-face-tag, custom-group-tag-1)
13435 (custom-group-tag): Remove "-face" suffix from face names.
13436 (custom-magic-alist, custom-magic-value-create)
13437 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
13438 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13439 (custom-set-face, custom-changed-face, custom-saved-face)
13440 (custom-button-face, custom-button-pressed-face)
13441 (custom-documentation-face, custom-state-face)
13442 (custom-comment-face, custom-comment-tag-face)
13443 (custom-variable-tag-face, custom-variable-button-face)
13444 (custom-face-tag-face, custom-group-tag-face-1)
13445 (custom-group-tag-face):
13446 New backward-compatibility aliases for renamed faces.
13447
13448 * wid-edit.el (widget-documentation, widget-button)
13449 (widget-field, widget-single-line-field, widget-inactive)
13450 (widget-button-pressed): "-face" suffix removed from face names.
13451 (widget-documentation-face, widget-button-face)
13452 (widget-field-face, widget-single-line-field-face)
13453 (widget-inactive-face, widget-button-pressed-face):
13454 New backward-compatibility aliases for renamed faces.
13455 (widget-documentation-face, widget-button-face)
13456 (widget-button-pressed-face, widget-specify-field)
13457 (widget-specify-inactive): Use renamed widget faces.
13458
13459 2005-06-10 Kenichi Handa <handa@m17n.org>
13460
13461 * term/x-win.el (x-clipboard-yank): Remove condition-case
13462 wrapping.
13463
13464 2005-06-11 Kenichi Handa <handa@m17n.org>
13465
13466 * add-log.el (change-log-font-lock-keywords): Make the regexp for
13467 date lines stricter.
13468
13469 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
13470
13471 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
13472 of x-get-selection.
13473
13474 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
13475
13476 * comint.el (comint-mode, comint-snapshot-last-prompt):
13477 * frame.el (frame-current-scroll-bars):
13478 * term.el (term-mode, term-check-proc, term-input-sender)
13479 (term-simple-send, term-extract-string, term-word)
13480 (term-match-partial-filename):
13481 * window.el (window-current-scroll-bars):
13482 * emulation/cua-base.el (cua-normal-cursor-color)
13483 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
13484 (cua-global-mark-cursor-color):
13485 * mail/undigest.el (rmail-forward-separator-regex):
13486 Fix typos in docstrings.
13487
13488 * comint.el (comint-check-proc, make-comint-in-buffer)
13489 (comint-source-default): Doc fixes.
13490
13491 * term.el (term-send-string): Improve argument/docstring consistency.
13492
13493 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
13494
13495 * comint.el (comint-send-input): Bind `inhibit-read-only' around
13496 call to `delete-region'.
13497 (comint-mode-hook): Do not enable Font Lock by default.
13498
13499 2005-06-09 Lute Kamstra <lute@gnu.org>
13500
13501 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
13502 could be void.
13503
13504 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13505
13506 * emacs-lisp/debug.el (debugger-will-be-back): New var.
13507 (debug): Use it.
13508 (debugger-step-through, debugger-continue, debugger-jump)
13509 (debugger-return-value): Set it when needed.
13510 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
13511 Use inhibit-read-only.
13512
13513 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
13514
13515 * window.el (shrink-window-if-larger-than-buffer)
13516 (window-size-fixed): Fix typo in docstring.
13517
13518 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
13519 thumbnails directory on loading.
13520 (thumbs-conversion-program): Use `eq' to check the system type,
13521 not `equal'.
13522 (thumbs-temp-dir): Initialize to `temporary-file-directory',
13523 not "/tmp". Fix docstring.
13524 (thumbs-thumbsdir): New function to return the thumbnails
13525 directory, creating it if needed.
13526 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
13527 (thumbs-temp-file): Delete variable and make it into a function.
13528 (thumbs-resize-image, thumbs-modify-image): Use it.
13529 (thumbs-kill-buffer): Simplify.
13530 (thumbs-gensym): Defalias or duplicate CL `gensym'.
13531 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
13532 docstrings.
13533
13534 2005-06-09 Kim F. Storm <storm@cua.dk>
13535
13536 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
13537 set-match-data to free markers in match-data.
13538
13539 * replace.el (replace-match-data): Pass RESEAT arg `t' to
13540 match-data to unchain markers in match-data.
13541
13542 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13543
13544 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
13545 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
13546 unnecessary now.
13547
13548 2005-06-08 Richard M. Stallman <rms@gnu.org>
13549
13550 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
13551 give the variable a doc string that doesn't say don't set it directly.
13552
13553 * textmodes/ispell.el (ispell-check-version):
13554 Use match-string-no-properties.
13555 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
13556 (ispell-buffer-local-words): Likewise.
13557
13558 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
13559 except on terminals with enough colors to really display it.
13560 (makefile-dependency-regex): Delete spurious `bb'.
13561
13562 * faces.el (escape-glyph): Use blue once again in last case.
13563 (no-break-space): Redefine so that it isn't invisible on a tty.
13564
13565 2005-06-08 Kim F. Storm <storm@cua.dk>
13566
13567 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
13568 also when reading directory name.
13569
13570 2005-06-08 Lute Kamstra <lute@gnu.org>
13571
13572 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
13573 (flyspell-mode-line-string): Remove autoload cookie.
13574 (flyspell-mode): Remove defvar.
13575
13576 2005-06-07 Lute Kamstra <lute@gnu.org>
13577
13578 * textmodes/org.el (org-run-mode-hooks): New function.
13579 (org-agenda-mode): Use it.
13580
13581 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
13582
13583 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
13584
13585 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13586
13587 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
13588
13589 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
13590
13591 * font-lock.el (font-lock-add-keywords): Doc fix.
13592
13593 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13594
13595 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
13596 (tex-compile-default): In the absence of any history, use the order in
13597 tex-compile-alist to choose the preferred command.
13598 (tex-compile-commands): Reorder a bit.
13599
13600 * textmodes/flyspell.el (flyspell-auto-correct-binding)
13601 (flyspell-incorrect-face, flyspell-duplicate-face):
13602 Use (X)Emacs-agnostic code.
13603 (flyspell-mode-map): Don't overwrite at each load. Remove code
13604 redundant with the subsequent add-minor-mode. Merge Emacs and
13605 XEmacs code.
13606 (flyspell-word): Minor simplification.
13607 (flyspell-math-tex-command-p): Quieten the byte-compiler.
13608 (flyspell-external-point-words): Remove unused vars `size' and `start'.
13609 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
13610 Merge the corresponding Emacs code.
13611 (flyspell-correct-word, flyspell-xemacs-popup):
13612 Use flyspell-do-correct.
13613
13614 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
13615 a dedicated window.
13616
13617 * international/latexenc.el (latexenc-find-file-coding-system):
13618 Undo part of last patch, to turn off a compiler warning.
13619
13620 2005-06-06 Juri Linkov <juri@jurta.org>
13621
13622 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
13623 Rename `tmm-inactive-face' to `tmm-inactive'.
13624
13625 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
13626
13627 * iswitchb.el: Rename faces.
13628
13629 2005-06-06 Kim F. Storm <storm@cua.dk>
13630
13631 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
13632 (cua-global-mark): Remove -face suffix from face names.
13633
13634 * emulation/cua-gmrk.el (cua--init-global-mark):
13635 Remove cua-global-mark face setup.
13636
13637 2005-06-06 Richard M. Stallman <rms@gnu.org>
13638
13639 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
13640 just like other allowed characters.
13641 (makefile-match-dependency): Exclude leading and training whitespace
13642 from the range of regexp subexp 1.
13643 (makefile-macroassign-regex): Don't try to match the body,
13644 just the name of the macro being defined.
13645
13646 * info.el (Info-read-node-name-2): New function.
13647 (Info-read-node-name-1): Use that.
13648 Add a completion-base-size-function property.
13649
13650 * simple.el (completion-setup-function): Look for
13651 completion-base-size-function property of minibuffer-completion-table.
13652
13653 * files.el (locate-file-completion): Doc fix.
13654
13655 * printing.el: Don't call pr-update-menus; user must do that.
13656
13657 * emacs-lisp/debug.el (debugger-window): New variable.
13658 (debug): Use debugger-window if it is set and still alive.
13659 Record debugger-window for next entry.
13660
13661 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
13662
13663 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
13664
13665 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
13666 (hack-one-local-variable, hack-local-variables)
13667 (hack-local-variables-prop-line): Pass that arg.
13668
13669 2005-06-06 Kim F. Storm <storm@cua.dk>
13670
13671 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13672 (ido-indicator): Remove -face suffix from face names.
13673
13674 2005-06-06 Juri Linkov <juri@jurta.org>
13675
13676 * font-lock.el (font-lock-regexp-backslash)
13677 (font-lock-regexp-backslash-construct): New faces.
13678 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
13679 after `('. Add `while-no-input' to control structures.
13680
13681 * faces.el (no-break-space, shadow): New faces.
13682 (escape-glyph): Use less loud colors pink2 and red4.
13683
13684 * diff-mode.el (diff-context-face)
13685 * dired.el (dired-ignored)
13686 * rfn-eshadow.el (file-name-shadow)
13687 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
13688
13689 * info.el (Info-title-1-face): Use green instead of yellow because
13690 bold yellow is not readable on light backgrounds.
13691
13692 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
13693 before selecting the desired mode to not spend time fontifying
13694 old contents.
13695
13696 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
13697
13698 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
13699 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
13700
13701 * ps-print.el (ps-default-fg, ps-default-bg):
13702 Fix typos in docstrings.
13703
13704 * isearchb.el (isearchb): Don't pass a spurious second argument to
13705 `iswitchb-completions'.
13706
13707 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
13708
13709 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
13710 to preserve point.
13711 (gdb-find-file-hook): Add doc string.
13712
13713 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
13714 C dereferenced pointer expression.
13715 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
13716
13717 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
13718
13719 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
13720 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
13721 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
13722 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
13723 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
13724 Make background transparent.
13725
13726 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13727
13728 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
13729 (font-lock-remove-keywords): Doc fix.
13730 (font-lock-mode-major-mode): Compiler defvar.
13731 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
13732
13733 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
13734 (font-lock-mode): Update `font-lock-mode-major-mode'.
13735 (font-lock-set-defaults): Compiler defvar.
13736 (font-lock-default-function): Take `font-lock-mode-major-mode'
13737 into account.
13738
13739 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
13740 keep track of which major mode it enabled the minor mode for.
13741 Use find-file-hook again. Update docstring.
13742
13743 * simple.el (eval-expression-print-level)
13744 (eval-expression-print-length, eval-expression-debug-on-error):
13745 Doc fixes.
13746
13747 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
13748
13749 * iswitchb.el (iswitchb-single-match-face)
13750 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
13751 (iswitchb-invalid-regexp-face): New faces.
13752 (iswitchb-completions): Use them.
13753 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
13754 now marked as an obsolete alias.
13755 (iswitchb-read-buffer): Remove check for bound font variables.
13756 (iswitchb-invalid-regexp): New free variable.
13757 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
13758 set iswitchb-invalid-regexp.
13759 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
13760 invalid regexps.
13761 (iswitchb-completions): Add check for complete match when entering
13762 a regexp.
13763 (iswitchb-completions): Remove require-match argument.
13764 (iswitchb-exhibit): Fix caller.
13765 (iswitchb-common-match-inserted): New variable.
13766 (iswitchb-complete, iswitchb-completion-help): Use it.
13767
13768 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
13769
13770 * url-http.el (url-http-chunked-encoding-after-change-function):
13771 Use `url-http-debug' instead of `message'.
13772
13773 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
13774
13775 * url-http.el (url-http-parse-headers): Pass redirected URL as a
13776 callback argument.
13777
13778 2005-06-04 Kim F. Storm <storm@cua.dk>
13779
13780 * simple.el (line-move): Only call sit-for when moving backwards.
13781
13782 * ido.el (ido-make-merged-file-list-1): New defun split from
13783 ido-make-merged-file-list.
13784 (ido-make-merged-file-list): Bind throw-on-input around call to
13785 ido-make-merged-file-list-1. Return input-pending-p if
13786 interrupted by more input available.
13787 (ido-read-internal): Handle input-pending-p return value from
13788 ido-make-merged-file-list.
13789
13790 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
13793 compatibility code.
13794
13795 * international/latexenc.el (latexenc-find-file-coding-system):
13796 Don't inherit the EOL part of the coding-system from the
13797 tex-main buffer. Fit within 80 columns.
13798
13799 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
13800
13801 * tmm.el (tmm-inactive-face): New face.
13802 (tmm-remove-inactive-mouse-face): New function.
13803 (tmm-prompt, tmm-add-one-shortcut)
13804 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
13805 but not selectable.
13806
13807 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
13808
13809 * faces.el (face-equal): Improve argument/docstring consistency.
13810
13811 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
13812
13813 * progmodes/make-mode.el (makefile-targets-face)
13814 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
13815 (makefile-bsdmake-dependency-regex)
13816 (makefile-makepp-rule-action-regex)
13817 (makefile-bsdmake-rule-action-regex): New constants.
13818 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
13819
13820 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13821 Allow (...) within `...' for makepp messages.
13822
13823 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
13824
13825 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
13826
13827 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
13828 "." files are deleted from all file lists before comparison.
13829
13830 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13831 (viper-ESC-key): Made them customizable.
13832
13833 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
13834
13835 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
13836
13837 * autorevert.el (auto-revert-buffers): Use save-match-data.
13838
13839 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13840
13841 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
13842 menu items with a nil command binding.
13843
13844 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
13845
13846 * emacs-lisp/cl-macs.el (defsetf):
13847 Improve argument/docstring consistency.
13848
13849 * faces.el (list-faces-display): Improve the formatting by
13850 computing the maximum length required for any face-name (reworked
13851 patch of 1999-01-11, accidentally deleted on 1999-07-21).
13852 (internal-find-face): Remove redundant info in docstring.
13853
13854 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
13855
13856 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
13857 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
13858 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
13859 (gdb-assembler-custom): Improve regexps.
13860 (def-gdb-auto-update-handler): Use window point to preserve point.
13861
13862 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
13865
13866 2005-05-31 Jay Belanger <belanger@truman.edu>
13867
13868 * calc/calc-embed.el (calc-embedded-word): Change argument passed
13869 to calc-embedded.
13870 (calc-embedded-make-info): Have plain prefix argument select
13871 entire line.
13872
13873 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
13874
13875 * faces.el (list-faces-display): Signal error if passed a regexp
13876 that matches no face name.
13877
13878 * simple.el (filter-buffer-substring): Fix typo in docstring.
13879
13880 2005-05-31 Richard M. Stallman <rms@gnu.org>
13881
13882 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
13883 (vhdl-emacs-21): Doc fix.
13884 (vhdl-mode): Unconditionally set comment-padding.
13885 (vhdl-fixup-whitespace-region): Insert spaces only where
13886 there are none.
13887 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
13888
13889 2005-05-30 John Wiegley <johnw@newartisans.com>
13890
13891 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13892 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
13893 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
13894 `directory-sep-char' to ?/, and all uses of `string-to-int' to
13895 `string-to-number'.
13896
13897 2005-05-30 Jay Belanger <belanger@truman.edu>
13898
13899 * calc/calc.el (calc-bug-address): Fix docstring.
13900 (calc-window-hook, calc-trail-window-hook): New variables.
13901 (calc-trail-display): Restore use of calc-trail-window-hook.
13902 (calc): Restore use of calc-window-hook.
13903
13904 2005-05-31 Masatake YAMATO <jet@gyve.org>
13905
13906 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
13907
13908 * help-fns.el (help-C-file-name): Add autoload mark for
13909 `find-function-noselect'.
13910
13911 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13912
13913 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
13914 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
13915
13916 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13917
13918 * calendar/diary-lib.el (mark-included-diary-files): Only kill
13919 included diary buffer if it was not already being visited.
13920 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
13921
13922 * calendar/icalendar.el (top-level): Do not require appt.
13923
13924 * mail/supercite.el (sc-select-attribution): Only use a list
13925 element from sc-attrib-selection-list if it returns a string.
13926 Reported by Davide G. M. Salvetti <salve@debian.org>.
13927
13928 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
13929
13930 * thumbs.el (thumbs-thumbname): The resulting thumbname now
13931 includes a hash value to improve its uniqueness, and has a ".jpg"
13932 extension. Also, it is now a valid filename on all systems.
13933 (thumbs-make-thumb): Use `let', not `let*'.
13934 (thumbs-show-thumbs-list): Check for JPEG availability.
13935
13936 2005-05-30 Richard M. Stallman <rms@gnu.org>
13937
13938 * filesets.el (filesets-menu-ensure-use-cached):
13939 Prevent warning when emacs-version>= is undefined.
13940
13941 * printing.el (pr-interactive-n-up): Use string-to-number.
13942
13943 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
13944
13945 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13946 Warn only when name to be defined is quoted.
13947
13948 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
13949
13950 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
13951 Make regexp more robust.
13952 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
13953 Force regeneration of disassembly.
13954
13955 2005-05-29 Jay Belanger <belanger@truman.edu>
13956
13957 * calc/calc.el (calc-user-invocation): Check if
13958 calc-invocation-macro is non-nil.
13959
13960 2005-05-29 Juri Linkov <juri@jurta.org>
13961
13962 * add-log.el (change-log-font-lock-keywords):
13963 Add `+' to e-mail regexp to accept mail address with keywords.
13964
13965 * man.el (Man-name-regexp): Add `:' to accept qualified names.
13966
13967 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
13968
13969 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
13970
13971 * ielm.el (inferior-emacs-lisp-mode): Ditto.
13972
13973 2005-05-29 Richard M. Stallman <rms@gnu.org>
13974
13975 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13976 Undo the change that moves to end of the current word.
13977
13978 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
13979
13980 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
13981 Throw error when count <= 0 to ensure input is a number.
13982 (gdb-read-memory-custom): Pick up address from buffer.
13983 (gdb-memory-mode): Allow user to increment and decrement
13984 memory address from header line.
13985
13986 2005-05-29 Richard M. Stallman <rms@gnu.org>
13987
13988 * flyspell.el (flyspell-version): Function deleted.
13989 (flyspell-auto-correct-previous-hook): Doc fix.
13990
13991 * jit-lock.el (jit-lock-function, jit-lock-after-change):
13992 Do nothing if memory is full.
13993
13994 * font-lock.el (font-lock-fontify-syntactically-region):
13995 Pass t for GREEDY to looking-back.
13996
13997 * saveplace.el (save-place-alist-to-file): Write the file
13998 using write-region.
13999
14000 * subr.el (looking-back): New argument GREEDY.
14001
14002 * progmodes/compile.el (compilation-start): Set the mode
14003 before inserting the initial text.
14004
14005 * progmodes/which-func.el (which-func-update-1): Turn the mode
14006 off in case of error by setting which-func-mode.
14007
14008 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
14009
14010 * flyspell.el (flyspell-auto-correct-previous-word):
14011 Narrow down to what's on the screen, and recenter overlays
14012 at the end of the next word.
14013
14014 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
14015
14016 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
14017 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
14018 (flyspell-abbrev-p): Default to nil.
14019 (flyspell-use-global-abbrev-table-p): Doc fix.
14020 (flyspell-large-region): Allow nil as value.
14021 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
14022
14023 (mail-mode-flyspell-verify): More robust handling
14024 of `mail-header-separator'. More efficient signature detection.
14025 Allow for regexp metacharacters in message-header-separator.
14026 Adding `To' not to be checked in mail-mode-flyspell-verify.
14027
14028 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
14029 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
14030 Bind flyspell-auto-correct-binding.
14031 Bind C-. and C-, .
14032 (flyspell-mode-map): Likewise.
14033 (flyspell-mode): Doc fix.
14034 (flyspell-accept-buffer-local-defs): Preserve current buffer.
14035 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
14036 (flyspell-word-cache-result): New var, always local.
14037 (flyspell-check-pre-word-p): Doc fix.
14038 (flyspell-check-changed-word-p): Handle spc like newline.
14039 (flyspell-post-command-hook): Set flyspell-word-cache-result.
14040 (flyspell-word-search-backward, flyspell-word-search-forward):
14041 New functions.
14042 (flyspell-word): Return t if nothing to check.
14043 When parsing TeX code, check for after } or \.
14044 Use flyspell-word-search-backward to find previous word.
14045 Return nil if duplicated word.
14046 For word already checked, return same value as last time.
14047 Set flyspell-word-cache-result after checking.
14048 Don't clobber the return value.
14049 (flyspell-get-word): Major rewrite.
14050 (flyspell-external-point-words): New locals pword, pcount.
14051 Fix size used in progress message.
14052 Find the proper corresponding word in flyspell-large-region-buffer.
14053 (flyspell-region): Check for flyspell-large-region = nil.
14054 (flyspell-highlight-incorrect-region): Clean up overlays in region.
14055 (flyspell-auto-correct-word): Check that WORD is a cons.
14056 (flyspell-correct-word): Likewise.
14057
14058 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
14059
14060 * progmodes/make-mode.el (makefile-rule-action-regex)
14061 (makefile-macroassign-regex, makefile-makepp-mode)
14062 (makefile-bsdmake-mode): Continuation lines may be empty.
14063 Reported by Joshua Varner.
14064 (makefile-makepp-font-lock-keywords): Add $(stem).
14065
14066 2005-05-28 Karl Berry <karl@gnu.org>
14067
14068 * textmodes/tex-mode.el: Now that tex-send-command calls
14069 shell-quote-argument (2005-03-31 change), remove all calls to
14070 shell-quote-argument; they all end up invoking tex-send-command.
14071 The double quoting loses on filenames with non-safe characters,
14072 such as "@". Reported by Frederik Fouvry.
14073
14074 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
14075
14076 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
14077 about preserving point.
14078
14079 2005-05-27 Jay Belanger <belanger@truman.edu>
14080
14081 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
14082 Info-goto-node.
14083
14084 * calc/calc-embed.el (calc-embed-arg): New variable.
14085 (calc-do-embedded-activate, calc-embedded-activate-formula)
14086 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
14087 variable by new variable.
14088 (calc-embedded-make-info): Replace undeclared variable by new
14089 variable. When selecting region with positive prefix
14090 argument, use end of previous line instead of beginning of line.
14091
14092 * calc/calc-aent.el (calc-arg-values): Declare it.
14093
14094 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
14095 Declare them.
14096
14097 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
14098
14099 * calc/calc.el (calc-alg-map): Declare it.
14100
14101 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
14102
14103 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
14104
14105 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
14106 (gdb-registers-buffer, toggle-gdb-all-registers):
14107 Toggle display of floating point registers.
14108 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
14109
14110 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
14111 (toggle-gud-tooltip-dereference):
14112 Rename from gud-toggle-tooltip-dereference.
14113
14114 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14115
14116 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
14117
14118 2005-05-27 Jay Belanger <belanger@truman.edu>
14119
14120 * calc/calc-prog.el (calc-kbd-report): Remove.
14121 (calc-kbd-query): Rewrite.
14122
14123 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
14124
14125 * image.el (image-library-alist): Move to image.c.
14126 (image-type-available-p): Doc fix.
14127
14128 2005-05-27 Lute Kamstra <lute@gnu.org>
14129
14130 * calc/calc.el (calc):
14131 * outline.el (outline-1, outline-2, outline-3, outline-4)
14132 (outline-5, outline-6, outline-7, outline-8):
14133 * textmodes/dns-mode.el (dns-mode):
14134 * textmodes/sgml-mode.el (sgml-namespace-face):
14135 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
14136 (tex-verbatim-face, tex-use-reftex):
14137 * textmodes/texinfo.el (texinfo-heading-face):
14138 Specify customization group.
14139
14140 * longlines.el: Don't require easy-mmode.
14141 (longlines-visible-face): Specify customization group.
14142
14143 2005-05-27 Kenichi Handa <handa@m17n.org>
14144
14145 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
14146 encoding table of windows-1251.
14147
14148 * international/ucs-tables.el (ucs-set-table-for-input):
14149 If translation-table-for-input of a coding system is a symbol, get
14150 its translation-table property.
14151
14152 * international/code-pages.el: Don't register a coding system into
14153 non-iso-charset-alist more than once.
14154 (cp-make-coding-system): Likewise.
14155
14156 2005-05-26 John Wiegley <johnw@newartisans.com>
14157
14158 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
14159 `eshell-resume-eval' is wrapped in a list, it indicates that the
14160 command was run asynchronously. In that case, unwrap the value
14161 before checking the delimiter value.
14162
14163 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
14164 character before a space at the end of a line is \, assume the space
14165 is part of the last argument rather than a final argument separator.
14166
14167 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
14168 is in use, and the target is `t' or `nil' (which are the most common
14169 values), don't assume that the symbol target is a buffer.
14170
14171 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
14172
14173 * calendar/calendar.el (calendar-mode-line-format):
14174 Use mode-line-highlight as mouse-face.
14175
14176 * time.el (display-time-string-forms, display-time-update):
14177 Use mode-line-highlight as mouse-face.
14178
14179 2005-05-26 Jay Belanger <belanger@truman.edu>
14180
14181 * calc/calc.el (calc-language-alist): Remove extra defvar.
14182
14183 2005-05-26 Lute Kamstra <lute@gnu.org>
14184
14185 * arc-mode.el (archive-mode):
14186 * bookmark.el (bookmark-read-annotation-mode)
14187 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
14188 * bs.el (bs-mode):
14189 * calc/calc-yank.el (calc-edit-mode):
14190 * calc/calc.el (calc-mode, calc-trail-mode):
14191 * calculator.el (calculator-mode):
14192 * chistory.el (command-history-mode):
14193 * comint.el:
14194 * cus-edit.el (custom-mode):
14195 * descr-text.el (describe-text-mode):
14196 * ebuff-menu.el (Electric-buffer-menu-mode):
14197 * ediff-util.el (ediff-mode):
14198 * emacs-lisp/re-builder.el (reb-mode):
14199 * emulation/vi.el (vi-mode-setup):
14200 * emulation/ws-mode.el (wordstar-mode):
14201 * eshell/esh-mode.el (eshell-mode):
14202 * forms.el (forms-mode):
14203 * help-mode.el (help-mode):
14204 * hexl.el (hexl-mode):
14205 * ibuffer.el (ibuffer-mode):
14206 * ielm.el (inferior-emacs-lisp-mode):
14207 * info.el (Info-mode, Info-edit-mode):
14208 * international/swedish.el:
14209 * ledit.el (ledit-from-lisp-mode):
14210 * locate.el (locate-mode):
14211 * mail/rmail.el (rmail-mode):
14212 * mail/rmailedit.el (rmail-edit-mode):
14213 * mail/rmailsum.el (rmail-summary-mode):
14214 * mail/supercite.el (sc-electric-mode):
14215 * net/eudc.el (eudc-mode):
14216 * net/quickurl.el (quickurl-list-mode):
14217 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
14218 * obsolete/ooutline.el (outline-mode):
14219 * obsolete/options.el (Edit-options-mode):
14220 * obsolete/rnews.el (news-mode):
14221 * obsolete/rnewspost.el (news-reply-mode):
14222 * play/5x5.el (5x5-mode):
14223 * play/decipher.el (decipher-mode, decipher-stats-mode):
14224 * play/gomoku.el (gomoku-mode):
14225 * play/snake.el (snake-mode):
14226 * play/solitaire.el (solitaire-mode):
14227 * play/tetris.el (tetris-mode):
14228 * progmodes/ada-mode.el (ada-mode):
14229 * progmodes/antlr-mode.el (antlr-mode):
14230 * progmodes/autoconf.el (autoconf-mode):
14231 * progmodes/dcl-mode.el (dcl-mode):
14232 * progmodes/delphi.el (delphi-mode):
14233 * progmodes/ebrowse.el (ebrowse-tree-mode)
14234 (ebrowse-electric-list-mode, ebrowse-member-mode)
14235 (ebrowse-electric-position-mode):
14236 * progmodes/f90.el (f90-mode):
14237 * progmodes/fortran.el (fortran-mode):
14238 * progmodes/icon.el (icon-mode):
14239 * progmodes/idlw-help.el (idlwave-help-mode):
14240 * progmodes/idlw-shell.el (idlwave-shell-mode):
14241 * progmodes/idlwave.el (idlwave-mode):
14242 * progmodes/inf-lisp.el (inferior-lisp-mode):
14243 * progmodes/m4-mode.el (m4-mode):
14244 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
14245 * progmodes/modula2.el (modula-2-mode):
14246 * progmodes/octave-inf.el (inferior-octave-mode):
14247 * progmodes/octave-mod.el (octave-mode):
14248 * progmodes/pascal.el (pascal-mode):
14249 * progmodes/sh-script.el (sh-mode):
14250 * progmodes/sql.el (sql-mode, sql-interactive-mode):
14251 * progmodes/vhdl-mode.el (vhdl-mode):
14252 * progmodes/xscheme.el (scheme-interaction-mode):
14253 * replace.el (occur-mode):
14254 * ses.el (ses-mode):
14255 * simple.el (completion-list-mode):
14256 * skeleton.el:
14257 * speedbar.el (speedbar-mode):
14258 * term.el (term-mode):
14259 * terminal.el (terminal-edit-mode):
14260 * textmodes/reftex-index.el (reftex-index-mode)
14261 (reftex-index-phrases-mode):
14262 * textmodes/reftex-sel.el (reftex-select-label-mode)
14263 (reftex-select-bib-mode):
14264 * textmodes/reftex-toc.el (reftex-toc-mode):
14265 * wdired.el (wdired-change-to-wdired-mode):
14266 * wid-browse.el (widget-browse-mode):
14267 Use run-mode-hooks.
14268
14269 * array.el (array-mode):
14270 * calendar/todo-mode.el (todo-mode):
14271 * man.el (Man-mode):
14272 * play/landmark.el (lm-mode):
14273 * play/mpuz.el (mpuz-mode):
14274 Use kill-all-local-variables and run-mode-hooks.
14275
14276 * subr.el (delay-mode-hooks): Specify indentation.
14277
14278 2005-05-26 Mark A. Hershberger <mah@everybody.org>
14279
14280 * xml.el (xml-substitute-special): Don't die for undefined xml
14281 entities.
14282
14283 2005-05-26 Jay Belanger <belanger@truman.edu>
14284
14285 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
14286 of nil.
14287
14288 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
14289
14290 * progmodes/gdb-ui.el (gdb-frame-address):
14291 Rename from gdb-current-address.
14292 (gdb-previous-frame-address): Rename from gdb-previous-address.
14293 (gdb-selected-frame): Rename from gdb-current-frame.
14294 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
14295 (gdb-frame-number): Rename from gdb-current-stack-level.
14296 (gdb-ann3): Match new mode-name for disassembly buffer.
14297 Extend initialization of variables.
14298 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
14299 (gdb-memory-mode): Use mouse-face in header line.
14300 (gdb-assembler-buffer-name): Call it disassembly and give frame
14301 in mode line.
14302 (gdb-source-spec-regexp, gdb-assembler-custom)
14303 (gdb-invalidate-assembler, gdb-frame-handler):
14304 Make robust to leading zeroes in address format.
14305
14306 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
14307
14308 * textmodes/org.el (org-mode): Use `define-derived-mode' to
14309 define `org-mode'.
14310 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
14311
14312 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
14313
14314 * log-edit.el (log-edit-changelog-entries): Distinguish between
14315 filenames like xfns.c and fns.c.
14316
14317 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
14318
14319 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
14320 point after reverting.
14321 (Buffer-menu-make-sort-button): Handle the case where
14322 `Buffer-menu-use-header-line' is nil.
14323
14324 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
14325
14326 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
14327 New funcs. In minibuffer-local-completion-map bind `]', `/'
14328 and `:' to them.
14329
14330 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14331
14332 * startup.el (normal-top-level): Allow modification of load-path while
14333 we're iterating over it.
14334
14335 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
14336
14337 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
14338 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
14339 (thumbs-resize-interactive, thumbs-insert-image)
14340 (thumbs-insert-thumb, thumbs-dired-show-marked)
14341 (thumbs-find-image-at-point, thumbs-delete-images)
14342 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
14343 (thumbs-increment-image-size, thumbs-decrement-image-size):
14344 Fix typos in docstrings.
14345
14346 2005-05-24 Andre Spiegel <spiegel@gnu.org>
14347
14348 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
14349 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
14350 (cperl-mode): Use them.
14351
14352 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
14353
14354 * window.el (quit-window, shrink-window-if-larger-than-buffer):
14355 Doc fixes.
14356
14357 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
14358
14359 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
14360 Bind C-d to gdb-inferior-io-eof.
14361
14362 * dired.el (dired-dnd-popup-notice): Use message-box.
14363
14364 2005-05-23 Masatake YAMATO <jet@gyve.org>
14365
14366 * bindings.el (mode-line-major-mode-keymap):
14367 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
14368
14369 * faces.el (mode-line-highlight): New face.
14370
14371 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
14372 as mouse-face.
14373
14374 * bindings.el (top-level, help-echo, mode-line-modified)
14375 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
14376 as mouse-face.
14377
14378 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
14379
14380 * progmodes/cc-engine.el (c-guess-basic-syntax):
14381 Remove spurious call to `zerop'.
14382
14383 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
14384
14385 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
14386
14387 CC Mode update to 5.30.10:
14388
14389 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
14390 could go past the limit in decoration level 2, thereby causing
14391 errors during interactive fontification.
14392
14393 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
14394 the file is evaluated interactively.
14395
14396 * cc-engine.el (c-guess-basic-syntax): Handle operator
14397 declarations somewhat better in C++.
14398
14399 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
14400 make use of `run-mode-hooks' which has been added in Emacs 21.1.
14401 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14402 (awk-mode): Use it.
14403 (make-local-hook): Suppress warning about obsoleteness.
14404
14405 * cc-engine.el, cc-align.el, cc-cmds.el
14406 (c-append-backslashes-forward, c-delete-backslashes-forward)
14407 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
14408 Compensate for return value from `forward-line' when it has moved
14409 but not to a different line due to eob.
14410
14411 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
14412 `objc-method-intro' and `objc-method-args-cont'.
14413
14414 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
14415
14416 CC Mode update to 5.30.10:
14417
14418 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
14419 in the copyright statement. Incidentally, change "along with GNU
14420 Emacs" to "along with this program" where it occurs.
14421
14422 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
14423 so that it is interactive, hence can be found by M-x awk-mode
14424 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
14425 <gmorris+emacs@ast.cam.ac.uk>.
14426
14427 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
14428 Mode's regexps.
14429
14430 2005-05-23 Kevin Ryde <user42@zip.com.au>
14431
14432 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
14433 c-parse-state, to avoid a lisp error (on bad code).
14434
14435 2005-05-23 Lute Kamstra <lute@gnu.org>
14436
14437 * subr.el (font-lock-defaults): Remove defvar as it's already
14438 defined in font-core.el.
14439
14440 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
14441
14442 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
14443
14444 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
14445 more general and work when GDB variable "print pretty" is on,
14446 as with Emacs, for example.
14447
14448 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
14449
14450 * font-core.el: Update comment.
14451
14452 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14453 Use `after-change-major-mode-hook' instead of `find-file-hook'.
14454
14455 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
14456
14457 2005-05-22 Eli Zaretskii <eliz@gnu.org>
14458
14459 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
14460 and `yank-handler' in the doc strings.
14461
14462 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14463
14464 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
14465
14466 2005-05-22 Richard M. Stallman <rms@gnu.org>
14467
14468 * help.el (describe-key): Move print-help-return-message call
14469 out of conditional.
14470
14471 * progmodes/etags.el (list-tags): Use with-no-warnings.
14472
14473 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
14474 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
14475 (starttls-extra-args, starttls-extra-arguments): Add defvars.
14476
14477 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
14478
14479 * language/viet-util.el (viet-viscii-nonascii-translation-table):
14480 Add defvar.
14481
14482 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
14483 Use defvar, not defconst.
14484
14485 * hexl.el (hexl-follow-line): Use with-no-warnings.
14486
14487 * emulation/tpu-extras.el: Use write-file-functions instead of
14488 write-file-hooks.
14489
14490 * dired.el (dired-font-lock-keywords): Fontify files with junk
14491 extensions even if marked by -F.
14492
14493 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
14494
14495 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
14496 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
14497 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
14498 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
14499 (concatenate, list-length, get*, getf, cl-remprop):
14500 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
14501 (etypecase, progv, lexical-let, lexical-let*)
14502 (multiple-value-bind, multiple-value-setq, shiftf):
14503 Improve argument/docstring consistency.
14504
14505 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
14506
14507 2005-05-22 Andre Spiegel <spiegel@gnu.org>
14508
14509 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
14510 doesn't exist.
14511
14512 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
14513 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
14514
14515 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
14516
14517 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
14518 already deleted variables: auto-fill-hook, blink-paren-hook,
14519 lisp-indent-hook, inhibit-local-variables, unread-command-event,
14520 suspend-hooks, comment-indent-hook, meta-flag,
14521 before-change-function, after-change-function,
14522 font-lock-doc-string-face.
14523
14524 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
14525
14526 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14527
14528 2005-05-21 Eli Zaretskii <eliz@gnu.org>
14529
14530 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
14531 rmail-dont-reply-to.
14532
14533 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14534
14535 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
14536 literal blank when splitting new-header-values.
14537
14538 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
14539
14540 * calendar/cal-menu.el (cal-menu-update): Add separator as a
14541 string so that tmm doesn't create a completion entry for it.
14542
14543 * textmodes/table.el (table-disable-menu): Ditto.
14544
14545 2005-05-21 Richard M. Stallman <rms@gnu.org>
14546
14547 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
14548
14549 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
14550
14551 * net/rcompile.el (remote-compile): Use compilation-start.
14552
14553 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
14554
14555 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
14556
14557 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
14558 Default to makefile-bsdmake-mode on BSD systems.
14559
14560 * imenu.el (imenu-generic-expression, imenu--generic-function'):
14561 REGEXP may also be a search function now. The part of doc-string
14562 for describing the structure was 95% identical to that of
14563 `imenu--generic-function'. Unify it there.
14564
14565 * progmodes/make-mode.el (makefile-imenu-generic-expression):
14566 Use function to find dependencies, because regexp alone is so complex,
14567 it easily goes into an endless loop.
14568 (makefile-makepp-mode): Also add submenu for Perl functions
14569 defined in the makefile.
14570 (makefile-bsdmake-mode): Special imenu-generic-expression no
14571 longer needed, due to function call.
14572 (makefile-match-dependency): Take BOUND into account when checking
14573 if we're through.
14574
14575 2005-05-20 Jay Belanger <belanger@truman.edu>
14576
14577 * calc/calc-units.el (calc-invalidate-units-table):
14578 Use inhibit-read-only.
14579 (math-build-units-table-buffer): Use view-mode.
14580
14581 2005-05-20 David Kastrup <dak@gnu.org>
14582
14583 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
14584 easy-menu-add is not a nop on Emacs; and clarify when to call it.
14585
14586 2005-05-20 Lute Kamstra <lute@gnu.org>
14587
14588 * diff-mode.el (diff-header-face, diff-file-header-face)
14589 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14590 (diff-added-face, diff-changed-face, diff-function-face)
14591 (diff-context-face, diff-nonexistent-face): Put them in the
14592 diff-mode customization group.
14593
14594 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14595
14596 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
14597
14598 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
14599
14600 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
14601 Minor regexp-optimization.
14602
14603 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
14604
14605 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
14606 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
14607 (org-agenda-add-time-grid-maybe): New function.
14608 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
14609 (org-table-create): `dotimes' instead of `mapcar'.
14610 (org-xor): Simplify implementation.
14611 (org-agenda): `inhibit-redisplay' turned on.
14612 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
14613 a consistent line after a state change.
14614 (org-agenda-remove-times-when-in-prefix): New option.
14615 (org-prefix-has-time): New variable.
14616 (org-parse-time-string): Optional argument NODEFAULT.
14617 (org-format-agenda-item): Parse items for time-of-day
14618 specifications and move these into the prefix if possible.
14619 (org-agenda-priority): Get current heading, not previous heading
14620 during agenda remote editing.
14621
14622 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
14623
14624 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
14625 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
14626 (remove-duplicates, delete-duplicates, substitute)
14627 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
14628 (nsubstitute-if-not, find, find-if, find-if-not, position)
14629 (position-if, position-if-not, count, count-if, count-if-not)
14630 (mismatch, search, sort*, stable-sort, merge, member*)
14631 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
14632 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
14633 (intersection, nintersection, set-difference, nset-difference)
14634 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
14635 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
14636 (nsublis, tree-equal): Improve argument/docstring consistency.
14637
14638 * subr.el (send-string, send-region): Remove obsolescence declaration.
14639 (window-dot, set-window-dot, read-input, show-buffer)
14640 (eval-current-buffer, string-to-int):
14641 Add release number to obsolescence declarations.
14642
14643 2005-05-19 Kim F. Storm <storm@cua.dk>
14644
14645 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
14646 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
14647
14648 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
14649
14650 * faces.el (list-faces-display): Make back button respect optional
14651 regexp arg.
14652
14653 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
14654
14655 * calculator.el (calculator-radix-grouping-mode)
14656 (calculator-radix-grouping-digits, calculator-displayer)
14657 (calculator-radix-grouping-separator, calculator-copy-displayer):
14658 * dabbrev.el (dabbrev-search-these-buffers-only):
14659 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
14660 (diff-advance-after-apply-hunk, diff-mode-hook)
14661 (diff-minor-mode-prefix):
14662 * imenu.el (imenu-use-popup-menu):
14663 * jit-lock.el (jit-lock-context-time):
14664 * newcomment.el (comment-fill-column, comment-column)
14665 (comment-style, comment-padding, comment-multi-line)
14666 (comment-empty-lines, comment-auto-fill-only-comments):
14667 * reveal.el (reveal-around-mark):
14668 * uniquify.el (uniquify-buffer-name-style)
14669 (uniquify-after-kill-buffer-p)
14670 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
14671 (uniquify-min-dir-content, uniquify-separator)
14672 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
14673 * w32-vars.el (w32-fixed-font-alist):
14674 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
14675 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
14676 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
14677 * progmodes/perl-mode.el (perl-indent-level)
14678 (perl-continued-statement-offset, perl-continued-brace-offset)
14679 (perl-brace-offset, perl-brace-imaginary-offset)
14680 (perl-label-offset, perl-indent-continued-arguments)
14681 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
14682 * progmodes/tcl.el (tcl-indent-level)
14683 (tcl-continued-indent-level, tcl-auto-newline)
14684 (tcl-tab-always-indent, tcl-electric-hash-style)
14685 (tcl-help-directory-list, tcl-use-smart-word-finder)
14686 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
14687 (inferior-tcl-source-command):
14688 * textmodes/fill.el (enable-kinsoku):
14689 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
14690 * textmodes/table.el (table-yank-handler):
14691 Specify missing group (and type, if simple) in defcustom.
14692
14693 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
14694
14695 * progmodes/compile.el (compilation-finish-function): Fix defvar.
14696
14697 2005-05-19 Richard M. Stallman <rms@gnu.org>
14698
14699 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
14700
14701 * subr.el (event-basic-type): Don't get an error.
14702 (left-fringe-p): Function deleted.
14703
14704 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
14705 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
14706
14707 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
14708 in recursive copy.
14709
14710 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
14711
14712 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
14713
14714 * emacs-lisp/bytecomp.el
14715 (byte-compile-file-form-custom-declare-variable):
14716 Call byte-compile-nogroup-warn if appropriate.
14717
14718 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
14719 (compilation-set-window): Don't call left-fringe-p; do it directly.
14720
14721 2005-05-19 Jay Belanger <belanger@truman.edu>
14722
14723 * calc/calc-graph.el (calc-graph-format-data): Make sure
14724 var-PlotRejects is bound before trying to check its value.
14725
14726 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
14727
14728 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
14729 definition of this variable from reftex-global.el to reftex.el,
14730 because it is needed in the menu.
14731
14732 2005-05-19 Lute Kamstra <lute@gnu.org>
14733
14734 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
14735 years are fixed. Don't insert a space after a dash.
14736
14737 2005-05-19 Kim F. Storm <storm@cua.dk>
14738
14739 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
14740
14741 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
14742
14743 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
14744 strings, because (eq ... ?\\) is fairly frequent.
14745
14746 * progmodes/make-mode.el (makefile-add-this-line-targets):
14747 Simplify and integrate into `makefile-pickup-targets'.
14748 (makefile-add-this-line-macro): Simplify and integrate into
14749 `makefile-pickup-macros.
14750 (makefile-pickup-filenames-as-targets): Simplify.
14751 (makefile-previous-dependency, makefile-match-dependency):
14752 Don't stumble over `::'.
14753
14754 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
14755
14756 * subr.el (post-command-idle-hook, post-command-idle-delay):
14757 Remove obsoletion of post-command-idle-hook and
14758 post-command-idle-delay.
14759
14760 * faces.el (list-faces-display): Provide button when describe-face
14761 is called to take user back to the list of faces.
14762
14763 * help-fns.el (describe-variable): Remove hyperlinks in a
14764 variable's value as these are quite frequently inappropriate.
14765
14766 * follow.el (follow-submit-feedback, follow-mode):
14767 Remove references to post-command-idle-hook.
14768
14769 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
14770
14771 * progmodes/make-mode.el (makefile-previous-dependency)
14772 (makefile-match-dependency): Check for := (and in bsd mode also
14773 !=) to give a better result, even when font-lock is not on.
14774
14775 2005-05-18 Jay Belanger <belanger@truman.edu>
14776
14777 * calc/calc-help.el (calc-s-prefix-help):
14778 Add `calc-copy-special-constant' to help string.
14779
14780 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
14781
14782 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14783
14784 2005-05-18 Jay Belanger <belanger@truman.edu>
14785
14786 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
14787 in linear factors are in proper order.
14788
14789 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
14790
14791 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14792 Support for jurabib.
14793
14794 * textmodes/reftex.el (featurep): Define aliases for overlay
14795 commands, for XEmacs compatibility, and use these aliases in
14796 overlay initializations.
14797 (reftex-highlight): Use `reftex-move-overlay'.
14798 (reftex-unhighlight): Use `reftex-delete-overlay'.
14799 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
14800 (reftex-access-search-path): Use `reftex-uniquify' instead of
14801 `reftex-uniq'
14802
14803 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
14804 `before-string' property modification enables for Emacs as well.
14805 (reftex-select-item): Use `reftex-delete-overlay'.
14806 (reftex-select-mark): Use `reftex-make-overlay' and
14807 `reftex-overlay-put'.
14808 (reftex-select-unmark): Use `reftex-delete-overlay' and
14809 `reftex-overlay-put'.
14810
14811 2005-05-18 Lute Kamstra <lute@gnu.org>
14812
14813 * emacs-lisp/lisp.el (check-parens): Fix docstring.
14814
14815 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
14816
14817 * add-log.el (add-change-log-entry):
14818 * array.el (array-make-template, array-reconfigure-rows)
14819 (array-init-max-row, array-init-max-column)
14820 (array-init-columns-per-line, array-init-field-width):
14821 * replace.el (replace-match-maybe-edit, perform-replace):
14822 * textmodes/spell.el (spell-region):
14823 Replace `read-input' by `read-string'.
14824
14825 * forms.el (forms-mode):
14826 * finder.el (finder-compile-keywords):
14827 * shadowfile.el (shadow-read-files):
14828 Replace `eval-current-buffer' by `eval-buffer'.
14829
14830 * terminal.el (te-pass-through):
14831 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
14832 (ange-ftp-raw-send-cmd):
14833 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
14834 (send-process-next-char, telnet-initial-filter, telnet):
14835 Replace `send-string' by `process-send-string'.
14836
14837 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
14838 (prolog-consult-region): Replace `send-string' by
14839 `process-send-string'; replace `send-region' by `process-send-region'.
14840
14841 * progmodes/delphi.el (delphi-log-msg):
14842 Replace `set-window-dot' by `set-window-point'.
14843
14844 * subr.el (window-dot, set-window-dot, read-input, send-string)
14845 (send-region, show-buffer, eval-current-buffer):
14846 Make really obsolete, as the comment says.
14847
14848 2005-05-17 Kim F. Storm <storm@cua.dk>
14849
14850 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
14851 (cua--init-keymaps): Bind C-return instead of S-return to set
14852 rectangle mark.
14853
14854 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
14855 instead of S-return to toggle/clear rectangle mark.
14856
14857 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
14858
14859 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
14860 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
14861 Also fontify plain strings assigned to variables, mostly so that a
14862 colon has a face and is thus not taken as a dependency separator.
14863 (makefile-previous-dependency): Inline the new matcher, because it
14864 is too complex to work in both directions.
14865 (makefile-match-dependency): Eliminate `backward' arg (see above).
14866 Completely reimplemented so as to not sometimes go into an endless
14867 loop. It should also be more efficient, because first it only
14868 searches for `:', instead of applying the very complex regexp.
14869 (makefile-mode): Cancel `font-lock-support-mode', because blocks
14870 to be fontified in one piece can be too long for JIT.
14871 Makefiles are never *that* big.
14872
14873 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
14874
14875 * dired.el (dired-mode): Simplify.
14876
14877 2005-05-17 Lute Kamstra <lute@gnu.org>
14878
14879 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
14880 defcustom for the mode hook variable.
14881
14882 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
14883 Emacs Lisp Reference Manual.
14884
14885 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
14886
14887 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
14888 (evenp, list*):
14889 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
14890 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
14891
14892 * net/tramp-smb.el (tramp-smb-open-connection):
14893 Pass `tramp-chunksize' as fifth (required) argument.
14894
14895 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
14896
14897 * font-lock.el (lisp-font-lock-keywords-1):
14898 Set `font-lock-negation-char-face' for [^...] char group.
14899 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
14900
14901 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
14902 a var, and refine it to mask one more level of nested vars.
14903 (makefile-rule-action-regex): Turn it into a var, and refine it so
14904 it recognizes backslashed continuation lines as belonging to the
14905 same command.
14906 (makefile-macroassign-regex): Refine it so it recognizes
14907 backslashed continuation lines as belonging to the same command.
14908 (makefile-var-use-regex): Don't look at the next char, because it
14909 might be the same one to be skipped by the initial [^$], leading
14910 to an overlooked variable use.
14911 (makefile-make-font-lock-keywords): Remove two parameters, which
14912 are now variables that some of the modes set locally.
14913 Handle dependency and rule action matching through functions, because
14914 regexps alone match too often. Dependency matching now comes
14915 last, so it can check, whether a colon already matched something else.
14916 (makefile-mode): Inform that font-lock improves makefile parsing
14917 capabilities.
14918 (makefile-match-dependency, makefile-match-action): New functions.
14919
14920 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
14921
14922 * emacs-lisp/cl-extra.el (equalp): Doc fix.
14923
14924 * align.el (align-regexp):
14925 * ansi-color.el (ansi-color-get-face):
14926 * array.el (array-reconfigure-rows, array-init-max-row)
14927 (array-init-max-column, array-init-columns-per-line)
14928 (array-init-field-width):
14929 * dired-aux.el (dired-trample-file-versions):
14930 * dired-x.el (dired-mark-sexp):
14931 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
14932 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
14933 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
14934 * faces.el (face-read-integer):
14935 * files.el (backup-extract-version, insert-directory):
14936 * hexl.el (hexl-insert-decimal-char):
14937 * server.el (server-process-filter):
14938 * shell.el (shell-extract-num):
14939 * startup.el (command-line-1):
14940 * term.el (term-command-hook):
14941 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
14942 (time-stamp-do-number):
14943 * time.el (display-time-update):
14944 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
14945 (timezone-fix-time):
14946 * vms-patch.el (vms-suspend-resume-hook):
14947 * calendar/appt.el (appt-convert-time):
14948 * calendar/cal-bahai.el (mark-bahai-diary-entries):
14949 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14950 * calendar/cal-islam.el (mark-islamic-diary-entries):
14951 * calendar/calendar.el (calendar-cursor-to-date)
14952 (calendar-star-date):
14953 * calendar/diary-lib.el (diary-attrtype-convert)
14954 (mark-diary-entries, diary-entry-time):
14955 * calendar/solar.el (solar-get-number):
14956 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
14957 * emacs-lisp/re-builder.el (reb-display-subexp):
14958 * emulation/edt.el (edt-set-scroll-margins):
14959 * emulation/tpu-extras.el (tpu-set-scroll-margins):
14960 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
14961 (vip-get-ex-count):
14962 * emulation/viper-ex.el (viper-get-ex-token)
14963 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
14964 * international/fontset.el (fontset-plain-name):
14965 * mail/feedmail.el (feedmail-look-at-queue-directory):
14966 * mail/mailalias.el (mail-get-names):
14967 * mail/rmail.el (rmail-convert-to-babyl-format):
14968 * mail/rmailsum.el (rmail-make-basic-summary-line)
14969 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
14970 (rmail-summary-goto-msg):
14971 * mail/smtpmail.el (smtpmail-read-response):
14972 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
14973 (ange-ftp-vms-add-file-entry):
14974 * play/gametree.el (gametree-looking-at-ply)
14975 (gametree-current-branch-score):
14976 * progmodes/ada-xref.el (ada-prj-find-prj-file)
14977 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
14978 * progmodes/cperl-mode.el (condition-case):
14979 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
14980 (ebrowse-set-member-buffer-column-width)
14981 (ebrowse-select-1st-to-9nth):
14982 * progmodes/etags.el (etags-snarf-tag):
14983 * progmodes/flymake.el (flymake-parse-line):
14984 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
14985 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
14986 (idlwave-shell-menu-def):
14987 * progmodes/ps-mode.el (ps-run-goto-error):
14988 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
14989 (vhdl-speedbar-contract-level):
14990 * term/mac-win.el (x-handle-numeric-switch):
14991 * term/sun-mouse.el (sun-get-frame-data):
14992 * term/w32-win.el (x-handle-numeric-switch):
14993 * term/x-win.el (x-handle-numeric-switch):
14994 * textmodes/ispell.el (ispell-parse-output):
14995 * textmodes/nroff-mode.el (nroff-outline-level):
14996 * textmodes/reftex-cite.el (reftex-bib-sort-year)
14997 (reftex-bib-sort-year-reverse, reftex-format-citation):
14998 * textmodes/reftex-parse.el (reftex-init-section-numbers)
14999 (reftex-section-number):
15000 * textmodes/texinfmt.el (texinfo-paragraphindent):
15001 Replace `string-to-int' by `string-to-number'.
15002
15003 * international/latexenc.el: Add page marker to force the "Local
15004 Variables:" string out of the last page.
15005
15006 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
15007
15008 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
15009 tooltip-change-major-mode.
15010 (gud-tooltip-print-command): Remove case where gud-minor-mode
15011 is gdb ("--fullname").
15012 (gud-tooltip-tips): Turn GUD tooltips off for this case and
15013 explain to user.
15014
15015 2005-05-16 Jay Belanger <belanger@truman.edu>
15016
15017 * calc/calc-store.el (calc-copy-special-constant): New function.
15018
15019 * calc/calc-ext.el (calc-init-extensions): Add binding for
15020 `calc-copy-special-constant'.
15021
15022 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
15023 for the `calc-copy-special-constant' command.
15024
15025 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
15026
15027 * subr.el (left-fringe-p): New function.
15028
15029 * progmodes/compile.el (compilation-setup): Set local value of
15030 overlay-arrow-string to "" always.
15031 (compilation-set-window): Left fringe then don't scroll.
15032 No left fringe then no arrow and scroll message to top.
15033 (compilation-context-lines): Adjust doc string accordingly.
15034
15035 2005-05-16 Kim F. Storm <storm@cua.dk>
15036
15037 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15038 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
15039 (ido-wide-find-dir-or-delete-dir): New command for M-d.
15040 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
15041 (ido-read-file-name): Handle commands with ido property value
15042 equal to find-file as reading a file name, to allow C-d to enter dired.
15043 (ibuffer-find-file): Add ido property with value find-file.
15044
15045 2005-05-15 Kim F. Storm <storm@cua.dk>
15046
15047 * subr.el (open-network-stream-nowait): Remove.
15048 (open-network-stream-server): Remove.
15049
15050 2005-05-15 Richard M. Stallman <rms@gnu.org>
15051
15052 * faces.el (describe-face): Output a definition link button.
15053
15054 * help-mode.el (help-face-def): New button type.
15055
15056 * emacs-lisp/copyright.el (copyright-fix-years):
15057 Match properly if the first year is 2-digit.
15058 Don't mess up the whitespace after the years by filling.
15059
15060 * dired-aux.el (dired-mark-confirm):
15061 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
15062
15063 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
15064 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
15065 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
15066
15067 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15068 Set font-lock-comment-start-skip.
15069
15070 * font-lock.el (font-lock-comment-start-skip): New variable.
15071 (font-lock-comment-end-skip): New variable.
15072 (font-lock-fontify-syntactically-region): Use them if non-nil.
15073
15074 2005-05-15 Jay Belanger <belanger@truman.edu>
15075
15076 * calc/calc-store.el (calc-store-value): Return a string rather
15077 than display it as a message.
15078 Use calc-var-name for variable name.
15079 (calc-store-into): Add the result of calc-store-value to message.
15080 (calc-copy-variable): Add a message.
15081 (calc-store-exchange): Improve error messages.
15082 (calc-store-binary, calc-store-map): Don't reset the values of
15083 special constants.
15084
15085 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
15086
15087 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
15088 manual to docstring.
15089
15090 * files.el (hack-local-variables-confirm): Add STRING argument.
15091 Make the function handle non file visiting buffers correctly.
15092 (hack-local-variables-prop-line, hack-local-variables)
15093 (hack-one-local-variable): Use STRING arg of
15094 `hack-local-variables-confirm'.
15095
15096 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
15097
15098 Sync with Tramp 2.0.49.
15099
15100 * net/tramp.el (tramp-handle-dired-call-process)
15101 (tramp-handle-insert-directory):`insert-buffer' cannot be used
15102 because the contents of the Tramp buffer is changed before
15103 insertion (`expand-file' and alike).
15104 (tramp-handle-insert-directory): If `localname' has an empty
15105 nondirectory name, it must not be quoted.
15106 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
15107 variable `tramp-chunksize'. Change callees.
15108 (tramp-open-connection-setup-interactive-shell): Check remote host
15109 for buggy `send-process-string' implementation.
15110 Set `tramp-chunksize' if found. Reported by Michael Kifer
15111 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
15112 (tramp-handle-shell-command): `insert-buffer' cannot be used
15113 because the contents of the Tramp buffer is changed before
15114 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
15115 <frederic.bothamy@free.fr>.
15116 (tramp-set-auto-save): Actions should be done for Tramp file name
15117 handler only. Ange-FTP has its own auto-save mechanism.
15118 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15119 (tramp-set-auto-save-file-modes): Set file modes of
15120 `buffer-auto-save-file-name' to ?\600 as fallback solution.
15121 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
15122 (tramp-bug): Remove obsolete variable.
15123 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
15124 for presence of `mml-mode'. Make it running for older Emacsen as well.
15125
15126 2005-05-14 John Paul Wallington <jpw@pobox.com>
15127
15128 * ibuf-ext.el (define-ibuffer-filter filename):
15129 If `dired-directory' is a list, use its car.
15130
15131 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
15132
15133 * ibuffer.el (define-ibuffer-column filename):
15134 If `dired-directory' is a list, use its car.
15135
15136 2005-05-14 Richard M. Stallman <rms@gnu.org>
15137
15138 * subr.el (symbol-file): Doc fix.
15139
15140 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
15141 (byte-compile-form): Call byte-compile-nogroup-warn.
15142 (byte-compile-warning-types): Doc fix.
15143
15144 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
15145
15146 * progmodes/cc-engine.el (c-literal-faces):
15147 Add font-lock-comment-delimiter-face.
15148
15149 * net/net-utils.el (dig): Use with-no-warnings.
15150
15151 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
15152 (sc-recite-frame-alist, sc-default-cite-frame)
15153 (sc-default-uncite-frame, sc-default-recite-frame)
15154 (sc-attrib-selection-list, sc-rewrite-header-list):
15155 Mark as risky-local-variable.
15156
15157 * international/ogonek.el (ogonek-jak, ogonek-how):
15158 Don't use beginning-of-buffer.
15159
15160 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
15161
15162 * calendar/solar.el (solar-data-list): Move definition up.
15163
15164 * dnd.el (dnd-protocol-alist): Add autoload.
15165
15166 * progmodes/sh-script.el: Many doc usage fixes.
15167 (sh-indent-after-do): Change default to match common styles.
15168
15169 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
15170
15171 * files.el (interpreter-mode-alist)
15172 (auto-mode-interpreter-regexp): Doc fixes.
15173
15174 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
15175
15176 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
15177
15178 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
15179
15180 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15181
15182 * dired.el (dired-mode): make-variable-buffer-local =>
15183 make-local-variable.
15184
15185 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15186
15187 * term/mac-win.el (mac-select-convert-to-string): Try coding
15188 systems in mac-script-code-coding-systems if specified one cannot
15189 encode string for `com.apple.traditional-mac-plain-text'.
15190
15191 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
15192
15193 * progmodes/make-mode.el (makefile-targets-face)
15194 (makefile-shell-face, makefile-makepp-perl-face): New faces.
15195 (makefile-dependency-regex): Fix it to not make the colon in
15196 $(var:a=b) special.
15197 (makefile-rule-action-regex): New regexp for highlighting embedded
15198 Shell strings.
15199 (makefile-macroassign-regex): Handle != for highlighting as
15200 embedded Shell strings.
15201 (makefile-var-use-regex): New const.
15202 (makefile-statements, makefile-automake-statements)
15203 (makefile-gmake-statements, makefile-makepp-statements)
15204 (makefile-bsdmake-statements): New consts.
15205 (makefile-make-font-lock-keywords): New function.
15206 (makefile-automake-font-lock-keywords)
15207 (makefile-gmake-font-lock-keywords)
15208 (makefile-makepp-font-lock-keywords)
15209 (makefile-bsdmake-font-lock-keywords): New consts.
15210 (makefile-mode-map): Add switchers between the various submodes.
15211 (makefile-mode): Document the availability of the variants.
15212 (makefile-automake-mode, makefile-gmake-mode)
15213 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
15214
15215 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
15216 new variants of makefile-mode.
15217
15218 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15219
15220 * font-lock.el (font-lock-comment-delimiter-face): Fix up
15221 the inheritance.
15222
15223 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
15224
15225 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
15226 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
15227
15228 * files.el (normal-mode): Extend the scope of the
15229 `enable-local-variables' binding to include the `set-auto-mode' call.
15230 (magic-mode-alist): Doc fix.
15231
15232 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15233
15234 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
15235 font-lock-comment-face rather than copying its setting.
15236
15237 2005-05-12 Andreas Schwab <schwab@suse.de>
15238
15239 * eshell/esh-mode.el (eshell-send-input): Doc fix.
15240
15241 2005-05-12 Lute Kamstra <lute@gnu.org>
15242
15243 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
15244 defcustom for the mode hook variable. Delete the last argument.
15245 * generic-x.el: Fix callers of define-generic-mode.
15246 (generic-x-modes): Delete group.
15247 (show-tabs-tab-face, show-tabs-space-face): Put them in the
15248 generic-x customization group.
15249
15250 2005-05-12 Kim F. Storm <storm@cua.dk>
15251
15252 * font-lock.el (font-lock-negation-char-face): Default to "off".
15253
15254 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
15255 font-lock-negation-char-face to ! in !=.
15256
15257 2005-05-12 Masatake YAMATO <jet@gyve.org>
15258
15259 * add-log.el (find-change-log): Fix typos in the docstring
15260 of function.
15261
15262 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15263
15264 * international/latexenc.el (latexenc-find-file-coding-system):
15265 Avoid `re-search-forward' when looking for input encoding because
15266 of speed and safety. Better regular expressions for recognizing
15267 input encoding. Limit a search for TeX-master/tex-main-file to
15268 the local variable section.
15269
15270 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
15271
15272 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
15273 syntax of $ to "'" (quote).
15274
15275 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
15276
15277 * dnd.el (dnd-protocol-alist): Improve custom type.
15278
15279 * dired.el (dired-dnd-protocol-alist): New variable.
15280 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
15281 `dired-mode-hook' to the end.
15282
15283 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15284
15285 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
15286 comment-end if comment-start-skip is not set.
15287 Obey the font-lock-comment-delimiter-face variables.
15288
15289 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15290
15291 * files.el (executable-find): Move from executable.el. Use
15292 locate-file.
15293 * progmodes/executable.el (executable-find): Move to files.el.
15294
15295 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
15296 when trying to ensure forward progress.
15297
15298 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
15299
15300 * mouse-sel.el (mouse-sel-follow-link-p): New function.
15301 (mouse-select, mouse-select-internal, mouse-extend-internal):
15302 Use it to implement mouse-1-click-follows-link functionality.
15303
15304 2005-05-11 Richard M. Stallman <rms@gnu.org>
15305
15306 * font-lock.el (font-lock-fontify-syntactically-region):
15307 Use font-lock-comment-delimiter-face for comment delimiters.
15308
15309 2005-05-10 Jay Belanger <belanger@truman.edu>
15310
15311 * calc/calc-help.el (calc-m-prefix-help): Add mention of
15312 preserving embedded modes.
15313
15314 2005-05-10 Richard M. Stallman <rms@gnu.org>
15315
15316 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
15317
15318 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
15319 Move from ada-stmt.el.
15320 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
15321
15322 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
15323 Move to ada-mode.el.
15324 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
15325
15326 * cus-edit.el (custom-file): Call file-chase-links.
15327
15328 * files.el (read-directory-name): Fix previous change.
15329 (hack-local-variables-confirm): New function.
15330 (hack-local-variables-prop-line, hack-local-variables)
15331 (hack-one-local-variable): Use it.
15332
15333 2005-05-10 Lute Kamstra <lute@gnu.org>
15334
15335 * font-lock.el (font-lock-keywords-alist)
15336 (font-lock-removed-keywords-alist): Clarify docstrings.
15337
15338 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
15339
15340 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
15341 (gdb-source-info): Check for preprocessor info.
15342 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
15343 a macro for a function.
15344 (gdb-info-breakpoints-custom): Try to find file again if not already
15345 found (user might have used GDB dir command).
15346 (gdb-get-location): Update gdb-location-alist correctly for change
15347 to gdb-info-breakpoints-custom.
15348
15349 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
15350 (gud-tooltip-print-command): Add gdbmi case.
15351 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
15352 preprocessor info.
15353
15354 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
15355
15356 * startup.el (fancy-splash-insert): Fix typo in doc string.
15357
15358 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
15359
15360 * obsolete/float.el (string-to-float):
15361 * obsolete/hilit19.el (hilit-add-pattern):
15362 * obsolete/rnews.el (news-parse-range, news-select-message)
15363 (news-get-pruned-list-of-files): Replace `string-to-int' by
15364 `string-to-number'.
15365
15366 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
15367 `find-file-not-found-hooks'; use `add-hook'.
15368 (uncompress-while-visiting): Set `write-file-functions', not
15369 `write-file-hooks'; use `add-hook'.
15370
15371 2005-05-09 Kim F. Storm <storm@cua.dk>
15372
15373 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
15374 (cua-paste): Handle clipboard action.
15375 (cua--init-keymaps): Remap clipboard-kill-region and
15376 clipboard-kill-ring-save.
15377
15378 2005-05-08 Eli Zaretskii <eliz@gnu.org>
15379
15380 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15381 Improve commentary.
15382
15383 * simple.el (next-error-overlay-arrow-position): Revert the change
15384 made on 2005-04-30.
15385
15386 2005-05-07 Jay Belanger <belanger@truman.edu>
15387
15388 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
15389 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
15390 `calc-sel-reselect'.
15391
15392 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
15393 Calc is in embedded mode.
15394
15395 2005-05-07 Eli Zaretskii <eliz@gnu.org>
15396
15397 * progmodes/compile.el (compilation-setup):
15398 Set overlay-arrow-string to an empty string on text terminals.
15399
15400 * textmodes/ispell.el (ispell-program-name): Try looking for
15401 "aspell" along exec-path, and if found, use it as the default
15402 speller program.
15403
15404 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
15405
15406 * international/mule.el (sgml-xml-auto-coding-function):
15407 Recognize encoding='FOO' in single quotes as well as in double quotes.
15408
15409 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15410
15411 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
15412 as well as `interactive', so that defmacro* would recognize
15413 `declare' forms.
15414
15415 2005-05-07 Eli Zaretskii <eliz@gnu.org>
15416
15417 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15418 Explain more about the LIGHTER arg's usage in the doc string.
15419 Add commentary to clarify what the code does. Fix the regexp that
15420 strips whitespace from LIGHTER. Quote LIGHTER before using it,
15421 since it could have characters special to regular expressions.
15422
15423 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
15424
15425 * replace.el (occur-1): Bind inhibit-read-only so that
15426 erase-buffer doesn't barf on read-only text properties (likewise
15427 for add-text-properties in occur-engine). Mark buffer as unmodified.
15428 (occur-engine): Don't set buffer-read-only here.
15429
15430 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15431
15432 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
15433 list-buffers-directory. This caused the *cvs-commit* buffer to be
15434 sometimes mistakenly reused as a *cvs* buffer.
15435
15436 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
15437
15438 * tooltip.el: Move code for GUD tooltips into gud.el.
15439 (require): CL no longer needed to compile case.
15440 (tooltip-mode): Do not toggle functions for GUD tooltips.
15441 (tooltip-gud-tips-p): Remove. Replace with minor mode
15442 gud-tooltip-mode in gud.el.
15443 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
15444 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
15445 tooltip-gud prefix with gud-tooltip and obsolete.
15446 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
15447 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
15448 (tooltip-mouse-motion): Mouse movement functions/variable.
15449 Rename in gud.el by adding gud prefix.
15450 (tooltip-gud-original-filter, tooltip-gud-dereference)
15451 (tooltip-gud-event, tooltip-toggle-gud-tips)
15452 (tooltip-gud-process-output, tooltip-gud-print-command)
15453 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
15454 gud.el by replacing tooltip-gud prefix with gud-tooltip.
15455 (gdb-tooltip-print): Move to gdb-ui.el.
15456
15457 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
15458 (require): CL needed to compile case.
15459 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
15460 tooltip-gud-tips-p. Make it a minor-mode.
15461 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
15462 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
15463 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
15464 (gud-tooltip-change-major-mode)
15465 (gud-tooltip-activate-mouse-motions-if-enabled)
15466 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
15467 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
15468 (gud-tooltip-original-filter, gud-tooltip-dereference)
15469 (gud-tooltip-event, tooltip-toggle-gud-tips)
15470 (gud-tooltip-process-output, gud-tooltip-print-command)
15471 (gud-tooltip-tips): Move from tooltip.el.
15472
15473 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
15474 (gdb-cpp-define-alist-flags): Doc fix.
15475 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
15476 gud-tooltip-mode is t.
15477
15478 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15479
15480 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
15481 evaporate if their text is deleted.
15482 (goto-address-at-point): Make it work as a mouse binding as well.
15483 (goto-address-at-mouse): Obsolete it. Update users.
15484
15485 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
15486
15487 * calendar/appt.el (top-level): No longer activate on load.
15488
15489 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
15490
15491 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15492 * net/webjump.el (webjump):
15493 * progmodes/idlw-help.el (idlwave-do-context-help1)
15494 (idlwave-highlight-linked-completions):
15495 * textmodes/po.el (po-find-file-coding-system-guts):
15496 Replace `assoc-ignore-case' by `assoc-string'.
15497
15498 2005-05-06 Eli Zaretskii <eliz@gnu.org>
15499
15500 * files.el (locate-file): Doc fix.
15501
15502 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
15503 Remove the redundant test for ms-dos.
15504
15505 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
15506 look for the preprocessor with exec-suffixes. If not found in
15507 standard places, look in exec-path. Remove most of the tests that
15508 used system-type.
15509
15510 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
15511
15512 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
15513
15514 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
15515 file-name clash with jka-compr.el on 8+3 filesystems.
15516
15517 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15518
15519 * term/mac-win.el: Don't define or bind scroll bar functions if
15520 x-toolkit-scroll-bars is t.
15521 (x-select-text, x-get-selection-value): Clear
15522 x-last-selected-text-clipboard if x-select-enable-clipboard is
15523 nil.
15524 (PRIMARY): Put mac-scrap-name property.
15525 (mac-select-convert-to-file-url): New function.
15526 (public.file-url): New selection target type. Add to
15527 selection-converter-alist.
15528 (x-get-selection, x-selection-value): Handle it.
15529 (x-cut-buffer-or-selection-value): New alias.
15530
15531 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15532
15533 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
15534 entry to avoid calling bibtex-find-entry with arg global
15535 being t. Remove arg key.
15536 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
15537 (bibtex-copy-summary-as-kill): Change accordingly.
15538
15539 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15540
15541 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
15542 (org-agenda-date-later): Use with-current-buffer.
15543
15544 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
15545
15546 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
15547 (define-obsolete-variable-alias): Doc Fixes.
15548
15549 2005-05-06 Kim F. Storm <storm@cua.dk>
15550
15551 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
15552 vertical-motion when selective-display is active.
15553
15554 * ido.el (ido-setup-hook): New hook.
15555 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
15556 (ido-input-stack): New var.
15557 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
15558 ido-next-work-file binding to M-O.
15559 Bind M-f to ido-wide-find-file-or-pop-dir.
15560 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
15561 (ido-read-internal): Run ido-setup-hook.
15562 Catch quit in read-file-name and read-string to cancel edit.
15563 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
15564 Automatically pop-all when completing a directory name (RET).
15565 (ido-file-internal): Add with-no-warnings around ffap and dired code.
15566 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
15567 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
15568 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
15569 New functions for M-b/M-f to move among the directory components.
15570 (ido-make-merged-file-list): Catch quit to cancel merge.
15571 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
15572 (ido-completion-help): No warnings for ido-completion-buffer-full.
15573
15574 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
15575
15576 * font-lock.el (font-lock-negation-char-face): New face and variable.
15577 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
15578 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
15579 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
15580 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
15581
15582 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
15583
15584 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
15585 Fix typo in docstring.
15586
15587 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
15588 (ebrowse-print-statistics-line)
15589 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
15590
15591 * term/w32-win.el (image-library-alist): Add additional name for
15592 Xpm library.
15593
15594 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
15595
15596 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
15597 use gcc instead of cpp.
15598
15599 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
15600 (gdb-create-define-alist): Use it.
15601 (gdb-cpp-define-alist-program): Update for MS-DOS.
15602
15603 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
15604
15605 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
15606
15607 2005-05-04 Richard M. Stallman <rms@gnu.org>
15608
15609 * help.el (describe-key): No error when UNTRANSLATED is nil.
15610
15611 * simple.el (line-move-1): Fix previous change to signal errors
15612 appropriately.
15613
15614 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
15615
15616 * calendar/icalendar.el (icalendar-version): Now at 0.12.
15617 (icalendar-duration-correction): Remove.
15618 (icalendar--get-event-properties): Split result at commas.
15619 (icalendar--decode-isoduration): New optional argument
15620 DURATION-CORRECTION.
15621 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
15622 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
15623 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
15624 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
15625 (icalendar--convert-anniversary-to-ical): New functions, extracted
15626 from icalendar-export-region, with bug fixes.
15627 (icalendar-export-region): Use the above functions.
15628 (icalendar-import-buffer): Check before saving diary file.
15629 (icalendar--convert-recurring-to-diary)
15630 (icalendar--convert-non-recurring-all-day-to-diary)
15631 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
15632 extracted from icalendar--convert-ical-to-diary, with bug fixes.
15633 (icalendar--convert-ical-to-diary): Use the above functions.
15634
15635 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
15636
15637 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
15638 Remove these recent additions.
15639 (c-mode): Restore to before 2005-04-28.
15640
15641 * progmodes/cc-vars.el (cc-define-list-program): Remove this
15642 recent addition.
15643
15644 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
15645 (gdb-define-alist): New variables.
15646 (gdb-create-define-alist): New function.
15647 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
15648 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
15649 with string-to-number.
15650 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
15651
15652 * progmodes/gud.el: Replace string-to-int with string-to-number.
15653 (gud-find-file): Handle gdb-define-alist.
15654
15655 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
15656
15657 2005-05-02 Jay Belanger <belanger@truman.edu>
15658
15659 * calc/calc-aent.el (math-read-token):
15660 * calc/calc-bin.el (calc-word-size):
15661 * calc/calc-ext.el (calc-read-number-fancy):
15662 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
15663 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
15664 * calc/calc-frac.el (calc-over-notation):
15665 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
15666 (calc-graph-num-points, calc-graph-init):
15667 * calc/calc-prog.el (calc-read-parse-table-part)
15668 (calc-edit-macro-repeats):
15669 * calc/calc-yank.el (calc-do-grab-rectangle):
15670 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
15671 Replace `string-to-int' by `string-to-number'.
15672
15673 2005-05-02 Kim F. Storm <storm@cua.dk>
15674
15675 * kmacro.el: Use executing-kbd-macro-index variable.
15676
15677 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
15678
15679 * net/rlogin.el (rlogin-parse-words): Delete func.
15680 (rlogin): Use split-string, not rlogin-parse-words.
15681 Also, if there are option-like elements in the parsed args,
15682 take the host to be the first arg immediately following them.
15683 Suggested by Michael Mauger.
15684
15685 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
15686
15687 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
15688
15689 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
15690
15691 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
15692 (cc-mode-cpp-program): Rename to cc-define-list-program and
15693 move to cc-vars.el.
15694
15695 * progmodes/cc-vars.el (cc-define-list-program):
15696 Change to "gcc -E -dM -". Make customizable.
15697
15698 2005-05-02 Kim F. Storm <storm@cua.dk>
15699
15700 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
15701
15702 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
15703
15704 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
15705
15706 * international/mule-util.el (truncate-string): Remove alias and
15707 obsolete declaration.
15708
15709 * international/mule-cmds.el (update-iso-coding-systems):
15710 Remove alias and obsolete declaration.
15711
15712 * international/mule.el (coding-system-parent): Remove alias and
15713 obsolete declaration.
15714
15715 * subr.el (define-function, sref): Remove aliases and obsolete
15716 declarations.
15717 (chars-in-region): Remove obsolete declaration.
15718
15719 2005-05-01 Richard M. Stallman <rms@gnu.org>
15720
15721 * info.el (Info-mode): Set widen-automatically to nil, locally.
15722
15723 * simple.el (widen-automatically): New variable.
15724 (pop-global-mark): Obey widen-automatically.
15725
15726 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
15727
15728 * term/xterm.el (function-key-map): Call substitute-key-definition
15729 before the keymap size is increased by a lot of define-key calls.
15730
15731 2005-05-01 Richard M. Stallman <rms@gnu.org>
15732
15733 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
15734 Rename ARG to ELEMENT. Doc fix.
15735
15736 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
15737
15738 * allout.el (allout-exposure): Remove macro and obsolete declaration.
15739 Remove references to allout-exposure/change to allout-new-exposure.
15740
15741 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
15742 bytecode symbols.
15743
15744 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
15745 (compiled-function-p, focus-frame, unfocus-frame):
15746 Remove aliases and obsolete declarations.
15747 Back out inadvertent changes from previous commit.
15748
15749 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
15750
15751 * files.el (require-final-newline): Make Custom tags consistent
15752 with mode-require-final-newline.
15753 (mode-require-final-newline): Doc fix.
15754
15755 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * international/latexenc.el (latexenc-find-file-coding-system):
15758 Fix regular expressions.
15759
15760 2005-05-01 David Kastrup <dak@gnu.org>
15761
15762 * international/latexenc.el (latexenc-find-file-coding-system):
15763 Fix regular expressions.
15764
15765 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
15766
15767 * subr.el (string-to-int): Make obsolete.
15768
15769 2005-04-30 Richard M. Stallman <rms@gnu.org>
15770
15771 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
15772
15773 * loadup.el: load jka-comp-hook.
15774
15775 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
15776 (jka-compr-handler): Add autoload. `put' calls moved
15777 to jka-comp-hook.el.
15778 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
15779 (jka-compr-inhibit): Autoload.
15780
15781 * jka-comp-hook.el: New file.
15782 Enable the mode by default.
15783
15784 * files.el (backup-buffer-copy): Use copy-file instead
15785 of write-region, and put back the 'excl.
15786
15787 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
15788
15789 * progmodes/flymake.el (flymake-split-string)
15790 (flymake-split-string, flymake-log, flymake-pid-to-names)
15791 (flymake-reg-names, flymake-get-source-buffer-name)
15792 (flymake-unreg-names, flymake-add-line-err-info)
15793 (flymake-add-err-info): Clarify docstrings.
15794 (flymake-popup-menu, flymake-make-emacs-menu)
15795 (flymake-make-xemacs-menu): Add docstrings.
15796 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
15797 Set variables directly throughout.
15798
15799 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
15800
15801 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
15802 exists. Initialize cc-define-alist.
15803 (c-mode): Add cc-create-define-alist locally to after-save-hook.
15804 If there is no file (Macroexpansion) don't create an alist.
15805
15806 2005-04-29 Sam Steingold <sds@gnu.org>
15807
15808 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
15809 (cc-create-define-alist): Use it instead of the hard-coded string.
15810
15811 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15812
15813 * international/mule-conf.el (file-coding-system-alist): Fix regexp
15814 for latexenc.
15815
15816 2005-04-29 Lute Kamstra <lute@gnu.org>
15817
15818 * emacs-lisp/generic.el: Improve commentary section.
15819 (define-generic-mode): Improve docstring.
15820
15821 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
15822
15823 * textmodes/org.el (many places): Change to quiet the byte compiler.
15824 (org-prefix-format-compiled): New variable.
15825 (org-compile-prefix-format): New function.
15826 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
15827 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
15828 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
15829 (org-get-entries-from-diary): Use `org-get-time-of-day' for
15830 consistency with entries from `org-mode' files.
15831 (org-get-time-of-day): Fix bug with partial matches early in a line.
15832 (org-non-link-chars): New constant.
15833 (org-link-regexp): Respect `org-non-link-chars'.
15834 (org-agenda-day-view): Remove command.
15835 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
15836 (org-follow-bbdb-link, org-store-link): Search also company field.
15837 (org-highlight-overlay): New variable.
15838 (org-highlight, org-unhighlight): New functions.
15839 (org-agenda-mode): Add pre-command-hook to remove highlight.
15840 (org-evaluate-time-range): Behavior depends upon whether time stamp
15841 contains a time or not.
15842 (org-show-subtree, org-show-entry): New functions.
15843 (org-agenda-cleanup-fancy-diary): Remove empty lines.
15844
15845 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
15846
15847 * comint.el (comint-output-filter-functions): Add autoload cookie.
15848
15849 2005-04-28 Kim F. Storm <storm@cua.dk>
15850
15851 * ido.el (ido-everywhere): Fix last change.
15852
15853 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15854
15855 * international/latexenc.el: New file.
15856 * international/mule-conf.el (file-coding-system-alist): For .tex,
15857 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
15858
15859 2005-04-28 Lute Kamstra <lute@gnu.org>
15860
15861 * font-lock.el (font-lock-add-keywords)
15862 (font-lock-remove-keywords): Clarify docstring.
15863 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
15864 Don't start docstrings with a `*'.
15865 (font-lock-update-removed-keyword-alist): Give it a docstring.
15866
15867 * generic-x.el: Update commentary section.
15868 Only require font-lock when compiling.
15869 Define all modes conditionally.
15870 Place all generic modes in the generic-x-modes customization group.
15871 (generic-x-modes): New customization group.
15872 (generic-default-modes, generic-mswindows-modes)
15873 (generic-unix-modes, generic-other-modes): New constants.
15874 (generic-define-mswindows-modes, generic-define-unix-modes):
15875 Update docstrings. Make them obsolete.
15876 (generic-extras-enable-list): New default value. Update docstring.
15877 Improve :type. Change :set function.
15878 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
15879 Fix docstring.
15880
15881 * emacs-lisp/generic.el (generic-mode-internal):
15882 Simplify font-lock-defaults.
15883 (define-generic-mode): Fix docstring.
15884
15885 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15886
15887 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
15888 font-lock-face property to highlight matches.
15889
15890 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
15891
15892 * progmodes/cc-mode.el (cc-create-define-alist): New function.
15893 (cc-define-alist): New variable.
15894 (c-mode): Make it local and initialize it.
15895
15896 * progmodes/gdb-ui.el (gdb-active-process): New variable.
15897 (gdb-exited): New function.
15898 (gdb-annotation-rules): Use it.
15899 (gdb-starting): Set gdb-active-process to t.
15900 (gdb-stopping): Amend doc string.
15901 (gdb-reset): Set gdb-active-process to nil.
15902
15903 * tooltip.el (tooltip-gud-tips): Show the associated #define
15904 directives when a C program under GDB is not executing.
15905
15906 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15907
15908 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
15909 font-lock-fontify-syntactic-keywords.
15910
15911 * font-lock.el (font-lock-default-fontify-region): Don't force
15912 parse-sexp-lookup-properties to nil.
15913
15914 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15915
15916 * man.el (man-mode-syntax-table): Set up `:' to have
15917 word-constituent syntax.
15918
15919 2005-04-27 Lute Kamstra <lute@gnu.org>
15920
15921 * novice.el (disable-command): Don't add spurious newlines to the
15922 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
15923
15924 2005-04-26 Jay Belanger <belanger@truman.edu>
15925
15926 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
15927 than one window before deleting window.
15928
15929 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
15930
15931 * shell.el (shell-prompt-pattern): Doc fix.
15932 (shell-mode): Set paragraph-separate buffer locally to "\\'".
15933
15934 * comint.el (comint-prompt-regexp, comint-get-old-input)
15935 (comint-use-prompt-regexp)
15936 (comint-use-prompt-regexp-instead-of-fields)
15937 (comint-replace-by-expanded-history, comint-send-input)
15938 (comint-output-filter, comint-get-old-input-default)
15939 (comint-line-beginning-position, comint-bol, comint-show-output)
15940 (comint-backward-matching-input, comint-forward-matching-input)
15941 (comint-next-prompt, comint-previous-prompt):
15942 Rename `comint-use-prompt-regexp-instead-of-fields' to
15943 `comint-use-prompt-regexp'. Keep old name as alias and declare
15944 obsolete.
15945 (comint-use-prompt-regexp): Shorten first line of doc string.
15946
15947 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
15948 Set paragraph-separate buffer locally to "\\'".
15949
15950 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
15951 Adapt to above name change.
15952
15953 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15954 (smbclient-prompt-regexp): Ditto.
15955
15956 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
15957
15958 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
15959
15960 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
15961 gdb-location-list.
15962 Break lines that are over 80 characters wide.
15963
15964 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15965
15966 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
15967 New fun and var, to preserve compatibility.
15968
15969 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
15970
15971 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
15972
15973 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
15974 name to file-newer-than-file-p.
15975
15976 2005-04-26 Richard M. Stallman <rms@gnu.org>
15977
15978 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
15979
15980 * progmodes/python.el (python-mode):
15981 Use new name eldoc-documentation-function.
15982
15983 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
15984
15985 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15986 (eldoc-documentation-function):
15987 Rename from eldoc-print-current-symbol-info-function. Calls changed.
15988
15989 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
15990
15991 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
15992
15993 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
15994
15995 * term/xterm.el (function-key-map): Fix strings for
15996 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
15997 {C,S,A,C-S}-{f1-f12}.
15998
15999 2005-04-26 Kenichi Handa <handa@m17n.org>
16000
16001 * international/mule-cmds.el (select-safe-coding-system):
16002 Fix previous change.
16003
16004 2005-04-26 Lute Kamstra <lute@gnu.org>
16005
16006 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
16007
16008 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
16009 (font-lock-comment-delimiter-face): Ditto.
16010
16011 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
16012
16013 2005-04-25 Jay Belanger <belanger@truman.edu>
16014
16015 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
16016 to t while inserting information; use help-mode.
16017
16018 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
16019
16020 * term.el (ansi-term-color-vector): Use the xterm colors.
16021 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
16022
16023 2005-04-25 Lute Kamstra <lute@gnu.org>
16024
16025 * font-core.el (font-lock-defaults): Fix docstring.
16026
16027 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
16028
16029 2005-04-25 Kenichi Handa <handa@m17n.org>
16030
16031 * international/mule-cmds.el (select-safe-coding-system):
16032 Don't check consistency with coding: spec, etc if raw-text or
16033 no-conversion was found to be safe.
16034
16035 2005-04-24 Richard M. Stallman <rms@gnu.org>
16036
16037 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
16038 citation markers at start of each line.
16039
16040 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
16041 citation markers at start of each line.
16042
16043 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
16044
16045 * files.el (mode-require-final-newline): Fix previous change.
16046 (require-final-newline): Fix type label.
16047
16048 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16049
16050 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
16051 statement in buffer (broken by 2004-11-24 change).
16052
16053 2005-04-24 Kim F. Storm <storm@cua.dk>
16054
16055 * ido.el (ido-everywhere): Save and restore old read-buffer-function
16056 and read-file-name-function values. Don't overwrite existing
16057 non-nil values if ido-mode is enabled without ido-everywhere.
16058
16059 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
16060
16061 * files.el (mode-require-final-newline): Minor doc fix.
16062
16063 2005-04-24 Eli Zaretskii <eliz@gnu.org>
16064
16065 * subr.el (syntax-after): Doc fix.
16066 (syntax-class): If argument is nil, return nil. Mask off upper 16
16067 bits, not 8 bits.
16068
16069 * files.el (mode-require-final-newline): Doc fix.
16070 (backup-buffer-copy): Fix last change.
16071
16072 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16073
16074 * term/mac-win.el: Require select. Set selection-coding-system to
16075 mac-system-coding-system. Call menu-bar-enable-clipboard.
16076 (x-last-selected-text-clipboard, x-last-selected-text-primary)
16077 (x-select-enable-clipboard): New variables.
16078 (x-select-text, x-get-selection, x-selection-value)
16079 (x-get-selection-value, mac-select-convert-to-string)
16080 (mac-services-open-file, mac-services-open-selection)
16081 (mac-services-insert-text): New functions.
16082 (CLIPBOARD, FIND): Put mac-scrap-name property.
16083 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
16084 (public.tiff): Put mac-ostype property.
16085 (selection-converter-alist): Add entries for them.
16086 (mac-application-menu-map): New keymap.
16087 (interprogram-cut-function, interprogram-paste-function): Set to
16088 x-select-text and x-get-selection-value, respectively.
16089 (split-window-keep-point): Set to t.
16090
16091 2005-04-23 Richard M. Stallman <rms@gnu.org>
16092
16093 * files.el (read-directory-name): Always pass non-nil
16094 DEFAULT-FILENAME arg to read-file-name.
16095 (backup-buffer-copy, basic-save-buffer-2): Take care against
16096 writing thru an unexpected existing symlink.
16097 (revert-buffer): In indirect buffer, revert the base buffer.
16098 (magic-mode-alist): Doc fix.
16099 (buffer-stale-function): Doc fix.
16100 (minibuffer-with-setup-hook): Avoid warning.
16101 (mode-require-final-newline): Doc and custom fix.
16102
16103 * follow.el (follow-end-of-buffer): Use with-no-warnings.
16104
16105 * font-lock.el (font-lock-comment-face): On terminals with few colors,
16106 use the default appearance.
16107 (font-lock-comment-delimiter-face): New face, new variable.
16108
16109 * imenu.el (imenu--generic-function): The official position of a
16110 definition is the start of the line that BEG is in.
16111
16112 * midnight.el (midnight-timer): Move defvar up.
16113
16114 * mouse.el (mouse-drag-region-1): Delete some debugging code.
16115
16116 * saveplace.el (save-place-to-alist): Use with-no-warnings.
16117
16118 * startup.el (command-line): Use with-no-warnings.
16119
16120 * window.el (window-size-fixed): New defvar.
16121
16122 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
16123
16124 * mail/rmail.el (rmail-font-lock-keywords):
16125 Use font-lock-comment-delimiter-face.
16126
16127 * mail/sendmail.el (mail-font-lock-keywords):
16128 Use font-lock-comment-delimiter-face.
16129
16130 * progmodes/compile.el (next-error-highlight-timer): New defvar.
16131
16132 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
16133
16134 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16135 Specify t for LAXMATCH when matching directories.
16136 Save match data around compilation-compat-error-properties form.
16137
16138 2005-04-23 David Kastrup <dak@gnu.org>
16139
16140 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
16141 Mention that the autoloaded aliases should be kept for AUCTeX.
16142
16143 2005-04-23 Andreas Schwab <schwab@suse.de>
16144
16145 * isearch.el (isearch-forward): Doc fix.
16146
16147 2005-04-23 Eli Zaretskii <eliz@gnu.org>
16148
16149 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
16150 (jit-lock-stealth-nice): Change default value to 0.5.
16151
16152 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
16153
16154 * abbrev.el (write-abbrev-file): Write table entries in
16155 alphabetical order by table name.
16156
16157 2005-04-22 Kim F. Storm <storm@cua.dk>
16158
16159 * ido.el (ido-read-internal): Fix `list' completion.
16160
16161 2005-04-22 Kenichi Handa <handa@m17n.org>
16162
16163 * recentf.el (recentf-save-file-coding-system): New variable.
16164 (recentf-save-list): Encode the file by
16165 recentf-save-file-coding-system and add coding: tag.
16166
16167 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
16168
16169 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
16170
16171 2005-04-21 Lute Kamstra <lute@gnu.org>
16172
16173 * loadhist.el (unload-feature): Don't remove a function from hooks
16174 if it is about to be restored to an autoload . Remove functions
16175 that will become unbound from auto-mode-alist. Simplify the code.
16176
16177 * subr.el (assq-delete-all): New implementation that is linear,
16178 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
16179 (rassq-delete-all): New function.
16180
16181 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16182 Add size-indication-mode.
16183
16184 2005-04-21 Kenichi Handa <handa@m17n.org>
16185
16186 * international/mule-cmds.el: Add autoload for widget-value in
16187 eval-when-compile.
16188
16189 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
16190
16191 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16192 Add tooltip-mode.
16193
16194 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
16195
16196 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
16197
16198 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
16199 (inferior-lisp-filter-regexp, inferior-lisp-program)
16200 (inferior-lisp-load-command, inferior-lisp-prompt)
16201 (inferior-lisp-mode-hook, lisp-source-modes)
16202 (inferior-lisp-load-hook): defvar->defcustom.
16203 (inferior-lisp-program, inferior-lisp-prompt)
16204 (inferior-lisp-load-hook): Doc fixes.
16205 (inferior-lisp-install-letter-bindings): Small change in
16206 introductory comment.
16207
16208 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
16209
16210 * vc.el (vc-annotate-color-map): Change some colors so that text
16211 using them as foreground is readable on both white and black
16212 backgrounds.
16213
16214 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16215
16216 * international/mule-conf.el (translation-table-for-input):
16217 Remove redundant declaration.
16218
16219 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
16220
16221 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
16222
16223 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
16224 (tooltip-toggle-gud-tips): New function.
16225
16226 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16227
16228 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
16229 right angle brackets.
16230
16231 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
16232
16233 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
16234
16235 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16236
16237 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
16238 Remove. Update callers to use expand-file-name instead.
16239
16240 * subr.el (syntax-class): New function.
16241
16242 * simple.el (blink-matching-open): Use it.
16243
16244 * paren.el (show-paren-function): Use it to recognize parens that are
16245 also used in 2-char comment markers.
16246
16247 2005-04-19 Lute Kamstra <lute@gnu.org>
16248
16249 * loadhist.el (unload-feature): Update for new format of
16250 load-history. Simplify the code.
16251
16252 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16253
16254 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
16255 (mac-add-charset-info): New function. Initialize variable
16256 mac-charset-info-alist using it.
16257 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
16258 for translation.
16259 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
16260 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
16261 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
16262 New CCL programs.
16263
16264 2005-04-19 Kim F. Storm <storm@cua.dk>
16265
16266 * simple.el (next-buffer, prev-buffer, next-error)
16267 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16268 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
16269
16270 * bindings.el (next-buffer, prev-buffer, next-error)
16271 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16272 (clone-indirect-buffer-other-window): Move bindings from simple.el.
16273 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
16274 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
16275
16276 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16277
16278 * isearch.el (isearch-edit-string): Make the search-ring available for
16279 minibuffer history commands.
16280 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
16281 the default history commands now work just as well.
16282 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
16283
16284 2005-04-18 Kim F. Storm <storm@cua.dk>
16285
16286 * emulation/cua-base.el (cua--pre-command-handler): Add more
16287 elaborate check for shift modifier on non-window systems.
16288
16289 2005-04-18 Lars Hansen <larsh@math.ku.dk>
16290
16291 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
16292
16293 2005-04-18 Kim F. Storm <storm@cua.dk>
16294
16295 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
16296 and make it optional. Don't test tooltip-gud-echo-area here.
16297 (tooltip-gud-process-output, gdb-tooltip-print):
16298 Pass tooltip-gud-echo-area to tooltip-show.
16299 (tooltip-help-tips): Remove second optional arg to tooltip-show.
16300
16301 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16302
16303 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
16304 `display-graphic-p' may not be bound yet.
16305
16306 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
16307
16308 * startup.el (command-line): No longer enable Xterm Mouse mode by
16309 default in terminals compatible with xterm.
16310
16311 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
16312
16313 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
16314
16315 * tooltip.el (tooltip-gud-echo-area): Rename from
16316 tooltip-use-echo-area.
16317 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
16318 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
16319 area independently of where help tooltips are displayed.
16320
16321 2005-04-17 David Kastrup <dak@gnu.org>
16322
16323 * cus-theme.el (custom-theme-write-variables): Quote variables
16324 where necessary.
16325
16326 2005-04-17 Richard M. Stallman <rms@gnu.org>
16327
16328 * simple.el (yank-excluded-properties): Add follow-link to value.
16329
16330 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
16331
16332 * startup.el (fancy-splash-max-time): Just 30 seconds.
16333 (fancy-splash-delay): Just 7.
16334 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
16335
16336 * loadhist.el (unload-feature): Update for new format of load-history.
16337 Simplify the code.
16338
16339 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
16340 (rmail-font-lock-keywords): Don't fontify the text of a citation.
16341
16342 * mail/sendmail.el (mail-font-lock-keywords):
16343 Don't fontify subject text.
16344 Don't fontify the text of a citation.
16345
16346 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
16347
16348 * comint.el (comint-output-filter): Run comint-output-filter-functions
16349 with point where the user had it.
16350
16351 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16352
16353 * international/ucs-tables.el (ucs-set-table-for-input):
16354 Disable when using unify-on-decoding.
16355
16356 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
16357
16358 * emulation/cua-base.el (cua-global-mark-face): Add special case
16359 for displays supporting a high number of colors.
16360
16361 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16362
16363 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
16364
16365 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
16366
16367 * filesets.el (filesets-add-buffer): If user supplies a name of a
16368 non-existing fileset, create a new fileset.
16369
16370 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
16371
16372 * textmodes/org.el (org-up-heading-all): Fix bug with
16373 `outline-up-heading-all'.
16374
16375 2005-04-16 Andreas Schwab <schwab@suse.de>
16376
16377 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
16378 /etc/permissions.d/* and /etc/aliases.d/*.
16379
16380 2005-04-16 Kenichi Handa <handa@m17n.org>
16381
16382 * international/code-pages.el (cp-make-coding-system):
16383 Set `translation-table-for-input' property value to the symbol
16384 ucs-mule-to-mule-unicode, not to that value.
16385 (pt154): Escape guillemet by `\'.
16386
16387 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
16388
16389 * loadup.el: Load tooltip if x-show-tip is fboundp.
16390
16391 * startup.el (command-line): Add comment.
16392
16393 * tooltip.el (tooltip-mode): Specify correct standard value for
16394 Custom in init-value.
16395
16396 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
16397
16398 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
16399 possible.
16400
16401 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
16402
16403 * textmodes/org.el (org-agenda-date-prompt): Rename from
16404 `org-agenda-date-today'.
16405 (org-evaluate-time-range): Insert at point instead of directly
16406 after time range.
16407 (org-first-headline-recenter, org-subtree-end-visible-p)
16408 (org-optimize-window-after-visibility-change): New functions
16409 (org-agenda-post-command-hook): Don't allow point at end of line,
16410 to make sure it always hits the text properties.
16411 (org-agenda-next-date-line, org-agenda-previous-date-line):
16412 New commands.
16413 (org-set-regexps-and-options): Category may contain white space.
16414 (org-agenda-get-deadlines, org-agenda-get-scheduled):
16415 Improve marker positions.
16416 (org-agenda-new-marker): Argument POS made optional.
16417 (org-agenda-get-timestamps): Deadlines which are done are listed
16418 in org-done-face now.
16419 (org-agenda-get-todos, org-agenda-get-timestamps)
16420 (org-agenda-get-deadlines, org-agenda-get-scheduled):
16421 Set `undone-face' and `done-face' properties.
16422 (org-last-todo-state-is-todo): New variable.
16423 (org-todo): Set `org-last-todo-state-is-todo'.
16424 (org-agenda-todo): Change face according to
16425 `org-last-todo-state-is-todo'. And change other lines referring to
16426 the same entry.
16427 (org-calendar-goto-agenda): New command.
16428 (org-calendar-to-agenda-key): New option.
16429 (org-startup-folded): New allowed value `content'.
16430 (org-set-regexps-and-options): Accept new value `content' for
16431 `org-startup-folded'.
16432 (org-get-current-options): Handle new value `content' for
16433 `org-startup-folded'.
16434 (org-insert-todo-heading): New command.
16435 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
16436 interactively in empty file and option
16437 `org-insert-mode-line-in-empty-file' has been set.
16438 (org-agenda-todo, org-agenda-priority): Modify to use
16439 `org-agenda-change-all-lines'.
16440 (org-warning-face): Change color on dark background
16441
16442 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16443
16444 * international/mule-cmds.el (set-locale-environment): On Mac OS,
16445 use preferences AppleLocale and AppleLanguages, and variable
16446 mac-system-locale for default locale. On Mac OS Classic, use
16447 mac-system-coding-system for default coding systems.
16448
16449 * term/mac-win.el: Don't set file-name-coding-system.
16450 Decode variables system-name, emacs-build-system, user-login-name, and
16451 user-full-name by mac-system-coding-system on Mac OS Classic.
16452 (mac-system-coding-system): New variable.
16453
16454 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
16455
16456 * startup.el (command-line): Handle `xterm-mouse-mode' before
16457 reading init file.
16458
16459 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
16460
16461 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16462
16463 * progmodes/sh-script.el (sh-here-document-word): Make it a
16464 defcustom. Doc fix.
16465 (sh-add): Bash uses $(( )) for arithmetic.
16466 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
16467 (sh-maybe-here-document): Remove quotes and leading whitespace
16468 from heredoc word when closing. Indent heredoc with tabs if word
16469 starts with "-".
16470
16471 2005-04-13 Richard M. Stallman <rms@gnu.org>
16472
16473 * simple.el (undo): Fix previous change.
16474
16475 * custom.el (defface): Doc fix.
16476
16477 2005-04-13 Lute Kamstra <lute@gnu.org>
16478
16479 * Makefile.in (DONTCOMPILE): Remove list.
16480 (compile, compile-always): Don't use DONTCOMPILE.
16481 (update-authors): Load the library in which batch-update-authors
16482 is defined.
16483 * makefile.w32-in (DONTCOMPILE): Remove list.
16484 (compile, compile-always): Fix comments.
16485 (update-authors): Load the library in which batch-update-authors
16486 is defined.
16487
16488 * generic-x.el (generic-mode-ini-file-find-file-hook):
16489 Rename to ini-generic-mode-find-file-hook.
16490 Keep generic-mode-ini-file-find-file-hook as an alias.
16491 (ini-generic-mode-find-file-hook): Rename from
16492 generic-mode-ini-file-find-file-hook. Fix docstring.
16493 (ini-generic-mode): Docstring change.
16494 (bat-generic-mode-run-as-comint): Silence the byte compiler.
16495
16496 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
16497 called from lisp.
16498
16499 * generic.el: Move to the emacs-lisp subdir.
16500
16501 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
16502
16503 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
16504 and C-S- function and cursor motion keys.
16505
16506 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
16507
16508 * startup.el (command-line): Enable Xterm Mouse mode by default.
16509 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
16510 for Custom. No longer show "Mouse" in mode line when enabled.
16511 Doc fix.
16512
16513 2005-04-12 Kim F. Storm <storm@cua.dk>
16514
16515 * emulation/cua-base.el (cua-rectangle-face)
16516 (cua-rectangle-noselect-face): Define face attributes here.
16517
16518 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
16519
16520 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16521
16522 * startup.el (command-line): Turn off blinking cursor if
16523 cursorBlink in resources is off or false.
16524
16525 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16526
16527 * term/mac-win.el (dnd): Require dnd.
16528 (mac-drag-n-drop): Call dnd-handle-one-url.
16529 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
16530 (kTextEncodingISOLatin2): Remove constants.
16531 (mac-script-code-coding-systems): New constant.
16532 (mac-handle-language-change): New function.
16533 (special-event-map): Bind it to `language-change' event.
16534 (mac-centraleurroman, mac-cyrillic): New coding systems.
16535 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
16536 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
16537 and mac-cyrillic-encoder to encode-mac-centraleurroman and
16538 encode-mac-cyrillic, respectively.
16539
16540 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
16541
16542 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
16543 Don't set overlay-arrow-string to "=>" as this is done
16544 globally in C now.
16545
16546 2005-04-12 Lute Kamstra <lute@gnu.org>
16547
16548 * generic-x.el (rc-generic-mode, rul-generic-mode):
16549 Fix auto-mode-alist entries.
16550 (etc-fstab-generic-mode): Tweak fontification.
16551
16552 * generic.el (generic-make-keywords-list): Fix docstring.
16553 (generic-mode-internal): Simplify generic-font-lock-keywords.
16554
16555 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
16556
16557 * whitespace.el (whitespace-buffer-leading)
16558 (whitespace-buffer-trailing): Revert the incorrect test inversion.
16559 However, fix the highlight area for the leading and
16560 trailing whitespaces to show space.
16561
16562 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
16563
16564 * whitespace.el (whitespace-version): Bump to 3.5
16565
16566 (whitespace-buffer-leading, whitespace-buffer-trailing):
16567 Invert sense of the test to highlight the whitespace.
16568
16569 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
16570
16571 * progmodes/gud.el (gud-display-line): GUD uses its own
16572 overlay arrow now so don't set overlay-arrow-string.
16573 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
16574
16575 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
16576
16577 * term.el (term-ansi-current-bold, term-ansi-current-underline)
16578 (term-ansi-current-reverse, term-ansi-current-invisible)
16579 (term-ansi-face-already-done): Change to boolean.
16580 (term-reset-terminal, term-handle-colors-array): Handle the above
16581 vars accordingly.
16582 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
16583 (term-emulate-terminal): Use the new name.
16584
16585 * faces.el (secondary-selection): Use yellow1, not yellow.
16586 (trailing-whitespace): Use red1, not red.
16587
16588 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16589
16590 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
16591 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
16592 (dired-dnd-handle-file): Call dnd-get-local-file-uri
16593
16594 * cus-edit.el (dnd): New group.
16595
16596 * term/w32-win.el (dnd): Require dnd
16597 (w32-drag-n-drop): Call dnd-handle-one-url.
16598
16599 * x-dnd.el: Require dnd.
16600 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
16601 Call dnd-handle-one-url.
16602 (x-dnd-types-alist, x-dnd-insert-utf8-text)
16603 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
16604 to dnd-insert-text.
16605 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
16606 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
16607 (x-dnd-get-local-file-name, x-dnd-open-local-file)
16608 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
16609
16610 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
16611
16612 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16613
16614 * wdired.el: Doc fixes.
16615 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
16616 (wdired-use-dired-vertical-movement): Rename from
16617 wdired-always-move-to-filename-beginning.
16618 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
16619 (wdired-change-to-wdired-mode): Change mode name.
16620 (wdired-newline): Delete.
16621
16622 2005-04-11 Richard M. Stallman <rms@gnu.org>
16623
16624 * whitespace.el (whitespace-highlight-the-space):
16625 Don't call whitespace-unhighlight-the-space here.
16626
16627 * simple.el (undo): Record t in undo-equiv-table
16628 for the redo record made by an undo-in-region.
16629
16630 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
16631
16632 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
16633 (gdb-frame-inferior-io-buffer): New Functions to control
16634 display of separate IO buffer.
16635 (menu): Add them to menu-bar.
16636 (gdb-display-buffer): Check for buffer another frame.
16637 Protect GUD buffer.
16638 (gdb-setup-windows): Create IO buffer if not already there.
16639 (gdb-memory-mode): Remove purecopy noops.
16640
16641 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
16642
16643 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
16644 and pass to self-insert-command.
16645
16646 2005-04-11 Lute Kamstra <lute@gnu.org>
16647
16648 * generic.el: Commentary section cleanup.
16649 (generic): Delete.
16650 (generic-use-find-file-hook, generic-lines-to-scan)
16651 (generic-find-file-regexp, generic-ignore-files-regexp)
16652 (default-generic-mode, generic-mode-find-file-hook)
16653 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
16654 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
16655 (generic-use-find-file-hook, generic-lines-to-scan)
16656 (generic-find-file-regexp, generic-ignore-files-regexp)
16657 (default-generic-mode, generic-mode-find-file-hook)
16658 (generic-mode-ini-file-find-file-hook): Move from generic.el.
16659
16660 2005-04-10 Karl Fogel <kfogel@red-bean.com>
16661
16662 * bookmark.el (bookmark-write-file): Catch errors writing file.
16663 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
16664
16665 2005-04-10 Richard M. Stallman <rms@gnu.org>
16666
16667 * startup.el (fancy-splash-tail): Update copyright year.
16668 (command-line): Split part of -Q into -D.
16669 (emacs-basic-display): New defvar.
16670 (fancy-splash-text): Correct name of menu item.
16671
16672 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
16673
16674 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
16675 lines in one node.
16676
16677 * comint.el (comint-send-input): New arg ARTIFICIAL.
16678 Callers in this file changed.
16679
16680 * abbrev.el (define-abbrevs): Read system abbrevs properly.
16681
16682 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
16683
16684 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
16685
16686 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
16687 `ldap-search-internal'.
16688
16689 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16690
16691 * files.el (set-auto-mode-1): Use line-end-position.
16692
16693 * international/latin-1.el:
16694 * international/latin-2.el:
16695 * international/latin-3.el:
16696 * international/latin-4.el:
16697 * international/latin-5.el:
16698 * international/latin-8.el:
16699 * international/latin-9.el: Give punctuation syntax to NBSP.
16700
16701 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
16702 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
16703 Use char-classes to accept non-ascii letters, accepted in some recent
16704 bibtex implementations.
16705
16706 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
16707
16708 * custom.el (custom-set-minor-mode): Any non-nil value for the
16709 variable should enable the mode when set through Custom.
16710
16711 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16712
16713 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
16714 TAB binding so tab-always-indent is obeyed.
16715 (vhdl-minibuffer-local-map): Move initialization into declaration.
16716 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
16717 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
16718 (vhdl-hooked-abbrev): Avoid test for XEmacs.
16719 (vhdl-current-line): Use line-beginning-position.
16720 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
16721 with-output-to-temp-buffer, so the current position can be recorded.
16722
16723 2005-04-10 Masatake YAMATO <jet@gyve.org>
16724
16725 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16726 Add regexp for gcov.
16727
16728 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16729
16730 * calendar/time-date.el (time-to-seconds, seconds-to-time)
16731 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
16732 syntax which Emacs 20 doesn't support.
16733
16734 2005-04-09 Richard M. Stallman <rms@gnu.org>
16735
16736 * help.el (describe-key-briefly, describe-key):
16737 Replace strings as event types with "(any string)".
16738
16739 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16740
16741 * arc-mode.el (archive-mode-map): Move initialization into
16742 the declaration. Override *all* bindings of `undo'.
16743 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
16744
16745 2005-04-09 Jay Belanger <belanger@truman.edu>
16746
16747 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
16748
16749 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
16750
16751 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
16752 (xterm-register-default-colors): Update color values computation
16753 to match xterm-200.
16754
16755 2005-04-09 Kenichi Handa <handa@m17n.org>
16756
16757 * international/code-pages.el (iso-latin-7): Fix the map.
16758
16759 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
16760
16761 * emacs-lisp/lisp.el (defun-prompt-regexp)
16762 (parens-require-spaces, buffer-end, end-of-defun)
16763 (insert-parentheses): Doc fixes.
16764
16765 2005-04-08 Kim F. Storm <storm@cua.dk>
16766
16767 * comint.el (comint-highlight-prompt): Fix face spec.
16768 * hi-lock.el (hi-green): Likewise.
16769
16770 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
16771
16772 * cus-edit.el (custom-modified-face):
16773 * comint.el (comint-highlight-input): Fix previous changes.
16774 * term.el (term-handle-ansi-escape): Add a comment.
16775
16776 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16777
16778 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
16779 in the buffer and in whitespace-highlighted-space.
16780 (whitespace-unhighlight-the-space): Simplify.
16781 (whitespace-buffer): Simplify.
16782
16783 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
16784
16785 * textmodes/table.el (table-cell-face): Add special case for
16786 displays supporting a high number of colors.
16787 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16788 (vhdl-font-lock-reserved-words-face)
16789 (vhdl-speedbar-architecture-face)
16790 (vhdl-speedbar-instantiation-face)
16791 (vhdl-speedbar-architecture-selected-face)
16792 (vhdl-speedbar-instantiation-selected-face): Likewise.
16793 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
16794 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
16795 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16796 (ebrowse-root-class-face, ebrowse-member-attribute-face)
16797 (ebrowse-progress-face): Likewise.
16798 * progmodes/compile.el (compilation-info-face): Likewise.
16799 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
16800 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
16801 * calendar/calendar.el (diary-face): Likewise.
16802 * woman.el (woman-italic-face, woman-bold-face)
16803 (woman-unknown-face): Likewise.
16804 * wid-edit.el (widget-button-pressed-face): Likewise.
16805 * whitespace.el (whitespace-highlight-face): Likewise.
16806 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
16807 * pcvs-info.el (cvs-marked-face): Likewise.
16808 * info.el (info-xref): Likewise.
16809 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
16810 * hilit-chg.el (highlight-changes-face)
16811 (highlight-changes-delete-face): Likewise.
16812 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
16813 (hi-red-b): Likewise.
16814 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
16815 * font-lock.el (font-lock-keyword-face)
16816 (font-lock-function-name-face, font-lock-warning-face): Likewise.
16817 * cus-edit.el (custom-invalid-face, custom-modified-face)
16818 (custom-set-face, custom-changed-face, custom-variable-tag-face)
16819 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
16820 * comint.el (comint-highlight-prompt): Likewise.
16821
16822 2005-04-08 Lute Kamstra <lute@gnu.org>
16823
16824 * font-lock.el (font-lock-keywords): Docstring fixes.
16825
16826 2005-04-08 Kenichi Handa <handa@m17n.org>
16827
16828 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
16829 chars are more than a limit, print " and more..." at the tail.
16830
16831 2005-04-08 Kim F. Storm <storm@cua.dk>
16832
16833 * emacs-lisp/authors.el (authors-aliases): Update list.
16834 (authors-ignored-files): New list.
16835 (authors-fixed-entries): Fix typo.
16836 (authors-renamed-files-alist): Update list.
16837 (authors-add): Check authors-ignored-files.
16838
16839 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
16840
16841 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
16842 optional, to ensure backward compatibility.
16843
16844 2005-04-08 Stephen Eglen <stephen@gnu.org>
16845
16846 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
16847
16848 2005-04-08 Kim F. Storm <storm@cua.dk>
16849
16850 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
16851
16852 * mouse.el (mouse-on-link-p): Doc fix.
16853
16854 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
16855
16856 * ielm.el (ielm-prompt-read-only): Doc fix.
16857
16858 * comint.el (comint-prompt-read-only): Doc fix.
16859
16860 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
16861
16862 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
16863 ensure dired always handles wildcards passed to ffap.
16864 (find-file-at-point): Use it.
16865 (ffap-dired-wildcards): Doc fix.
16866
16867 2005-04-07 Juri Linkov <juri@jurta.org>
16868
16869 * simple.el (next-error-overlay-arrow-position): New defvar.
16870 Put "=>" on its property `overlay-arrow-string'. Add it to
16871 `overlay-arrow-variable-list'.
16872
16873 * progmodes/compile.el (compilation-setup):
16874 Set `next-error-overlay-arrow-position' to nil. Also set it to
16875 nil in the local hook `kill-buffer-hook'. Make local variable
16876 `overlay-arrow-string' and set it to "=>".
16877 (compilation-goto-locus): Set BOL position to
16878 `next-error-overlay-arrow-position' instead of
16879 `overlay-arrow-position'.
16880
16881 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
16882 locally instead of adding it to the global hook.
16883 (Info-kill-buffer): Move up.
16884
16885 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
16886
16887 * term/xterm.el (xterm-standard-colors): Update color values from
16888 xterm-200.
16889
16890 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
16891
16892 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
16893
16894 * fast-lock.el:
16895 * lazy-lock.el: Move them to the obsolete subdir.
16896
16897 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16898
16899 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
16900 (wdired-add-replace-advice): Remove.
16901 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
16902
16903 2005-04-06 Kim F. Storm <storm@cua.dk>
16904
16905 * startup.el (command-line): Add --bare-bones alias for -Q.
16906
16907 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16908
16909 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
16910 create the startup fontset if a font specification ends with
16911 `mac-roman'.
16912
16913 2005-04-06 Lute Kamstra <lute@gnu.org>
16914
16915 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
16916 change.
16917
16918 * emacs-lisp/copyright.el (copyright-update-year): Replace the
16919 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
16920
16921 2005-04-05 Lute Kamstra <lute@gnu.org>
16922
16923 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
16924 (define-generic-mode): Ditto. Fix debug declaration.
16925
16926 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16927 Put them in the generic-x group.
16928
16929 * calendar/timeclock.el (timeclock): Doc fix.
16930
16931 * generic.el (define-generic-mode): Don't use custom-current-group.
16932 Document default :group value.
16933 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
16934 (define-global-minor-mode): Don't use custom-current-group.
16935
16936 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
16937
16938 * startup.el (command-line-1): Display startup-echo-area-message
16939 when fancy splash screen is in use.
16940
16941 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
16942 (sh-escaped-newline): New face.
16943 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
16944 newline, and use sh-escaped-newline face.
16945
16946 * progmodes/tcl.el (tcl-escaped-newline): New face.
16947 (tcl-builtin-list): New variable.
16948 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
16949 newlines. Fix keywords subexpression number.
16950
16951 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
16952
16953 * textmodes/org.el (org-diary-default-entry): Fix call to
16954 `add-to-diary-entry'.
16955
16956 2005-04-05 Kim F. Storm <storm@cua.dk>
16957
16958 * ediff-init.el: Use (featurep 'xemacs).
16959
16960 2005-04-05 David Ponce <david@dponce.com>
16961
16962 * cus-edit.el (face): Derive from symbol widget. Display sample
16963 of the current face on the fly.
16964 (widget-face-sample-face-get, widget-face-notify): New functions.
16965 (widget-face-value-create): Remove.
16966
16967 * wid-edit.el (widget-field-end): Temporarily remove field
16968 narrowing before to call `get-char-property'.
16969
16970 2005-04-04 Jay Belanger <belanger@truman.edu>
16971
16972 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
16973 (math-read-subscripts): New variable.
16974 (math-read-preprocess-string): Process subscripts.
16975
16976 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
16977
16978 * comint.el (comint-prompt-read-only): Doc fix.
16979
16980 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
16981 `-1'. Doc fix.
16982
16983 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
16984
16985 * textmodes/org.el (org-insert-mode-line-in-empty-file):
16986 Change default value to nil.
16987
16988 2005-04-04 Lute Kamstra <lute@gnu.org>
16989
16990 * autorevert.el (auto-revert-mode): Specify :group.
16991 * battery.el (display-battery-mode): Specify :group.
16992 * diff-mode.el (diff-minor-mode): Specify :group.
16993 * font-core.el (font-lock-mode): Specify :group.
16994 * hl-line.el (hl-line-mode): Specify :group.
16995 * iimage.el (iimage): New customization group.
16996 (iimage-mode): Specify :group.
16997 * longlines.el (longlines-mode): Specify :group.
16998 * master.el: Don't require easy-mmode.
16999 (master): New customization group.
17000 (master-mode): Specify :group.
17001 * msb.el (msb-mode): Specify :group.
17002 * reveal.el (reveal-mode): Specify :group.
17003 * simple.el (next-error-follow-minor-mode): Specify :group.
17004 * smerge-mode.el (smerge-mode): Specify :group.
17005 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
17006 * emulation/cua-base.el (cua-mode): Specify :group.
17007 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
17008 * language/thai-util.el (thai-auto-composition-mode)
17009 (thai-word-mode): Specify :group.
17010 * mail/supercite.el (sc-minor-mode): Specify :group.
17011 * progmodes/cwarn.el (cwarn-mode): Specify :group.
17012 * progmodes/flymake.el (flymake-mode): Specify :group.
17013 * progmodes/glasses.el (glasses-mode): Specify :group.
17014 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
17015 * textmodes/enriched.el (enriched-mode): Specify :group.
17016 * textmodes/refill.el (refill-mode): Specify :group.
17017
17018 * add-log.el (change-log-font-lock-keywords): Names in
17019 parenthesized lists can contain spaces.
17020
17021 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
17022
17023 * startup.el (fancy-splash-text): Shorten default text of
17024 "Emacs Tutorial" line. Also, if the current language env
17025 indicates an available tutorial file other than TUTORIAL,
17026 extract its title and append it to the line in parentheses.
17027 (fancy-splash-insert): If arg is a thunk, funcall it.
17028
17029 2005-04-04 Jay Belanger <belanger@truman.edu>
17030
17031 * calc.el (calc-language-alist): Add tags to customization type.
17032
17033 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
17034
17035 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
17036 Doc fix.
17037
17038 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
17039
17040 * add-log.el (change-log-font-lock-keywords): The manual
17041 describing a Change Log entry, says: (...) "Aside from these
17042 header lines, every line in the change log starts with a space or
17043 a tab.". The font-lock was not highlighting lines started with
17044 spaces, added support for it.
17045
17046 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17047
17048 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
17049 (bibtex-generate-url-list): Update docstring accordingly. Put the
17050 complex example in the docstring.
17051 (bibtex-font-lock-url): Use pop.
17052
17053 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17054
17055 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
17056
17057 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
17058
17059 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
17060
17061 * filesets.el (filesets-set-default): Doc fix.
17062
17063 2005-04-03 Lute Kamstra <lute@gnu.org>
17064
17065 * generic.el (define-generic-mode): Add argument to specify
17066 keywords for defcustom.
17067 (default-generic-mode): Specify :group.
17068
17069 * generic-x.el: Specify :group for all generic modes.
17070
17071 * desktop.el (desktop-no-desktop-file-hook)
17072 (desktop-after-read-hook): Doc fix.
17073
17074 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
17075
17076 * simple.el (visible-mode): Use explicit :group keyword.
17077 This changes the group of `visible-mode-hook' from paren-blinking
17078 to editing-basics.
17079
17080 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
17081
17082 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
17083 mailbox specifications as well as URLs.
17084 (rmail-insert-inbox-text): Remove unused conditional branches.
17085
17086 2005-04-01 Jay Belanger <belanger@truman.edu>
17087
17088 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
17089 (calc-gnuplot-print-command): Move definitions to calc.el.
17090
17091 * calc/calc-embed.el (calc-embedded-announce-formula)
17092 (calc-embedded-open-formula, calc-embedded-close-formula)
17093 (calc-embedded-open-word, calc-embedded-close-word)
17094 (calc-embedded-open-plain, calc-embedded-close-plain)
17095 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
17096 (calc-embedded-open-mode, calc-embedded-close-mode):
17097 Move definitions to calc.el.
17098
17099 * calc/calc.el (calc-settings-file, calc-language-alist):
17100 Make customizable.
17101 (calc-embedded-announce-formula, calc-embedded-open-formula)
17102 (calc-embedded-close-formula, calc-embedded-open-word)
17103 (calc-embedded-close-word, calc-embedded-open-plain)
17104 (calc-embedded-close-plain, calc-embedded-open-new-formula)
17105 (calc-embedded-close-new-formula, calc-embedded-open-mode)
17106 (calc-embedded-close-mode, calc-gnuplot-name)
17107 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
17108 from other files and make customizable.
17109
17110 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17111
17112 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
17113 Use buffer-live-p.
17114 (cvs-mode-run): Don't call cvs-update-header here.
17115 (cvs-run-process): Call cvs-update-header.
17116 Use process properties for cvs-postprocess and cvs-buffer so that
17117 the sentinel can behave better if the temp buffer is killed.
17118 Use a pipe rather than a tty, to better handle unexpected prompts.
17119 (cvs-sentinel): Rewrite. Call cvs-update-header.
17120
17121 2005-04-01 Andre Spiegel <spiegel@gnu.org>
17122
17123 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
17124 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
17125
17126 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
17127
17128 * generic.el (define-generic-mode): Add indentation rule.
17129
17130 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
17131
17132 * files.el (mode-require-final-newline): Make Custom correctly
17133 report a nil value and allow to set it to nil via Custom.
17134 Doc fix.
17135
17136 2005-04-01 Kenichi Handa <handa@m17n.org>
17137
17138 * international/characters.el: Enable the correct case setting for
17139 dotless-i and dotted-I.
17140
17141 2005-04-01 Kim F. Storm <storm@cua.dk>
17142
17143 * ido.el (ido-file-internal): Fall back to non-ido command if
17144 initial directory is on slow ftp (or tramp) host.
17145
17146 2005-03-31 Richard M. Stallman <rms@gnu.org>
17147
17148 * emacs-lisp/autoload.el (make-autoload):
17149 Handle define-global-minor-mode.
17150
17151 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17152 Rename from easy-mmode-define-global-mode.
17153 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
17154
17155 * progmodes/scheme.el (scheme-mode-syntax-table):
17156 Update syntax of | and # for two-character comment syntax.
17157
17158 2005-03-31 Lute Kamstra <lute@gnu.org>
17159
17160 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
17161 (define-minor-mode): Call custom-current-group at load-time.
17162
17163 * generic.el (define-generic-mode): Add debug declaration.
17164 Add defcustom for the mode hook.
17165 (generic-mode-internal): Use run-mode-hooks.
17166
17167 2005-03-31 Kim F. Storm <storm@cua.dk>
17168
17169 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
17170 (mouse-fixup-help-message): New defun called by show_help_echo
17171 to fixup mouse-2 prefix in help messages when applicable.
17172
17173 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
17174
17175 2005-03-31 Kenichi Handa <handa@m17n.org>
17176
17177 * language/thai-word.el (thai-find-word-ends): Pay attention to
17178 the case that we reach the end of buffer.
17179
17180 * textmodes/fill.el (fill-text-properties-at): New function.
17181 (fill-newline): Use fill-text-properties-at instead of
17182 text-properties-at.
17183
17184 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
17185
17186 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
17187 not comint-quote-filename.
17188
17189 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
17190
17191 * help-fns.el (help-with-tutorial): Revert last change.
17192
17193 2005-03-31 Kim F. Storm <storm@cua.dk>
17194
17195 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
17196
17197 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
17198
17199 * calendar/cal-china.el: Update reference to "Calendrical
17200 Calculations" book; there's a new edition.
17201 * calendar/cal-coptic.el: Likewise.
17202 * calendar/cal-french.el: Likewise.
17203 * calendar/cal-hebrew.el: Likewise.
17204 * calendar/cal-islam.el: Likewise.
17205 * calendar/cal-iso.el: Likewise.
17206 * calendar/cal-julian.el: Likewise.
17207 * calendar/cal-mayan.el: Likewise.
17208 * calendar/cal-persia.el: Likewise.
17209 * calendar/calendar.el: Likewise.
17210 * calendar/holidays.el: Likewise.
17211 * calendar/lunar.el: Likewise.
17212 * calendar/solar.el: Likewise.
17213
17214 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
17215 white space from doc string.
17216
17217 2005-03-30 Jay Belanger <belanger@truman.edu>
17218
17219 * calc/calc-help.el (calc-full-help): Remove email address.
17220
17221 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
17222
17223 * help-fns.el (help-with-tutorial): Delete title line.
17224
17225 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17226
17227 * calendar/cal-x.el (calendar-one-frame-setup)
17228 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
17229 rather than `symbol' for set-window-dedicated-p.
17230
17231 * calendar/appt.el (appt-buffer-name): Make it a constant.
17232 (appt-add): Doc fix.
17233
17234 * filesets.el (filesets-menu-path, filesets-menu-before)
17235 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
17236 (filesets-menu-cache-file): Use directory ~/.emacs.d.
17237 (filesets-add-submenu): Delete and use add-submenu instead.
17238
17239 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
17240
17241 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
17242 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
17243 (org-diary-default-entry): New function.
17244 (org-get-entries-from-diary): Better parsing of diary entries.
17245 (org-agenda-check-no-diary): New function.
17246 ("diary-lib"): Advice to function `add-to-diary-list', to allow
17247 linking to diary entries.
17248 (org-agenda-execute-calendar-command): New function.
17249 (org-agenda): Improve visible section in window.
17250 Use `org-fit-agenda-window'.
17251 (org-fit-agenda-window): New option.
17252 (org-move-subtree-down): Better handling of empty lines
17253 at end of subtree.
17254 (org-cycle): Numeric prefix is interpreted now as show-subtree N
17255 levels up.
17256 (org-fontify-done-headline): New option.
17257 (org-headline-done-face): New face.
17258 (org-set-font-lock-defaults): Use `org-headline-done-face'.
17259 (org-table-copy-down): Rename from `org-table-copy-from-above'.
17260 When current field is non-empty, it is copied to next row.
17261 (org-table-copy-from-above): Fix bug which made it
17262 impossible to copy fields containing only a single non-white character.
17263
17264 2005-03-30 Kim F. Storm <storm@cua.dk>
17265
17266 * kmacro.el (kmacro-end-macro): Isearch may store this command
17267 into the macro -- so ignore it when executing keyboard macro.
17268
17269 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
17270
17271 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
17272
17273 2005-03-29 Kenichi Handa <handa@m17n.org>
17274
17275 * language/thai.el ("Thai"): Set setup-function and exit-function
17276 for Thai language environment.
17277
17278 * language/thai-util.el: Require thai-word.
17279 (thai-word-mode-map): New variable.
17280 (thai-word-mode): New minor mode.
17281 (setup-thai-language-environment-internal): New function.
17282 (exit-thai-language-environment-internal): New function.
17283
17284 * language/thai-word.el (thai-word-table): Declare it by defvar,
17285 use dolist to initialize it.
17286 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
17287 (thai-fill-find-break-point): New functions.
17288
17289 2005-03-29 Richard M. Stallman <rms@gnu.org>
17290
17291 * simple.el (idle-update-delay): Move definition up.
17292 (set-mark): Doc fix.
17293
17294 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
17295
17296 * longlines.el: New file.
17297
17298 * simple.el (buffer-substring-filters): New variable.
17299 (filter-buffer-substring): New function.
17300 (kill-region, copy-region-as-kill): Use it.
17301
17302 * register.el (copy-to-register, append-to-register)
17303 (prepend-to-register): Use filter-buffer-substring.
17304
17305 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
17306
17307 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
17308 (gud-filter-pending-text): Move in front of gdb.
17309 (gud-overlay-arrow-position): New variable.
17310 (gud-sentinel, gud-display-line): Use it in place of
17311 overlay-arrow-position.
17312
17313 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
17314
17315 * progmodes/fortran.el (fortran-if-indent): Doc fix.
17316 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
17317 (fortran-font-lock-keywords-4): New variable.
17318 (fortran-blocks-re, fortran-end-block-re)
17319 (fortran-start-block-re): New constants, for hideshow.
17320 (hs-special-modes-alist): Add a Fortran entry.
17321 (fortran-mode-map): Bind fortran-end-of-block,
17322 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
17323 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
17324 (fortran-looking-at-if-then, fortran-end-of-block)
17325 (fortran-beginning-of-block): New functions, for hideshow.
17326
17327 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17328 Doc fix. Tweak regexp.
17329 (f90-beginning-of-block): Push mark first.
17330
17331 2005-03-29 Jay Belanger <belanger@truman.edu>
17332
17333 * calc/calc.el: Update copyright date.
17334 (calc-version): Increase to 2.1.
17335 (calc-version-date): Remove.
17336
17337 * calc/calc-help.el: Update copyright date.
17338 (calc-full-help): Remove reference to calc-version-date.
17339 Update copyright date.
17340
17341 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17342
17343 * vc.el (vc-do-command): Use a pipe for async processes, so password
17344 prompts don't show up at places where the user can't reply.
17345
17346 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
17347
17348 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
17349 on the file name we pass to the inferior shell.
17350
17351 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17352
17353 * progmodes/which-func.el (which-function): Be robust in the face of an
17354 imenu--make-index-alist failure.
17355
17356 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17357
17358 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
17359
17360 * progmodes/python.el (python-preoutput-filter): Fix last change.
17361
17362 2005-03-29 Lute Kamstra <lute@gnu.org>
17363
17364 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
17365 functions and compiled macros.
17366 (debug-convert-byte-code): Handle macros too.
17367 (debug-on-entry-1): Don't signal an error when trying to clear a
17368 function that is not set to debug on entry.
17369
17370 2005-03-29 Jay Belanger <belanger@truman.edu>
17371
17372 * calc/calc-lang.el: Add functions to math-function-table
17373 properties of tex and math.
17374
17375 2005-03-29 Kenichi Handa <handa@m17n.org>
17376
17377 * ps-mule.el (ps-mule-plot-string): Translate characters by
17378 ps-print-translation-table.
17379 (ps-mule-begin-job): Call find-charset-region/string with
17380 ps-print-translation-table.
17381 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
17382
17383 * ps-print.el (ps-print-translation-table): New variable.
17384 (ps-plot-region): Translate characters by ps-print-translation-table.
17385
17386 2005-03-29 Juri Linkov <juri@jurta.org>
17387
17388 * simple.el (next-error-highlight-timer): New variable.
17389
17390 * progmodes/compile.el (compilation-goto-locus):
17391 Use `next-error-highlight-timer' instead of `sit-for'.
17392
17393 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17394
17395 * mail/supercite.el (sc-mail-field): Use assoc-string.
17396 (sc-get-address): Simplify regexps.
17397
17398 * files.el (minibuffer-with-setup-hook): New macro.
17399 (find-file-read-args): Use it to avoid let-binding
17400 minibuffer-with-setup-hook (which breaks turning on/off
17401 file-name-shadow-mode while in the prompt).
17402
17403 * complete.el (PC-read-include-file-name-internal):
17404 Use test-completion.
17405
17406 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
17407
17408 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
17409
17410 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17411
17412 * window.el (window-buffer-height): Use count-screen-lines.
17413
17414 * progmodes/python.el (python-preoutput-leftover): New var.
17415 (python-preoutput-filter): Use it.
17416 (python-send-receive): Loop until all the result has been received.
17417
17418 2005-03-28 Juri Linkov <juri@jurta.org>
17419
17420 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
17421
17422 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
17423 "Recover Crashed Session".
17424 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
17425 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
17426 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
17427 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
17428 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
17429 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
17430 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
17431 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
17432
17433 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
17434 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
17435 Ediff Sessions", "Toggle use of separate control buffer frame",
17436 "Use separate frame for Ediff control buffer".
17437
17438 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
17439 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
17440 "Rename Bookmark", "Delete Bookmark".
17441
17442 * info.el (Info-mode-menu): Remove ellipsis from "Index".
17443 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
17444 Add `:active Info-index-alternatives' to "Next Matching Item".
17445
17446 * wdired.el (wdired-change-to-wdired-mode):
17447 Mention `wdired-abort-changes' key in the initial message.
17448
17449 * international/mule.el (auto-coding-alist): Associate non-ascii
17450 image filename extensions with `no-conversion'.
17451
17452 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17453
17454 * international/iso-acc.el:
17455 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
17456
17457 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
17458
17459 * textmodes/sgml-mode.el (html-mode): Doc update.
17460
17461 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
17462
17463 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
17464
17465 * term.el (term-move-columns): Fix face after extending a line.
17466 (term-insert-spaces): Likewise.
17467 (term-reset-terminal): Fix off by one error.
17468
17469 2005-03-26 Eli Zaretskii <eliz@gnu.org>
17470
17471 * international/mule.el (auto-coding-alist): Add .xpi files.
17472
17473 * files.el (auto-mode-alist): Add .xpi files.
17474
17475 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
17476
17477 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
17478
17479 2005-03-26 Eli Zaretskii <eliz@gnu.org>
17480
17481 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
17482
17483 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
17484
17485 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
17486 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
17487
17488 * calendar/cal-move.el (calendar-beginning-of-year): Move the
17489 cursor to Jan 1 when needed.
17490 (calendar-end-of-year): Fix -/+ typo.
17491 Reported by Chong Yidong <cyd@stupidchicken.com>.
17492
17493 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17494
17495 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
17496
17497 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
17498 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
17499
17500 2005-03-25 Richard M. Stallman <rms@gnu.org>
17501
17502 * filesets.el (filesets-init): Add autoload.
17503
17504 * mail/mailalias.el (mail-directory): Doc fix.
17505
17506 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17507
17508 * mail/mailalias.el (mail-directory-process): Do nothing if
17509 mail-directory-process is an atom.
17510 (mail-get-names): Ignore mail-directory-names if it is an atom.
17511 (mail-directory-process defvar): Doc fix.
17512 (mail-names): Doc fix.
17513
17514 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
17515
17516 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
17517
17518 2005-03-26 Kenichi Handa <handa@m17n.org>
17519
17520 * international/mule-util.el (detect-coding-with-priority):
17521 Call update-coding-systems-internal before detect-coding-region.
17522
17523 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
17524
17525 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
17526 (gdb-frames-mode-map): Add follow-link property.
17527
17528 2005-03-25 Jay Belanger <belanger@truman.edu>
17529
17530 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
17531 for variables.
17532
17533 2005-03-25 Juri Linkov <juri@jurta.org>
17534
17535 * image-mode.el: Optimize image filename extension regexps in
17536 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
17537 in `auto-mode-alist'.
17538 (image-mode): Add `image-toggle-display-text' to local hook
17539 `change-major-mode-hook'. Display the image as an image by
17540 default. Set `cursor-type' and `truncate-lines' if the image
17541 is already displayed. Take into account the current mode (image
17542 or text) in message.
17543 (image-minor-mode): New minor mode.
17544 (image-mode-maybe, image-toggle-display-text): New functions.
17545 (image-toggle-display): Use called-interactively-p.
17546 Let-bind `inhibit-read-only' to t.
17547
17548 * image-mode.el (image-minor-mode): Set `cursor-type' and
17549 `truncate-lines' if the image is already displayed. Add turning
17550 image-minor-mode off to `change-major-mode-hook'. Add message.
17551 Call `image-toggle-display-text' after turning image-minor-mode off.
17552
17553 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17554
17555 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
17556 Terminal.app, use utf-8.
17557 (set-display-table-and-terminal-coding-system): Add coding-system arg.
17558 (set-locale-environment): Use it.
17559
17560 * term/xterm.el: Undo last change, better done in mule-cmds.el.
17561
17562 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
17563
17564 * progmodes/python.el (python-close-block-statement-p)
17565 (python-outdent-p, python-current-defun): Use symbol-end.
17566
17567 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
17568
17569 * files.el (save-some-buffers): Doc fix.
17570
17571 2005-03-25 Werner Lemberg <wl@gnu.org>
17572
17573 * complete.el, thumbs.el: Replace `legal' with `valid'.
17574 * calendar/calendar.el: Replace `legal' with `valid'.
17575 * emacs-lisp/advice.el: Replace `legal' with `valid'.
17576 * mail/supercite.el: Replace `legal' with `valid'.
17577 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
17578 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
17579 Replace `legal' with `valid'.
17580 * textmodes/reftex-vars.el, textmodes/reftex.el:
17581 Replace `legal' with `valid'.
17582
17583 2005-03-25 Werner Lemberg <wl@gnu.org>
17584
17585 * calc/calc-forms.el, calc/calc-sel.el
17586 * midnight.el, vc-cvs.el
17587 * emacs-lisp/cl-macs.el
17588 * emulation/vip.el
17589 * eshell/esh-io.el, eshell/esh-var.el
17590 * mail/supercite.el
17591 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
17592 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
17593 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
17594 * progmodes/sh-script.el, progmodes/xscheme.el
17595 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
17596 * textmodes/reftex-index.el, textmodes/reftex-parse.el
17597 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
17598 * textmodes/reftex.el, textmodes/org.el:
17599 Replace `illegal' with `invalid'.
17600
17601 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17602
17603 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
17604 (flymake-find-buildfile, flymake-find-possible-master-files)
17605 (flymake-check-include, flymake-parse-line): Replace loops over the
17606 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
17607
17608 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
17609 Substitute file-name-as-directory in the rest of the file.
17610 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
17611 (flymake-replace-region): Remove unused arg `buffer'.
17612 (flymake-check-patch-master-file-buffer): Update calls to it.
17613 (flymake-add-err-info): Remove unused var `count'.
17614 (flymake-mode): Use define-minor-mode.
17615
17616 * progmodes/flymake.el: Use with-current-buffer.
17617 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
17618 flymake-replace-regexp-in-string, flymake-line-beginning-position)
17619 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
17620 Avoid testing for `xemacs'.
17621 (flymake-nop): Move.
17622 (flymake-region-has-flymake-overlays): Return the computed value.
17623 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
17624 Remove unused var `endline'.
17625 (flymake-get-line-count): Remove unused function.
17626 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
17627
17628 * emulation/vi.el:
17629 * generic.el:
17630 * hilit-chg.el (global-highlight-changes):
17631 * hi-lock.el (hi-lock-mode):
17632 * follow.el: find-file-hooks -> find-file-hook.
17633
17634 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
17635
17636 2005-03-24 Juri Linkov <juri@jurta.org>
17637
17638 * dired.el (dired-mode-map): Add menu item "Compare directories"
17639 for dired-compare-directories.
17640
17641 * dired-aux.el (dired-compare-directories): Add autoload cookie.
17642 Doc fix. Replace `read-file-name' with `read-directory-name'.
17643
17644 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17645
17646 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
17647
17648 2005-03-24 Jay Belanger <belanger@truman.edu>
17649
17650 * calc/calc-embed.el (calc-embedded-mode-change): Save all
17651 relevant mode settings in calc-embedded-original-modes when modes
17652 are permanently changed.
17653
17654 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17655
17656 * autoinsert.el: find-file-hooks -> find-file-hook.
17657
17658 2005-03-24 Lute Kamstra <lute@gnu.org>
17659
17660 * generic.el (generic-font-lock-defaults): Make it obsolete.
17661 (generic-font-lock-keywords): New variable to replace
17662 generic-font-lock-defaults.
17663 (generic-mode-set-font-lock): Delete it.
17664 (generic-mode-internal): Don't call generic-mode-set-font-lock.
17665 (generic-bracket-support): Add docstring.
17666
17667 * generic-x.el: Rename generic-font-lock-defaults to
17668 generic-font-lock-keywords throughout.
17669 (mailagent-rules-setup-function): Delete it.
17670 (mailagent-rules-generic-mode): Use anonymous function instead.
17671 (show-tabs-generic-mode-font-lock-defaults-1)
17672 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
17673 Quote faces.
17674 (show-tabs-tab-face, show-tabs-space-face): Specify background,
17675 not foreground.
17676
17677 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
17678 Recognize define-generic-mode.
17679
17680 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17681
17682 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
17683 if there's no completion table.
17684
17685 2005-03-23 Miles Bader <miles@gnu.org>
17686
17687 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17688 Remove tty-specific variants, as they're no longer needed.
17689
17690 2005-03-23 Lute Kamstra <lute@gnu.org>
17691
17692 * generic-x.el: Code cleanup: make args constant whenever possible.
17693 (installshield-statement-keyword-list)
17694 (installshield-system-functions-list)
17695 (installshield-system-variables-list, installshield-types-list)
17696 (installshield-funarg-constants-list): Make them constants.
17697
17698 * generic.el (generic-make-keywords-list): Add autoload cookie.
17699
17700 * calendar/time-date.el: Add comment on time value formats.
17701 Don't require parse-time.
17702 (with-decoded-time-value): New macro.
17703 (encode-time-value): New function.
17704 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17705 (days-to-time): Return a valid time value when arg is huge.
17706 (time-since): Use time-subtract.
17707 (time-to-number-of-days): Use time-to-seconds.
17708
17709 2005-03-23 David Ponce <david@dponce.com>
17710
17711 * recentf.el (recentf-keep): New option.
17712 (recentf-menu-action): Default to `find-file'.
17713 (recentf-keep-non-readable-files-flag)
17714 (recentf-keep-non-readable-files-p)
17715 (recentf-file-readable-p, recentf-find-file)
17716 (recentf-cleanup-remote): Remove.
17717 (recentf-include-p): More robust.
17718 (recentf-keep-p): New function.
17719 (recentf-remove-if-non-kept): Rename from
17720 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
17721 All callers updated.
17722 (recentf-menu-items-for-commands): Fix help string.
17723 (recentf-track-closed-file): Update. Doc fix.
17724 (recentf-cleanup): Update. Count removed files. Doc fix.
17725
17726 2005-03-23 Kim F. Storm <storm@cua.dk>
17727
17728 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17729 Don't inherit from fringe face (now happens automatically).
17730
17731 2005-03-22 Kim F. Storm <storm@cua.dk>
17732
17733 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
17734 position values.
17735
17736 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17737
17738 * menu-bar.el (showhide-date-time): Remove.
17739 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
17740 (menu-bar-make-mm-toggle): Simplify.
17741
17742 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17743
17744 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
17745 Accept qualified variable and function names.
17746
17747 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
17748
17749 * bindings.el (completion-ignored-extensions):
17750 Remove ".lis" for `vax-vms'.
17751
17752 2005-03-22 Andreas Schwab <schwab@suse.de>
17753
17754 * generic-x.el: Revert last change.
17755 * ldefs-boot.el: Update.
17756
17757 2005-03-22 Jay Belanger <belanger@truman.edu>
17758
17759 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
17760 (calc-embedded-save-original-modes)
17761 (calc-embedded-restore-original-modes): New functions.
17762 (calc-do-embedded): Save original modes when entering embedded mode
17763 and restore when leaving embedded mode.
17764 (calc-embedded-modes-change): Change the value of
17765 calc-embedded-original-modes to reflect permanent changes.
17766
17767 2005-03-22 Lute Kamstra <lute@gnu.org>
17768
17769 * generic-x.el: Require generic again.
17770
17771 2005-03-22 Miles Bader <miles@gnu.org>
17772
17773 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17774 Tweak details to look good on both ttys and bitmap displays, light
17775 or dark background, etc.
17776
17777 2005-03-21 Kim F. Storm <storm@cua.dk>
17778
17779 * tooltip.el (tooltip-show-help-function): Check car and cdr of
17780 mouse position.
17781
17782 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17783
17784 * icomplete.el: Don't forcibly turn on the mode upon load.
17785 (icomplete-mode): Use define-minor-mode.
17786 (icomplete-eoinput): Default to nil.
17787 (icomplete-minibuffer-setup): Remove autoload.
17788 (icomplete-tidy): Simplify.
17789 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
17790 in the initial state or if the user has modified the field.
17791 Fix handling of icomplete-max-delay-chars.
17792 Remove code that handles the oddball case where
17793 minibuffer-completion-table is an integer.
17794 Wrap icomplete-completions in while-no-input in case building
17795 completions takes more time than expected.
17796 (icomplete-completions): Simplify.
17797
17798 2005-03-21 Richard M. Stallman <rms@gnu.org>
17799
17800 * jka-compr.el (jka-compr-really-do-compress):
17801 Make variable buffer-local.
17802
17803 * image-mode.el: Handle .xpm files too.
17804 (image-toggle-display): Preserve modification flag.
17805
17806 * help.el (where-is): Don't mention aliases with no key bindings.
17807
17808 2005-03-21 Lute Kamstra <lute@gnu.org>
17809
17810 * generic.el: Fix commentary section. Don't require cl for
17811 compilation.
17812 (generic-mode-list): Add autoload cookie.
17813 (generic-use-find-file-hook, generic-lines-to-scan)
17814 (generic-find-file-regexp, generic-ignore-files-regexp)
17815 (generic-mode, generic-mode-find-file-hook)
17816 (generic-mode-ini-file-find-file-hook): Fix docstrings.
17817 (define-generic-mode): Make it a defmacro. Fix docstring.
17818 (generic-mode-internal): Code cleanup. Add autoload cookie.
17819 (generic-mode-set-comments): Code cleanup.
17820 * generic-x.el: Don't prevent compilation. Don't require generic.
17821 Follow coding conventions. Minor code cleanup.
17822 (etc-fstab-generic-mode): Add some keywords.
17823 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
17824 define-generic-mode like a function declaration.
17825
17826 2005-03-21 Jay Belanger <belanger@truman.edu>
17827
17828 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
17829 changing modes.
17830
17831 2005-03-21 Sam Steingold <sds@gnu.org>
17832
17833 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
17834
17835 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
17836
17837 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
17838 Add underscore to "f$ lexicals" regexp.
17839
17840 2005-03-20 Juri Linkov <juri@jurta.org>
17841
17842 * subr.el (progress-reporter-do-update): When `min-value' is equal
17843 to `max-value', set `percentage' to 0 and prevent division by zero.
17844
17845 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
17846
17847 Sync with Tramp 2.0.48.
17848
17849 * net/tramp.el (all): Change all addresses to .gnu.org.
17850 (tramp-append-tramp-buffers): New defun.
17851 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
17852 Catch `dont-send' signal.
17853 (tramp-set-auto-save-file-modes): Set always permissions, because
17854 there might be an old auto-saved file belonging to another
17855 original file. This could be a security threat. Reported by
17856 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
17857 Check for Emacs 21.3.50 removed.
17858
17859 * net/tramp-smb.el (all): Remove debug construct for
17860 `with-parsed-tramp-file-name'.
17861 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
17862 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
17863 No error message if DIRECTORY or FILENAME doesn't exist.
17864 (tramp-smb-open-connection): Check existence of
17865 `tramp-smb-program'.
17866
17867 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17868
17869 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
17870 Properly handle the case where the `m' or `s' command's argument is not
17871 yet terminated.
17872 (perl-indent-new-calculate): New function.
17873 (perl-indent-line): Use it.
17874
17875 2005-03-20 Miles Bader <miles@gnu.org>
17876
17877 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
17878 in text-mode too. Change to new face names.
17879 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
17880 Add `:weight bold' attribute.
17881 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
17882
17883 2005-03-19 Juri Linkov <juri@jurta.org>
17884
17885 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
17886
17887 * international/mule.el (auto-coding-alist): Sync with
17888 `auto-mode-alist' by adding upper case archive file extensions
17889 and adding ear/war to jar extension.
17890
17891 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
17892
17893 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
17894 running, restart it.
17895
17896 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
17897
17898 * finder.el (finder-current-item): Throw an error on an empty line.
17899
17900 * man.el (Man-follow-manual-reference): If current-word returns
17901 nil, use "".
17902
17903 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
17904
17905 * simple.el (goto-line): Doc fix.
17906
17907 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
17908
17909 * files.el (save-buffer): Doc fix.
17910
17911 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
17912
17913 * recentf.el (recentf-cleanup-remote): New variable.
17914 (recentf-cleanup): Use it to conditionally check availability of
17915 remote files.
17916
17917 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
17918
17919 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
17920 function names.
17921
17922 2005-03-19 Eli Zaretskii <eliz@gnu.org>
17923
17924 * language/thai-word.el: New file.
17925
17926 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17927
17928 * files.el (backup-buffer): If the file's directory is not
17929 writable, use copy instead of move to backup the file.
17930
17931 2005-03-19 Eli Zaretskii <eliz@gnu.org>
17932
17933 * obsolete/keyswap.el: Moved to obsolete/ from term/.
17934
17935 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17936
17937 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
17938 Use functionp instead of symbolp and fboundp. Reported by Drkm
17939 <darkman_spam@yahoo.fr>.
17940 (ps-print-version): New version 6.6.6.
17941
17942 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
17943
17944 * textmodes/table.el (table--line-column-position): New idiom.
17945 (table--row-column-insertion-point-p): New function to test
17946 validity of row and column insertion operation at a location.
17947 (table-global-menu, table-cell-menu): Use above functions for
17948 deterministic test operation.
17949 (table--editable-cell-p): Behave in deterministic fashion.
17950
17951 2005-03-18 Juri Linkov <juri@jurta.org>
17952
17953 * isearch.el (isearch-lazy-highlight-new-loop):
17954 Make arguments beg and end optional.
17955 (isearch-update): Remove optional arguments nil from
17956 isearch-lazy-highlight-new-loop.
17957 (isearch-lazy-highlight-search): Let-bind case-fold-search to
17958 isearch-lazy-highlight-case-fold-search instead of
17959 isearch-case-fold-search, and let-bind isearch-regexp to
17960 isearch-lazy-highlight-regexp.
17961 Use isearch-lazy-highlight-last-string instead of isearch-string.
17962
17963 * replace.el (perform-replace): Remove bindings of global
17964 variables isearch-string, isearch-regexp, isearch-case-fold-search.
17965 Add three new arguments to `replace-highlight'.
17966 (replace-highlight): Add arguments string, regexp, case-fold.
17967 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
17968 to allow isearch-lazy-highlight-new-loop to use these values
17969 to set corresponding isearch-lazy-highlight-* internal
17970 variables whose values lazy highlighting will use regardless of
17971 changes to global variables isearch-string, isearch-regexp,
17972 isearch-case-fold-search during lazy highlighting loop.
17973 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
17974 to `lazy-highlight-cleanup'.
17975
17976 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
17977 (ispell-highlight-face): Set default face to `isearch' when
17978 lazy highlighting is enabled.
17979 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
17980 priority to 1. Add lazy highlighting.
17981 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
17982 from `isearch-dehighlight'.
17983
17984 2005-03-18 David Ponce <david@dponce.com>
17985
17986 * files.el (hack-local-variables): Do a case-insensitive search
17987 for End.
17988
17989 2005-03-18 Juri Linkov <juri@jurta.org>
17990
17991 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
17992 `isearch-lazy-highlight-cleanup', add alias to old name and
17993 declare obsolete. Add release numbers to other obsolete vars.
17994 (isearch-done, isearch-lazy-highlight-new-loop):
17995 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
17996 (lazy-highlight-cleanup) <variable>: Doc fix.
17997 (isearch-lazy-highlight-update): Rename obsolete
17998 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
17999
18000 2005-03-18 Kenichi Handa <handa@m17n.org>
18001
18002 * language/thai-util.el: Fix categorization of Thai characters in
18003 thai-category-table.
18004 (thai-composition-pattern): Adjust it for the above change.
18005 (thai-self-insert-command, thai-compose-syllable): New functions.
18006 (thai-compose-region): Use thai-compose-syllable.
18007 (thai-compose-string): Likewise.
18008 (thai-composition-function): Likewise.
18009 (thai-auto-composition): New function.
18010 (thai-auto-composition-mode): New minor mode.
18011
18012 * language/thai.el: Fix patterns to be registered in
18013 composition-function-table.
18014
18015 * international/quail.el (quail-input-method): Locally bind
18016 inhibit-modification-hooks to t.
18017
18018 2005-03-17 Richard M. Stallman <rms@gnu.org>
18019
18020 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
18021 (perl-mode): Use run-mode-hooks.
18022
18023 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
18024 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
18025 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
18026
18027 * mail/sendmail.el (sendmail-send-it): Reenable the code
18028 to compute resend-to-address and use it.
18029
18030 * tar-mode.el (tar-mode): Turn off undo unconditionally.
18031
18032 * image-mode.el: New file.
18033
18034 * image.el (insert-sliced-image): Add autoload cookie.
18035
18036 * font-lock.el (font-lock-lines-before): New user option.
18037 (font-lock-after-change-function): Obey it.
18038
18039 * bindings.el (esc-map): Make M-g a prefix.
18040 Bind M-g g and M-g M-g to goto-line.
18041
18042 * faces.el (face-id): Doc fix.
18043
18044 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18045
18046 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
18047 (rmail-show-message): Use rmail-unknown-mail-followup-to.
18048 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
18049
18050 * mail/sendmail.el (mail-yank-ignored-headers)
18051 (mail-font-lock-keywords, mail-mode-fill-paragraph):
18052 Add Mail-Followup-To and Mail-Reply-To headers.
18053 (mail-citation-hook): Add autoload cookie.
18054 (mail-mode): Doc fix.
18055 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
18056 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
18057 (mail-mode-fill-paragraph): Handle those headers.
18058 (mail-mailing-lists): New variable.
18059 (mail-mail-reply-to, mail-mail-followup-to): New functions.
18060
18061 2005-03-17 Juri Linkov <juri@jurta.org>
18062
18063 * isearch.el (isearch-fallback): Check for `(car previous)'
18064 before calling `isearch-other-end-state'.
18065
18066 2005-03-17 Kim F. Storm <storm@cua.dk>
18067
18068 * simple.el (move-beginning-of-line): Move to beginning of buffer
18069 line, as well as beginning of screen line.
18070
18071 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
18072
18073 * calendar/diary-lib.el (mark-diary-entries): Use new optional
18074 argument REDRAW rather than calendar-redrawing variable.
18075 * calendar/calendar.el (calendar-redrawing): Delete.
18076 (redraw-calendar): Do not bind calendar-redrawing.
18077
18078 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
18079
18080 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
18081 diary-file buffer.
18082
18083 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18084
18085 * help.el (describe-mode): Allow a :minor-mode-function property to
18086 specify a different minor mode toggle function than the variable.
18087 * simple.el (auto-fill-function):
18088 * subr.el (add-minor-mode): Use it.
18089
18090 2005-03-16 Kenichi Handa <handa@m17n.org>
18091
18092 * language/ethio-util.el (sera-being-called-by-w3): New variable.
18093 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
18094 (ethio-fidel-to-sera-buffer): Likewise.
18095
18096 2005-03-16 Juri Linkov <juri@jurta.org>
18097
18098 * emacs-lisp/find-func.el (find-function-regexp):
18099 Add defun-emitting macro `menu-bar-make-toggle'.
18100
18101 * isearch.el: Put `isearch-scroll' property to
18102 `split-window-horizontally'.
18103
18104 * info.el: Update error messages for `debug-ignored-errors'.
18105 (Info-isearch-search): Doc fix.
18106 (Info-find-node): Move up code to go into info buffer before
18107 recording the node to the history.
18108 (Info-fontify-node): Fontify titles only if the next line
18109 has two or more `*', `=', `-', `.'.
18110 Display "go to this node" for empty (match-string 3).
18111
18112 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18113
18114 * term/mac-win.el: Add mouse pointer shape constants.
18115
18116 2005-03-15 Kim F. Storm <storm@cua.dk>
18117
18118 * simple.el (move-beginning-of-line): Use vertical-motion.
18119
18120 2005-03-15 Juri Linkov <juri@jurta.org>
18121
18122 * isearch.el (isearch-error): New variable.
18123 (isearch-invalid-regexp, isearch-within-brackets): Remove.
18124 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
18125 (isearch-within-brackets-state): Remove.
18126 (isearch-case-fold-search-state, isearch-pop-fun-state):
18127 Decrease frame index.
18128 (isearch-mode, isearch-top-state, isearch-push-state)
18129 (isearch-edit-string, isearch-abort, isearch-search-and-update)
18130 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
18131 (isearch-search, isearch-lazy-highlight-new-loop):
18132 Replace `isearch-invalid-regexp' with `isearch-error'.
18133 Remove `isearch-within-brackets'.
18134 (isearch-search): Add `search-failed' handler to `condition-case'.
18135 (isearch-lazy-highlight-search): Add `condition-case' to catch
18136 errors and allow `isearch-lazy-highlight-update' to try
18137 highlighting from the beginning of the window.
18138 (isearch-repeat): Move up code to set isearch-wrapped to t
18139 before calling isearch-wrap-function.
18140
18141 * info.el (Info-isearch-initial-node): New internal variable.
18142 (Info-search): Signal an error in isearch mode when search leaves
18143 the initial node. Signal an error when `bound' is non-nil and
18144 nothing was found in the current subfile.
18145 (Info-isearch-search): Remove `condition-case'.
18146 (Info-isearch-wrap): Don't wrap when search failed during leaving
18147 the initial node. If `Info-isearch-search' is nil, wrap around
18148 the current node.
18149 (Info-isearch-start): New fun.
18150 (Info-mode): Add buffer-local hook `Info-isearch-start' to
18151 `isearch-mode-hook'.
18152
18153 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18154
18155 * simple.el (normal-erase-is-backspace): Set default to t if
18156 running on Mac.
18157
18158 * term/mac-win.el (function-key-map): Sync with x-win.el.
18159
18160 2005-03-15 Kenichi Handa <handa@m17n.org>
18161
18162 * international/mule-cmds.el (locale-language-names): Modify the
18163 format of elements and add more entries.
18164 (locale-preferred-coding-systems): Add more entries.
18165 (set-locale-environment): Adjust for the change of
18166 locale-language-names.
18167
18168 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18169
18170 * pcvs.el (smerge-ediff): Remove bogus autoload.
18171
18172 2005-03-14 Lute Kamstra <lute@gnu.org>
18173
18174 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
18175 Ignore a `*' at the beginning of a line.
18176
18177 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
18178 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
18179 subr.el.
18180 (dont-compile, eval-when-compile, eval-and-compile): Use declare
18181 to specify indentation.
18182
18183 * generic.el (define-generic-mode): Let generic-mode-list be a
18184 list of strings; test membership with equal.
18185
18186 2005-03-14 Kim F. Storm <storm@cua.dk>
18187
18188 * simple.el (next-line, previous-line): Add optional try-vscroll
18189 arg to recognize interactive use. Pass it on to line-move.
18190 (line-move): Don't perform auto-window-vscroll when defining or
18191 executing keyboard macro to ensure consistent behavior.
18192
18193 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
18194
18195 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
18196
18197 2005-03-13 Lute Kamstra <lute@gnu.org>
18198
18199 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
18200 debugger-setup-buffer so that backtrace marks the frames set to
18201 debug-on-exit and we don't have to do it manually. Set an extra
18202 debug-on-exit for macro's.
18203 (debugger-setup-buffer): Don't mark the top frame manually.
18204
18205 2005-03-12 Lute Kamstra <lute@gnu.org>
18206
18207 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
18208 lisp-indent-function throughout.
18209 (with-no-warnings): Set lisp-indent-function property.
18210
18211 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
18212
18213 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
18214 Add entry for backslash.
18215
18216 2005-03-12 Juri Linkov <juri@jurta.org>
18217
18218 * info.el (Info-search): Four fixes for backward search.
18219
18220 2005-03-11 Jay Belanger <belanger@truman.edu>
18221
18222 * calc/calc.el (calc-language-alist): New variable.
18223 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
18224 (calc-embedded-find-modes): Use calc-language-alist instead of
18225 calc-embedded-language-alist.
18226
18227 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18228
18229 * calendar/calendar.el (calendar-redrawing): New internal
18230 variable.
18231 (redraw-calendar): Remove bogus save-excursion from previous
18232 change. Bind calendar-redrawing to t for mark-diary-entries.
18233 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
18234 calendar if that is why we were called.
18235
18236 2005-03-11 Kenichi Handa <handa@m17n.org>
18237
18238 * international/mule.el (make-coding-system): Set property
18239 coding-system-define-form to nil.
18240 (define-coding-system-alias): Likewise.
18241
18242 2005-03-11 Kenichi Handa <handa@m17n.org>
18243
18244 These changes are suggested by Dave Love <fx@gnu.org>.
18245
18246 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
18247 coding: tag.
18248 (adaptive-fill-regexp): Add more bullets.
18249 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
18250 regexps.
18251
18252 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18253
18254 * help.el (describe-mode): Properly handle non-trivial lighters.
18255 Don't ignore minor modes that are not listed in minor-mode-list.
18256
18257 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
18258 feature ON when the user requests to turn it OFF.
18259
18260 2005-03-10 Lute Kamstra <lute@gnu.org>
18261
18262 * emacs-lisp/debug.el (debug-entry-code): Delete it.
18263 (implement-debug-on-entry): New function to replace debug-entry-code.
18264 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
18265 second argument as the 2005-03-07 change makes it obsolete.
18266 (debug-on-entry, cancel-debug-on-entry): Update call to
18267 debug-on-entry-1.
18268 (debug, debugger-setup-buffer): Comment update.
18269 (debugger-frame-number): Update to work with implement-debug-on-entry.
18270
18271 2005-03-10 Jay Belanger <belanger@truman.edu>
18272
18273 * calc/calc-embed.el (math-ms-args): Declare it.
18274 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
18275 math-ms-args.
18276 (calc-embedded-subst): Use math-multi-subst-rec to substitute
18277 variables.
18278
18279 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
18280
18281 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
18282 Use message-box.
18283
18284 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
18285 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
18286 (tooltip-gud-tips): Simplify.
18287 (tooltip-gud-tips-p): Remove superfluous :set.
18288 (tooltip-gud-modes): Add fortran-mode.
18289 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
18290
18291 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
18292
18293 2005-03-09 Kim F. Storm <storm@cua.dk>
18294
18295 * play/animate.el (animate-place-char): Use forward-line instead
18296 of next-line to improve performance.
18297
18298 2005-03-09 Simon Josefsson <jas@extundo.com>
18299
18300 * net/browse-url.el (browse-url-default-browser): Doc fix.
18301
18302 2005-03-09 Miles Bader <miles@gnu.org>
18303
18304 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
18305 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
18306
18307 2005-03-09 Kenichi Handa <handa@m17n.org>
18308
18309 * international/latin-1.el: Set case and syntax for 255 only if
18310 set-case-syntax-set-multibyte is nil.
18311
18312 * textmodes/ispell.el (ispell-insert-word): New function.
18313 (ispell-word): Use ispell-insert-word to insert a new word.
18314 (ispell-process-line): Likewise.
18315 (ispell-complete-word): Likewise.
18316
18317 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
18318
18319 * calendar/calendar.el (redraw-calendar): Preserve point.
18320 Reported by Matt Hodges <MPHodges@member.fsf.org>.
18321 (calendar-week-start-day): Move after definition of
18322 redraw-calendar. Delete buffer test, since redraw-calendar has
18323 that now.
18324
18325 * calendar/diary-lib.el (mark-diary-entries): Only call
18326 redraw-calendar in the first of any recursive calls.
18327 Reported by Alan Shutko <ats@acm.org>.
18328
18329 2005-03-08 Juri Linkov <juri@jurta.org>
18330
18331 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
18332 (html-horizontal-rule, html-line, html-image, html-checkboxes)
18333 (html-radio-buttons): Add a space before the trailing `/>' where
18334 sgml-xml-mode is non-nil.
18335 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
18336 the subsequent tag of the empty XML tag.
18337 (html-href-anchor): Don't set initial input to "http:".
18338 (html-image): Ask for the image URL and set point inside alt="".
18339 (html-name-anchor): Duplicate the name in the `id' attribute when
18340 sgml-xml-mode is non-nil.
18341 (html-paragraph): Remove \n before <p>.
18342 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
18343 instead of `checked' when sgml-xml-mode is non-nil.
18344
18345 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
18346 Remove 1 space before #RRGGBB to not truncate it on terminal
18347 windows w/o fringes. Remove 1 space between bg and fg examples
18348 to get more space.
18349 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
18350 avoid byte-compile warnings.
18351
18352 * image-file.el (image-file-handler): Put `safe-magic' property to
18353 `image-file-handler'.
18354
18355 * info.el (Info-isearch-search): Emulate word search in
18356 isearching through multiple Info nodes with Info-search.
18357 (Info-isearch-wrap): Allow isearch-word.
18358
18359 2005-03-08 Lute Kamstra <lute@gnu.org>
18360
18361 * emacs-lisp/debug.el (debugger-step-through): Make sure that
18362 stepping into the debugger's code is not possible.
18363 (debugger-jumping-flag): Docstring update.
18364
18365 2005-03-08 Jay Belanger <belanger@truman.edu>
18366
18367 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
18368 embedded mode begins.
18369 (calc-embedded-language-alist): New variable.
18370 (calc-embedded-find-modes): Use calc-embedded-language-alist to
18371 set default language mode.
18372
18373 2005-03-08 Kenichi Handa <handa@m17n.org>
18374
18375 * international/ccl.el (define-ccl-program): Fix docstring about
18376 extra 256 bytes assured for the output buffer.
18377
18378 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18379 Fix BUFFER_MAGNIFICATION to 2.
18380 (ccl-encode-mule-utf-16be-with-signature): Likewise.
18381
18382 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
18383
18384 * align.el (align-rules-list): Added an alignment rule for CSS
18385 declarations (applies to css-mode and html-mode buffers).
18386
18387 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18388
18389 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
18390
18391 2005-03-07 Kim F. Storm <storm@cua.dk>
18392
18393 * simple.el (move-beginning-of-line): New command.
18394
18395 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
18396
18397 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
18398
18399 * emulation/cua-base.el: Put CUA move property on move-end-of-line
18400 and move-beginning-of-line.
18401
18402 * apropos.el (apropos-print): Omit command from M-x ... RET.
18403
18404 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
18405
18406 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
18407 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
18408
18409 2005-03-06 Richard M. Stallman <rms@gnu.org>
18410
18411 * bindings.el (esc-map): Bind M-g to goto-line.
18412
18413 * facemenu.el (global-map): Bind M-o, not M-g.
18414
18415 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18416
18417 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
18418 "Open Directory" as for "Open File".
18419
18420 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
18421
18422 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
18423 (push-mark-command): Run activate-mark-hook.
18424
18425 2005-03-06 Richard M. Stallman <rms@gnu.org>
18426
18427 * help-mode.el (help-mode-finish): Don't alter the element
18428 in view-return-to-alist if there already is one.
18429
18430 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
18431 make sure the current buffer is the expected one.
18432
18433 * novice.el (disabled-command-function): Output in *Disabled Command*.
18434 Explicitly ignore non-keyboard events, and explicitly handle C-g.
18435
18436 * textmodes/flyspell.el (flyspell-large-region):
18437 Pass args differently for aspell.
18438
18439 * files.el (mode-require-final-newline): Doc fix.
18440
18441 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18442
18443 * progmodes/which-func.el (which-function):
18444 Specify NOERROR when calling imenu--make-index-alist.
18445
18446 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18447
18448 * simple.el (normal-erase-is-backspace): Define default value.
18449
18450 * custom.el (custom-theme-set-variables): Remove unused var
18451 `immediate'.
18452 (custom-reevaluate-setting): Simple function to handle variables
18453 that are defined before their default value can really be
18454 computed.
18455
18456 * startup.el (command-line): Use it for temporary-file-directory,
18457 small-emporary-file-directory, auto-save-file-name-transforms,
18458 blink-cursor-mode, and normal-erase-is-backspace.
18459
18460 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
18461 progress, even with buggy anchored keywords.
18462
18463 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
18464
18465 * simple.el (goto-line): Remove unbalanced final parenthesis.
18466
18467 2005-03-05 Richard M. Stallman <rms@gnu.org>
18468
18469 * simple.el (goto-line): Use a number at point as the default.
18470 With C-u as arg, switch buffers.
18471
18472 2005-03-05 Juri Linkov <juri@jurta.org>
18473
18474 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
18475 with `no-blinking-cursor'.
18476
18477 * startup.el (no-blinking-cursor): New defvar.
18478 (command-line): Add `--no-blinking-cursor' to longopts.
18479 Set `no-blinking-cursor' to t for command line arguments
18480 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
18481 with `no-blinking-cursor' in the condition for calling
18482 `blink-cursor-mode'.
18483
18484 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
18485
18486 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
18487 (menu-bar-options-save): Add blink-cursor-mode.
18488 (menu-bar-options-menu): Add blink-cursor-mode.
18489
18490 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
18491
18492 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
18493 (icalendar-export-file, icalendar-export-region)
18494 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
18495 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
18496
18497 2005-03-04 Lute Kamstra <lute@gnu.org>
18498
18499 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
18500 (debug-function-list): Ditto.
18501
18502 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
18503
18504 * textmodes/texinfmt.el (texinfo-append-refill):
18505 Redefine the types of line to which @refill
18506 is not appended by replacing a search for `@refill\\|@bye' with
18507 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
18508 itemize@refill' bug and the unfilled long lines bug.
18509 (texinfmt-version): Update number and date.
18510
18511 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
18512
18513 * international/code-pages.el (windows-1250, windows-125[2-8])
18514 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
18515
18516 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18517
18518 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
18519 bound yet.
18520
18521 2005-03-02 Romain Francoise <romain@orebokech.com>
18522
18523 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
18524 buffer after removing limits.
18525 (ibuffer-pop-filter): Ditto.
18526 Update copyright.
18527
18528 2005-03-02 Miles Bader <miles@gnu.org>
18529
18530 * button.el (make-text-button): If the user doesn't specify a
18531 type, use the default. Rewrite to use `add-text-properties' and
18532 plist functions.
18533
18534 2005-03-01 Lute Kamstra <lute@gnu.org>
18535
18536 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
18537 (debugger-jumping-flag): New var.
18538 (debug-entry-code): Use it.
18539 (debugger-jump): Use debugger-jumping-flag and add
18540 debugger-reenable to post-command-hook.
18541 (debugger-reenable): Use debugger-jumping-flag and remove itself
18542 from post-command-hook.
18543 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
18544 debugger-reenable.
18545
18546 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
18547
18548 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
18549 inclusion of "itemize\\|", which may be unnecessary, is certainly
18550 inelegant, and stops refilling in itemize lists when formatting
18551 Japanese Texinfo files to Info.
18552 Update copyright to 2005.
18553
18554 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
18555
18556 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
18557 of an error if GDB can't find the source file.
18558
18559 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
18560
18561 * calendar/calendar.el (redraw-calendar): Work from any buffer,
18562 not just the calendar.
18563
18564 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
18565 first.
18566 (diary-redraw-calendar): New function.
18567 (make-diary-entry): Add diary-redraw-calendar to local
18568 write-contents-functions. Turn off selective display before
18569 inserting in diary.
18570
18571 2005-03-01 Kim F. Storm <storm@cua.dk>
18572
18573 * emacs-lisp/copyright.el (copyright-fix-years): New command.
18574
18575 2005-03-01 Lute Kamstra <lute@gnu.org>
18576
18577 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
18578 that debug-entry-code can be safely removed from a function while
18579 this code is being evaluated. Revert the 2005-02-27 change as the
18580 new implementation no longer requires it. Make sure that a
18581 function body containing just a string is not mistaken for a docstring.
18582 (debug): Skip one more frame in case of debug on entry.
18583 (debugger-setup-buffer): Delete one more frame line in case of
18584 debug on entry.
18585 (debugger-frame-number): Update to use the new text introduced by
18586 the 1999-11-03 change. Skip one more frame in case of debug on entry.
18587
18588 2005-02-28 Kim F. Storm <storm@cua.dk>
18589
18590 * double.el (double-translate-key): Call force-window-update after
18591 read-event to avoid crash in redisplay.
18592
18593 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
18594
18595 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
18596 (debug): Use it. Move the inhibit-trace earlier.
18597 (debug-entry-code): New const.
18598 (debug-on-entry-1): Use it.
18599
18600 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
18601
18602 * international/utf-16.el (ccl-encode-mule-utf-16le):
18603 Fix BUFFER_MAGNIFICATION to 2.
18604 (ccl-encode-mule-utf-16be): Likewise.
18605
18606 2005-02-28 Kenichi Handa <handa@m17n.org>
18607
18608 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18609 Fix BUFFER_MAGNIFICATION to 4.
18610 (ccl-encode-mule-utf-16be-with-signature): Likewise.
18611
18612 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
18613
18614 * speedbar.el (speedbar-update-flag): Doc fix.
18615 (speedbar-show-info-under-mouse): Give set-mouse-position the right
18616 argument.
18617
18618 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
18619
18620 * reveal.el (reveal-post-command): Don't try to reveal overlays which
18621 have a non-nil `invisible' property but are actually visible.
18622
18623 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
18624 for perldoc sections.
18625 (perl-outline-regexp, perl-outline-level): New var and function.
18626 (perl-mode): Use them.
18627
18628 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
18629
18630 * calendar/diary-lib.el (diary-remind): Discard any mark portion
18631 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
18632
18633 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
18634
18635 * cus-edit.el: Comment change.
18636 (custom-buffer-create-internal): Slightly reword text at top of
18637 Custom buffers. Mention there that saving an option edits the
18638 init file. Add link to Emacs manual node on `custom-file'.
18639 (custom-magic-alist): Rewrite individual State messages to use
18640 capitalized keywords. Doc fix.
18641
18642 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
18643
18644 * calendar/calendar.el (calendar-buffer): Move above
18645 calendar-week-start-day.
18646 (calendar-week-start-day): Doc fix. Add :set function.
18647 (calendar-minimum-window-height): New variable.
18648 (generate-calendar-window): Only resize window if selected-window
18649 is displaying the calendar buffer. Use new variable
18650 calendar-minimum-window-height.
18651 (generate-calendar): Reword error message.
18652 (calendar-mode-map): Bind DEL to scroll-other-window-down.
18653
18654 2005-02-27 Andreas Schwab <schwab@suse.de>
18655
18656 * vc.el (vc-do-command): Don't run command asynchronously when
18657 operating in a remote directory.
18658
18659 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
18660 change from sync with Tramp 2.0.47.
18661
18662 2005-02-27 Richard M. Stallman <rms@gnu.org>
18663
18664 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
18665
18666 * textmodes/flyspell.el (flyspell-mode-on):
18667 Call ispell-change-dictionary only if necessary.
18668
18669 * emacs-lisp/re-builder.el (regexp-builder): New function.
18670
18671 * register.el (describe-register-1): Explicitly handle
18672 yank-excluded-properties = t.
18673
18674 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
18675 (custom-magic-alist): Change the status descriptions again.
18676 (face widget-type): Total rewrite based on `restricted-sexp'
18677 to eliminate the confusing double hiding levels.
18678
18679 * emacs-lisp/debug.el (debug-on-entry-1):
18680 If function body is empty, add nil as body form.
18681
18682 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18683
18684 * emacs-lisp/trace.el (inhibit-trace): New var.
18685 (trace-make-advice): Use it.
18686
18687 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
18688
18689 2005-02-26 Kim F. Storm <storm@cua.dk>
18690
18691 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
18692 (mouse-on-link-p, mouse-drag-region-1): Use it.
18693
18694 2005-02-25 Lute Kamstra <lute@gnu.org>
18695
18696 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
18697
18698 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
18699
18700 * frame.el (blink-cursor-mode): Add :group keyword.
18701
18702 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
18703
18704 * calendar/icalendar.el (icalendar--decode-isodatetime):
18705 New optional argument DAY-SHIFT.
18706 (icalendar-export-region): Fix coding-system-for-write.
18707 (icalendar--convert-ical-to-diary): Shift end-day of all-day
18708 events by one.
18709
18710 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18711
18712 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
18713
18714 2005-02-24 Kim F. Storm <storm@cua.dk>
18715
18716 * international/iso-acc.el (iso-accents-compose): Fix crash
18717 during redisplay. Call force-window-update after read-event
18718 and delete-region to signal that window is not accurate.
18719
18720 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
18721
18722 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
18723 Remove unused and inexistent var `inhibit-trace'.
18724 (debugger-mode): Use run-mode-hooks.
18725 (debugger-list-functions): Add buttons; setup xref stack.
18726
18727 2005-02-23 Richard M. Stallman <rms@gnu.org>
18728
18729 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
18730 appointment says it was explicitly made.
18731 (appt-add): Set the 3rd element.
18732 (appt-make-list): Preserve explicit appointments.
18733
18734 * subr.el (find-tag-default): Catch errors in forward-sexp.
18735
18736 2005-02-23 Juri Linkov <juri@jurta.org>
18737
18738 * info.el (Info-isearch-search): New defcustom.
18739 (Info-isearch-search): Call the default isearch function
18740 when Info-isearch-search is nil.
18741 (Info-isearch-wrap): Use variable Info-isearch-search.
18742
18743 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
18744
18745 * cus-edit.el: Comment change.
18746
18747 2005-02-22 Kim F. Storm <storm@cua.dk>
18748
18749 * progmodes/hideif.el (hide-ifdef-use-define-alist):
18750 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
18751
18752 2005-02-22 Simon Josefsson <jas@extundo.com>
18753
18754 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
18755 New variable.
18756 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
18757 Oskarsson" <myrkraverk@users.sourceforget.net>.
18758
18759 2005-02-22 Kim F. Storm <storm@cua.dk>
18760
18761 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
18762 check that window of that event is the selected window.
18763 (mouse-drag-region-1): Compare mouse event window to selected
18764 window before setting point.
18765
18766 * tooltip.el (tooltip-show-help-function): Pass event to
18767 mouse-on-link-p so it can check selected window.
18768
18769 2005-02-22 Kenichi Handa <handa@m17n.org>
18770
18771 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
18772 (ps-mule-show-warning): New function.
18773 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
18774 characters are found.
18775
18776 * ps-print.el (ps-header-footer-string): Return a list of header
18777 and footer strings.
18778
18779 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
18780
18781 * pcvs.el (cvs-retrieve-revision): Fix thinko.
18782
18783 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18784
18785 * frame.el (blink-cursor-mode): Use define-minor-mode.
18786
18787 * term/mac-win.el (function-key-map): Use char-names more consistently.
18788 (file-name-coding-system): Only set it for MacOS-9. The other case is
18789 already handled in mule-cmds.el (where it also works when mac-win.el
18790 is not used).
18791
18792 2005-02-21 Kenichi Handa <handa@m17n.org>
18793
18794 * international/mule.el (ctext-pre-write-conversion): Always use
18795 " *code-converting-work*" buffer for work.
18796
18797 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
18798
18799 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
18800
18801 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
18802
18803 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
18804
18805 * ses.el (undo-more): Restore defadvice, but only the part that
18806 allows changes outside the restricted area of the buffer.
18807
18808 2005-02-20 Kim F. Storm <storm@cua.dk>
18809
18810 * simple.el (line-move): Add fourth optional arg try-vscroll which
18811 must be set to perform auto-window-vscroll.
18812 When moving backwards and doing auto-window-vscroll, automatically
18813 vscroll to the last part of lines which are taller than the window.
18814 (next-line, previous-line): Set try-vscroll arg on line-move.
18815
18816 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18817
18818 * replace.el (query-replace, query-replace-regexp)
18819 (replace-string, replace-regexp): When operating on region, make
18820 the minibuffer prompt say so.
18821
18822 * isearch.el (isearch-forward): Document isearch-query-replace and
18823 isearch-query-replace-regexp keybindings.
18824
18825 2005-02-19 Jay Belanger <belanger@truman.edu>
18826
18827 * calc/calc-aent.el (math-read-token): Add local variable.
18828
18829 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
18830 (calc-edit-top): Move declaration to earlier in file.
18831 (calc-edit-macro-repeats): Add local variables.
18832
18833 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
18834 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
18835 calcFunc-tanh.
18836 Adjust integration rule for calcFunc-tan.
18837
18838 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18839
18840 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
18841 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
18842 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
18843 (viper-skip-separators): Bug fix.
18844 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
18845 particular major mode.
18846 (viper-del-backward-char-in-replace): Don't put deleted char on the
18847 kill ring.
18848
18849 * viper-ex.el (viper-color-display-p): New function.
18850 (viper-has-face-support-p): Use viper-color-display-p.
18851
18852 * viper-keym.el (viper-gnus-modifier-map): New keymap.
18853
18854 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
18855
18856 * viper-util.el (viper-glob-unix-files): Fix shell status check.
18857 (viper-file-remote-p): Make equivalent to file-remote-p.
18858
18859 * viper.el (viper-major-mode-modifier-list):
18860 Use viper-gnus-modifier-map.
18861
18862 2005-02-19 David Kastrup <dak@gnu.org>
18863
18864 * subr.el (subregexp-context-p): Fix garbled doc string by adding
18865 quoting.
18866
18867 2005-02-19 Jay Belanger <belanger@truman.edu>
18868
18869 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
18870 Remove extra definitions.
18871 (calc-coth): New function.
18872 (calcFunc-cot): Fix `let'.
18873
18874 2005-02-19 Eli Zaretskii <eliz@gnu.org>
18875
18876 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
18877 the reasons we use "type pc" in these faces.
18878
18879 * button.el (button): Ditto.
18880
18881 2005-02-19 Michael Mauger <mmaug@yahoo.com>
18882
18883 * replace.el (query-replace-read-from): Set the value of
18884 query-replace-from-history-variable to handle the case of an empty
18885 string entered to accept the suggested default.
18886
18887 * net/tramp.el (tramp-file-name-for-operation):
18888 Use dired-call-process instead of dired-call-process-command.
18889
18890 2005-02-19 Jay Belanger <belanger@truman.edu>
18891
18892 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
18893 (math-div-non-trig): New variables.
18894 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
18895 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
18896 (math-combine-prod, math-div-symb-fancy): Add simplifications for
18897 trig expressions.
18898
18899 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
18900
18901 * progmodes/gdb-ui.el (gdb-var-update-handler)
18902 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
18903 for watch expressions,
18904 (gdb-var-create-handler): Don't set speedbar-update-flag.
18905 (gdb-post-prompt): Simplify test for speedbar.
18906
18907 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18908
18909 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
18910 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
18911 we use the syntax table of the correct buffer.
18912 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
18913 Felix Gatzemeier.
18914
18915 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
18916 (ediff-file-remote-p): Make synonymous with file-remote-p.
18917 In all deffaces ediff-*-face-*, use min-colors.
18918
18919 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
18920 ediff-recurse-to-subdirectories.
18921 (ediff-mark-if-equal): Check that the arguments are strings, use
18922 ediff-same-contents (after to Felix Gatzemeier).
18923
18924 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
18925 nil.
18926
18927 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18928
18929 * log-view.el (log-view-message-re): Fix up Subversion regexp.
18930
18931 2005-02-18 David Kastrup <dak@gnu.org>
18932
18933 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
18934 use `mark-active' when defined.
18935
18936 2005-02-18 Kenichi Handa <handa@m17n.org>
18937
18938 * ps-print.el (ps-font-info-database): New entry
18939 ZapfChancery-MediumItalic with correct font name. Fix font name
18940 of the entry Zapf-Chancery-MediumItalic.
18941
18942 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
18943
18944 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
18945
18946 2005-02-16 Kim F. Storm <storm@cua.dk>
18947
18948 * ido.el (ido-fallback-command): Pass user input to fallback command.
18949
18950 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
18951
18952 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
18953 (gdb-find-file-hook): Add server prefix.
18954
18955 2005-02-16 Richard M. Stallman <rms@gnu.org>
18956
18957 * replace.el (perform-replace): Pass new args to replace-highlight.
18958 (replace-highlight): Take region args,
18959 and pass them to isearch-lazy-highlight-new-loop.
18960
18961 * novice.el (disabled-command-hook): Autoload the defalias
18962 and the make-obsolete-variable call.
18963
18964 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
18965
18966 * isearch.el (isearch-lazy-highlight-start-limit)
18967 (isearch-lazy-highlight-end-limit): New variables limit
18968 the region for highlighting.
18969 (isearch-lazy-highlight-new-loop): New args BEG and END.
18970 (isearch-lazy-highlight-search): Use the new vars.
18971 (isearch-lazy-highlight-update): Likewise.
18972
18973 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
18974
18975 * cus-start.el (all): Use default-boundp.
18976
18977 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
18978
18979 * menu-bar.el (menu-bar-select-frame): Handle current frame.
18980
18981 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
18982
18983 * autorevert.el (auto-revert-stop-on-user-input)
18984 (auto-revert-verbose): Doc fixes.
18985
18986 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
18987
18988 * international/mule-cmds.el (set-locale-environment): Remove call
18989 to set-selection-coding-system on Windows.
18990
18991 2005-02-15 Jay Belanger <belanger@truman.edu>
18992
18993 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
18994 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
18995 calcFunc-coth.
18996 (math-simplify-sqrt): Add simplifications.
18997
18998 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
18999 to list.
19000
19001 * calc/calc-ext.el: Add functions to autoloads.
19002
19003 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
19004 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
19005 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
19006 (math-csc-raw, math-cot-raw): New functions.
19007
19008 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
19009
19010 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
19011 the variable name in a message.
19012
19013 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
19014 calcFunc-csc, calcFunc-cot.
19015
19016 * calc/calcalg2.el: Add derivative and integration rules for
19017 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
19018 calcFunc-csch, calcFunc-coth.
19019 (math-do-integral-methods): Add to checks for when to use
19020 substitutions.
19021
19022 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
19023
19024 2005-02-15 Lute Kamstra <lute@gnu.org>
19025
19026 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19027 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
19028 <monnier@iro.umontreal.ca>
19029 (lisp-outline-level): Improve efficiency. Suggested by David
19030 Kastrup <dak@gnu.org>.
19031
19032 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
19033
19034 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
19035 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
19036 (gdb-set-gud-minor-mode-existing-buffers): New functions.
19037 (gdb-find-file-hook): New hook. Add it to find-file-hook.
19038 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
19039
19040 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
19041
19042 * cus-start.el (all): Comment change.
19043
19044 2005-02-14 Lute Kamstra <lute@gnu.org>
19045
19046 * cus-start.el (all): Check if symbol is void.
19047
19048 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
19049
19050 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
19051 optional argument to \cite.
19052
19053 2005-02-14 Richard M. Stallman <rms@gnu.org>
19054
19055 * cus-edit.el (custom-buffer-create-internal): Update help message.
19056 (custom-magic-alist): Update help messages.
19057
19058 * cus-start.el (all): Allow a var to specify a standard value.
19059
19060 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
19061
19062 * custom.el (custom-theme-set-variables): Handle variable aliases.
19063
19064 * frame.el (blink-cursor-timer): Doc fix.
19065 (blink-cursor): Make it an alias for `blink-cursor-mode' and
19066 declare obsolete.
19067 (blink-cursor-mode): Define with defcustom and use correct
19068 standard expression in that defcustom.
19069 * startup.el (command-line): Adapt to above changes in frame.el.
19070
19071 2005-02-11 Lute Kamstra <lute@gnu.org>
19072
19073 * apropos.el (apropos-score-doc): Prevent division by zero.
19074
19075 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
19076
19077 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
19078 (icalendar--get-event-property-attributes)
19079 (icalendar--get-event-properties)
19080 (icalendar--datetime-to-diary-date): New functions.
19081 (icalendar--split-value): Doc fix.
19082 (icalendar--datetime-to-noneuropean-date)
19083 (icalendar--datetime-to-european-date): New optional argument
19084 SEPARATOR. Return result as a string instead of a list.
19085 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
19086 (icalendar--convert-string-for-export): Rename arg S to STRING.
19087 (icalendar-export-region): Doc fix. Change name of error buffer.
19088 Save output buffer.
19089 (icalendar-import-file): Add blank at end of prompt.
19090 (icalendar-import-buffer): Doc fix. Do not switch to error
19091 buffer. Indicate status in return value.
19092 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
19093 buffer. Save output buffer. Handle exception from recurrence
19094 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
19095 events. Fix problems with weekly all-day events.
19096
19097 2005-02-10 Richard M. Stallman <rms@gnu.org>
19098
19099 * simple.el (eval-expression-print-format):
19100 Avoid warning about edebug-active.
19101
19102 * help.el (help-for-help-internal): Rename from help-for-help.
19103 (help-for-help): Define with defalias.
19104
19105 * font-core.el (font-lock-default-function): Use with-no-warnings.
19106
19107 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
19108
19109 * custom.el (defface): Doc fix.
19110
19111 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
19112
19113 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
19114 width 0" to prevent word wrapping problems.
19115
19116 2005-02-09 Kim F. Storm <storm@cua.dk>
19117
19118 * ido.el (ido-file-extensions-order): New defcustom.
19119 (ido-file-extension-lessp, ido-file-extension-aux)
19120 (ido-file-extension-order): New advanced file ordering.
19121 (ido-file-lessp): New simple file ordering.
19122 (ido-sort-list): Remove.
19123 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
19124 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
19125
19126 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
19127
19128 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
19129 that some versions of grep produce.
19130 (grep-mode-font-lock-keywords): Likewise.
19131
19132 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
19133
19134 * progmodes/gdb-ui.el (gdb-location-list): New variable.
19135 (gdb-cdir): Delete.
19136 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
19137 (gdb-source-info): Treat case when source file is in another
19138 directory properly.
19139 (gdb-get-location): New function.
19140
19141 2005-02-07 Jay Belanger <belanger@truman.edu>
19142
19143 * calc/calc-prog.el (calc-write-parse-table-part)
19144 (calc-fix-token-name): Fix a check for language type.
19145
19146 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
19147
19148 2005-02-07 Andre Spiegel <spiegel@gnu.org>
19149
19150 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
19151 as directory not writable.
19152
19153 2005-02-07 Kim F. Storm <storm@cua.dk>
19154
19155 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
19156 (cua--standard-movement-commands): Remove list.
19157 Instead, set CUA property value to move for movement commands.
19158 (cua-movement-commands): Remove. Users must set CUA prop instead.
19159 (cua--pre-command-handler): Check CUA property.
19160 (cua--init-keymaps): Don't remap undo commands.
19161 (cua-mode): Don't call cua--rectangle-on-off.
19162
19163 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
19164 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
19165 (cua--rect-undo-set-point): New var.
19166 (cua--rectangle-undo-boundary): Setup undo apply entry.
19167 (cua--rect-undo-handler): New function for rectangle undo.
19168 (cua--rect-start-position, cua--rect-end-position): Add.
19169 (cua--rectangle-post-command): Call cua--rectangle-set-corners
19170 for restored rectangle. Set point if cua--rect-undo-set-point.
19171
19172 2005-02-06 Jay Belanger <belanger@truman.edu>
19173
19174 * calc/calc-lang.el (calc-tex-language): Display more information
19175 in messages.
19176
19177 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
19178 in TeX mode.
19179
19180 2005-02-06 Richard M. Stallman <rms@gnu.org>
19181
19182 * emacs-lisp/lisp.el (buffer-end): Doc fix.
19183
19184 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
19185
19186 * net/ldap.el (ldap-search-internal): Support attributes with
19187 optional descriptions separated by a semi-colon, as in
19188 "userCertificate;binary".
19189
19190 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19191
19192 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
19193 isn't a cons (i.e. the version is 0).
19194
19195 2005-02-05 Eli Zaretskii <eliz@gnu.org>
19196
19197 * help.el (help-for-help): Doc fix.
19198
19199 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
19200
19201 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
19202 GDB-Windows on the menu-bar as this works better.
19203
19204 2005-02-04 Jay Belanger <belanger@truman.edu>
19205
19206 * calc/calc-embed.el (calc-embedded-update): Don't put in
19207 unnecessary newlines. Adjust the end of formula marker.
19208
19209 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
19210 (math-latex-parse-two-args): New function.
19211
19212 2005-02-03 Lute Kamstra <lute@gnu.org>
19213
19214 * help-fns.el (help-with-tutorial): Make sure that users cannot
19215 remove the entire text of the tutorial by means of `undo'.
19216
19217 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
19218
19219 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
19220 in recent changes, where the ispell process was repeatedly
19221 killed & restarted.
19222
19223 * international/mule-cmds.el (set-locale-environment): Set file-name
19224 coding system to utf-8 on Darwin systems.
19225 (set-default-coding-systems): Don't set default-file-name-coding-system
19226 on Darwin systems.
19227
19228 2005-02-03 Richard M. Stallman <rms@gnu.org>
19229
19230 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
19231
19232 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
19233
19234 * faces.el (list-faces-display): Add optional argument.
19235
19236 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19237
19238 * font-core.el (font-lock-default-function): Handle the rare case where
19239 only font-lock-keywords is set.
19240
19241 2005-02-02 Kenichi Handa <handa@m17n.org>
19242
19243 * international/characters.el: Cancel previous change for
19244 I-WITH-DOT-ABOVE and DOTLESS-i.
19245
19246 * international/latin-5.el: Cancel previous change.
19247
19248 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
19249
19250 * progmodes/gud.el: Correction to syntax in gud-menu-map.
19251
19252 2005-02-02 Kenichi Handa <handa@m17n.org>
19253
19254 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
19255 DOTLESS-i.
19256
19257 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
19258 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
19259
19260 * case-table.el (get-upcase-table): New function.
19261 (copy-case-table): Copy upcaes table too if non-nil.
19262 (set-case-syntax-delims): Maintain upcase table too.
19263 (set-case-syntax-pair): Likewise.
19264 (set-upcase-syntax, set-downcase-syntax): New functions.
19265 (set-case-syntax): Maintain upcase table too.
19266
19267 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
19268
19269 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
19270
19271 * progmodes/gud.el (gud-goto-info): New function.
19272 (gud-tool-bar-map): Use correct icon.
19273
19274 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19275
19276 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
19277 When delegating, order args in the funcall correctly.
19278
19279 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19280
19281 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
19282
19283 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
19284
19285 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
19286 buffer not visiting a file.
19287
19288 2005-01-31 Jay Belanger <belanger@truman.edu>
19289
19290 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
19291 bound on the line with the formula.
19292
19293 2005-01-31 Kim F. Storm <storm@cua.dk>
19294
19295 * ses.el (ses-create-cell-variable-range)
19296 (ses-destroy-cell-variable-range, ses-reset-header-string)
19297 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
19298 (ses-insert-row): Fix format of apply undo entries.
19299
19300 2005-01-31 Jay Belanger <belanger@truman.edu>
19301
19302 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
19303 parts.
19304
19305 * calc/calc-embed.el (calc-embedded-open-formula)
19306 (calc-embedded-close-formula): Ignore matrix environments.
19307
19308 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
19309 TeX mode.
19310
19311 * calc/calc-lang.el (math-function-table, math-oper-table)
19312 (math-variable-table): Adjust the LaTeX portions.
19313
19314 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
19315 (math-latex-ignore-words): New constant.
19316
19317 2005-01-31 Richard M. Stallman <rms@gnu.org>
19318
19319 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
19320 (ispell-local-dictionary): Doc fix.
19321 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
19322 Don't reinitialize at run time. Don't defcustom.
19323 All uses changed to append ispell-local-dictionary-alist,
19324 or check it first.
19325 (ispell-current-dictionary): New variable for dictionary in use.
19326 (ispell-dictionary): Now used only for global default.
19327 (ispell-start-process): Set ispell-current-dictionary,
19328 not ispell-dictionary.
19329 (ispell-change-dictionary): Use this only for setting
19330 user preferences.
19331 (ispell-internal-change-dictionary): New function
19332 to change the current dictionary in use.
19333 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
19334 Use ispell-current-dictionary.
19335 Handle ispell-local-dictionary-overridden.
19336 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
19337
19338 2005-01-31 Jay Belanger <belanger@truman.edu>
19339
19340 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
19341
19342 * calc/calc-ext.el: Add calc-latex-language to autoloads.
19343 (calc-mode-map): Add calc-latex-language.
19344
19345 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
19346 (math-latex-print-frac): New functions.
19347 (math-oper-table, math-function-table, math-variable-table)
19348 (math-complex-format, math-input-filter): Add latex properties.
19349 (calc-set-language): Set math-expr-special-function-mapping.
19350
19351 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
19352 (calc-write-parse-table-part): Add LaTeX support.
19353
19354 * calc/calc.el (calc-language): Adjust docstring.
19355 (calc-set-mode-line): Add LaTeX support.
19356 (math-expr-special-function-mapping): New variable.
19357 (math-tex-ignore-words): Add to list.
19358
19359 * calc/calccomp.el (math-compose-expr, math-compose-rows):
19360 Add LaTeX support.
19361 (math-compose-expr): Add support for special functions.
19362
19363 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
19364
19365 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
19366
19367 * progmodes/gdb-ui.el (gdb-memory-address)
19368 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
19369 (gdb-memory-mode-map, gdb-memory-format-keymap)
19370 (gdb-memory-format-menu, gdb-memory-unit-keymap)
19371 (gdb-memory-unit-menu): New variables for a buffer
19372 that lets the user examine program memory.
19373 (gdb-memory-set-address, gdb-memory-set-repeat-count)
19374 (gdb-memory-format-binary, gdb-memory-format-octal)
19375 (gdb-memory-format-unsigned, gdb-memory-format-signed)
19376 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
19377 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
19378 (gdb-memory-unit-word, gdb-memory-unit-halfword)
19379 (gdb-memory-unit-byte, gdb-memory-unit-menu)
19380 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
19381 (gdb-memory-mode, gdb-memory-buffer-name)
19382 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
19383 New functions for above buffer.
19384
19385 2005-01-30 Richard M. Stallman <rms@gnu.org>
19386
19387 * cus-edit.el (custom-bury-buffer): Function deleted.
19388 (custom-buffer-done-function): Option deleted.
19389 (custom-buffer-done-kill): New replacement option.
19390 (Custom-buffer-done): Call quit-window.
19391 (custom-buffer-create-internal): Update for above changes.
19392
19393 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
19394
19395 * simple.el (undo-ask-before-discard): New var.
19396 (undo-outer-limit-truncate): Implement it.
19397 (undo-extra-outer-limit): Doc update.
19398
19399 2005-01-29 Richard M. Stallman <rms@gnu.org>
19400
19401 * ses.el (undo-more): Delete defadvice.
19402 (ses-begin-change): Doc fix.
19403
19404 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
19405 instead of rebinding C-x u and C-_.
19406
19407 * files.el (normal-backup-enable-predicate): Return nil for files
19408 in /tmp, regardless of temporary-file-directory.
19409
19410 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
19411
19412 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
19413 (open-rectangle, delete-whitespace-rectangle-line)
19414 (clear-rectangle-line): If FILL, pass t instead of FILL
19415 for move-to-column's 2nd arg.
19416
19417 * simple.el (undo): Fix the test for continuing a series of undos.
19418 (undo-more): Set pending-undo-list to t when we reach end.
19419 (pending-undo-list): Move up defvar.
19420
19421 * wid-edit.el (widget-button-click):
19422 Shorten the range of the track-mouse binding.
19423
19424 * comint.el (comint-insert-input): Undo previous changes;
19425 use last-input-event in interactive spec.
19426
19427 2005-01-29 Eli Zaretskii <eliz@gnu.org>
19428
19429 * progmodes/compile.el (compilation-start): Bind buffer-read-only
19430 to nil before invoking call-process. Reset buffer's modified flag
19431 after fontifying it in the no-async branch.
19432
19433 * wid-edit.el (widget-specify-button): If mouse pointer shape
19434 cannot be changed, use mouse face instead.
19435
19436 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
19437
19438 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19439 (gdb-goto-breakpoint): Make breakpoint handling work on template
19440 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
19441 (gdb-assembler-custom): Update to recognize breakpoint information
19442 added on 2005-01-19.
19443
19444 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19445
19446 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
19447 (dsssl-mode): Use define-derived-mode.
19448 (scheme-mode-initialize): Remove.
19449 (scheme-mode): Use run-mode-hooks.
19450
19451 * cus-edit.el (customize-group-other-window)
19452 (custom-buffer-create-other-window): Don't override special-display-*.
19453 (custom-mode-map): Make it dense.
19454
19455 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
19456 sets the default value.
19457
19458 2005-01-28 Eli Zaretskii <eliz@gnu.org>
19459
19460 * descr-text.el: Add more keywords.
19461
19462 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19463
19464 * speedbar.el: Avoid unnecessary use of locate-library.
19465
19466 * international/mule-cmds.el (standard-display-european-internal):
19467 Don't fiddle with latin-1 non-break space any more since it's now
19468 special cased in the C code.
19469 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
19470
19471 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
19472
19473 * cus-start.el (all): Add `undo-outer-limit'.
19474
19475 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19476
19477 * textmodes/bibtex.el (bibtex-format-entry):
19478 Use `bibtex-empty-field-re' only on the text of fields, not on entire
19479 field lines.
19480 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
19481 not on part of a buffer.
19482
19483 2005-01-25 Lute Kamstra <lute@gnu.org>
19484
19485 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
19486 nonempty field text strings like "{letters\\macro{}more letters}".
19487 Clarify docstring.
19488 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
19489 (bibtex-entry-offset, bibtex-parse-association)
19490 (bibtex-parse-field-name): Fix typos in docstrings.
19491 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
19492
19493 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
19494
19495 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
19496 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
19497 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
19498 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
19499
19500 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
19501 isearch minor mode.
19502
19503 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
19504
19505 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
19506
19507 2005-01-24 Lute Kamstra <lute@gnu.org>
19508
19509 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
19510 CASECHARS and NOT-CASECHARS regular expressions of the
19511 "nederlands" and "nederlands8" dictionaries to prevent a "Range
19512 striding over charsets" error.
19513
19514 2005-01-24 Jay Belanger <belanger@truman.edu>
19515
19516 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
19517 display variable name.
19518
19519 2005-01-24 Kenichi Handa <handa@m17n.org>
19520
19521 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
19522 Fix setting of the element of encoded-kbd-iso2022-invocations.
19523
19524 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
19525
19526 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19527 (gdb-threads-select): Change to also accept mouse events.
19528 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
19529 (gdb-threads-mouse-select): Delete.
19530
19531 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
19532
19533 * files.el (insert-directory): Take care of empty directory,
19534 listed without -a switch.
19535
19536 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
19537
19538 * textmodes/refill.el (refill-post-command-function):
19539 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
19540 to the list of functions that we should be careful not to undo.
19541 (refill-late-fill-paragraph-function): Remove.
19542 (refill-saved-state): New var.
19543 (refill-mode): Use it to save fill-paragraph-function.
19544 Save also the value of auto-fill-function.
19545
19546 * term/w32-win.el: Simplify code.
19547
19548 2005-01-23 Kim F. Storm <storm@cua.dk>
19549
19550 * simple.el (line-move): Adapt to new return value from
19551 pos-visible-in-window-p.
19552
19553 * simple.el (line-move): Fix last change. Check partial
19554 visibility at point rather than at window-start.
19555
19556 2005-01-22 Jason Rumney <jasonr@gnu.org>
19557
19558 * term/w32-win.el (xw-defined-colors): Remove debug-message.
19559
19560 2005-01-22 David Kastrup <dak@gnu.org>
19561
19562 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
19563
19564 2005-01-22 Eli Zaretskii <eliz@gnu.org>
19565
19566 * type-break.el (type-break-mode): Add a test for
19567 type-break-file-name being non-nil.
19568
19569 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
19570
19571 * net/eudc.el (top level): Call (message "") via progn, so that
19572 eudc-options-file is loaded.
19573
19574 2005-01-22 Kim F. Storm <storm@cua.dk>
19575
19576 * simple.el (line-move-1): Rename from line-move.
19577 (line-move): New function that adjusts vscroll for partially
19578 visible rows, and calls line-move-1 otherwise.
19579
19580 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
19581
19582 * pcomplete.el: Define pcomplete-read-event instead of read-event,
19583 since it's not a complete read-event implementation
19584
19585 2005-01-20 Jay Belanger <belanger@truman.edu>
19586
19587 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
19588 for called function.
19589
19590 2005-01-20 Steven Tamm <steventamm@mac.com>
19591
19592 * term/mac-win.el (process-connection-type): Remove.
19593 Controlled now by s/darwin.h:PTY_ITERATION.
19594
19595 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19596
19597 * window.el (handle-select-window): Don't switch window when we're
19598 in the minibuffer.
19599
19600 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
19601
19602 * subr.el (dotimes-with-progress-reporter): New macro.
19603
19604 * ses.el (ses-dotimes-msg): Remove macro.
19605 Use `dotimes-with-progress-reporter' instead.
19606
19607 2005-01-19 Steven Tamm <steventamm@mac.com>
19608
19609 * term/mac-win.el (process-connection-type): Use new
19610 operating-system-release variable to use ptys on Darwin 7 (OS X
19611 10.3) when using carbon build.
19612
19613 2005-01-19 Jay Belanger <belanger@truman.edu>
19614
19615 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
19616 flags if the last command was a tab or M-tab.
19617
19618 * calc/calc-prog.el (calc-user-define-edit): Put original formula
19619 in formula editing buffer.
19620
19621 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
19622
19623 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
19624 breakpoint image symbol in margin.
19625
19626 2005-01-19 Jay Belanger <belanger@truman.edu>
19627
19628 * calc/calc-prog.el (calc-execute-kbd-macro):
19629 Ignore calc-keep-arg-flag.
19630
19631 2005-01-19 Kenichi Handa <handa@m17n.org>
19632
19633 * textmodes/ispell.el (ispell-looking-at): New function.
19634 (ispell-process-line): Use ispell-looking-at to compare the ispell
19635 output and the buffer contents.
19636
19637 2005-01-18 Jay Belanger <belanger@truman.edu>
19638
19639 * calc/calc.el (calc-display-raw): Fix docstring.
19640
19641 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
19642
19643 * simple.el (blink-matching-open): Strip extra info from syntax.
19644
19645 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
19646 funny chars in the end-of-here-doc marker.
19647
19648 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
19649
19650 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
19651 that enable/disabled state of breakpoints is shown correctly in
19652 fringe and on ttys.
19653 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
19654 Add breakpoint information as text properties.
19655 (gdb-mouse-toggle-breakpoint):
19656 Rename to gdb-mouse-set-clear-breakpoint.
19657 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
19658 breakpoints in the margin.
19659 (gdb-remove-strings): Simplify.
19660
19661 2005-01-17 Jay Belanger <belanger@truman.edu>
19662
19663 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
19664 erasing buffer.
19665
19666 2005-01-17 Richard M. Stallman <rms@gnu.org>
19667
19668 * progmodes/grep.el (grep-find): Copy from `grep' the condition
19669 for calling grep-compute-defaults.
19670
19671 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
19672 if buffer is empty.
19673
19674 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
19675
19676 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * hilit-chg.el (highlight-changes-mode): Don't autoload.
19679
19680 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
19681 non-preloaded variables.
19682
19683 2005-01-17 Steven Tamm <steventamm@mac.com>
19684
19685 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
19686 tex-shell cause to force interactivity when using pipes.
19687
19688 2005-01-17 Kim F. Storm <storm@cua.dk>
19689
19690 * simple.el (just-one-space): Make arg optional.
19691
19692 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
19693
19694 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
19695 posn-at-x-y to t to access left-margin.
19696
19697 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
19698
19699 Sync with Tramp 2.0.47.
19700
19701 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
19702 catching keep-date problems in cp/scp operations.
19703 (tramp-handle-copy-file): Don't call `set-file-modes'
19704 unconditionally. Specialized functions should know better what is
19705 necessary. This improves performance a little bit, and the
19706 functions could catch errors with `cp -p' and `scp -p'.
19707 (tramp-do-copy-or-rename-file-via-buffer)
19708 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
19709 when appropriate.
19710 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
19711 Call `set-file-modes' when appropriate.
19712 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
19713 Johnsson <isak@hypergene.com>
19714 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
19715 of both Tramp buffer and debug buffer. Reported by Joakim Verona
19716 <joakim@verona.se>
19717 (tramp-file-name-for-operation): Mark `shell-command' as magic for
19718 Emacs only.
19719
19720 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
19721 `find-file-hooks' and `dired-mode-hook'.
19722 (tramp-minor-mode-map): Respective map. Add remapping for
19723 `compile' and `recompile'.
19724 (tramp-remap-command, tramp-recompile): New defuns.
19725 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
19726 in buffer "*Compilation*". Call the commands asynchronously.
19727
19728 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
19729 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
19730 `shell-command', because it isn't magic in XEmacs. Reported by
19731 Adrian Aichner <adrian@xemacs.org>.
19732
19733 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
19734 `substitute-in-file-name.
19735 (tramp-smb-handle-substitute-in-file-name): New defun.
19736 (tramp-smb-advice-PC-do-completion): Delete advice.
19737
19738 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
19739
19740 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
19741 Fix error in deleting region.
19742
19743 2005-01-15 Richard M. Stallman <rms@gnu.org>
19744
19745 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
19746 In non-temp buffer, switch syntax table temporarily.
19747
19748 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
19749
19750 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
19751
19752 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
19753
19754 * imenu.el (imenu--split-menu): Copy menulist before sorting.
19755 (imenu--generic-function): Use START, not BEG, as pos of definition.
19756
19757 * simple.el (just-one-space): Argument specifies number of spaces.
19758
19759 * simple.el (eval-expression-print-format): Avoid warning
19760 about edebug-active.
19761
19762 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
19763
19764 * progmodes/sh-script.el: Code copied from make-mode.el
19765 with small changes,
19766 (sh-mode-map): Bind C-c C-\.
19767 (sh-backslash-column, sh-backslash-align): New variables.
19768 (sh-backslash-region, sh-append-backslash): New functions.
19769
19770 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
19771
19772 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
19773 (rmail-pop-password, rmail-pop-password-required): Move to
19774 rmail-obsolete group.
19775 (rmail-set-pop-password): Rename to rmail-set-remote-password.
19776 All callers updated.
19777 (rmail-get-pop-password): Rename to rmail-get-remote-password.
19778 Take an argument specifying whether it is POP or IMAP mailbox we
19779 are using. All callers updated.
19780 (rmail-pop-password-error): Rename to
19781 rmail-remote-password-error. Added mailutils-specific error message.
19782 (rmail-movemail-search-path)
19783 (rmail-movemail-variant-in-use): New variables.
19784 (rmail-remote-password, rmail-remote-password-required):
19785 New customization variables.
19786 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
19787 (rmail-parse-url): New function.
19788 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
19789 with GNU mailutils movemail.
19790
19791 2005-01-15 Kevin Ryde <user42@zip.com.au>
19792
19793 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
19794 suffix to space, $ or '$, to correctly position point when going
19795 to @table style constants like DBL_MAX.
19796
19797 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
19798
19799 * type-break.el (type-break-mode, type-break-file-time)
19800 (type-break-file-keystroke-count, type-break-choose-file):
19801 Don't store data in or load data from the file if type-break-file-name
19802 is nil.
19803 (type-break-file-name): Doc update as per the above.
19804
19805 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
19806
19807 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
19808 lookup-key might return nil; handle that.
19809
19810 2005-01-15 Alan Mackenzie <acm@muc.de>
19811
19812 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
19813 rather than the element found, thus enabling the tree to be setcar'd.
19814
19815 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
19816
19817 * textmodes/org.el (org-show-following-heading): New option.
19818 (org-show-hierarchy-above): Use `org-show-following-heading'.
19819 (org-cycle): Documentation fix.
19820
19821 * textmodes/org.el (orgtbl-optimized): New option
19822 (orgtbl-mode): New command, a minor mode.
19823 (orgtbl-mode-map): New variable.
19824 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
19825 (orgtbl-error, orgtbl-self-insert-command)
19826 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
19827
19828 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
19829 a local variable in each org-mode buffer.
19830
19831 * textmodes/org.el (org-set-regexps-and-options): Rename from
19832 `org-set-regexps'. Added checking for STARTUP keyword.
19833 (org-get-current-options): Add STARTUP options.
19834 (org-table-insert-row): Make mode intelligent about when
19835 realignment is needed.
19836 (org-self-insert-command, org-delete-backward-char, org-delete-char):
19837 New commands.
19838 (org-enable-table-editor): New default value `optimized'.
19839 (org-table-blank-field): Support blanking regions if active.
19840
19841 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
19842
19843 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
19844 if the year is not given.
19845
19846 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
19847 Add new escapes %m and %M, fixed bug with %F by adding
19848 save-match-data.
19849 (reftex-reference): Remove ?. from list of spaces.
19850 (reftex-label-info): Add automatic label prefix recognition.
19851
19852 * textmodes/reftex-index.el (reftex-index-next-phrase):
19853 Add slave parameter to call of `reftex-index-this-phrase'.
19854 (reftex-index-this-phrase): New optional argument.
19855 (reftex-index-region-phrases): Add slave parameter to call of
19856 `reftex-index-this-phrase'.
19857 (reftex-display-index): New argument redo.
19858 (reftex-index-rescan): Add `redo' to arguments of
19859 `reftex-display-index'.
19860 (reftex-index-Rescan, reftex-index-revert)
19861 (reftex-index-switch-index-tag): Add `redo' to arguments of
19862 `reftex-display-index'.
19863 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
19864 indexing. Fix bug with matching is there is a quote before or
19865 after the word.
19866
19867 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
19868 Fix bug when collecting citation keys in lines with comments.
19869 (reftex-citation): Prefix argument no longer rescans the document,
19870 but forces prompting for optional arguments of cite macros.
19871 (reftex-do-citation): Prompting for optional arguments implemented.
19872
19873 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19874 Add optional arguments to most cite commands.
19875 (reftex-cite-cleanup-optional-args): New option
19876 (reftex-cite-prompt-optional-args): New option.
19877 (reftex-trust-label-prefix): New option.
19878
19879 * textmodes/reftex-toc.el (reftex-toc-find-section):
19880 Add push-mark before changing the position in the buffer.
19881
19882 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
19883 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
19884
19885 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
19886
19887 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
19888 more carefully.
19889
19890 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
19891
19892 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
19893 (sgml-mode): Use it.
19894 (sgml-get-context): Better keep track of implicitly closed tags.
19895
19896 2005-01-13 Kenichi Handa <handa@m17n.org>
19897
19898 * textmodes/ispell.el: These changes are to fix misalignment error
19899 caused by equivalent characters of different Emacs charsets.
19900 (ispell-unified-chars-table): New variable.
19901 (ispell-get-decoded-string): New function.
19902 (ispell-get-casechars, ispell-get-not-casechars)
19903 (ispell-get-otherchars): Call ispell-get-decoded-string.
19904
19905 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
19906
19907 * custom.el (custom-declare-variable): Just put symbol instead
19908 of (defvar . symbol) in `current-load-list'.
19909
19910 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
19911
19912 * emacs-lisp/elint.el: Fixed typo in Commentary section.
19913
19914 2005-01-12 Jay Belanger <belanger@truman.edu>
19915
19916 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
19917 to create a Calc summary.
19918
19919 2005-01-12 Kim F. Storm <storm@cua.dk>
19920
19921 * mouse.el (mouse-on-link-p): Change functionality and doc
19922 string to comply with latest description in lisp ref.
19923
19924 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
19925
19926 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
19927 Enable mouse clicks on mode-line, header-line and margin.
19928 (event-type): Give mouse event symbols an `event-kind' property
19929 with value `mouse-click'.
19930
19931 2005-01-12 Juri Linkov <juri@jurta.org>
19932
19933 * facemenu.el (list-colors-display): Add new arg buffer-name.
19934 Use it. Fix docstring. Replace code for identifying duplicate
19935 colors by the name with call to `list-colors-duplicates' which
19936 identifies duplicate colors by the value unless the color
19937 is one of special Windows colors. Set truncate-lines to t.
19938 Print sorted duplicate color names on each line. Indent to 22
19939 \(the longest color name in rgb.txt) instead of 20. Optimize.
19940 (list-colors-duplicates): New function.
19941 (facemenu-color-name-equal): Delete function.
19942
19943 * facemenu.el (list-colors-print): New function created from code
19944 in list-colors-display. Print #RRGGBB at the window right edge.
19945 (list-colors-display): When temp-buffer-show-function is not
19946 defined, call list-colors-print from temp-buffer-show-hook
19947 to get the right value of window-width in list-colors-print
19948 after the buffer is displayed.
19949
19950 * simple.el (pop-mark): Move deactivate-mark out of conditional
19951 part to deactivate the active mark regardless of the state of the
19952 mark ring.
19953
19954 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
19955 variables line in desktop files.
19956
19957 2005-01-12 Juri Linkov <juri@jurta.org>
19958
19959 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
19960 Bring together isearch highlight related options.
19961 (lazy-highlight): Replace group `replace' by `matching'.
19962 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19963 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19964 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
19965 and declare them obsolete.
19966 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
19967 (isearch-faces): Remove defgroup.
19968 (isearch-overlay, isearch-highlight, isearch-dehighlight):
19969 Move isearch highlighting code closer to lazy highlighting code.
19970
19971 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
19972 (query-replace-highlight, query-replace-lazy-highlight)
19973 (query-replace): Move definitions to the beginning of the file.
19974
19975 2005-01-11 Juri Linkov <juri@jurta.org>
19976
19977 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
19978 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
19979 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
19980
19981 * info.el (Info-history-forward): New variable.
19982 (Info-select-node): Reset Info-history-forward to nil.
19983 (Info-last): Turn into defalias.
19984 (Info-history-back): Rename from Info-last.
19985 Add current node to Info-history-forward.
19986 (Info-history-forward): New fun.
19987 (Info-mode-map): Replace Info-last by Info-history-back.
19988 Bind Info-history-forward to "r".
19989 (Info-mode-menu): Replace Info-last by Info-history-back.
19990 Fix menu item text. Add menu item for Info-history-forward.
19991 (info-tool-bar-map): Replace Info-last by Info-history-back.
19992 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
19993 for Info-history-forward.
19994 (Info-mode): Replace Info-last by Info-history-back in docstring.
19995 Add local variable Info-history-forward.
19996 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
19997
19998 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
19999
20000 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
20001 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
20002 Ignore select-window events rather than fiddle with
20003 mouse-autoselect-window.
20004
20005 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
20006
20007 * type-break.el (type-break-mode): Fix previous change.
20008
20009 2005-01-10 Jay Belanger <belanger@truman.edu>
20010
20011 * calc/calc-ext.el (calc-reset): Reset when inside embedded
20012 calculator; only reset when point is inside a calculator.
20013 Don't adjust the window height if the window takes up the whole height
20014 of the frame.
20015
20016 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
20017
20018 * ebuff-menu.el (Electric-buffer-menu-mode):
20019 Preserve value of buffer-local var header-line-format.
20020
20021 2005-01-09 Jay Belanger <belanger@truman.edu>
20022
20023 * calc/calc.el (calc-mode-var-list-restore-saved-values):
20024 Make sure settings file exists before accessing it.
20025
20026 * calc/calc-embed.el (calc-embedded-subst):
20027 Replace math-multi-subst-rec, which is only supposed to be called
20028 by math-multi-subst, by math-multi-subst.
20029
20030 2005-01-09 Andre Spiegel <spiegel@gnu.org>
20031
20032 * vc.el (vc-allow-async-revert): New user option.
20033 (vc-disable-async-diff): New internal variable.
20034 (vc-revert-buffer): Use them to disable asynchronous diff.
20035
20036 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
20037 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
20038 asynchronously if vc-disable-async-diff is t.
20039
20040 2005-01-09 Jay Belanger <belanger@truman.edu>
20041
20042 * calc/calc.el (defcalcmodevar): New macro.
20043 (calc-mode-var-list-restore-default-values)
20044 (calc-mode-var-list-restore-saved-values): New functions.
20045 (calc-mode-var-list): Use defcalcmodevar to define it.
20046 (calc-always-load-extensions, calc-line-numbering)
20047 (calc-line-breaking, calc-display-just, calc-display-origin)
20048 (calc-number-radix, calc-leading-zeros, calc-group-digits)
20049 (calc-group-char, calc-point-char, calc-frac-format)
20050 (calc-prefer-frac, calc-hms-format, calc-date-format)
20051 (calc-float-format, calc-full-float-format, calc-complex-format)
20052 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
20053 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
20054 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
20055 (calc-matrix-brackets, calc-language, calc-language-option)
20056 (calc-left-label, calc-right-label, calc-word-size)
20057 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
20058 (calc-display-raw, calc-internal-prec, calc-angle-mode)
20059 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
20060 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
20061 (calc-window-height, calc-display-trail, calc-show-selections)
20062 (calc-use-selections, calc-assoc-selections)
20063 (calc-display-working-message, calc-auto-why, calc-timing)
20064 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
20065 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
20066 (calc-gnuplot-default-device, calc-gnuplot-default-output)
20067 (calc-gnuplot-print-device, calc-gnuplot-print-output)
20068 (calc-gnuplot-geometry, calc-graph-default-resolution)
20069 (calc-graph-default-resolution-3d, calc-invocation-macro)
20070 (calc-show-banner): Use defcalcmodevar to declare them and set
20071 their default values.
20072
20073 * calc/calc-ext.el (calc-reset): Restore saved values of variables
20074 instead of default values (but restore default values if there is
20075 an argument of 0).
20076
20077 2005-01-09 David Kastrup <dak@gnu.org>
20078
20079 * desktop.el (desktop-restore-eager): Fix typo in type.
20080
20081 2005-01-08 Richard M. Stallman <rms@gnu.org>
20082
20083 * cus-edit.el (customize): Delete :link.
20084
20085 2005-01-08 Jay Belanger <belanger@truman.edu>
20086
20087 * calc/calc.el (calc-mode): Remove the extension from the
20088 `calc-settings-file' file name when loading it.
20089
20090 2005-01-08 Kim F. Storm <storm@cua.dk>
20091
20092 * info.el (Info-mode-map, Info-next-link-keymap)
20093 (Info-prev-link-keymap, Info-up-link-keymap):
20094 Map follow-link to mouse-face.
20095 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
20096
20097 2005-01-08 Jay Belanger <belanger@truman.edu>
20098
20099 * calc/calc.el (calc-settings-file): Change default value.
20100 Suggested by cgw in a comment in calc-mode.el.
20101
20102 * calc/calc-mode.el (calc-settings-file-name):
20103 Compare calc-settings-file to user-init-file instead of ~/.emacs.
20104 Replace ~/.emacs in a prompt by calc-settings-file.
20105
20106 2005-01-07 Lars Hansen <larsh@math.ku.dk>
20107
20108 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
20109 (desktop-lazy-idle-delay): New customizable variables.
20110 (desktop-buffer-args-list): New variable.
20111 (desktop-append-buffer-args): New function.
20112 (desktop-save): Call desktop-append-buffer-args for some buffers.
20113 (desktop-lazy-create-buffer): New function.
20114 (desktop-idle-create-buffers): New function.
20115 (desktop-read): Add message about buffers to restore lazily.
20116 (desktop-lazy-abort): New command.
20117 (desktop-clear): Call desktop-lazy-abort.
20118 (desktop-lazy-complete): New command.
20119
20120 2005-01-06 Richard M. Stallman <rms@gnu.org>
20121
20122 * emacs-lisp/find-func.el (find-face-definition):
20123 Rename from find-face.
20124
20125 2005-01-06 Kim F. Storm <storm@cua.dk>
20126
20127 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
20128
20129 * man.el (Man-xref-man-page, Man-xref-header-file)
20130 (Man-xref-normal-file): Add follow-link property.
20131
20132 2005-01-06 Jay Belanger <belanger@truman.edu>
20133
20134 * calc/calc-units.el: Make sure the proper macro definitions are
20135 available when compiling.
20136
20137 2005-01-06 Juri Linkov <juri@jurta.org>
20138
20139 * isearch.el (isearch-lazy-highlight-update):
20140 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
20141
20142 2005-01-06 Miles Bader <miles@gnu.org>
20143
20144 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
20145 (isearch-lazy-highlight-face): Use new name.
20146
20147 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
20148
20149 * uniquify.el (uniquify-rationalize-file-buffer-names):
20150 Re-add an interactive spec.
20151 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
20152 to the same name.
20153
20154 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
20155 (isearch-update, isearch-done): Adjust calls accordingly.
20156
20157 2005-01-05 Richard M. Stallman <rms@gnu.org>
20158
20159 * custom.el (custom-set-variables, custom-theme-set-variables):
20160 Clarify documentation.
20161
20162 * emacs-lisp/find-func.el (find-variable)
20163 (find-variable-other-window, find-variable-other-frame):
20164 Fix the TYPE args to find-function-read and find-function-do-it.
20165 (find-function): Doc fix.
20166 (find-function-at-point): Replace function-at-point alias.
20167
20168 2005-01-04 Richard M. Stallman <rms@gnu.org>
20169
20170 * cus-face.el (custom-declare-face):
20171 Record defface in current-load-list.
20172
20173 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
20174
20175 * emacs-lisp/find-func.el: Doc fixes.
20176 (find-face-regexp): New variable.
20177 (find-function-regexp-alist): New variable.
20178 (find-function-C-source): Third arg is now TYPE.
20179 (find-function-search-for-symbol): Handle general TYPE.
20180 (find-function-read, find-function-do-it): Handle general TYPE.
20181 (find-definition-noselect, find-face): New functions.
20182 (function-at-point): Alias deleted.
20183
20184 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
20185
20186 * battery.el (display-battery-mode): Rename from display-battery.
20187 Handle the case where it gets turned off.
20188
20189 2005-01-04 Richard M. Stallman <rms@gnu.org>
20190
20191 * cus-edit.el (customize): Make :link point to user doc.
20192
20193 * man.el (Man-fontify-manpage): Turn off undo generation.
20194
20195 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
20196
20197 2005-01-04 Andreas Schwab <schwab@suse.de>
20198
20199 * files.el (insert-directory): Only look for error lines in
20200 inserted text. Don't move too far after processing --dired markers.
20201
20202 2005-01-04 Richard M. Stallman <rms@gnu.org>
20203
20204 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
20205 Don't expand if the character is @, period, dash, etc.
20206 (define-mail-abbrev): Quote names that contain problem characters.
20207
20208 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
20209
20210 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
20211
20212 2005-01-03 Richard M. Stallman <rms@gnu.org>
20213
20214 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
20215 (query-replace-highlight, query-replace-lazy-highlight)
20216 (query-replace): Definitions moved up. Doc fix.
20217
20218 2005-01-03 Richard M. Stallman <rms@gnu.org>
20219
20220 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
20221 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20222 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20223 (lazy-highlight-face): Rename from isearch-lazy-...
20224 Change all references to them.
20225
20226 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
20227
20228 * cus-edit.el (custom-file): Doc fix for defcustom.
20229 (custom-file): The function no longer sets the variable
20230 `custom-file' to its return value.
20231
20232 * startup.el (command-line): No longer load `custom-file'.
20233
20234 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20235
20236 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
20237
20238 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
20239 Don't confuse module-prefixed identifiers for labels.
20240 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
20241
20242 2005-01-02 Richard M. Stallman <rms@gnu.org>
20243
20244 * files.el (basic-save-buffer-1): Fix previous change.
20245
20246 * loadhist.el (file-loadhist-lookup): New function.
20247 (file-provides, file-requires): Use it.
20248
20249 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
20250 instead of calculating the right size.
20251
20252 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20253
20254 * vc-svn.el (vc-svn-diff): Stay local if possible.
20255
20256 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
20257
20258 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
20259
20260 * files.el (hack-local-variables): Fix last change.
20261
20262 2005-01-02 Jay Belanger <belanger@truman.edu>
20263
20264 * calc/calc-yank.el (calc-edit-top): New variable.
20265 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
20266 object. Change header properties.
20267 (calc-edit-finish, calc-edit-finish-stack-object)
20268 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
20269 edited object.
20270 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
20271 for the beginning of the edited object.
20272 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
20273 for the beginning of the edited object.
20274 * calc/calc-prog.el (calc-edit-macro-finish-edit)
20275 (calc-finish-formula-edit, calc-macro-repeats)
20276 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
20277 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
20278 beginning of the edited object.
20279 (calc-user-define-edit): Change the header for editing macros.
20280 Remove unnecessary variable.
20281
20282 2005-01-01 Jay Belanger <belanger@truman.edu>
20283
20284 * calc/calc-yank.el (calc-edit-mode): Change default header.
20285 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
20286 * calc/calc-store.el (calc-edit-variable): Change title to match new
20287 header.
20288 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
20289 mode to match new header.
20290 (calc-user-define-edit): Change titles to include names of commands.
20291 (calc-finish-formula-edit): Adjust to handle new header.
20292 (calc-finish-macro-edit): Remove.
20293 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
20294 (calc-edit-macro-command, calc-edit-macro-command-type)
20295 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
20296 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
20297 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
20298 (calc-edit-macro-finish-edit): New functions.
20299 (calc-user-define-edit): Use new functions to edit named calc macros.
20300
20301 2005-01-01 Stefan <monnier@iro.umontreal.ca>
20302
20303 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
20304
20305 * ses.el (copy-region-as-kill): Deactivate mark.
20306
20307 2005-01-01 Richard M. Stallman <rms@gnu.org>
20308
20309 * replace.el (occur-1): If the output buffer is also an input,
20310 don't kill it, rename it.
20311
20312 * faces.el (set-face-background, set-face-foreground): Doc fix.
20313
20314 * cus-face.el (custom-face-attributes): Fix :help-echo strings
20315 for :foreground and :background.
20316
20317 * dired.el (dired-view-command-alist): Variable deleted.
20318 (dired-view-file, dired-mouse-find-file-other-window):
20319 Delete the code to use it.
20320
20321 2005-01-01 Kim F. Storm <storm@cua.dk>
20322
20323 * image.el (insert-sliced-image): Use t for line-height property.
20324
20325 See ChangeLog.11 for earlier changes.
20326
20327 ;; Local Variables:
20328 ;; coding: iso-2022-7bit
20329 ;; End:
20330
20331 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
20332 Copying and distribution of this file, with or without modification,
20333 are permitted provided the copyright notice and this notice are preserved.
20334
20335 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1