(describe-key-briefly): Now a wrapper for describe-key-briefly-internal.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
08108577
EZ
12006-02-11 Milan Zamazal <pdm@zamazal.org>
2
3 * progmodes/glasses.el (glasses-separator): Doc fix.
4 (glasses-original-separator): New defcustom.
5 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6
a348f5ba
EZ
72006-02-11 Martin Rudalics <rudalics@gmx.at>
8
9 * mwheel.el (mouse-wheel-up-event): Doc fix.
10
6295b3b1
MD
112006-02-11 Mathias Dahl <brakjoller@hotmail.com>
12
13 * tumme.el (tumme-dir): Changed default value to
14 "~/.emacs-d/tumme"
15 (tumme-dir): New function. Copied from thumbs.el.
16
be617bbf
JB
172006-02-10 Juanma Barranquero <lekktu@gmail.com>
18
19 * desktop.el (desktop-outvar): Fix typo.
20 (desktop-save-buffer-p): Doc fix.
21
4f1a3949
JB
22 * subr.el (substitute-key-definition): Fix typo.
23
cbd488c4
YM
242006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25
26 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
27 when window-system is mac.
28
29 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
30
d342156c
KS
312006-02-10 Kim F. Storm <storm@cua.dk>
32
33 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
34 indirect-function instead of using condition-case.
35
13664bec
MD
362006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
37
38 * tumme.el (tumme-copy-with-exif-file-name): Tried to make
02501160 39 docstring less `colloquial'...
13664bec 40
d03b98ad
MD
412006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
42
43 * tumme.el: Added a couple of todo items.
44
02501160 452006-02-09 Lars Hansen <larsh@soem.dk>
9e722067 46
4f1a3949 47 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9e722067
LH
48 (highlight-changes-mode): Don't change desktop-locals-to-save.
49
fcfc4732
CY
502006-02-09 Chong Yidong <cyd@stupidchicken.com>
51
52 * image-mode.el (image-toggle-display): Clear image cache if using
53 filename.
54
02501160 552006-02-09 Masatake YAMATO <jet@gyve.org>
d9674f33 56
d2ea84be
MY
57 * dired-x.el (dired-guess-shell-alist-default): Add .man as
58 a `dired-man' target.
1bf6d4b5
RF
59
60 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
d9674f33
MY
61 boundary of symbols.
62
bf54d814
SM
632006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
64
65 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
66
ddd1e91e
JB
672006-02-09 Juanma Barranquero <lekktu@gmail.com>
68
69 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
70 `mapcar'; return nil.
71
745cfc57
CY
722006-02-08 Chong Yidong <cyd@stupidchicken.com>
73
74 * mouse.el (mouse-drag-track): Don't change window if we rebind to
75 some other event.
76
db58efbf
EZ
772006-02-08 Ryan Yeske <rcyeske@gmail.com>
78
bf54d814
SM
79 * net/rcirc.el (rcirc-startup-channels-alist):
80 Add irc.freenode.net and #emacs as defaults.
db58efbf
EZ
81 (rcirc-ignore-all-activity-flag): Remove variable.
82 (rcirc-authinfo): New variable.
83 (rcirc-authinfo-filename): Remove variable.
84 (rcirc-always-use-server-buffer-flag): New flag.
85 (rcirc): M-x rcirc will automatically connect without prompting.
86 C-u M-x rcirc will prompt. Use rcirc-connect to create a
87 connection in lisp.
88 (rcirc-process-server-response-1): Remove everything but the nick
89 portion of the sender so it doesn't need to be done everywhere
90 else. Update related code.
91 (global-map): Remove global keybindings.
92 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
93 (rcirc-send-input): Split into several functions.
94 (rcirc-process-input-line, rcirc-process-message)
95 (rcirc-process-command): New functions.
96 (rcirc-target-buffer): New function to determine where to route
97 messages.
98 (rcirc-user-nick): Save match data.
99 (rcirc-toggle-ignore-buffer-activity)
bf54d814
SM
100 (rcirc-update-activity-string): Remove global ignore functionality,
101 which can be done now by toggling rcirc-track-minor-mode.
db58efbf
EZ
102 (rcirc-track-minor-mode-map): New keymap.
103 (rcirc-track-minor-mode): New minor-mode.
104 (ignore): Make the ignore output nicer. Always print it when
105 adding or removing nicks.
106 (rcirc-url-regexp): Improve.
107 (rcirc-mangle-text): Remove properties before using text in the
108 modeline.
109 (rcirc-authenticate): Authentication data comes from
110 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
111 (rcirc-server-prefix): Inherit from rcirc-server.
112
063cd226
EZ
1132006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
114
115 * Makefile.in (compile): Append "|| true" to the end of the `find'
116 command, like compile-always does.
117
df2a9b12
SS
1182006-02-08 Sam Steingold <sds@gnu.org>
119
120 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
121 output from a dead connection.
122
6102da26
MD
1232006-02-07 Mathias Dahl <brakjoller@hotmail.com>
124
cb192119 125 * dired.el (dired-mode-map): Add more bindings for tumme.
6102da26 126
cb192119 1272006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
d4f2cc77
SM
128
129 * wdired.el (wdired-mode-map): Use remap.
130 (wdired-get-filename): Massage.
131 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
132 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
133 `keymap' property rather than `local-map'.
134
87ec3117
MD
1352006-02-07 Mathias Dahl <brakjoller@hotmail.com>
136
bd91608b
KS
137 * tumme.el (tumme-get-thumbnail-image): New utility function.
138 Suggested by from Chong Yidong.
139 (tumme-dired-with-window-configuration): Rename from
140 `tumme-dired'. Add code to save window configuration.
87ec3117 141 (tumme-restore-window-configuration): New command to restore the
bd91608b 142 window configuration that `tumme-dired-with-window-configuration'
cb192119 143 saves before it changes the window configuration.
bd91608b
KS
144 (tumme-show-all-from-dir): New command to display thumbnails for
145 all files in a directory entered by the user, like M-x thumbs.
146 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
147 have been created.
148 (tumme-display-thumbnail-original-image): Call `display-buffer'.
87ec3117 149 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
bd91608b 150 Remove obsolete test function.
87ec3117 151
9146d683
JB
1522006-02-07 Juanma Barranquero <lekktu@gmail.com>
153
464540ed
JB
154 * vc.el (small-temporary-file-directory): Remove defvar; there's
155 a defcustom for it in files.el.
156
9146d683
JB
157 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
158 Fix typo in message.
159 (tumme-gallery-generate): Fix typo in `error' message.
160 (tumme-display-window-height-correction)
161 (tumme-display-window-width-correction, tumme-line-up-dynamic)
162 (tumme-line-up-interactive): Dox fixes.
163 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
164 (tumme-restore-window-configuration, tumme-format-properties-string)
165 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
166 Fix typos in docstrings.
167
1b505363
TTN
1682006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
169
170 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
171
25ef2475
NR
1722006-02-07 Nick Roberts <nickrob@snap.net.nz>
173
174 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
175 User should use hook if desired.
176
177 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
178 buffer if necessary.
179 (gdb-delete-frame-or-window): New function.
180 (gdb-breakpoints-mode-map): Bind "q" to it.
181
b06ee3d2
SM
1822006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
183
ea37fbb8
SM
184 * textmodes/nroff-mode.el: Clean up name space.
185 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
186 (nroff-mode): Obey the global setting of nroff-electric-mode.
187 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
188
b06ee3d2
SM
189 * calendar/calendar.el (calendar-increment-month): Typo in last change.
190
cbbd2cd3
TTN
1912006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
192
193 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
194
1952006-02-06 Lars Hansen <larsh@soem.dk>
3e54ab6c
LH
196
197 * generic-x.el (etc-fstab-generic-mode): Add file system types
b06ee3d2 198 cifs and usbdevfs. Allow special chars in file names.
3e54ab6c 199
4c003d2f
JB
2002006-02-05 Jay Belanger <belanger@truman.edu>
201
202 Update copyright notices of the files in lisp/calc.
203
1004fadc
RF
2042006-02-05 Romain Francoise <romain@orebokech.com>
205
206 Update copyright notices of all files in the lisp/play directory.
207
632966a7
LT
2082006-02-04 Luc Teirlinck <teirllm@auburn.edu>
209
bec51011
LT
210 * ldefs-boot.el: Regenerate.
211
212 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
632966a7 213
53391989
KS
2142006-02-05 Kim F. Storm <storm@cua.dk>
215
216 * files.el (magic-mode-regexp-match-limit): New defvar.
217 (set-auto-mode): Use it to limit magic-mode-alist matching.
218
62ffcd76
EZ
2192006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
220
aca2d9bb
EZ
221 * simple.el (display-message-or-buffer): Compare the number of
222 characters to the frame width when determining whether a 1-line
223 message string will fit in the echo area. Count screen lines
224 instead of buffer lines when determining whether a multi-line
225 message will fit in the echo area/minibuffer window.
62ffcd76 226
c1a055ca
EZ
2272006-02-04 Eli Zaretskii <eliz@gnu.org>
228
4a99f153
EZ
229 * info.el (Info-index, Info-mode): Improve the description of the
230 `i' command.
231
c1a055ca
EZ
232 * ldefs-boot.el: Regenerate.
233
cb8ec72a
WL
2342006-02-03 Werner Lemberg <wl@gnu.org>
235
236 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
237 greedy to find the closing bracket in \*[...] and similar
238 expressions. This is a first rough fix -- many additional
b06ee3d2 239 refinements are necessary to make nroff mode really usable with groff.
cb8ec72a 240
6bba8c70
KH
2412006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
242
b06ee3d2
SM
243 * international/mule-cmds.el (set-locale-environment):
244 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6bba8c70
KH
245 libX11.
246
24d5d3e2
EZ
2472006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
248
249 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
250 archive are created in archive-tmpdir.
251
070b3f44
JPW
2522006-02-02 John Paul Wallington <jpw@pobox.com>
253
254 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
255 (ibuffer-fontification-alist): Use it.
256 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
257 to "* z" and the Ibuffer Mark menu.
258
259 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
260
7b8e06aa
SM
2612006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * textmodes/table.el (*table--cell-describe-mode)
264 (*table--cell-describe-bindings): Undo last change since
265 print-help-return-message is not obsoleted by anything at all.
266
f079f5bc
LT
2672006-02-02 Luc Teirlinck <teirllm@auburn.edu>
268
269 * emulation/cua-base.el (cua-mode): Doc fix.
270
8b730780
JB
2712006-02-02 Juanma Barranquero <lekktu@gmail.com>
272
0ddb3356
JB
273 * dframe.el (dframe-handle-make-frame-visible)
274 (dframe-handle-iconify-frame, dframe-get-focus)
275 (dframe-select-attached-frame, dframe-power-click)
276 (dframe-frame-mode): Fix typos in docstrings.
277
278 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
279 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
280 Fix typos in docstrings.
281
8b730780
JB
282 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
283 (hi-lock-face-buffer, hi-lock-font-lock-hook)
284 (hi-lock-archaic-interface-message-used)
285 (hi-lock-file-patterns-range): Fix typos in docstrings.
286
0ddb3356 287 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7b8e06aa 288 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
0ddb3356
JB
289
290 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
291 Fix typo in docstring.
292
475ffea4
JB
293 * net/newsticker.el (newsticker--decode-iso8601-date)
294 (newsticker--set-customvar, newsticker--buffer-insert-item)
295 (newsticker--do-run-auto-mark-filter)
296 (newsticker--parse-generic-feed): Doc fixes.
297 (newsticker--retrieval-timer-list, newsticker-url-list)
298 (newsticker-hide-immortal-items-in-echo-area)
299 (newsticker-hide-obsolete-items-in-echo-area)
300 (newsticker-new-item-face, newsticker--enclosure)
301 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
302 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
303 (newsticker--parse-generic-feed, newsticker--cache-contains)
304 (newsticker--stat-num-items, newsticker-download-enclosures):
305 Fix typos in docstrings.
306
307 * net/rcirc.el (rcirc-debug): Doc fix.
0ddb3356
JB
308 (rcirc-fill-column, rcirc-receive-message-hooks)
309 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
310 (rcirc-mode, rcirc-generate-new-buffer-name)
311 (rcirc-startup-channels, rcirc-ignore-update-automatic)
312 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
313 Fix typos in docstrings.
314 (rcirc-print): "?\ " -> "?\s".
f161b079 315 (rcirc-cmd-join): Improve argument/docstring consistency.
0ddb3356 316
e36cfca2
MH
3172006-02-01 Mark A. Hershberger <mah@everybody.org>
318
319 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
320 before narrow-to-region.
321
39eadb4a
RS
3222006-02-01 Richard M. Stallman <rms@gnu.org>
323
324 * simple.el (move-beginning-of-line): Scan properly for invis change.
325
326 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
327
ca637b2a
MA
3282006-02-01 Michael Albinus <michael.albinus@gmx.de>
329
330 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
331 change bit only when id-format is 'integer. Reported by Matt
332 Hodges <M.P.Hodges@rl.ac.uk>.
333
ea56cdf1
JB
3342006-02-01 Juanma Barranquero <lekktu@gmail.com>
335
336 * hilit-chg.el (highlight-changes-initial-state)
337 (highlight-changes-global-initial-state): Doc fixes.
338 (highlight-changes-global-modes, global-highlight-changes):
339 Fix typos in docstrings.
340
bb92c642
KS
3412006-02-01 Kim F. Storm <storm@cua.dk>
342
343 * emulation/cua-base.el (cua-mode): Mention that CUA enables
344 transient-mark-mode in doc string.
345
b2acecc1
RS
3462006-01-31 Richard M. Stallman <rms@gnu.org>
347
348 * replace.el (multi-occur): Doc fix.
7b8e06aa 349 (multi-occur-in-matching-buffers): Rename from
b2acecc1
RS
350 multi-occur-by-filename-regexp. Prefix arg says match
351 buffer names instead of file names.
352
4d84a8d0
JB
3532006-01-31 Juanma Barranquero <lekktu@gmail.com>
354
355 * bs.el: Allow non-default values of `bs-header-lines-length'.
356 (bs--running-in-xemacs): Remove (not needed anymore).
357 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
358 instead of `shrink-window', thus avoiding having to compute the
359 height of the window.
360 (bs--up): Wrap around even when there's no header.
361 (bs--down): Use `forward-line' instead of `next-line'.
362
2bd53dc0
CY
3632006-01-30 Chong Yidong <cyd@stupidchicken.com>
364
365 * image-mode.el (image-toggle-display): Use file name if possible,
366 instead of unnecessarily allocating a (possibly huge) lisp string.
367
c45c309f
JPW
3682006-01-30 John Paul Wallington <jpw@pobox.com>
369
370 * subr.el (toplevel): Define `cl-assertion-failed' condition here
371 because the `assert' macro signals it at runtime.
372
373 * emacs-lisp/cl.el (toplevel): Remove definition of
374 `cl-assertion-failed' condition.
375
75e49434
NR
3762006-01-30 Nick Roberts <nickrob@snap.net.nz>
377
378 * thumbs.el (thumbs-marked-list): Make buffer-local and
379 permanent-local.
380 (thumbs-insert-thumb): Make help-echo non-sticky.
381 (thumbs-file-alist): Use eolp as check for (non)-image.
382
520c451b
JB
3832006-01-30 Juanma Barranquero <lekktu@gmail.com>
384
a3bc032f
JB
385 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
386 (ediff-before-session-group-setup-hooks)
387 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
388 Fix typos in docstrings.
389
9872af18
JB
390 * window.el (bw-dir, bw-eqdir, balance-windows)
391 (split-window-keep-point): Fix typos in docstrings.
392
b0a10108
JB
393 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
394 (org-quote-string, org-calendar-to-agenda-key)
395 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
396 (org-show-following-heading, org-tags-column)
397 (org-use-tag-inheritance, org, org-allow-space-in-links)
398 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
399 (org-enable-table-editor, org-calc-default-modes)
400 (org-table-allow-automatic-line-recalculation)
401 (org-export-html-style, org-export-with-fixed-width)
402 (org-export-with-sub-superscripts, org-special-keyword)
403 (org-formula, org-time-grid, org-table-may-need-update)
404 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
405 (org-goto-quit, org-get-indentation, org-end-of-item)
406 (org-move-item-down, org-move-item-up)
407 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
408 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
409 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
410 (org-agenda-log-mode, org-agenda-toggle-diary)
411 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
412 (org-agenda-file-to-end, org-agenda-no-heading-message)
413 (org-agenda-get-closed, org-format-agenda-item)
414 (org-cmp-priority, org-cmp-category, org-cmp-time)
415 (org-agenda-change-all-lines, org-agenda-diary-entry)
416 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
417 (org-link-search, org-camel-to-words, org-open-file)
418 (org-remember-handler, org-table-convert-region)
419 (org-table-move-row-down, org-table-move-row-up)
420 (org-table-copy-region, org-table-wrap-region)
421 (org-table-toggle-vline-visibility)
422 (org-table-get-vertical-vector, org-table-modify-formulas)
423 (org-table-get-specials, org-recalc-commands)
424 (org-table-rotate-recalc-marks, org-table-eval-formula)
425 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
426 (org-level-color-stars-only, org-insert-heading):
427 Fix typos in docstrings.
428 (last-arg): Add defvar.
429
520c451b
JB
430 * makefile.w32-in (WINS): Add erc.
431 (MH_E_SRC): Update (copied from lisp/Makefile.in).
432
68b88a6d
BW
4332006-01-29 Bill Wohler <wohler@newt.com>
434
435 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
436 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
520c451b 437 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
68b88a6d
BW
438 (mh-autoloads): Don't use comments on otherwise empty lines.
439
98c414c7
MB
4402006-01-29 Edward O'Connor <ted@oconnor.cx>
441
442 * emulation/viper.el (viper-major-mode-modifier-list): Add
443 insert-state and vi-state entries for erc-mode.
444 (viper-go-away, viper-set-hooks): Add and remove
445 viper-comint-mode-hook from erc-mode-hook as appropriate.
446
447 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
448
635ed242
JB
4492006-01-29 Juanma Barranquero <lekktu@gmail.com>
450
451 * bs.el (bs--format-aux): Implement `middle' alignment as
452 described in the docstring for `bs-attributes-list'.
453 (bs--get-name): Simplify. Don't pad the buffer name.
454
dc86c16d
EZ
4552006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
456
457 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
458 English aspell dictionary is installed, use the first entry of
459 ispell-dictionary-alist-1.
460
f9fe3e26
EZ
4612006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
462
463 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
464 Doc fix.
465
209bb3be
MA
4662006-01-27 Michael Albinus <michael.albinus@gmx.de>
467
468 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
469 for `process-file', in order to let it work for older Emacsen too.
470
c80977a1
EZ
4712006-01-27 Eli Zaretskii <eliz@gnu.org>
472
473 * international/latexenc.el: Add a suitable `coding:' tag.
a849f77d 474 (latexenc-find-file-coding-system): Undo last change.
c80977a1 475
df2a9b12 4762006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
c80977a1
EZ
477
478 * international/latexenc.el (latexenc-find-file-coding-system):
479 Make sure latexenc-main-file is a regular file and is readable.
480
c5b46a65
AS
4812006-01-27 Andre Spiegel <spiegel@gnu.org>
482
483 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
484 Pass FILE to vc-user-login-name.
485
486 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
487
6045b8ef
NR
4882006-01-27 Nick Roberts <nickrob@snap.net.nz>
489
490 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
491 there are no more images to display.
492 (thumbs-mark, thumbs-unmark): Revert change so that they move to
493 the next image.
494
57436ee7
RS
4952006-01-26 Richard M. Stallman <rms@gnu.org>
496
497 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
498
499 * wid-edit.el (advertised-widget-backward): New alias.
500 (widget-keymap): Use advertised-widget-backward for S-TAB.
501
502 * tumme.el: Correct the keywords.
635ed242 503 (tumme-dir-max-size): Use defvar.
57436ee7
RS
504 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
505
506 * simple.el (move-beginning-of-line): Take account of fields.
507 (clone-indirect-buffer-other-window): Take args like
508 clone-indirect-buffer, and work like it.
509
510 * help-fns.el (describe-function): Don't pass `nil' as default.
511
512 * files.el (risky-local-variable-p): Follow var aliases.
513
514 * subr.el (lazy-completion-table): Doc fix.
515
516 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
517 global binding of `line'.
518
817f348a
AS
5192006-01-25 Andre Spiegel <spiegel@gnu.org>
520
521 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
522 Tramp.
523
524 * vc.el (vc-default-dired-state-info): Pass FILE to
525 vc-user-login-name.
526 (vc-default-update-changelog): Don't use vc-user-login-name, we
527 don't need it here.
528
529 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
530 no longer necessary.
209bb3be 531
d1efee22
KH
5322006-01-25 Kenichi Handa <handa@m17n.org>
533
534 * international/mule.el (decode-char): Avoid the overhead of
535 calling utf-lookup-subst-table-for-decode if
536 utf-translate-cjk-mode is nil.
537 (encode-char): Avoid the overhead of calling
538 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
539 nil.
540
5412006-01-22 Kenichi Handa <handa@m17n.org>
542
543 * international/mule.el (make-subsidiary-coding-system): Reset
544 `coding-system-define-form' property of subsidiaries to nil.
545 Avoid duplicated entry in coding-system-alist.
546 (make-coding-system): Avoid duplicated entry in
547 coding-system-alist.
548 (define-coding-system-alias): Likewise.
549
54c30f8d
LT
5502006-01-24 Luc Teirlinck <teirllm@auburn.edu>
551
552 * completion.el: Minor fixes in introductory comment.
553 (completion-def-wrapper): Fix alist.
554
3beca8d5
NR
5552006-01-25 Nick Roberts <nickrob@snap.net.nz>
556
557 * thumbs.el (thumbs-new-image-size): New function.
558 (thumbs-increment-image-size-element)
559 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
560 (thumbs-decrement-image-size): Delete.
561 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
562 temp files and use to resize.
563 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
564 Use increment argument to enlarge/shrink. Preserve point.
565 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
566 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
567 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
568 (thumbs-mark, thumbs-unmark): Preserve point.
569 (thumbs-modify-image): Keep old temp files and use to modify.
570 Cleanup old temp files at load time. Preserve point.
571 (thumbs-view-image-mode-map): Use new command names.
572
5d1c8151
SM
5732006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
574
243afed7
SM
575 * log-view.el (log-view-minor-wrap): First rev is the one at point.
576
b8823bf4
SM
577 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
578 the nastiest part of the cyclic dependency.
243afed7 579 (cal-menu-update): Use dotimes and calendar-increment-month.
b8823bf4 580
5d1c8151
SM
581 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
582 (calendar-week-start-day): Add an :initializer.
583 (calendar-mode-map): Use suppress-keymap, and command remapping.
584 (describe-calendar-mode): Setup xref-stack info for the back button.
585 (calendar-star-date): Insert before delete.
586 (calendar-set-mode-line): Add file-modified info if applicable.
587 (calendar-increment-month): New function.
588
317921ec
TTN
5892006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
590
591 * font-lock.el (lisp-font-lock-keywords-2):
592 Recognize "& keywords" only at word boundaries.
593
3d9d607a
NR
5942006-01-24 Nick Roberts <nickrob@snap.net.nz>
595
596 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
597 and permanent-local.
635ed242
JB
598 (thumbs-max-image-number): New variable.
599 (thumbs-do-thumbs-insertion): Use them.
3d9d607a
NR
600 (thumbs-per-line): Change default to 4.
601 (thumbs-marked-list): Rename from thumbs-markedL.
602 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
603 (thumbs-rename-images): Use -list instead of L for internal variables.
604 (thumbs-call-convert): Use call-process instead of shell-command.
605 (thumbs-insert-thumb): Add filename as help-echo to each image.
606 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
607 Give dir to thumbs-show-thumbs-list.
608 (thumbs-show-thumbs-list): Set default-directory to that of images.
609 (thumbs-dired-show): Rename from thumbs-dired-show-all.
610 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
611 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
612 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
613
1e3b6bec
SM
6142006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * ses.el (ses-read-cell): Provide a default value.
617
9dd28cae
JB
6182006-01-23 Juanma Barranquero <lekktu@gmail.com>
619
620 * term/w32-win.el (image-library-alist): Add additional names for
621 GIF library.
622
e450a16a
RS
6232006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
624
625 * international/latexenc.el (latexenc-find-file-coding-system):
626 Add file-regular-p check.
627
0a487199
SM
6282006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
629
af71d4c0
JB
630 * simple.el (clone-buffer): Don't show the new buffer in the same
631 window.
0a487199 632
f9cd9582
JL
6332006-01-23 Juri Linkov <juri@jurta.org>
634
635 * faces.el (link, link-visited): New faces based on default values
636 of `info-xref' and `info-xref-visited'.
637
638 * info.el (info-xref): Inherit from `link'.
639 (info-xref-visited): Inherit from `link-visited'.
640
641 * cus-edit.el (custom-buffer-create-internal): Use widget type
642 `custom-manual' instead of `info-link' and don't set properties
643 `button-face' and `mouse-face' explicitly.
644 (custom-browse-group-tag, custom-browse-variable-tag)
645 (custom-browse-face-tag): Inherit from widget class
646 `custom-group-link' instead of `push-button'.
647 (custom-button-unraised): Inherit from `underline' face.
648 (custom-link): Inherit from `link' face. Fix doc and group.
649 (custom-add-parent-links, custom-group-value-create): Don't set
650 properties `button-face' and `mouse-face' explicitly for
651 `custom-group-link' widget.
652 (custom-group-link): Add properties `button-face' and `mouse-face'
653 to widget definition.
654 (custom-field-keymap): New variable. Put `custom-field-keymap' to
655 editable-field's :keymap property.
656 (custom-mode): Fix docstring: substitute keybindings for
657 `widget-forward' and `widget-backward' from `widget-keymap',
658 `widget-complete' from `custom-field-keymap', replace old
659 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
660
661 * desktop.el (desktop-load-file): Check for `fboundp' before
662 calling `symbol-function'.
663
664 * simple.el (clone-buffer, clone-indirect-buffer)
665 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
666 `read-string'. Fix prompts.
667
668 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
669
f1e73d84
NR
6702006-01-23 Nick Roberts <nickrob@snap.net.nz>
671
672 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
673
0aa08453
LT
6742006-01-22 Luc Teirlinck <teirllm@auburn.edu>
675
676 * startup.el (inhibit-splash-screen, initial-scratch-message):
677 Doc fixes.
678
a69c01a0
MA
6792006-01-22 Michael Albinus <michael.albinus@gmx.de>
680
681 Sync with Tramp 2.0.52.
682
683 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
684 net/tramp-vc.el: Add code for unloading Tramp. See comment before
685 `tramp-unload-tramp' for checklist.
686
687 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
688 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
689 (tramp-unload-file-name-handler-alist)
690 (tramp-unload-tramp): New defuns.
691 (tramp-advice-PC-expand-many-files): New defadvice.
692 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
693 removed.
694 (tramp-handle-expand-file-name): Remove double slash.
695 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
696 It doesn't matter, because it will be converted later on.
697 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
698 implementation was just heuristic.
699 (tramp-post-connection): Set uid and gid properties.
700 (tramp-convert-file-attributes): Set file's gid change bit.
701 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
702 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
703 in case of su(do)? methods. The home directory of the local user
704 will be taken else.
705 (tramp-open-connection-telnet)
706 (tramp-open-connection-rsh, tramp-open-connection-su)
707 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
708 local shell prompt could hurt. Reported by Romain Francoise
709 <romain@orebokech.com>.
710 (tramp-let-maybe): Add `edebug-form-spec' property.
711 (tramp-handle-expand-file-name): Bind `default-directory' locally
712 to "/" in order to avoid problems with UNC shares or Cygwin
713 mounts.
714 (tramp-md5-function): Fix typo in error message.
715
716 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
717
718 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
719 for byte-compiler pacification.
720
6e36b4ff
AS
7212006-01-22 Andre Spiegel <spiegel@gnu.org>
722
723 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
724 ID-FORMAT `string'. This allows us to get rid of
725 `vc-user-login-name UID'.
726
727 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
728
a4c6ebf9
JPW
7292006-01-22 John Paul Wallington <jpw@pobox.com>
730
731 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
732
3bdedbcb
EZ
7332006-01-21 Martin Rudalics <rudalics@gmx.at>
734
735 * emacs-lisp/find-func.el (find-definition-noselect)
736 (find-variable-noselect): Search variables in C source code too.
737 (find-function-C-source, find-function-noselect, find-function)
738 (find-function-other-frame, find-variable-noselect, find-variable)
739 (find-variable-other-frame, find-variable-at-point):
740 Fix docstrings.
741
44eca3f4
EZ
7422006-01-21 Francesco Potorti` <pot@gnu.org>
743
744 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
745
f60117ac
EZ
7462006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
747
748 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
749 Default to disabling the "Save affix" question.
750
942d56b8
EZ
7512006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
752
753 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
754 the first arg to run-python.
755
6ff901c7
EZ
7562006-01-21 Eli Zaretskii <eliz@gnu.org>
757
758 * startup.el (command-line-1): Handle --no-desktop if desktop.el
759 is not loaded.
760
a6c72dc3
JB
7612006-01-20 Jay Belanger <belanger@truman.edu>
762
763 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
764 limit is 0.
765
6a056c5d
JB
766 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
767 the correct variable.
768
d86e2d95
CD
7692006-01-20 Carsten Dominik <dominik@science.uva.nl>
770
af71d4c0 771 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
d86e2d95
CD
772 link. Fixed buggy argument sequence in call to `org-view-tags'.
773 (org-compile-prefix-format): Set `org-prefix-has-tag'.
774 (org-prefix-has-tag): New variable.
775 (org-format-agenda-item): Remove tags from headline if
776 appropriate.
777 (org-agenda-remove-tags-when-in-prefix): New option.
778 (org-get-tags-at): New function.
779
11f78f04
NR
7802006-01-20 Nick Roberts <nickrob@snap.net.nz>
781
782 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
783 (thumbs-find-image): Move image name and number from buffer name
af71d4c0 784 to mode name. Set thumbs-buffer. Preserve point so that large
11f78f04
NR
785 images remain visible.
786 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
787 order.
788 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
789 mode name.
790 (thumbs-next-image, thumbs-previous-image): Make them work.
791
dc38351b
LT
7922006-01-19 Luc Teirlinck <teirllm@auburn.edu>
793
4151840f
LT
794 * cus-edit.el (custom-buffer-create-internal): State in the text above
795 the whole buffer buttons that they do not operate on hidden items.
796 (custom-face-menu): Use `custom-face-save' instead of
797 `custom-face-save-command'.
798 (custom-face-save-command): Make it an alias for `custom-face-save'
799 and declare it obsolete.
800 (custom-face-save): Doc fix.
801
dc38351b
LT
802 * dired.el (dired-no-confirm): Add quote.
803 (dired-subdir-alist-pre-R): Add quote in
804 `make-variable-buffer-local' form and remove unbalanced parenthesis.
805
d2eed686
SM
8062006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * textmodes/table.el (table-mode-indicator): Typo in last change.
809
c94c4d0a
RS
8102006-01-19 Richard M. Stallman <rms@gnu.org>
811
812 * outline.el (hide-leaves): Don't call outline-end-of-heading.
813 Fixes bug reported in Nov 2005.
814
815 * isearch.el (isearch-forward): Doc fix.
816
817 * dired.el (dired-move-to-filename-regexp): Define as alias.
818 (dired-no-confirm): Use defcustom.
819 (dired-subdir-alist-pre-R): Put defvar at top level.
820
821 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
822
823 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
824 Mark as risky.
825
826 * simple.el (set-mark-command): Doc fix.
827 (clone-indirect-buffer-other-window):
828 Read arg like clone-indirect-buffer.
829 (move-beginning-of-line): Skip invisible newlines.
830
9a8ee448
MY
8312006-01-19 Masatake YAMATO <jet@gyve.org>
832
d2eed686 833 * progmodes/cpp.el (cpp-edit-load): Make the order of
9a8ee448
MY
834 listed conditions in a base C code buffer and its associate
835 CPP Edit buffer the same.
d2eed686 836
194939e3
KH
8372006-01-19 Kenichi Handa <handa@m17n.org>
838
d9bf0f5a
KH
839 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
840 (rmail-mime-feature): Likewise.
841 (rmail-require-mime-maybe): Use display-warning to show a warning
842 message.
843
d2eed686 844 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
194939e3
KH
845 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
846
d2eed686
SM
8472006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * array.el: Move defvars out of eval-when-compile.
850 (array-make-template): Replace undeclared global var with a local one.
851 (array-mode): Inline initialization functions.
852 (array-init-local-variables, array-init-max-row)
853 (array-init-max-column, array-init-columns-per-line)
854 (array-init-field-width, array-init-rows-numbered)
855 (array-init-line-length, array-init-lines-per-row): Remove.
856
857 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
858 (doc-mode-map): Define explicitly.
859 (doctor-txtype): Use mapc.
860
861 * textmodes/table.el: Move defvars out of eval-when-compile.
862 Remove harmful code meant to avoid byte-compiler warnings.
863 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
864 specification that checks table-fixed-width-mode directly.
865 (table-recognize-region, table-recognize-cell):
866 Use restore-buffer-modified-p.
867 (table-fixed-width-mode): Remove code that refreshes
868 table-fixed-mode-indicator.
869 (*table--cell-describe-bindings, *table--cell-describe-mode):
870 Avoid obsolete name print-help-return-message.
871 (table--test-cell-list): Don't use replace-regexp from elisp.
872 (table--point-entered-cell-function, table--point-left-cell-function):
873 Don't set table-fixed-mode-indicator, use force-mode-line-update.
874
875 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
876 that was after the end of file. Use buffer-file-name variable.
877 (org-timestamp-change): Use with-current-buffer.
878 (org-todo-list): Don't unnecessarily define a new buffer-local var.
879 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
880 `file'.
881
882 * progmodes/fortran.el: Move defvars out of eval-when-compile.
883 (fortran-break-line): Remove unused var `opoint'.
884 (fortran-abbrev-start): Obey help-event-list.
885
b0aea09e
JH
8862006-01-18 Jesper Harder <harder@phys.au.dk>
887
888 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
889
3968c89f
MY
8902006-01-18 Masatake YAMATO <jet@gyve.org>
891
892 * progmodes/make-mode.el (makefile-imake-mode): New mode
dc38351b 893 derived from makefile-mode.
3968c89f
MY
894 (makefile-imake-mode-syntax-table): New syntax table
895 derived from makefile-mode-syntax-table.
d2eed686 896 (makefile-mode): Write about makefile-imake-mode in doc string.
3968c89f
MY
897 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
898 (makefile-imake-font-lock-keywords): New font lock keywords.
899
d2eed686 900 * files.el (auto-mode-alist): Add Imakefile.
3968c89f 901
11b07c37 9022006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8e2e2956
SM
903
904 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
905 loading the file rather than when turning on flyspell-mode.
906
2e040f4e
LT
9072006-01-16 Luc Teirlinck <teirllm@auburn.edu>
908
909 * cus-edit.el (customize-rogue): Minor doc fix.
910
83033a3a
JL
9112006-01-17 Juri Linkov <juri@jurta.org>
912
84bf6ad8
JL
913 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
914 instead of the file at the mark as default if the file at the mark
915 is the same as the file at point or if dired-dwim-target-directory
916 is not the same as the current directory and the mark is not active.
917
202e166d
JL
918 * log-view.el (log-view-minor-wrap): Use the same logic to get
919 revisions as `log-view-diff'.
920
d247d0fe
JL
921 * info.el (Info-revert-find-node): Check for Info-current-file
922 before preserving new-history.
923
202e166d
JL
924 * man.el (Man-heading-regexp): Add `/'.
925
926 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
927 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
928
9292006-01-16 Juri Linkov <juri@jurta.org>
930
83033a3a
JL
931 * faces.el (mode-line-faces): New defgroup.
932 (mode-line-highlight): Move definition after new defgroup.
933 (mode-line, mode-line-inactive, mode-line-highlight):
934 Replace :group `modeline' with `mode-line-faces'.
935 (mode-line-buffer-id): New face.
936 (modeline-buffer-id): New face alias.
937 (vertical-border): Remove :group `modeline'.
938
939 * bindings.el (propertized-buffer-identification): Use face
940 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
941 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
942 (mode-line-buffer-identification-keymap): For mouse-1 replace
943 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
944 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
945 mouse-3.
946
d247d0fe
JL
947 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
948 Buffer-menu-buffer. Doc fix.
949 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6bca59a3
JL
950 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
951 `Buffer-menu-buffer'.
d247d0fe 952
83033a3a
JL
953 * info.el (Info-mode-line-node-keymap): New defvar.
954 (Info-set-mode-line): Use `stringp' to check Info-current-file.
955 Propertize Info-current-node with `mode-line-buffer-id' and
956 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
957
958 * time.el (display-time-mail-face): Replace :group `faces' with
959 `mode-line-faces'.
960
0814ca04
KH
9612006-01-16 Kenichi Handa <handa@m17n.org>
962
8e2e2956 963 * international/code-pages.el: Add autoload cookies for cp125[0345678].
0814ca04
KH
964
965 * language/european.el (cp1252): New alias for windows-1252.
966
967 * international/mule.el (autoload-coding-system): Prepare for EOL
968 variants.
969
14397ea7
DN
9702006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
971
972 * term.el (term-raw-map): Add mapping for insert.
973 (term-send-insert): New.
974 (term-mode): Make variables local here instead of doing it in
975 `term-emulate-terminal'.
976 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
af71d4c0
JB
977 Scroll reverse needs to take into account the scroll region.
978 Saving and restoring the cursor should save the color attributes too.
14397ea7
DN
979 (term-reset-terminal): Reset the scroll region.
980 (term-handle-ansi-escape): Cursor up and down should take into
981 account the scroll region.
8e2e2956
SM
982 (term-set-scroll-region): Rename from `term-scroll-region'.
983 Move to 0,0 after setting the region.
14397ea7
DN
984 (term-handle-scroll): Handle scroll up.
985 (term-down): Fix off by one error.
986 (term-delete-lines): Do not delete outside the scroll region.
987 (term-insert-lines): Take into account the scroll region.
988
2834b9b3
SM
9892006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
990
d83d8efe
SM
991 * textmodes/ispell.el (ispell-internal-change-dictionary)
992 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
993 (start, end): Move declaration outside of eval-when-compile.
994
ef0f5f7e
SM
995 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
996 (flyspell-mode-on): Use it.
997
2834b9b3
SM
998 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
999 ispell-kill-ispell-hook.
1000
b41e2e73
LT
10012006-01-14 Luc Teirlinck <teirllm@auburn.edu>
1002
1003 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1004 (Custom-reset-saved): Do not ask for confirmation in single option
1005 buffers.
1006
c94c4d0a
RS
10072006-01-13 Richard M. Stallman <rms@gnu.org>
1008
1009 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
1010
97f4e87c
RF
10112006-01-13 Romain Francoise <romain@orebokech.com>
1012
1013 * add-log.el (add-change-log-entry, change-log-merge):
1014 Conditionally use `hard-newline'.
1015
83dc149d
EZ
10162006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1017
e47f89f0
EZ
1018 * wid-edit.el (widget-field-end): If the overlay is no longer
1019 associated with a buffer, behave as if the overlay didn't exist.
1020
2834b9b3
SM
1021 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
1022 Make sure the links use the `custom-link' face.
83dc149d 1023
4c344753
SM
10242006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
1027 (ld-script-mode): Don't set indent-line-function since we don't
1028 have one.
1029
203ac7f3
CD
10302006-01-13 Carsten Dominik <dominik@science.uva.nl>
1031
2e040f4e 1032 * textmodes/org.el (org-open-file): Use mailcap for selecting an
203ac7f3
CD
1033 application.
1034 (org-file-apps-defaults-gnu): Use mailcap as the default for
1035 selecting an application on a UNIX system.
1036 (org-agenda-show-tags): New command.
4c344753 1037 (org-table-insert-hline): Keep cursor in current table line.
203ac7f3
CD
1038 (org-table-convert): Offset effect of modifying
1039 `org-table-insert-hline'.
1040 (org-format-agenda-item): New optional argument TAG.
1041 (org-compile-prefix-format): Handle %T format for the tag.
1042 (org-expand-wide-chars): New function.
4c344753
SM
1043 (org-table-insert-row, org-table-insert-hline):
1044 Use `org-expand-wide-chars'.
1045 (org-open-file): Fix bug in program launch.
1046 (org-get-time-of-day): Fix bug with times before 1am.
af71d4c0 1047 (org-agenda-menu): Add tags commands.
203ac7f3 1048
fc8a237d
EZ
10492006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
1050
1051 * textmodes/ispell.el (ispell-init-process): Include the used
1052 dictionary in ispell process start message.
1053 (ispell-internal-change-dictionary): When flyspell-mode is active
1054 and dictionary is changed, make sure ispell process is restarted
1055 and flyspell word cache cleared out for the current buffer.
1056 (ispell-change-dictionary): Make sure flyspell word cache is
1057 cleared out in all buffers with active flyspell mode when
4c344753
SM
1058 dictionary is globally changed.
1059 Call ispell-internal-change-dictionary after dictionary change.
fc8a237d 1060
53fad1e4
EZ
10612006-01-13 Eli Zaretskii <eliz@gnu.org>
1062
defe3b41
EZ
1063 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1064
53fad1e4
EZ
1065 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
1066 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
1067 years. Fix small differences wrt Makefile.in.
1068 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
1069 Makefile.in does.
1070
d5ffcd96
BW
10712006-01-12 Bill Wohler <wohler@newt.com>
1072
1073 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
1074 mh-search.el.
1075
bf56fd4d 10762006-01-12 Masatake YAMATO <jet@gyve.org>
5f3996dc
MY
1077
1078 * progmodes/ld-script.el: Update copyright year.
1079
4c92479f
CY
10802006-01-12 Chong Yidong <cyd@stupidchicken.com>
1081
1082 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
1083 Don't add widget if setting undefined.
1084
e75b11f8
JPW
10852006-01-12 John Paul Wallington <jpw@pobox.com>
1086
1087 * help-fns.el (describe-variable): Remove newlines from void
1088 variable output.
1089
d33a7384
NR
10902006-01-13 Nick Roberts <nickrob@snap.net.nz>
1091
1092 * wdired.el (wdired-mode-map): Add help echo for
1093 wdired-abort-changes.
1094
1095 * man.el (Man-file-name-regexp): Adjust for a list of files.
1096
4ec7bdfd
MY
10972006-01-12 Masatake YAMATO <jet@gyve.org>
1098
1099 * progmodes/ld-script.el (auto-mode-alist): Support
1100 suffix conventions used in netbsd and eCos.
1101
52bcabfe
LT
11022006-01-11 Luc Teirlinck <teirllm@auburn.edu>
1103
1104 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
1105 (custom-variable-menu, custom-face-menu, custom-group-menu)
1106 (Custom-mode-menu): Change names of menu items. (As discussed on
1107 emacs-devel.)
1108 (custom-face-menu): Add "Undo Edits" item.
1109
1110 * startup.el (init-file-user): defcustom -> defvar.
1111
1112 * tooltip.el (tooltip-mode): Doc fix.
1113
23e0c1a3
SM
11142006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1115
1116 * reveal.el (reveal-post-command): window-buffer signals an error on
1117 dead windows rather than returning nil.
1118 (reveal-open-new-overlays): An overlay might die while we open others.
1119
9c2cf222
BW
11202006-01-11 Bill Wohler <wohler@newt.com>
1121
6cc803de
BW
1122 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
1123 phrasing in docstring.
1124
9c2cf222 1125 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
23e0c1a3 1126 can give some systems gas. Add new file mh-buffers.el.
9c2cf222 1127
4076cbf6
MY
11282006-01-06 Masatake YAMATO <jet@gyve.org>
1129
1130 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
1131 C preprocessor forward ported from GNU Emacs 21.2.
1132
23e0c1a3
SM
1133 * progmodes/asm-mode.el (asm-font-lock-keywords):
1134 Use `cpp-font-lock-keywords'.
4076cbf6
MY
1135
1136 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
1137
1138 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
23e0c1a3 1139 of $ for "\\.ld[s]?".
4076cbf6 1140
587d108e
SM
11412006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1142
05794f14
SM
1143 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
1144 (tcl-indent-line): Return `noindent' if inside a string.
1145
587d108e
SM
1146 * progmodes/flymake.el (flymake-split-string): Remove more than one
1147 empty string at beg/end of the result.
1148 (flymake-find-buildfile, flymake-find-possible-master-files):
1149 Use expand-file-name.
1150 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
1151 since expand-file-name does it for us. Use directory-file-name.
1152 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
1153 (flymake-ler-get-type, flymake-ler-get-text)
1154 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
1155 (flymake-current-line-no): Remove spurious interactive spec.
1156 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
1157 (flymake-check-include): Remove arg inc-path merged into inc-name.
1158 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
1159 Arg regexp-list replaced by a simple regexp.
1160 (flymake-master-make-header-init, flymake-master-tex-init):
1161 Correspondingly replace regexp-list with a regexp. Fix regexp.
1162
0c91399a
SJ
11632006-01-10 Simon Josefsson <jas@extundo.com>
1164
1165 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
1166 describing AUTH PLAIN fix.
1167
9888f112
TTN
11682006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1169
1170 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
1171 (report-emacs-bug): Don't record initial prompt text.
1172 Instead, add text properties to prompting text.
1173 (report-emacs-bug-hook): Delete prompting text.
1174
5f73367d
SM
11752006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1176
1177 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
1178 `dirs'. Adjust callers.
1179
ee5137b3
JPW
11802006-01-09 John Paul Wallington <jpw@gnu.org>
1181
1182 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
1183
62c5f375
SM
11842006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1185
ffb5fc37
SM
1186 * reveal.el (reveal-open-new-overlays): New extracted fun.
1187 (reveal-close-old-overlays): Idem. Check overlays's liveness before
1188 using them. Simplify the code.
1189 (reveal-post-command): Use them. Fix up obsolete windows in
1190 reveal-open-spots.
1191
6fee12e6
SM
1192 * progmodes/flymake.el: Use `require' rather than autoload for
1193 XEmacs's overlays.
1194 (flymake-get-common-file-prefix, flymake-build-relative-filename):
1195 Delete. Use file-relative-name instead.
1196 (flymake-get-syntax-check-program-args, flymake-perl-init):
1197 Simplify the resulting code.
1198
62c5f375
SM
1199 * log-view.el (log-view-file-re, log-view-message-re): Add support
1200 for DaRCS output.
1201
e1b3b7a2
AS
12022006-01-09 Alex Schroeder <alex@gnu.org>
1203
1204 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
1205 identifiers sometimes added in square brackets at the beginning of
1206 subject lines.
1207
67177975
RS
12082006-01-07 Richard M. Stallman <rms@gnu.org>
1209
1210 * cus-edit.el (Custom-set, Custom-save): Doc fix.
1211 (Custom-reset-current, Custom-reset-saved): Change question text.
1212 (Custom-reset-standard): Likewise.
1213 (custom-variable-reset-saved): Doc fix.
1214
d3a81eee
EZ
12152006-01-07 Eli Zaretskii <eliz@gnu.org>
1216
1217 * startup.el (init-file-user): Doc fix.
1218
53f831f3
AS
12192006-01-07 Alex Schroeder <alex@gnu.org>
1220
80068231
AS
1221 * mail/rmail.el (rmail-current-subject): New function.
1222 (rmail-current-subject-regexp): New function.
1223 (rmail-next-same-subject): Use it.
1224
62c5f375
SM
1225 * mail/rmailsum.el (rmail-summary-by-topic):
1226 Use rmail-current-subject and rmail-current-subject-regexp.
80068231
AS
1227 (rmail-summary-next-same-subject): Ditto.
1228
53f831f3
AS
1229 * net/rcirc.el (rcirc-send-input): No longer check whether the
1230 process is open, since not all commands need an open process.
1231 (rcirc-send-string): Check whether the process is open before
1232 sending anything.
2c8abe90
AS
1233 (rcirc-ignore-list): New option.
1234 (rcirc-ignore-list-automatic): New variable.
1235 (rcirc-print): Take rcirc-ignore-list into account.
1236 (rcirc-cmd-ignore): New command.
1237 (rcirc-ignore-update-automatic): New function.
1238 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
1239 list if ignored nicks.
1240 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
53f831f3 1241
53dab082
EZ
12422006-01-06 David Reitter <david.reitter@gmail.com>
1243
1244 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
1245 reflect the address to which the report will be sent.
1246
01b959a3
EZ
12472006-01-06 Eli Zaretskii <eliz@gnu.org>
1248
1249 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
1250 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
1251
8c722a81
EZ
12522006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
1253
1254 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
1255
1256 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
1257 the doc string: "functoin" => "function".
af71d4c0 1258 * ldefs-boot.el: Likewise.
8c722a81
EZ
1259
1260 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
1261 message text: "Duplicat" => "Duplicate".
1262
0133dab9
EZ
12632006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
1264
1265 * files.el (basic-save-buffer-2): If backing-up failed, reset
1266 buffer-backed-up to nil.
1267
753c278e
NR
12682006-01-06 Nick Roberts <nickrob@snap.net.nz>
1269
1270 * progmodes/gud.el (gdb-script-skip-to-head)
1271 (gdb-script-calculate-indentation): Indent for breakpoint command
1272 lists also.
1273
77a0dbd2
BW
12742006-01-05 Bill Wohler <wohler@newt.com>
1275
1276 * Makefile.in (compile-always): Add mh-autoloads dependency.
1277 (bootstrap): Remove mh-autoloads dependency, as compile dependency
1278 provides it.
600bc46c
BW
1279 (updates): Remove mh-autoloads dependency, since it probably has
1280 already run recently (via recompile).
77a0dbd2 1281
c07fa030
SM
12822006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1283
bef9f82c
SM
1284 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
1285 argument `force' to disable the flyspell-last-buffer optimization.
1286 (flyspell-mode-on): Use it.
1287
c07fa030
SM
1288 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
1289 flymake-simple-cleanup.
1290 (flymake-allowed-file-name-masks): Use this new default.
1291 All the functions are now called in the right buffer rather than
1292 passing the buffer as argument.
1293 (flymake-process-sentinel): Switch to buffer before calling cleanup.
1294 (flymake-parse-err-lines): Remove redundant buffer arg.
1295 (flymake-get-program-dir): Comment out unused function.
1296 (flymake-start-syntax-check, flymake-start-syntax-check-process):
1297 Remove redundant buffer argument.
1298 (flymake-get-real-file-name, flymake-simple-java-cleanup)
1299 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
1300
f00239cf
RS
13012006-01-05 Richard M. Stallman <rms@gnu.org>
1302
a203a18c
RS
1303 * info.el (Info-find-node): Don't record previous node if have none.
1304 (info): Go to directory only if history is empty.
1305
f00239cf
RS
1306 * simple.el (mark): Doc fix.
1307
07f9b01c
YM
13082006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1309
1310 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
1311 already of desired type.
1312 (mac-ae-list): Coerce parameter to "list" type.
1313 (mac-dispatch-apple-event): Replace cadr part of event with a
1314 dummy position so that event-start returns it.
1315
8abe9d4f
CD
13162006-01-05 Carsten Dominik <dominik@science.uva.nl>
1317
2e040f4e 1318 * textmodes/org.el (org-end-of-subtree): New function.
c07fa030
SM
1319 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
1320 Use `org-end-of-subtree'.
8abe9d4f
CD
1321 (org-agenda, org-agenda-convert-date): Protect calls to
1322 `fit-window-to-buffer'.
1323 (org-tags-view): Force matching of sublevels when doing a
1324 todo-only search. Define the correct redo command, including the
1325 arguments.
1326 (org-agenda-redo): Display message.
1327 (org-check-for-org-mode): New function.
1328 (org-agenda-type): New variable.
c07fa030
SM
1329 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1330 Set `org-agenda-type'.
8abe9d4f
CD
1331 (org-agenda-check-type): New function.
1332 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1333 (org-agenda-week-view, org-agenda-day-view)
1334 (org-agenda-next-date-line, org-agenda-previous-date-line)
1335 (org-agenda-log-mode, org-agenda-toggle-diary)
1336 (org-agenda-toggle-time-grid, org-agenda-date-later)
1337 (org-agenda-date-prompt, org-agenda-diary-entry)
1338 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
c07fa030
SM
1339 (org-agenda-convert-date, org-agenda-menu):
1340 Use `org-agenda-check-type'.
8abe9d4f 1341 (org-make-overlay, org-delete-overlay)
c07fa030
SM
1342 (org-detatch-overlay, org-move-overlay, org-overlay-put):
1343 New compatibility functions.
8abe9d4f
CD
1344 (org-calendar-select-mouse): New command.
1345
73e60f53
CY
13462006-01-04 Chong Yidong <cyd@stupidchicken.com>
1347
eaa99205 1348 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
0c731046
CY
1349 (Custom-reset-standard): Fix y-or-n-p messages.
1350 (custom-link): New face for links.
73e60f53 1351 (custom-buffer-create-internal, custom-manual): Use it.
b76747af 1352 (custom-face-save): Push to theme-face before setting face spec.
73e60f53
CY
1353
1354 * wid-edit.el (widget-default-mouse-face-get): New function.
1355 (widget-specify-button): Handle mouse-face like button-face.
1356
1357 * custom.el (load-theme): Clear old theme settings if reloading.
1358
bdf743fe
LT
13592006-01-03 Luc Teirlinck <teirllm@auburn.edu>
1360
d5837ed3 1361 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
bdf743fe
LT
1362 "Erase Customization" button back to same position it occupies in
1363 the individual State menus.
1364
8a5db8ae
KS
13652006-01-04 Kim F. Storm <storm@cua.dk>
1366
1367 * wid-edit.el (key-sequence): Rework widget to read key binding
1368 using `kbd' syntax. Use C-q to insert literal key, event, or code.
1369 (widget-key-sequence-default-value): Default value for empty sequence.
1370 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
1371 (widget-key-sequence-read-event): New command for C-q.
1372 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
1373 (widget-key-sequence-value-to-external): New functions.
1374
1c360af3
SM
13752006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1376
6df19241
SM
1377 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
1378 Use expand-file-name.
1379 (flymake-delete-temp-directory): Use expand-file-name,
1380 file-name-directory, and directory-file-name.
1381 (flymake-strrchr): Delete.
1382 (flymake-start-syntax-check): Don't pass the redundant buffer argument
1383 to the init-f function.
1384 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
1385 (flymake-init-find-buildfile-dir)
1386 (flymake-init-create-temp-source-and-master-buffer-copy)
1387 (flymake-simple-make-init-impl, flymake-simple-make-init)
1388 (flymake-master-make-init, flymake-master-make-header-init)
1389 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
1390 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
1391 (flymake-xml-init): Remove corresponding redundant buffer argument.
1392 (flymake-allowed-file-name-masks): Remove last elems that are equal to
1393 the default anyway. Clean up regexps.
1394
5bcef417
SM
1395 * progmodes/flymake.el (flymake-temp-source-file-name)
1396 (flymake-master-file-name, flymake-temp-master-file-name)
1397 (flymake-base-dir): New buffer-local vars.
1398 (flymake-buffer-data, flymake-get-buffer-value)
1399 (flymake-set-buffer-value): Replace those hash-tables by the new
1400 buffer-local vars. Update callers.
1401
43ed65ac
SM
1402 * progmodes/flymake.el (flymake-check-start-time)
1403 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
1404 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
1405 Move definition, so we can remove redundant earlier declaration.
1406 (flymake-replace-regexp-in-string, flymake-split-string)
1407 (flymake-get-temp-dir): Use defalias.
1408 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
1409 (flymake-xemacs-window-edges): Remove unused function.
1410 (flymake-get-point-pixel-pos): Move.
1411 (flymake-pid-to-names, flymake-reg-names)
1412 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
1413 Replace by a simple list flymake-processes and by process-buffer.
1414 Update callers. Other than simplify the code, it uses buffers rather
1415 than buffer-names so it doesn't get confused by uniquify.
1416 (flymake-buffer-data): The global value should just be nil.
1417
b7a5a208
SM
1418 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
1419 Optimize the body of a defalias like any other code.
1420
1c360af3
SM
1421 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
1422 Make sure we've setup font-lock's vars. It may influence which
1423 function we then call.
1424 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
1425 here since it's too late anyway.
1426
1ca41b97
RF
14272006-01-03 Romain Francoise <romain@orebokech.com>
1428
1429 * startup.el (fancy-splash-tail, normal-splash-screen):
1430 Update copyright year.
1431
fdbfa78e
S
14322006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
1433
b7a5a208 1434 * mouse.el (mouse-drag-track): Rename, from
fdbfa78e 1435 `mouse-drag-region-1'. Includes optional argument required to
b7a5a208
SM
1436 enable post-drag event processing (e.g. delete region keys).
1437 Can be used without this argument to track a mouse region and operate
fdbfa78e
S
1438 on it as soon as the drag completes.
1439 (mouse-drag-region): Use `mouse-drag-track'.
1440
d0f1e2f8
CY
14412006-01-02 Chong Yidong <cyd@stupidchicken.com>
1442
3ee07367
CY
1443 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
1444 Move to `custom-buffer' group.
1445
d0f1e2f8
CY
1446 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
1447 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
1448 (custom-theme-insert-face-marker, custom-theme-variable-menu)
1449 (custom-theme-face-menu): New variables.
1450 (custom-theme-add-variable, custom-theme-variable-action)
1451 (custom-variable-reset-theme, custom-theme-delete-variable)
1452 (custom-face-reset-theme, custom-theme-face-action)
1453 (custom-theme-delete-face, custom-theme-merge-theme)
1454 (custom-theme-add-face, custom-theme-visit-theme): New functions.
1455
d358aa10
CY
14562006-01-01 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * custom.el: Move Custom Themes commentary to start of theme code.
1459 (custom-known-themes): Rename `standard' theme to `changed'.
1460 (custom-push-theme): Caller no longer specifies what theme to use
1461 when doing `reset'---the setting is simply removed from the theme.
1462 Delete MODE from `theme-value' and `theme-settings' properties.
1463 (custom-declare-theme): Ignore &rest args since we don't use them.
1464
1465 (custom-loaded-themes): Delete variable.
1466 (custom-theme-load-themes, custom-theme-loaded-p)
1467 (custom-theme-value): Delete functions.
1468
1469 (custom-declare-theme): Signal error on invalid theme names.
1470 (provide-theme): custom-loaded-themes was deleted.
1471 (load-theme): Load the file unconditionally.
1472 (enable-theme): Call `load-theme' if theme is undefined.
1473 (custom-enabled-themes): Only update value for successful loads.
1474 (disable-theme): Complete from enabled themes when interactive.
1475 (custom-variable-theme-value): Calculate theme value directly.
1476
1477 (custom-theme-reset-variables, custom-reset-variables): Mark as
1478 XEmacs compatibility functions. We don't actually use these.
1479
1c360af3
SM
1480 * cus-edit.el (custom-variable-state-set):
1481 Use custom-variable-theme-value instead of custom-theme-value.
d358aa10
CY
1482 (custom-face-state-set): Rename `standard' theme to `changed'.
1483 (custom-save-variables, custom-save-faces): Delete unneeded
1484 references to custom-reset-variables.
1485 (custom-save-resets): Delete function.
1486 (custom-save-variables, custom-save-faces): MODE argument deleted.
1487 (custom-save-variables, custom-save-faces): Ignore theme values.
1488
1489 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
1490 compatibility function.
1491
cbf090c4
RS
14922006-01-01 Richard M. Stallman <rms@gnu.org>
1493
107736a2
RS
1494 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
1495 (Custom-reset-current, Custom-reset-saved): Likewise.
b8919739 1496 (Custom-reset-standard): Show message if aborted.
107736a2
RS
1497 (custom-mode): Doc fix, describing those commands.
1498
cbf090c4
RS
1499 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
1500 put on event-kind property.
1501
85a5eb0e
CY
15022005-12-31 Chong Yidong <cyd@stupidchicken.com>
1503
b2a41d12
CY
1504 * custom.el (provide-theme): Ban `user' theme name.
1505 (custom-enabling-themes): New variable.
1506 (enable-theme): Don't enable user if custom-enabling-themes is t.
1507 (custom-enabled-themes): Make it a defcustom.
1508 (custom-theme-recalc-face): No-op if face is undefined.
1509
85a5eb0e
CY
1510 * cus-edit.el (custom-button-mouse): New variable.
1511 (custom-button-mouse): New face.
1512 (custom-raised-buttons, custom-mode): Use it.
1513
1514 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
1515
b5871831
EZ
15162005-12-31 Eli Zaretskii <eliz@gnu.org>
1517
1518 * progmodes/gud.el (gud-display-line): Support hl-line in the
1519 source buffer.
1520
5915523a
EZ
15212005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1522
1523 * mouse.el (mouse-drag-window-above): Verify that the found window
1524 overlaps with the given window in the horizontal dimension.
1525
a9d25c79
EZ
15262005-12-31 Eli Zaretskii <eliz@gnu.org>
1527
1528 * Makefile.in (cvs-update): New target.
1529
1530 * makefile.w32-in (cvs-update): Ditto.
1531
8314bdb8
CY
15322005-12-30 Chong Yidong <cyd@stupidchicken.com>
1533
1534 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
bdeaa675 1535 (custom-new-theme-mode-map): New variable.
8314bdb8 1536
16ecd4c5
RS
15372005-12-30 Richard M. Stallman <rms@gnu.org>
1538
8913f945
RS
1539 * custom.el (custom-load-themes): Function deleted.
1540
a8d6ee3c 1541 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16ecd4c5
RS
1542 (custom-save-variables): Don't delete or add custom-load-themes call.
1543
4dd68f44
SM
15442005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
1545
98e071b5
SM
1546 * cus-start.el: Add `visible-cursor'.
1547
4dd68f44
SM
1548 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
1549 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
1550 (flymake-process-filter): Switch to buffer before calling it instead.
1551 (flymake-post-syntax-check, flymake-highlight-err-lines)
1552 (flymake-delete-own-overlays, flymake-parse-err-lines)
1553 (flymake-start-syntax-check, flymake-start-syntax-check-process)
1554 (flymake-count-lines, flymake-parse-residual):
1555 Remove constant buffer argument.
1556 (flymake-start-syntax-check-for-current-buffer): Remove.
1557 Update callers to use flymake-start-syntax-check instead.
1558 (flymake-display-err-menu-for-current-line):
1559 Remove unused var `mouse-pos'.
1560 (flymake-restore-formatting): Comment out unused function.
1561 (flymake-report-status, flymake-report-fatal-status): Remove buffer
1562 argument, use current-buffer instead. Update callers.
1563
07467c09
RW
15642005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1565
1566 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
1567 buffer-local because choose-completion-delete-max-match requires
1568 that we set completion-ignore-case (i.e., binding via let is not
1569 sufficient).
1570 (bibtex-complete): Always set completion-ignore-case and
af71d4c0 1571 choose-completion-string-functions. The latter is needed because
07467c09
RW
1572 choose-completion-string-functions keeps its value if we quit the
1573 *Completions* buffer without requesting a completion.
1574
fe791b0c
AS
15752005-12-30 Andreas Schwab <schwab@suse.de>
1576
4dd68f44 1577 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
fe791b0c 1578
ef3f69f9
EZ
15792005-12-30 Eli Zaretskii <eliz@gnu.org>
1580
1581 * jit-lock.el (jit-lock-chunk-size): Doc fix.
1582
67d766e8
JL
15832005-12-30 Juri Linkov <juri@jurta.org>
1584
1585 * locate.el (locate-fcodes-file, locate-header-face)
1586 * progmodes/delphi.el (delphi-other-face)
1587 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
1588
1589 * paren.el (show-paren-match, show-paren-mismatch): Use existing
1590 group `paren-showing-faces'.
1591
1592 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
1593 (goto-address): Fix docstring.
1594
1595 * net/webjump.el (webjump-sample-sites): Update URLs.
1596
1597 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
1598
1599 * subr.el (cancel-change-group): Add listp around pending-undo-list.
1600
af3d4246
SM
16012005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * font-lock.el (font-lock-compile-keywords): Signal an error when
1604 font-lock-set-defaults hasn't been called.
1605
9f126fd0
LT
16062005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1607
1608 * subr.el (noreturn, 1value): Doc fixes.
1609
694ed36d
RW
16102005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1611
1612 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
1613 that assoc-string returns nil.
1614
ffc1e1db
RW
16152005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1616
1617 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
1618 (bibtex-entry-type-str, bibtex-empty-field-re)
1619 (bibtex-search-backward-string, bibtex-preamble-prefix)
af3d4246 1620 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
ffc1e1db
RW
1621 (bibtex-any-valid-entry-type): New variable.
1622 (bibtex-parse-field-name): Simplify.
af3d4246 1623 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
ffc1e1db 1624 (bibtex-preamble-prefix): Include left delimiter.
af3d4246
SM
1625 (bibtex-search-forward-field, bibtex-search-backward-field):
1626 Allow unbounded search past entry boundaries (required by bibtex-pop).
ffc1e1db
RW
1627 (bibtex-text-in-field-bounds): Use push.
1628 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
1629 (bibtex-parse-preamble, bibtex-valid-entry)
1630 (bibtex-beginning-first-field): New functions.
1631 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
1632 (bibtex-map-entries): Fix docstring.
af71d4c0 1633 (bibtex-flash-head): New arg prompt. Simplify.
ffc1e1db
RW
1634 (bibtex-enclosing-field): Include code of bibtex-inside-field.
1635 (bibtex-insert-kill): Simplify. Always insert text past the
1636 current field or entry.
1637 (bibtex-format-entry): Use bibtex-parse-field.
1638 (bibtex-pop): Use bibtex-beginning-of-entry and
1639 bibtex-end-of-entry to initiate the search. Insert empty field if
1640 we found ourselves.
af3d4246
SM
1641 (bibtex-print-help-message): New args field and comma.
1642 Handle entry keys.
ffc1e1db
RW
1643 (bibtex-make-field): Use bibtex-beginning-of-entry.
1644 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
1645 invalid entry.
1646 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
1647 Handle preambles. Simplify code for thorough test.
1648 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
1649 New arg comma. Handle entry heads.
1650 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
1651 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
1652 New arg comma.
1653 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
1654 (bibtex-fill-field): Simplify.
1655 (bibtex-fill-entry): Use bibtex-beginning-first-field and
1656 bibtex-parse-field.
af3d4246 1657 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
ffc1e1db
RW
1658 (bibtex-complete): Use bibtex-parse-preamble.
1659
bc2051e4
NR
16602005-12-29 Nick Roberts <nickrob@snap.net.nz>
1661
1662 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
1663 Display name of expression instead of convenience variable.
1664 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
1665
1666 * progmodes/gud.el (gud-tooltip-dereference): Rename from
1667 toggle-gud-tooltip-dereference.
1668 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
af71d4c0 1669 (gud-tooltip-tips): ...here when dereferencing.
bc2051e4 1670
0d887b77
BW
16712005-12-28 Bill Wohler <wohler@newt.com>
1672
af3d4246 1673 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
0d887b77 1674
07a95b81
SM
16752005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
1676
97461c84
SM
1677 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
1678 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
1679 (vc-annotate-display-autoscale): Adjust call.
1680 (vc-annotate-display-default): Adjust call. Make arg compulsory.
1681 Fix interactive spec.
1682 (vc-annotate-time-span): Remove.
1683 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
1684 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
1685 (vc-annotate-display-select): Use new name.
1686
07a95b81
SM
1687 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
1688 (vc-annotate-mode-menu): Remove left-over redundant declaration.
1689 Correct the construction of span entries. Simplify.
1690 (vc-annotate-display-select): Fix the nil case.
1691 (vc-annotate): Remove obsolete (and now broken) code.
1692 (vc-annotate-extract-revision-at-line): Remove obsolete code.
1693 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
1694
ba455131
LT
16952005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1696
1697 * subr.el (lazy-completion-table): Correct typo in docstring.
1698
1699 * startup.el (command-line): Use `custom-reevaluate-setting' for
1700 `send-mail-function'.
1701
1702 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
1703
c3f69831
SJ
17042005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
1705
07a95b81
SM
1706 * mail/smtpmail.el (smtpmail-try-auth-methods):
1707 Send credentials together with "AUTH PLAIN" command.
c3f69831 1708
6281e1e8
RS
17092005-12-27 Richard M. Stallman <rms@gnu.org>
1710
1711 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
1712 mouse-2, go back to previously selected window, so it's selected
1713 when mouse-2 command runs.
1714
17152005-12-27 Juri Linkov <juri@jurta.org>
84116a13
JL
1716
1717 * descr-text.el (describe-text-sexp): Use square brackets for
1718 button [Show] to distinguish it from the property value `show'.
1719 (describe-property-list): Use `insert-text-button' with
1720 `help-face' type instead of putting face in quotes, because button
1721 is not created automatically for a list of faces.
1722 (describe-text-properties-1): Put button-type value in quotes to
1723 distinguish from plain text "button".
1724 (describe-char): Display code point values in hex. Don't use
1725 `symbol-name' for `current-input-method' because it is a string.
1726 Use `insert-text-button' with `help-face' type instead of putting
1727 hardcoded face in quotes, because button is not created automatically.
1728
51978cac
RS
17292005-12-27 Richard M. Stallman <rms@gnu.org>
1730
2926b5fb
RS
1731 * progmodes/glasses.el (glasses-face): More specific custom type.
1732
1af57101
RS
1733 * files.el (set-visited-file-name): Doc fix.
1734
51978cac
RS
1735 * textmodes/flyspell.el (flyspell-external-point-words):
1736 Use local var buffer-scan-pos to advance scan for next misspelling.
1737 Advance it only after we find the misspelling.
1738
17392005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
1740
1741 * textmodes/flyspell.el (flyspell-external-point-words):
1742 New criteria for finding the misspelling in the buffer.
1743
6281e1e8 17442005-12-27 Nick Roberts <nickrob@snap.net.nz>
84116a13
JL
1745
1746 * help-mode.el (help-insert-string): Set help-xref-stack-item
1747 rather than call help-setup-xref.
1748
1749 * descr-text.el (describe-char): Revert previous changes for
1750 optional buffer argument.
1751
6281e1e8 17522005-12-27 Juri Linkov <juri@jurta.org>
6280f20d
NR
1753
1754 * help-mode.el (help-insert-string): New function. Save buffer
07a95b81 1755 contents in cases where it is impossible to recompute the old contents.
6280f20d
NR
1756
1757 * descr-text.el (describe-char): Set help-xref-stack-item
84116a13 1758 explicitly after buffer has been generated.
6280f20d 1759
edd4b3ab
JD
17602005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1761
1762 * cus-start.el (all): Add x-gtk-show-hidden-files.
1763
d7504d5c
RS
17642005-12-26 Richard M. Stallman <rms@gnu.org>
1765
c0b45763
RS
1766 * replace.el (perform-replace): Calculate match-again
1767 before skipping read-only matches.
1768
d6f0f3e0
RS
1769 * paren.el (paren-showing-faces): New group.
1770 (show-paren-match, show-paren-mismatch): Move to that group.
1771
1772 * button.el (button): Put into group `basic-faces'.
1773
1774 * progmodes/make-mode.el: Remove faces from group `faces'.
1775
d7504d5c
RS
1776 * apropos.el (apropos, apropos-value): Doc fix.
1777 (apropos-documentation): Doc fix.
1778
1d5e15d0
SM
17792005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
1780
1781 * subr.el (lazy-completion-table): Remove argument `args'.
1782
1783 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1784 Don't use the `args' argument of lazy-completion-table.
1785
6281e1e8 17862005-12-26 Nick Roberts <nickrob@snap.net.nz>
0932395f
NR
1787
1788 * descr-text.el (describe-char): Add optional argument for buffer.
1789 Set buffer appropriately. Call help-setup-xref.
1790 Suggested by Stefan Monnier.
1791
6281e1e8 17922005-12-26 Juri Linkov <juri@jurta.org>
0932395f 1793
84116a13
JL
1794 * descr-text.el: Require `help-fns' at runtime. Don't require
1795 `button' for byte compilation.
1796 (describe-text-widget): Add `help-echo' for first button.
119f6f17
RS
1797 Use `help-info' for second.
1798 (describe-property-list): Use `help-argument-name' instead of `italic'.
84116a13
JL
1799 (describe-text-category): Add prompt to interactive spec.
1800 Call `help-setup-xref'.
1801 (describe-char): Use `help-character-set'. Add `help-echo' for
1802 code point. Use `help-input-method'. Remove superfluous insert.
0932395f 1803
6728475c
RS
18042005-12-25 Richard M. Stallman <rms@gnu.org>
1805
cad1051b
RS
1806 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
1807 at point, in case of narrowing.
1808
6f9de17a
RS
1809 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
1810
1811 * locate.el (locate-header-face): Allow nil in type.
1812
6728475c
RS
1813 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
1814
180a4473
RF
18152005-12-25 Romain Francoise <romain@orebokech.com>
1816
1817 * battery.el (battery-linux-proc-acpi): Also try
1818 `/proc/acpi/thermal_zone/THM0/temperature'.
1819
c5d290fb
CY
18202005-12-24 Chong Yidong <cyd@stupidchicken.com>
1821
1822 * custom.el (custom-push-theme): Fix docstring.
1823
1d5e15d0
SM
1824 * cus-edit.el (custom-variable-set, custom-variable-save)
1825 (custom-variable-save): Custom-quote widget values.
c5d290fb
CY
1826 (customize-save-variable): Fix custom-push-theme call.
1827
7c417300
EZ
18282005-12-24 Eli Zaretskii <eliz@gnu.org>
1829
1830 * w32-fns.el (w32-batch-update-autoloads): New function.
1831
1d5e15d0
SM
1832 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
1833 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7c417300
EZ
1834 from the command line.
1835
d820f1fb
CY
18362005-12-23 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
1839 reset means to remove setting from theme entirely. Don't keep
1840 expanding theme-settings list; delete old entries if necessary.
1841
1842 * cus-edit.el (custom-buffer-create-internal): Move "Erase
1843 customization" button one line up.
1844 (custom-themed): New face.
1845 (custom-magic-alist): New value, THEMED, for theme settings.
1d5e15d0
SM
1846 (custom-variable-state-set, custom-face-state-set):
1847 Check theme-value instead of saved-value.
d820f1fb 1848 (custom-variable-reset-standard, custom-face-reset-standard):
9ff7a71a 1849 Remove theme setting entirely. Recalculate new values.
25c6d447
CY
1850 (custom-variable-set, custom-variable-set)
1851 (custom-variable-reset-saved, custom-variable-reset-backup)
1852 (custom-face-set, custom-face-reset-saved): Update `user' theme.
1853 (custom-variable-save): Fix typos.
1d5e15d0 1854
eb533587
JL
18552005-12-23 Juri Linkov <juri@jurta.org>
1856
1857 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
1858 Add autoload cookies.
1859 (edebug-outside-d-c-i-n-s-w): New variable.
1860 (edebug-display, edebug-outside-excursion): Use it to save the
1861 original value of default-cursor-in-non-selected-windows.
1862 Set default-cursor-in-non-selected-windows to t while Edebug
1863 is active.
1864 (edebug-mode, edebug-eval-mode): Doc fix.
1865
1866 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
1867 with `buffer-substring-no-properties' to remove common substring
1868 highlighting.
1869
1870 * info.el (info-other-window, info): Rename function argument
1871 `file' to `file-or-node'.
1872 (Info-complete-menu-item): Use local variable `complete-nodes' to
1873 keep the global value of `Info-complete-nodes' unchanged for
1874 subsequent completions.
1875 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
1876
1877 * simple.el (get-next-valid-buffer, last-buffer)
1878 (next-error-buffer-p, next-error-find-buffer)
1879 (minibuffer-history-sexp-flag): Doc fix.
1880
1881 * savehist.el (savehist-mode-hook): Add `:group'.
1882
1883 * log-view.el: Call autoload for vc-find-version.
1884 (log-view-current-file): Adjust subgroup numbers.
1885 (log-view-current-tag): Add `length'.
1886
2b6abe1e
RS
18872005-12-23 Richard M. Stallman <rms@gnu.org>
1888
1889 * vc.el (vc-annotate-car-last-cons): Defn moved up.
1890
1fafa158
JL
18912005-12-23 Juri Linkov <juri@jurta.org>
1892
1893 * hi-lock.el (hi-lock-archaic-interface-message-used)
1894 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
1895 (hi-lock-mode): Display "Hi" in the mode line only when
1896 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
1897 (hi-lock-write-interactive-patterns):
1898 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
1899 (hi-lock-set-pattern, hi-lock-set-file-patterns)
1900 (hi-lock-font-lock-hook): Set 3rd arg `how' of
1901 font-lock-add-keywords to t.
1902
81dc5714
JL
19032005-12-23 David Koppelman <koppel@ece.lsu.edu>
1904
1905 * hi-lock.el (hi-lock-highlight-range): New variable.
1906 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
1907 only if font-lock-fontified is non-nil. Remove overlays.
1908 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
1909 font-lock-fontified is non-nil, otherwise use overlays (instead of
1910 text properties).
1911 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
1912 New variables.
1913 (hi-lock-string-serialize) New function.
1914
7b5836c7
JD
19152005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1916
1917 * menu-bar.el (menu-find-file-existing): New function.
1918 (menu-bar-file-menu): Use menu-find-file-existing for Open.
1919
af71d4c0 1920 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7b5836c7 1921
04864eb0
SM
19222005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * vc.el: Remove unnecessary leading * in docstrings.
1925 (vc-annotate-mode-map): Move initialization into declaration.
1926 (vc-static-header-alist): Nitpick on the regexp.
1927 (vc-default-init-version): New fun.
1928 (vc-register): Use it.
1929 (vc-insert-headers): Use dolist.
1930 (vc-annotate-get-backend): Remove unused function.
1931 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
1932 (vc-annotate-mode): Remove corresponding call.
1933 (vc-annotate-car-last-cons): Simplify.
1934 (vc-annotate-buffers): Remove var.
1935 (vc-annotate-backend): Make it buffer-local.
1936 (vc-annotate): Move the interaction to the interactive spec.
1937 Add a `buf' argument.
1938 (vc-annotate-warp-version): Use this new `buf' argument to avoid
1939 killing&creating a vc-annotate buffer, which is very disruptive when
1940 the buffers are shown in dedicated frames.
1941
d59e3c42
NR
19422005-12-23 Nick Roberts <nickrob@snap.net.nz>
1943
1944 * descr-text.el: Add FSF as maintainer.
1945 (describe-text-mode, describe-text-mode-map)
1946 (describe-text-mode-hook, describe-text-done): Delete. Use normal
1947 help-mode.
1948 (describe-text-widget, describe-text-sexp)
1949 (describe-property-list, describe-text-category)
1950 (describe-text-properties, describe-text-properties-1)
1951 (describe-char): Use help buttons instead of widgets.
1952 (describe-char-unicodedata-file): Make URL link in doc string.
1953
b758ae9a 19542005-12-22 Richard M. Stallman <rms@gnu.org>
04864eb0 1955
b758ae9a
RS
1956 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
1957 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
1958 Don't include buttons that write a file when there's no file.
1959 (custom-variable-menu, custom-face-menu, custom-group-menu):
1960 Don't include commands that write a file when there's no file.
bba50f8a
RS
1961 (customize-browse): Reword the top-of-buffer help intro.
1962 (custom-buffer-create-internal): Fix previous change.
1963 (customize-changed-options-previous-release): Prev release is 21.1.
1964 (customize-changed-options): Doc fix.
1965 (customize-changed): New alias.
50137744
RS
1966 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
1967 Say "standard values".
1968 (Custom-reset-standard): Doc fix.
1969 (custom-face-reset-standard): Doc fix.
b758ae9a 1970
e0be77f6
SM
19712005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
1974 even if font-lock-mode is non-nil since it may be t without having
1975 turned on font-lock-mode-internal.
1976 (font-lock-choose-keywords): Minor optimization.
1977 (font-lock-add-keywords, font-lock-remove-keywords)
1978 (font-lock-set-defaults): Don't call make-local-variable on a variable
1979 that we know to already be local.
1980
5e688290
RF
19812005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
1982
1983 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
1984 messages if in the minibuffer.
1985
c1b5a260
SM
19862005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
1987
9c841316
SM
1988 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
1989 (tex-mode-flyspell-verify, flyspell-get-word)
1990 (flyspell-external-point-words): Don't use point-min/max uselessly.
1991
c1b5a260
SM
1992 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
1993 by Kevin Rodgers. Instead, just hide the completions buffer if we
1994 don't need to show it.
1995
135db51a
LT
19962005-12-21 Luc Teirlinck <teirllm@auburn.edu>
1997
1998 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
1999
398de718
SM
20002005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
2003 delete-windows-on with an inexistent buffer.
2004
39b5238d
NR
20052005-12-22 Nick Roberts <nickrob@snap.net.nz>
2006
398de718 2007 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
39b5238d
NR
2008 Delete defcustom variable :tag names.
2009
aa230d94
SM
20102005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
2013 (log-view-font-lock-keywords): Ajust subgroup numbers.
2014 (log-view-current-tag): Don't hard code the number of subgroups.
2015
3bdba51d
JL
20162005-12-20 Juri Linkov <juri@jurta.org>
2017
2018 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
2019 (tooltip-x-offset, tooltip-y-offset): Doc fix.
2020
2021 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2022 (menu-bar-non-minibuffer-window-p): Instead of checking
2023 display-multi-frame-p, use selected-frame when menu-updating-frame
2024 is nil.
2025
fdd5516e
TTN
20262005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
2027
2028 * align.el (align-rules-list): Use [ \t] instead of \s-
2029 for column separators in text mode.
2030
84a00de9
NR
20312005-12-20 Nick Roberts <nickrob@snap.net.nz>
2032
fdd5516e 2033 * help-mode.el (help-customize-variable, help-customize-face):
84a00de9
NR
2034 Don't pop help-xref-stack as help-follow no longer pushes
2035 anything on to it.
2036
d924f2e5
CD
20372005-12-20 Carsten Dominik <dominik@science.uva.nl>
2038
2e040f4e 2039 * textmodes/org.el (org-agenda-custom-commands): New option.
d924f2e5
CD
2040 (org-agenda): Offer custom commands on splash screen.
2041 (org-make-tags-matcher): Parser for Boolean logic added.
2042 (org-agenda-set-tags): New command.
2043 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2044 (org-set-tags): Efficiency improvements.
2045 (org-auto-align-tags): New option.
2046 (org-todo, org-demote, org-promote): Realign tags.
aa230d94 2047 (org-tags-completion-function): Use also "&" and "|" as separators.
d924f2e5
CD
2048 (org-org-menu): Agenda commands simplified.
2049
c8fee345
LT
20502005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2051
2052 * cus-edit.el (customize-apropos, customize-apropos-options):
2053 Docstring changes.
2054
2055 * font-lock.el (font-lock): Add tags to the links in the defgroup.
2056
eb0d2864
CY
20572005-12-19 Chong Yidong <cyd@stupidchicken.com>
2058
2059 * longlines.el (longlines-mode): Wrap while widened.
2060 (longlines-decode-region, longlines-encode-region): Compute max
2061 just once.
2062
d6a90a49
YM
20632005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2064
2065 * cus-edit.el (mac): New group.
2066
2067 * cus-start.el (all): Add user options in macterm.c. Add test for
2068 Mac-related built-ins. Fix test for GTK-related built-ins.
2069
2070 * term/mac-win.el (mac-handle-language-change)
2071 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
2072 (mac-services-open-selection, mac-services-mail-selection)
2073 (mac-services-mail-to, mac-services-insert-text)
2074 (mac-dispatch-apple-event): Add docstrings.
2075 (x-get-selection, mac-select-convert-to-string): Select coding
2076 system from `utf-16be' and `utf-16le' using `byteorder'.
2077
8e77fbb4
SM
20782005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2079
2080 * subr.el (lazy-completion-table): Don't be fooled if the var holds
2081 a "list" (lambda ...) rather than a real completion list.
2082
2083 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
2084 lexical-let when encountering ((lambda (...) ...) ...).
2085
1aa545c1
CY
20862005-12-17 Chong Yidong <cyd@stupidchicken.com>
2087
8e77fbb4 2088 * progmodes/sh-script.el (sh-mode):
1aa545c1
CY
2089 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
2090 * textmodes/picture.el (picture-mode): Update docstrings.
2091
abeb5855
EZ
20922005-12-17 Eli Zaretskii <eliz@gnu.org>
2093
2094 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
2095 commands enclosed in $(ARGQUOTE)s should not be split between two
2096 lines, as that will break with GNU Make >3.80, when sh.exe is used
2097 and arg quoting is with '..'.
2098 (autoloads): Don't break the quoted --eval expression between
2099 several lines.
2100
14e7cb94
CY
21012005-12-17 Chong Yidong <cyd@stupidchicken.com>
2102
8e77fbb4
SM
2103 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
2104 Capture error from printing circular structures.
14e7cb94 2105
6872b31c
EZ
21062005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
2107
2108 * wid-edit.el (widget-checkbox-action): Clear undo info.
2109
6eee5abf
BW
21102005-12-16 Bill Wohler <wohler@newt.com>
2111
2112 * menu-bar.el (kill-this-buffer): Set a good example by using menu
2113 bar, not menubar in comment.
2114
f3725983
SM
21152005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
2118 After-change-functions should not clobber the match data.
2119
2a502a32
JL
21202005-12-16 Juri Linkov <juri@jurta.org>
2121
2122 * simple.el (choose-completion): Use `buffer-substring-no-properties'
2123 instead of `buffer-substring'.
2124 (completion-common-substring): Doc fix.
2125 (completion-setup-function): Use minibuffer-completion-contents
2126 instead of minibuffer-contents. Don't set common-string-length
2127 initially. Remove special handling of partial-completion-mode.
f3725983
SM
2128 Move computation of completion-base-size into one cond.
2129 Call completion-base-size-function in mainbuf. In computation of
2a502a32
JL
2130 completion-base-size for file name completion don't move point to
2131 the end of the minibuffer. Move computation of common-string-length
2132 into one cond. Start putting faces only when common-string-length>=0.
f3725983
SM
2133 Add condition to put completions-common-part when
2134 common-string-length>0.
2a502a32
JL
2135
2136 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
2137 place point at the first different character in the minibuffer
2138 even if this position is at the beginning of the minibuffer.
2139
2140 * info.el (Info-read-node-name-1): In completion-base-size-function's
2141 lambda return 1 if common-substring or minibuffer-completion-contents
2142 starts with (, and 0 otherwise.
2143
2144 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
2145 Use `crm-current-element' for second arg of `display-completion-list'.
2146
ec6328a2
EZ
21472005-12-16 Klaus Zeitler <kzeitler@lucent.com>
2148
2149 * files.el (set-auto-mode): Look for an interpreter specified on
2150 the first line also if search for mode specification succeeded,
2151 but the mode is not known.
2152
f63bdfca
CD
21532005-12-16 Carsten Dominik <dominik@science.uva.nl>
2154
2e040f4e 2155 * textmodes/org.el (org-tags-match-list-sublevels): New option.
f3725983 2156 (org-open-at-point): Implement tag searches as links.
f63bdfca 2157 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
f3725983 2158 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
f63bdfca
CD
2159 (org-tags-sparse-tree, org-tags-view, org-set-tags)
2160 (org-agenda-dispatch): New commands.
2161 (org-use-tag-inheritance, org-tags-column): New options.
2162 (org-tab-follows-link, org-return-follows-link): New options.
2163 (org-tags): New customize group.
2164 (org-start-icalendar-file): Get local time zone.
2165 (org-tags-completion-function): New function.
f3725983 2166 (org-set-font-lock-defaults): Make sure links will also be
cfbc5709 2167 highlighted inside headlines.
f63bdfca 2168
e4fd12dd
EZ
21692005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
2170
f3725983
SM
2171 * term.el (term-emulate-terminal):
2172 Let term-handle-ansi-terminal-messages override what Bash says about
e4fd12dd
EZ
2173 its current directory.
2174
a74f9094
KL
21752005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2176
2177 * bindings.el (last-buffer): Move to simple.el.
2178 * simple.el (last-buffer): Move here.
2179 (get-next-valid-buffer): New function.
2180 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
af71d4c0 2181 (prev-buffer): Ditto. Rename to `previous-buffer'.
a74f9094 2182
f3725983 2183 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
a74f9094
KL
2184 * bindings.el (global-map): Ditto.
2185
6769aefa
LT
21862005-12-15 Luc Teirlinck <teirllm@auburn.edu>
2187
2188 * cus-edit.el: Introductory comment change.
2189 (custom-magic-alist): Change message string for the `rogue' state.
2190
62e5dd08
RS
21912005-12-15 Richard M. Stallman <rms@gnu.org>
2192
2193 * tooltip.el: Delete defcustom variable :tag names.
2194
2195 * complete.el (partial-completion-mode): Doc fix.
2196
2197 * textmodes/flyspell.el (flyspell-external-point-words):
2198 Use save-excursion to ensure we don't move backward in the
2199 search loop, not even one character.
2200 (flyspell-delete-all-overlays): Use remove-overlays directly.
2201
2202 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
2203 (ispell-start-process): Set that variable.
2204 Clear ispell-buffer-local-name.
2205 (ispell-internal-change-dictionary):
2206 Set ispell-current-dictionary after killing process.
2207 (ispell-buffer-local-dict):
2208 Don't set spell-personal-dictionary after killing process.
2209 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
af71d4c0
JB
2210 (ispell-tex-skip-alists, ispell-html-skip-alists)
2211 (ispell-skip-region-alist): Mark as risky.
62e5dd08
RS
2212
2213 * net/newsticker.el (newsticker--retrieval-timer-list)
2214 (newsticker--display-timer, newsticker-running-p)
2215 (newsticker-ticker-running-p): Definitions moved up.
2216
5df0c23b
NR
22172005-12-16 Nick Roberts <nickrob@snap.net.nz>
2218
f3725983 2219 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5df0c23b 2220
d0ccae3e
DP
22212005-12-15 David Ponce <david@dponce.com>
2222
f3725983 2223 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
d0ccae3e
DP
2224 (recentf-edit-list, recentf-open-files): Signal an error when
2225 there is no recent file.
2226
9cfeca9e
RF
22272005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2228
2229 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
2230 read-only except for texinfo-format-region evaluation.
6d298e78 2231
c94dca60
RS
22322005-12-14 Richard M. Stallman <rms@gnu.org>
2233
2234 * vc.el (vc-default-previous-version, vc-default-next-version)
2235 (vc-do-command): Doc fixes.
2236
cdc61d35
SM
22372005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2238
2239 * textmodes/bibtex.el (bibtex-expand-strings)
2240 (bibtex-autokey-expand-string, bibtex-name-part)
2241 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
2242 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
2243 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
2244 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
2245 (bibtex-entry-postfix, bibtex-known-entry-type-re)
2246 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
2247 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
2248 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
2249 (bibtex-beginning-of-last-entry): Remove.
2250 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
2251 message if comma is missing but buffer is read-only.
2252 (bibtex-parse-field-text): Handle whitespaces at the end of field
2253 text. Return 3-element list with beginning and end of field text
2254 and end of field.
2255 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
2256 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
2257 (bibtex-search-forward-field, bibtex-search-backward-field):
2258 Search always delimited by limits of entry. Use more efficient
2259 search algorithms.
2260 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
2261 bibtex-end-of-name-in-field.
2262 (bibtex-text-in-field-bounds): Handle BibTeX strings when
2263 extracting the content of a field.
2264 (bibtex-text-in-field): Use search limits.
2265 (bibtex-parse-string-prefix): Handle empty string keys based on
2266 bibtex-string-empty-key.
2267 (bibtex-parse-string): Fix docstring.
2268 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
2269 (bibtex-preamble-prefix, bibtex-strings): New functions.
2270 (bibtex-skip-to-valid-entry): Include preceding whitespace in
2271 BibTeX entries (consistent with other BibTeX functions).
2272 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
2273 (bibtex-search-entry): Fix docstring. Simplify.
2274 (bibtex-flash-head, bibtex-complete-string-cleanup)
2275 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
2276 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
2277 (bibtex-parse-entry): New optional arg content.
2278 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
2279 Use bibtex-text-in-field-bounds.
2280 (bibtex-print-help-message): Handle BibTeX strings and preambles.
2281 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
2282 bibtex-parse-string-postfix.
2283 (bibtex-find-text-internal): New function.
2284 (bibtex-remove-delimiters): Use it.
2285 (bibtex-find-text): Use it. New optional arg help.
2286 (bibtex-complete): Handle BibTeX string and preamble entries.
2287 (bibtex-Preamble): Fix order of closing delimiters.
2288
22892005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * vc.el (vc-default-revert): New fun.
2292
2293 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
2294
28aa8148
RF
22952005-12-14 Romain Francoise <romain@orebokech.com>
2296
2297 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
2298 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
2299 (font-lock-remove-keywords): Likewise.
2300
fa81f010
JL
23012005-12-14 Juri Linkov <juri@jurta.org>
2302
e8171d36
JL
2303 * log-view.el (log-view-diff): Doc fix.
2304
fa81f010
JL
2305 * isearch.el (isearch-query-replace): Use (mark) instead of
2306 isearch-opoint if mark is active in transient-mark-mode.
2307
e7e4ea21
JL
23082005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2309
2310 * isearch.el (isearch-query-replace): Check for isearch-other-end.
2311
cf717a0d
JL
23122005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
2313
2314 * progmodes/cpp.el (cpp-face): New widget.
2315 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2316
ad25ebbb
JL
23172005-12-14 Juri Linkov <juri@jurta.org>
2318
2319 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
2320 around `erase-buffer' and `insert'.
2321
2322 * descr-text.el (describe-text-properties): Replace buffer name
2323 "*Help-2*" with "*Help*<2>".
2324 (describe-char): Add functions print-help-return-message,
2325 toggle-read-only. Use help-setup-xref with nil to not store
2326 describe-char in help-xref-stack. Use help-make-xrefs to
2327 make [back] button.
2328
2329 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
2330
2331 * wdired.el (wdired-old-point): New internal variable.
2332 (wdired-change-to-wdired-mode): Set it buffer-locally.
2333 (wdired-abort-changes): Restore point after aborting changes.
2334
df4da7f4
SM
23352005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * vc.el (vc-do-command): Add a new value t for okstatus.
2338
2339 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
2340 frame in case of errors.
2341
4c0252a5
JD
23422005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2343
df4da7f4 2344 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4c0252a5
JD
2345 so it comes after "On the Left" in the menu.
2346
2ac1d4ef
LT
23472005-12-12 Luc Teirlinck <teirllm@auburn.edu>
2348
2349 * cus-edit.el (customize-apropos, customize-apropos-options)
2350 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
2351
63fc53c9
BW
23522005-12-12 Bill Wohler <wohler@newt.com>
2353
2354 * vc-svn.el (vc-svn-registered): Fix problem of visiting
2355 non-writable Subversion-controlled files by saving window
df4da7f4 2356 configuration before calling vc-do-command. vc-do-command calls
63fc53c9
BW
2357 pop-to-buffer on error which is unexpected during registration.
2358
2da61afc
JB
23592005-12-12 Jay Belanger <belanger@truman.edu>
2360
2361 * calc/README: Update the summary of changes.
2362
25a3c9d1
SM
23632005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * descr-text.el (describe-char): Rework last fix to solve the problem
2366 is the same way it's solved for everything else in that function
2367 (i.e. by extracting the info before setting up the *Help* buffer).
2368
0900f982
KS
23692005-12-12 Kim F. Storm <storm@cua.dk>
2370
2371 * subr.el (version-regexp-alist): Allow space as separator before
2372 non-numeric part, e.g. "1.0 alpha".
2373 (version-to-list): Interpret .X.Y version as 0.X.Y version.
2374
7d29e55d
CD
23752005-12-12 Carsten Dominik <dominik@science.uva.nl>
2376
2e040f4e 2377 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7d29e55d
CD
2378 Implement Logging and the keep-modes setting.
2379 (org-get-category): Make sure a string is returned.
2380 (org-log-done): New function.
2381 (org-log-done, org-closed-string): New options.
2382
5621b83a
JD
23832005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2384
df4da7f4 2385 * tooltip.el (tooltip-y-offset): Change default to 20.
5621b83a 2386
eab52f48
RS
23872005-12-12 Richard M. Stallman <rms@gnu.org>
2388
2389 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
2390
2391 * frame.el (display-hourglass): Doc fix.
2392
2393 * help.el (help-for-help-internal): Simplify entry for `a'.
2394
2395 * info.el (Info-on-current-buffer): Doc fix.
2396 (info-insert-file-contents): Don't test (featurep 'jka-compr).
2397
2398 * startup.el (inhibit-splash-screen): Make this the real name.
2399 (inhibit-startup-message): Make this the alias.
2400 (command-line): Find only simple.el, and use its directory
2401 to fill in other preloaded files' names.
2402 (command-line): Deactivate the mark if deactivate-mark is set.
2403
2404 * international/mule.el (load-with-code-conversion):
2405 Bind deactivate-mark.
2406
2407 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2408
39f617e5
LT
24092005-12-11 Luc Teirlinck <teirllm@auburn.edu>
2410
2411 * cus-edit.el (customize-apropos): Avoid listing an option more
2412 than once under different aliases. No longer list user options
2413 that are not defined with defcustom (unless a prefix arg is given).
2414 Doc fix.
2415 (customize-apropos-options): Doc fix.
2416
d4c6530f
JL
24172005-12-11 Juri Linkov <juri@jurta.org>
2418
2419 * frame.el (set-background-color, set-foreground-color)
2420 (set-cursor-color, set-mouse-color, set-border-color):
2421 Add explicit prompts to read colors by `facemenu-read-color'.
2422 (show-trailing-whitespace, blink-cursor-delay)
2423 (blink-cursor-interval, display-hourglass, hourglass-delay):
2424 Remove tags.
2425 (display-hourglass, hourglass-delay): Doc fix.
2426 (cursor-in-non-selected-windows): Capitalize words in tag.
2427
2428 * faces.el (frame-background-mode): Replace `choice-item' keywords
2429 with `const' to not make [default] button. Change default value tag
2430 from `default' to `automatic'. Doc fix.
2431 (trailing-whitespace) <defface>: Change group `whitespace' to
2432 `whitespace-faces'.
2433
4b1c16c2
RS
24342005-12-11 Richard M. Stallman <rms@gnu.org>
2435
2436 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
2437
ac8fcf0f
YM
24382005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2439
2440 * term/mac-win.el: Create keymap for mac-apple-event-map.
2441
35cd2d87
NR
24422005-12-11 Nick Roberts <nickrob@snap.net.nz>
2443
2444 * tooltip.el (tooltip-mode): Move to start of file so that it
2445 appears at top of customize buffer.
2446
2447 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2448 Add the gud groupname.
2449 (gud-tooltip-mode): Add the tooltip groupname.
af71d4c0 2450 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
35cd2d87
NR
2451 avoid conflict with tooltip-use-echo-area.
2452
d50d22f1
RF
24532005-12-10 Romain Francoise <romain@orebokech.com>
2454
2455 * help.el (help-for-help-internal): Add `r' in doc string.
2456
5fdf9b7c
EZ
24572005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2458
f3725983
SM
2459 * align.el (align-regexp, align-highlight-rule):
2460 Use region-beginning and region-end instead of point and mark, so that
5fdf9b7c
EZ
2461 repetition (with `repeat-complex-command') recomputes the region
2462 bounds.
2463
d50d22f1 24642005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
614b38a9
EZ
2465
2466 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
2467 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
2468 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
2469 (balance-windows): Rewrite using the above new functions.
2470
71060bdd
EZ
24712005-12-10 David Koppelman <koppel@ece.lsu.edu>
2472
af71d4c0 2473 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
71060bdd
EZ
2474 react if global-hi-lock-mode seems intended.
2475 (global-hi-lock-mode) Renamed from hi-lock-mode.
2476 (hi-lock-archaic-interface-message-used)
d50d22f1 2477 (hi-lock-archaic-interface-deduce): New variables.
71060bdd
EZ
2478 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
2479 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
f3725983
SM
2480 (hi-lock-find-patterns, hi-lock-font-lock-hook):
2481 Replace hi-lock-buffer-mode with hi-lock-mode.
71060bdd 2482
57436ee7 24832005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6d93e4aa
EZ
2484
2485 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
2486 completion list, even after a partial completion has been
2487 inserted in the current buffer. If there are more than 1
2488 completion, redisplay the *Completions* buffer; if the
2489 completion is unique, delete the *Completions* window.
2490
7c86d70e
EZ
24912005-12-10 Eli Zaretskii <eliz@gnu.org>
2492
2493 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
2494 strings and long subject lines that were broken into multiple
eba9bb5f
EZ
2495 lines at arbitrary places. Handle subjects that have "Re: " in
2496 the middle.
7c86d70e 2497
d9f9aa72
EZ
24982005-12-10 John W. Eaton <jwe@octave.org>
2499
2500 * emacs/octave-mod.el (octave-electric-space): Don't indent
2501 comments or strings if octave-auto-indent is nil.
2502
4b3eb407
YM
25032005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2504
f3725983
SM
2505 * term/mac-win.el: Require url when compiling.
2506 Call mac-process-deferred-apple-events after loading init files.
4b3eb407
YM
2507 (mac-apple-event-map): New defvar. Define event handlers in it.
2508 (core-event, internet-event): New Apple event class symbols.
2509 (open-application, reopen-application, open-documents)
2510 (print-documents, open-contents, quit-application)
f3725983
SM
2511 (application-died, show-preferences, autosave-now, get-url):
2512 New Apple event ID symbols.
4b3eb407
YM
2513 (about): New HICommand ID symbol.
2514 (mac-event-spec, mac-event-ae): New macros.
2515 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
2516 (mac-ae-selection-range, mac-ae-text-for-search)
2517 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
2518 (mac-application-menu-map): Remove keymap. Handlers for HICommand
2519 and Services menu events are now defined in mac-apple-event-map.
2520 (mac-drag-n-drop): Remove selection range handling.
2521
332ee544
KH
25222005-12-10 Kenichi Handa <handa@m17n.org>
2523
f3725983 2524 * simple.el (zap-to-char):
332ee544
KH
2525 * isearch.el (isearch-process-search-char): Translate CHAR by
2526 translation-table-for-input.
2527
b0562527
CY
25282005-12-09 Chong Yidong <cyd@stupidchicken.com>
2529
2530 * foldout.el (foldout-exit-fold): Properly hide subtree.
2531
e8f4db18
RS
25322005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
2533
2534 * files.el (save-buffer):
d50d22f1 2535 * international/ucs-tables.el (ucs-set-table-for-input):
e8f4db18
RS
2536 * mail/mail-extr.el (mail-extract-address-components):
2537 * mail/sendmail.el (mail-mode): Reformat doc string.
2538
37fec9be
JL
25392005-12-09 Juri Linkov <juri@jurta.org>
2540
2541 * isearch.el (isearch-highlight): Change main overlay priority
2542 from 1 to 1001. Simplify.
2543 (isearch-lazy-highlight-update): Change lazy overlay priority
2544 from 0 to 1000.
2545
2546 * replace.el (replace-highlight): Change overlay priority from
2547 1 to 1001.
2548
2549 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2550 Change overlay priority from 1 to 1001. Reuse existing overlay.
2551
2552 * compare-w.el (compare-windows-highlight): Change overlay
2553 priority from 1 to 1000.
2554
2555 * menu-bar.el (menu-bar-edit-menu): Add listp around
2556 pending-undo-list to disable menu item "undo" when pending
2557 undo list is empty.
2558
2559 * locate.el (locate): Disable undo in *Locate* buffer.
2560
84fdb82c
KS
25612005-12-09 Kim F. Storm <storm@cua.dk>
2562
2563 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
2564
5a8781ad
DP
25652005-12-09 David Ponce <david@dponce.com>
2566
84fdb82c 2567 * recentf.el: Improvement of the menu code.
5a8781ad
DP
2568 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
2569 instead of menu hook.
2570 (recentf-show-menu, recentf-hide-menu): New functions.
2571 (recentf-menu-customization-changed, recentf-mode): Use them.
2572 (recentf-menu-action, recentf-max-menu-items)
2573 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
2574 (recentf-arrange-by-rule-others)
2575 (recentf-arrange-by-rules-min-items)
2576 (recentf-arrange-by-rule-subfilter) : Don't use
2577 `recentf-menu-customization-changed'.
2578 (recentf-arrange-rules): Likewise. Accept functions to compute
2579 sub-menu titles.
2580 (recentf-menu-filter): Likewise. Doc fix.
2581 (recentf-menu-value-shortcut): Doc fix.
2582 (recentf-dump-variable): Quote atom value.
2583 (recentf-make-menu-items): Update to use it as a menu filter.
2584 (recentf-match-rule): New function.
2585 (recentf-arrange-by-rule): Use it.
2586 (recentf-indirect-mode-rule): New function.
2587 (recentf-build-mode-rules): Use it.
2588 (recentf-dir-rule): New function.
2589 (recentf-arrange-by-dir): Use it.
2590 (recentf-filter-changer-current): Rename from
2591 `recentf-filter-changer-state'. All references updated.
2592 (recentf-filter-changer-alist): Update filter names.
2593 (recentf-filter-changer-select): New function.
2594 (recentf-filter-changer): Use it. Make a sub-menu from filters
2595 available in `recentf-filter-changer-alist'.
5a8781ad
DP
2596 (recentf-data-cache, recentf-clear-data)
2597 (recentf-update-menu): Remove. All references updated.
2598 (recentf-match-rule-p, recentf-build-dir-rules)
2599 (recentf-filter-changer-goto-next)
2600 (recentf-filter-changer-get-current)
2601 (recentf-filter-changer-get-next): Remove.
2602
30c02925
LT
26032005-12-08 Luc Teirlinck <teirllm@auburn.edu>
2604
2605 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
2606 buffer "Reset" button to "Reset to Current" for consistency with
2607 the State buttons.
2608
1c258d8c
JPW
26092005-12-08 John Paul Wallington <jpw@pobox.com>
2610
2611 * ibuf-ext.el (define-ibuffer-filter filename):
2612 If `dired-directory' is a list then really use its car.
2613
84574cf2
KS
26142005-12-08 Kim F. Storm <storm@cua.dk>
2615
af71d4c0
JB
2616 * emulation/cua-rect.el (cua--rectangle-aux-replace):
2617 Fix indention of text on right side of replaced rectangle.
84574cf2 2618
c48971b2
NR
26192005-12-09 Nick Roberts <nickrob@snap.net.nz>
2620
3d596891 2621 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
c48971b2
NR
2622 No need to check gud-comint-buffer is bound.
2623 (gdb): Prevent multiple debugging when first session uses gdba.
2624
9e04cba1
AM
26252005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2626
2627 CC Mode update to 5.31.
2628
2629 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
2630 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
2631 might do this function properly in the future).
2632
2633 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
2634 macros c-sentence-end and c-default-value-sentence end, to cope
2635 with Emacs 22's new function `sentence-end'.
2636
26372005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2638
2639 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
2640 compat issue using `c-put-overlay' and `c-delete-overlay'.
2641
2642 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
2643 compat macros to handle overlays/extents.
2644
26452005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2646
2647 * progmodes/cc-fix.el: Add definitions of the macros push and pop
2648 (for GNU Emacs 20.4)
2649
2650 * progmodes/cc-defs.el:
2651 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
2652
af71d4c0 2653 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9e04cba1
AM
2654 highlighting mechanism so it will work in XEmacs too.
2655
2656 * progmodes/cc-defs.el: Insert c-int-to-char.
2657
2658 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
2659 call to the new macro c-int-to-char. This solves XEmacs's
2660 regarding characters as different from integers.
2661
26622005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2663
2664 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
2665 helper.
2666
2667 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
2668 construct to make the indirect face lookup work in XEmacs.
2669
2670 (c-cpp-matchers): Append the negation char face to the existing
2671 fontification, so that the cpp face doesn't disappear. Use
2672 `c-make-syntactic-matcher' to avoid negation chars in comments and
2673 strings.
2674
2675 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
2676 to map to `font-lock-negation-char-face' in emacsen where it
2677 exists.
2678
26792005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2680
2681 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
2682
af71d4c0
JB
2683 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
2684 Rename "c-subword-move-mode" as "c-subword-mode".
9e04cba1
AM
2685
2686 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
2687 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
2688
26892005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2690
2691 * progmodes/cc-mode.el: Added autoload directive for
2692 `c-subword-move-mode' for use in older emacsen.
2693
26942005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2695
2696 * progmodes/cc-mode.el:
2697 (i) Insert a binding for C-c C-backspace into
2698 c-bind-special-erase-keys which works in TTYs.
2699 (ii) Make sure that when file styles are used, any explicitly
2700 given style variables take priority over those in the style. Do
2701 this by calling `hack-local-variables' a second time.
2702
2703 * progmodes/cc-vars.el: Add language specific customization
2704 widgets for AWK to c-doc-comment-style, c-require-final-newline
2705 and c-default-style. Add a defcustom for awk-mode-hook. Give
2706 c-syntactic-element and c-syntactic-context doc-strings by
2707 directly setting their `variable-documentation' propery. This
2708 allows Emacs 22.1 to read these with C-h v.
2709
2710 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
2711 Monnier).
2712
27132005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2714
2715 * progmodes/cc-fonts.el, cc-vars.el
af71d4c0
JB
2716 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
2717 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9e04cba1
AM
2718 Masatake YAMATO.
2719
2720 (c-doc-comment-style): Made GtkDoc default in C mode.
2721
2722 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
2723 and C-c C-<delete>.
2724
2725 (c-bind-special-erase-keys): New function for use on
2726 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
2727
2728 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
2729 <delete> key behavior in XEmacs according to `delete-forward-p'.
2730 C.f. `c-electric-delete'.
2731
27322005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2733
2734 * progmodes/cc-mode.el: Give c-hungry-backspace and
d50d22f1 2735 c-hungry-delete-forward permanent key bindings.
9e04cba1
AM
2736
2737 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
2738 c-syntactic-context for calls to "criteria functions", for
2739 consistency with other calls to user functions.
2740
af71d4c0 2741 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9e04cba1
AM
2742 `current-prefix-arg', since this might be the prefix arg to a
2743 command which calls c-indent-command as a function. Change the
2744 interactive spec from "p" to "P".
2745
2746 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
2747 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
2748 was difficult to understand.
2749
27502005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2751
2752 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
2753 first char of an identifier.
2754
2755 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
2756 +" syntax in C++.
2757
27582005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2759
af71d4c0 2760 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9e04cba1
AM
2761 auto-fill doesn't split a c-comment's last word from a hanging
2762 "*/" when a space is typed between them after fill-column.
2763
2764 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
2765
af71d4c0
JB
2766 * progmodes/cc-styles.el (c-set-style)
2767 (c-setup-paragraph-variables): Abort the command if we're not in a
9e04cba1
AM
2768 CC Mode buffer.
2769
2770 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
2771 with blank comment-prefix, and a blank line as the comment's
2772 second line.
2773
27742005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2775
2776 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
2777 Incorporated the patterns added in the Emacs development branch
2778 for the new Emacs 22 face `font-lock-negation-char-face'.
2779
2780 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
2781 of "red" since it stands out better in xterms and DOS terminals.
2782
2783 * progmodes/cc-engine.el (c-literal-faces): Added
2784 `font-lock-comment-delimiter-face' which is new in Emacs 22.
2785
27862005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2787
2788 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
2789 forcibly enable c-electric-flag.
2790
2791 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
2792 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
2793 just after the comment-prefix of a C-style comment will close that
2794 comment.
2795
27962005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2797
af71d4c0
JB
2798 * progmodes/cc-fonts.el (c-basic-matchers-before)
2799 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
9e04cba1
AM
2800 in Pike.
2801
2802 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
2803 digraphs.
2804
2805 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
af71d4c0
JB
2806 (c-cpp-message-directives, c-cpp-include-directives)
2807 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
2808 (c-cpp-expr-directives): Introduced new language constants to
9e04cba1
AM
2809 control cpp syntax in a cleaner way.
2810
2811 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
2812
2813 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
2814
af71d4c0
JB
2815 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
2816 (c-multiline-string-start-char): New language constants and
9e04cba1
AM
2817 variables to specify how newlines in string literals work.
2818
2819 (c-font-lock-invalid-string): Use them.
2820
2821 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
2822 unbalanced close brace is entered. Optimization by avoiding going
2823 back over arbitrarily large blocks. Removed hints that this
2824 function only would be relevant/useful in AWK.
2825
2826 (c-electric-brace): Indent syntactically after the cleanups since
2827 lineup functions might do it differently then.
2828
2829 * progmodes/cc-engine.el, cc-langs.el
2830 (c-opt-op-identifier-prefix): New language constant and variable.
2831
af71d4c0
JB
2832 (c-just-after-func-arglist-p, c-after-special-operator-id)
2833 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9e04cba1
AM
2834
2835 * progmodes/cc-align.el, cc-engine.el
2836 (c-after-special-operator-id): New helper to handle C++ operator
2837 identifiers.
2838
af71d4c0
JB
2839 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
2840 (c-guess-basic-syntax): Handle C++ operator identifiers in
9e04cba1
AM
2841 declarations.
2842
2843 * progmodes/cc-langs.el (c-assignment-operators): Added the
2844 trigraph version of ^= too.
2845
2846 * progmodes/cc-langs.el (c-assignment-operators): Added the
2847 trigraph version of |= in C++.
2848
2849 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
2850 `c-decl-hangon-kwds' after the identifier name.
2851
2852 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
2853 whether an arglist is "nonempty", ignore a comment after the open
2854 paren if it isn't followed by a non-comment token on the same
2855 line.
2856
2857 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
2858 heuristics below the point to cope with classes inside special
2859 brace lists in Pike.
2860
28612005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2862
2863 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
2864
28652005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2866
2867 * progmodes/cc-guess.el (cc-guess-install): New function to
2868 install an already guessed style in another buffer.
2869
2870 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
2871 sets `inhibit-read-only' - `c-save-buffer-state' should be used
2872 anyway if the change always is undone.
2873
28742005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2875
2876 Implement togglable electricity:
2877
2878 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
2879 saying when it should be used.
2880
2881 * progmodes/cc-engine.el: Add the new buffer-local variable,
2882 c-electric-flag.
2883
2884 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
2885 c-toggle-auto-newline.
2886
2887 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
2888 c-toggle-auto-newline. Remove the binding for
2889 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
2890 c-toggle-electric-state.
2891
2892 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
2893
2894 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
2895 c-\(forward\|backward\)-subword.
2896 (c-update-modeline): Add the new modeline flag `l' for
2897 `c-electric-flag'. Make the auto-newline flag `a' dependent on
2898 `l'.
2899 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
2900 the old name an alias of the new name.
2901 (c-toggle-electric-state): New function.
2902 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
2903 Adapt these functions to do electric things only when
2904 c-electric-flag is non-nil.
2905 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
2906 new functions from c-electric-brace.
2907 (c-point-syntax): Add a check for "virtual semicolons" in AWK
2908 mode, so that the tentative extra newline doesn't change the
2909 syntax of the following brace.
af71d4c0 2910 (c-electric-brace): Restructure by extracting the above functions.
9e04cba1
AM
2911 Tidy up the coding somewhat.
2912 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
2913 restructure a bit.
2914
29152005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2916
2917 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
2918 anchor position(s) using faces. Thanks to Masatake YAMATO for the
2919 idea.
2920
2921 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
2922 (c-submode-indicators): Changed name from `c-auto-hungry-string'
2923 since it's now used to track another submode.
2924
2925 (c-update-modeline): Converted to function and extended to check
2926 `c-subword-move-mode'.
2927
2928 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2929 Converted to compat aliases for `c-forward-subword' and
2930 `c-backward-subword'.
2931
2932 * progmodes/cc-subword.el: New functions and minor mode to handle
2933 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
2934
af71d4c0
JB
2935 (c-forward-subword, c-backward-subword, c-mark-subword)
2936 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
2937 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9e04cba1
AM
2938 Functions corresponding to the standard word handling functions.
2939
2940 (c-subword-move-mode): Minor mode that replaces all the standard
2941 word handling functions with their subword equivalences.
2942
29432005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2944
2945 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
2946 entry for one-liner-defun.
2947
2948 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
2949 name in its def-edebug-spec.
2950
2951 * progmodes/cc-cmds.el (c-electric-brace): Make the
2952 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
2953 compacts space before a comment, if this will make things fit on
2954 one line.
2955
2956 Introduce an "awk" style, mainly for auto-newline and clean-ups.
2957
af71d4c0 2958 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9e04cba1
AM
2959
2960 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
2961 clean-up one-liner-defun.
3d596891 2962
9e04cba1
AM
2963 * progmodes/cc-styles.el: Add the new "awk" style.
2964
2965 * progmodes/cc-vars.el: Add description of one-liner-defun to
2966 c-cleanup-list's doc-string. New user options,
2967 c-max-one-liner-length. In c-default-style, set the default style
2968 for AWK to "awk".
2969
29702005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2971
2972 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
2973 macros inside labels.
2974
2975 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
2976 `c-at-statement-start-p' and `c-at-expression-start-p'.
2977
2978 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
2979 error if the mark isn't set.
2980
af71d4c0
JB
2981 * progmodes/cc-engine.el (c-guess-continued-construct)
2982 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9e04cba1
AM
2983 accurately detect functions inside functions.
2984
2985 * progmodes/cc-engine.el (c-at-expression-start-p): New function
2986 like `c-at-statement-start-p' that additionally recognizes commas
2987 and expression parentheses as delimiters.
2988
2989 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
2990 to avoid heuristics that doesn't work for unclosed blocks.
2991
2992 (c-at-statement-start-p): New function.
2993
2994 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
2995 Objective-C directives, e.g. directives spanning lines should work
2996 reasonably well now.
2997
2998 (c-put-c-type-property, c-clear-c-type-property): New helpers.
2999
3000 (c-forward-objc-directive): New function to move over any ObjC
3001 directive.
3002
af71d4c0
JB
3003 (c-just-after-func-arglist-p, c-guess-basic-syntax)
3004 (c-basic-matchers-before): Use it.
9e04cba1
AM
3005
3006 (c-font-lock-objc-iip-decl): Removed.
3007
3008 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
3009 in the template arglist recognition.
3010
3011 * progmodes/cc-styles.el (c-style-alist): Fixed several
3012 inconsistencies in the Whitesmith style.
3013
af71d4c0
JB
3014 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
3015 New lineup function to get lines after Whitesmith style blocks
9e04cba1
AM
3016 correctly indented.
3017
3018 (c-lineup-whitesmith-in-block): Backed out the compensation for
3019 opening parens since it's done using `add' lists in the style
3020 definition instead. Don't use the anchor position since it varies
3021 too much between the syntactic symbols. :P
3022
3023 * progmodes/cc-vars.el (c-valid-offset): Updated.
3024
3025 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
3026 lists where the offsets are combined according to several
3027 different methods: `first', `min', `max', and `add'. Report
3028 offset evaluation errors with `c-benign-error' so that some kind
3029 of reindentation still is done.
3030
3031 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
3032 `arglist-intro' the same way as `arglist-cont-nonempty' and
3033 `arglist-close'.
3034
3035 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
3036 situations for `arglist-cont-nonempty' and `arglist-close'.
3037
3038 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
3039 constant.
3040
3041 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
3042 cc-bytecomp-boundp' in a number of places.
3043
3044 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
3045 macro related issue.
3046
30472005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3048
3049 * progmodes/cc-awk.el: Change the terminology of regexps: A char
af71d4c0
JB
3050 list is now [asdf], a char class [:alpha:]. Include code for char
3051 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
3052 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
3053 regexps.
9e04cba1
AM
3054
3055 Remove (nearly all of) the cruft associated with AWK Mode's former
3056 concept of "virtual semicolons":
3057
3058 Adapt c-beginning-of-statement, c-end-of-statement (together with
3059 subfunctions) to use the new notion of "virtual semicolon" in
3060 place of the old awkward special handling for AWK. There remains
3061 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
3062 * progmodes/cc-cmds.el:
3063 (c-ascertain-adjacent-literal): In the backwards direction, now
3064 recognises AWK regexp delimiters as string delimiters.
3065 (c-after-statement-terminator-p): Adapt for virtual semicolons;
3066 check more rigorously for "end of macro".
3067 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
3068 virtual semicolons;
3069 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
3070 out the code for forward movement into ...
3071 (c-end-of-statement): Now contains the code for forward movement,
3072 adapted for virtual semicolons.
3073
3074 * progmodes/cc-engine.el:
af71d4c0 3075 (c-ws*-string-limit-regexp): New regexp.
9e04cba1
AM
3076 (c-forward-single-comment, c-backward-single-comment): Comment out
3077 the (now redundant) "special" AWK stuff.
3078
3079 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
3080 c-string-par-start, c-string-par-separate to be more like Text
3081 Mode than Fundamental Mode.
3082
30832005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3084
3085 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
3086 to the fontified region so that fontification doesn't occur
af71d4c0
JB
3087 outside it (could happen e.g. when fontifying a line with an
3088 unfinished declaration).
9e04cba1
AM
3089
30902005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3091
3092 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
3093 moved to near the start of the file. ^L now separate sections of
3094 the file. New defconsts: c-awk-non-eol-esc-pair-re,
3095 c-awk-blank-or-comment-line-re,
3096 c-awk-one-line-possibly-open-string-re,
3097 c-awk-regexp-one-line-possibly-open-char-class-re,
3098 c-awk-one-line-possibly-open-regexp-re,
3099 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
3100 c-awk-vsemi-status-unknown-p.
3101
3102 Amend the concept of "virtual semicolons" (in the indentation
3103 engine) for languages like AWK, such that they are now
3104 conceptually attached to end of the last token of a statement, not
3105 the end of the line. (In AWK Mode, however, the pertinent text
3106 property is still physically set on the EOL.) Remove the specific
3107 tests for awk-mode, thus facilitating the introduction of other
3108 language modes where EOLs can end statements. (Note: The
3109 funtionality in cc-cmds.el, specifically
3110 c-beginning/end-of-statement has yet to be amended.)
3111
3112 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
3113 c-vsemi-status-unknown-p.
3114
3115 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
3116 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
3117 c-vsemi-status-unknown-p-fn (in a new page).
3118
3119 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
3120 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
3121 numerous awkward forms like
3122 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
3123 with
3124 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
3125 variable before-ws-ip, the place just after char-before-ip
3126 appears.
3127
3128 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
3129 a comment.
3130
31312005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3132
3133 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
3134 `c-tentative-buffer-changes'.
3135
3136 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
3137 converted to macro to choose between Emacs and XEmacs at compile
3138 time.
3139
3140 (c-set-region-active): New set counterpart to
3141 `c-region-is-active-p'.
3142
3143 (c-tentative-buffer-changes): New macro to handle temporary buffer
3144 changes in a convenient way.
3145
3146 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
3147 for `c-tentative-buffer-changes'.
3148
3149 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
3150 the checks for paren sexps between the point and the keyword, to
3151 avoid some false alarms.
3152
3153 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
3154 Fixed a situation where an error could be thrown for unbalanced
3155 parens. Changed to make use of c-keyword-member' to avoid some
3156 repeated regexp matches.
3157
3158 (c-opt-lambda-key, c-opt-inexpr-block-key,
3159 c-opt-inexpr-class-key): These language variable are no longer
3160 necessary.
3161
3162 (c-block-stmt-kwds): New language constant used by
3163 c-looking-at-inexpr-block'.
3164
3165 (c-guess-basic-syntax): Removed an optional check that looked at
3166 the existence of the now removed language variables.
3167
3168 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
3169 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
3170 object instantiation expressions as declarations in some contexts.
3171 This bug only affected languages where the declarator can't be
3172 enclosed in parentheses.
3173
3174 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
3175 insert newlines before and after substatement braces.
3176
3177 * progmodes/cc-engine.el: Improved the heuristics for recognizing
3178 function declaration headers and the handling of C++ style member
3179 init lists.
3180
3181 (c-just-after-func-arglist-p): Rewritten to use
3182 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
3183
3184 (c-beginning-of-member-init-list): Removed since it isn't used
3185 anymore.
3186
3187 (c-guess-basic-syntax): Case 5B adapted for the new
3188 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
3189 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
3190 covers all cases now).
3191
119f6f17 3192 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
9e04cba1
AM
3193
31942005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3195
3196 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
3197 c-string-par-start/separate c-sentence-end-with-esc-eol,
3198 initialised in c-setup-paragraph-variables, used in string
3199 scanning subroutines of c-beginning-of-statement.
3200
af71d4c0 3201 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9e04cba1
AM
3202 which precedes the newly inserted `{'.
3203
32042005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3205
3206 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
3207 function for declaration level blocks. It should now cope with
3208 templates better and also be a lot more comprehensible.
3209
3210 (c-looking-at-decl-block): The new function.
3211
3212 (c-search-uplist-for-classkey): The old one. It's now a wrapper
3213 for compatibility.
3214
3215 (c-add-class-syntax, c-guess-continued-construct,
3216 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
3217
3218 (c-decl-block-key): Changed to tell apart ambiguous and
3219 unambiguous keywords. Pike specials are now handled directly in
3220 the code instead.
3221
3222 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
3223 language constants and variables to make the backward skip in
3224 `c-looking-at-decl-block' as tight as possible.
3225
3226 (c-nonsymbol-token-char-list): New language constant.
3227
3228 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
3229 find balanced template arglists backwards.
3230
3231 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
3232 making char classes for `c-syntactic-skip-backward'.
3233
3234 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
3235 16D - can't be a class-close at that point.
3236
af71d4c0
JB
3237 * progmodes/cc-engine.el (c-guess-basic-syntax)
3238 (c-add-class-syntax): Don't narrow out the enclosing declaration
9e04cba1
AM
3239 level. This makes everything a lot easier, and it was actually
3240 only four small places that needed it to work. Some places that
3241 previously did `widen' are removed now, which has the effect that
3242 `c-guess-basic-syntax' never will look at things outside the
3243 current narrowment now. The anchor position for `topmost-intro'
3244 is affected by this, but it was so bogus it was basically useless
3245 before, and now it's equally bogus but in a slightly different
3246 way.
3247
3248 (c-narrow-out-enclosing-class): Gone.
3249
3250 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
3251 the narrowed region.
3252
3253 (c-least-enclosing-brace): Removed silly optional argument.
3254
3255 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
3256 the point could be left directly after an open paren when finding
3257 the beginning of the first decl in the block.
3258
3259 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
3260 Specify which submatch to use.
3261
119f6f17 3262 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9e04cba1 3263
af71d4c0 3264 (c-decl-start-re): No longer any need for special treatment of
9e04cba1
AM
3265 ObjC due to the above.
3266
3267 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
3268 presumably follows C in that regard.
3269
3270 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
3271 New language constants to specify operator tokens inside
3272 identifiers in a more high level way.
3273
3274 (c-opt-identifier-prefix-key): New internal language constant.
3275
af71d4c0
JB
3276 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
3277 (c-identifier-start, c-identifier-key): Now completely calculated
9e04cba1
AM
3278 from other constants.
3279
3280 (c-identifier-last-sym-match): Decommissioned since it's no longer
3281 used.
3282
3283 (c-operators): Use `c-identifier-ops'. Documented
3284 `postfix-if-paren'.
3285
3286 * progmodes/cc-engine.el (c-forward-name): Removed the
3287 optimization when c-identifier-key is equal to c-symbol-key since
3288 it doesn't work in byte compiled files. Don't record empty
3289 regions as identifiers.
3290
3291 * progmodes/cc-langs.el (c-filter-ops): New helper function to
3292 simplify access to `c-operators' and its likes.
3293
af71d4c0
JB
3294 (c-operator-list, c-all-op-syntax-tokens)
3295 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
3296 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
3297 (c-primary-expr-regexp, c-cast-parens): Use it.
9e04cba1
AM
3298
3299 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
3300 an explicit language in functions.
3301
3302 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
3303 variant of adornment.
3304
3305 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
3306 variable.
3307
3308 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
3309 the Pike value.
3310
af71d4c0
JB
3311 * progmodes/cc-engine.el (c-on-identifier)
3312 (c-simple-skip-symbol-backward): Small fix for handling "-"
9e04cba1
AM
3313 correctly in `skip-chars-backward'. Affected the operator lfun
3314 syntax in Pike.
3315
3316 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
3317 diagnostic message about precompiled language vars not being used.
3318
3319 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
3320 "__attribute__" is followed by a parenthesis.
3321
af71d4c0
JB
3322 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
3323 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9e04cba1
AM
3324 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
3325
3326 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
3327 cleanups to properly detect the declared identifiers in various
3328 declarations.
3329
3330 (c-decl-start-kwds): New language constant to recognize
3331 declarations that can start anywhere. Used for class declarations
3332 in Pike.
3333
af71d4c0
JB
3334 (c-specifier-key, c-not-decl-init-keywords)
3335 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
3336 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9e04cba1 3337
af71d4c0
JB
3338 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
3339 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
9e04cba1
AM
3340 handling of the compiler specific extension keywords into a new
3341 language constant `c-decl-hangon-kwds' that defines keyword
3342 clauses to be ignored in declarations.
3343
3344 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
3345 past unrecognized tokens when handling `c-colon-type-list-kwds'.
3346 Necessary to stop at the declared identifier in e.g. IDL valuetype
3347 declarations.
3348
af71d4c0
JB
3349 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
3350 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
3351 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
3352 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9e04cba1
AM
3353 class and enum declarations as such and not as part of the type.
3354
3355 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
3356 interpretation of PRECEDING-TOKEN-END when there's no preceding
3357 token.
3358
3359 (c-forward-decl-or-cast-1): Don't disregard sure signs of
3360 declarations when there's some syntax error later on.
3361
3362 (c-complex-decl-matchers): Did away with a reference to
3363 `c-specifier-key'.
3364
3365 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
3366 value - this variable is always dynamically bound.
3367
af71d4c0
JB
3368 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
3369 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
3370 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
9e04cba1
AM
3371 functions that might do hidden buffer changes: All such internal
3372 functions are now marked instead of those that don't.
3373
af71d4c0
JB
3374 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
3375 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
3376 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
3377 (c-literal-type): Allow these functions to make hidden buffer changes,
9e04cba1
AM
3378 so that they are free to use text property caching later on.
3379
af71d4c0
JB
3380 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
3381 (c-electric-brace, c-electric-slash, c-electric-star)
3382 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
3383 (c-electric-paren, c-electric-continued-statement, c-indent-command)
3384 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
3385 (c-context-line-break): Added `c-save-buffer-state' calls to comply
9e04cba1
AM
3386 with the changed semantics of the functions above.
3387
3388 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
3389 when macros occur in obscure places. Optimized the sexp movement
3390 a bit.
3391
33922005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3393
3394 Enhancements for c-beginning-of-statement to work in AWK Mode:
3395
3396 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
3397 (completed statement) with `}' (statement completed by closing
3398 brace or semicolon) and `$' (statement completed by EOL).
3399
af71d4c0
JB
3400 (c-awk-virtual-semicolon-ends-prev-line-p)
3401 (c-awk-virtual-semicolon-ends-line-p)
3402 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
3403 (c-awk-at-statement-end-p): New functions.
9e04cba1
AM
3404
3405 * progmodes/cc-cmds.el: Simplify the structure of functions
3406 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
3407 two functions and c-beginning-of-statement to handle AWK Mode.
3408
3409 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
3410 c-backward-single-comment for AWK mode. Attempt to clarify their
3411 doc-strings.
3412
3413 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
3414
34152005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3416
3417 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
3418 label handling. Labels are now recognized in a uniform and more
3419 robust way, regardless of context. Text properties are put on all
3420 labels to recognize the following declarations better. Multiword
3421 labels are handled both in indentation and fontification for the
3422 benefit of language extensions like Qt. For consistency, keywords
3423 in labels are now fontified with the label face instead. That
3424 also applies to "case" and "default".
3425
3426 (c-beginning-of-statement-1): Fixed some bugs in the label
3427 handling. Disregard `c-nonlabel-token-key' in labels that begin
3428 with `c-label-kwds'.
3429
3430 (c-find-decl-spots): Support that the callback adds more
3431 `c-decl-end' spots to find.
3432
3433 (c-forward-decl-or-cast-1): Don't treat a list of plain
3434 identifiers followed by a colon as a declaration.
3435
3436 (c-forward-label): New function to recognize labels.
3437
3438 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
3439 `c-forward-label'. Moved the label recognition cases (14 and 15)
3440 earlier since they aren't so context sensitive now. Handle labels
3441 on the top level gracefully. Moved access label recognition to
3442 the generic label case (CASE 15) - removed CASE 5E.
3443
3444 (c-font-lock-declarations): Added recognition of labels in the
3445 same round since we need to handle labels in parallell with other
3446 declarations to recognize both accurately. It should also improve
3447 speed.
3448
3449 (c-simple-decl-matchers, c-basic-matchers-after): Moved
3450 `c-font-lock-labels' so that it only is used on decoration level 2
3451 since `c-font-lock-declarations' handles it otherwise.
3452
3453 (c-complex-decl-matchers): Removed the simplistic recognition of
3454 access labels.
3455
3456 (c-decl-prefix-re): Removed the kludges that was necessary to cope
3457 with labels earlier.
3458
3459 (c-decl-start-re): New language variable to make
3460 `c-font-lock-declarations' stop for the special protection labels
119f6f17 3461 in Objective-C that start with `@'.
9e04cba1
AM
3462
3463 (c-label-key): Removed since it's no longer used.
3464
3465 (c-recognize-colon-labels, c-label-prefix-re): New language
3466 constants to support recognition of generic colon-terminated
3467 labels.
3468
3469 (c-type-decl-end-used): `c-decl-end' is now used whenever there
3470 are colon terminated labels.
3471
3472 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
3473 first argument starts with a special brace list.
3474
af71d4c0
JB
3475 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
3476 (c-font-lock-declarations): Broke out the declaration and cast
9e04cba1
AM
3477 recognition from `c-font-lock-declarations' to a new function, so
3478 that it can be used in the indentation engine.
3479
3480 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
3481 up to the start of the literal. Fixed bug with the point on the
3482 wrong side of the search limit that could happen when the start
3483 position is inside a literal.
3484
af71d4c0
JB
3485 * progmodes/cc-engine.el (c-parse-state)
3486 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
9e04cba1
AM
3487 so that it's kept a little bit back to increase the hit rate.
3488
3489 (c-parse-state): Changed the macro handling and fixed some
3490 glitches. Macro context is checked more often than necessary now,
3491 but otoh less garbage conses are generated.
3492
af71d4c0
JB
3493 * progmodes/cc-engine.el (c-parse-state)
3494 (c-invalidate-state-cache): Cache the last position where
9e04cba1
AM
3495 `c-state-cache' applies. This can speed up refontification quite
3496 a bit in blocks where there are many non-brace parens before the
3497 point.
3498
3499 (c-state-cache-end): New variable for this.
3500
3501 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
3502 cache variable.
3503
3504 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
3505 get close initial continue positions when the start position is
3506 inside a literal or macro. Do not call the callback for spots
3507 before the start position (which can happen e.g. for `c-decl-end'
3508 spots inside comments). Optimize better in special cases when the
3509 region is a single line inside a literal or macro (typically when
3510 the current line is refontified).
3511
3512 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
3513 to `c-add-stmt-syntax' - there's no need to explicitly whack off
3514 entries from the paren state.
3515
3516 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
3517 special case for "else if" clauses.
3518
af71d4c0
JB
3519 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
3520 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9e04cba1
AM
3521
3522 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
3523 language variable to recognize the gcc extension with statement
3524 blocks inside expressions.
3525
3526 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
3527 it somewhat more comprehensible. The argument AT-BLOCK-START is
3528 no longer used and hence removed.
3529
3530 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
3531 to `c-add-stmt-syntax'.
3532
3533 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
3534 `c-beginning-of-statement-1' instead of duplicating parts of it.
3535 This fixes bogus label recognition.
3536
af71d4c0
JB
3537 * progmodes/cc-engine.el (c-add-type, c-check-type)
3538 (c-forward-name, c-forward-type): Improved storage of template
9e04cba1
AM
3539 types in `c-found-types' so that they can be recognized better.
3540
3541 (c-syntactic-content): Added option to skip past nested parens.
3542
3543 * progmodes/cc-engine.el (c-forward-name): Set
3544 `c-last-identifier-range' all the time. It's less work that way.
3545 Handle that there might not be an identifier to store in
3546 `c-last-identifier-range'.
3547
3548 (c-forward-type): Handle that `c-last-identifier-range' might be
3549 nil from `c-forward-name'.
3550
af71d4c0
JB
3551 * progmodes/cc-defs.el (c-safe-scan-lists)
3552 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
9e04cba1
AM
3553
3554 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
3555 to work even if the form fails.
3556
3557 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
3558 down in a large file in one go.
3559
3560 (c-get-fallback-start-pos): New helper function for
3561 `c-parse-state'.
3562
3563 * progmodes/cc-align.el (c-lineup-assignments): New lineup
3564 function which is like `c-lineup-math' but returns nil instead of
3565 `c-basic-offset' when it doesn't match.
3566
3567 (c-lineup-math): Changed to use `c-lineup-assignments'.
3568
35692005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3570
3571 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
3572 c-beginning-of-statement. New subfunctions
3573 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
3574
35752005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3576
3577 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
3578 hardcoded char classes whereever possible. Changed a couple of
3579 places to use skip by syntax instead of skip by char class.
3580
3581 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
3582 Fixed a bug in the regexp that caused extreme backtracking.
3583
af71d4c0
JB
3584 * progmodes/cc-langs.el (c-block-comment-starter)
3585 (c-block-comment-ender): New language constants to specify in a
9e04cba1
AM
3586 single place how block comments look.
3587
af71d4c0
JB
3588 (c-comment-start-regexp, c-block-comment-start-regexp)
3589 (comment-start, comment-end, comment-start-skip)
3590 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
3591 (c-syntactic-ws, c-nonempty-syntactic-ws)
3592 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9e04cba1
AM
3593 `c-line-comment-starter', `c-block-comment-starter' and
3594 `c-block-comment-ender'.
3595
af71d4c0
JB
3596 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
3597 New language constants to break up things a bit.
9e04cba1
AM
3598
3599 (c-simple-ws): New language constant for simple whitespace.
3600
3601 * progmodes/cc-defs.el (c-concat-separated): New convenience
3602 function.
3603
3604 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
3605 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
3606 newlines. Allow and ignore nil elements in the list.
3607
36082005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3609
3610 * progmodes/cc-cmds.el: Comment out a (n almost certainly
3611 superfluous) check, (eq here (point-max)) in
3612 c-beginning-of-statement.
3613
3614 * progmodes/cc-cmds.el: Tidy up the comments in
3615 c-beginning-of-statement and subfunctions.
3616
3617 * progmodes/cc-awk.el: Replace calls to put-text-property to the
3618 more flexible c-put-char-property and c-clear-char-properties.
3619 Add the author's email address.
3620
3621 * progmodes/cc-langs.el: New variable,
3622 c-block-comment-start-regexp.
3623
3624 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
3625 closing "*/" of a block comment.
3626
3627 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
3628 subfunctions) so that it works at BOB and EOB.
3629
3630 * progmodes/cc-cmds.el, cc-vars.el: More updating of
3631 c-beginning-of-statement, including new variable
3632 c-block-comment-start-regexp.
3633
36342005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3635
3636 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
3637 symbols from `*-font-lock-extra-types' so that there's no need to
3638 use `regexp-opt' on those lists.
3639
3640 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
3641 `c-type-modifier-kwds' is empty.
3642
3643 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
3644 there are several strings on the same line.
3645
3646 * progmodes/cc-engine.el (c-literal-limits): Removed the
3647 compatibility function for older emacsen. `c-literal-limits-fast'
3648 has now taken the place of this function.
3649
3650 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
119f6f17 3651 with older emacsen: We now require `pps-extended-state'.
9e04cba1
AM
3652
36532005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3654
3655 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
3656 which obviates the need to hack sentence-end. This now handles
3657 escaped newlines in strings correctly. Correct minor bugs in
3658 c-move-over-sentence and in c-beginning-of-statement.
3659
3660 * progmodes/cc-cmds.el (c-beginning-of-statement (and
3661 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
3662 that movement over macros and code are rigorously separated from
3663 eachother. Correct a few incidental bugs.
3664
3665 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
3666 Improve its doc-string. Improve the handling of certain specific
3667 cases.
3668
36692005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3670
3671 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
3672 (c-guess-basic-syntax): Changed the way class-level labels are
3673 recognized; they can now contain essentially any symbols.
3674
3675 (c-opt-extra-label-key): New language variable to cope with the
3676 special protection label syntax in Objective-C.
3677
3678 (c-opt-access-key): Removed; this is now handled better by
3679 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
3680
3681 (c-complex-decl-matchers): Update to handle that
3682 `c-opt-access-key' no longer exists.
3683
3684 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
3685 improved label recognition in `c-beginning-of-statement-1'.
3686
3687 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
3688 Recognize bitfields better.
3689
3690 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
3691 Removed some cruft and fixed a bug that could cause it to go to a
3692 position further down.
3693
3694 * progmodes/cc-langs.el, cc-engine.el
3695 (c-beginning-of-statement-1): Improved detection of labels in
3696 declaration contexts.
3697
3698 (c-beginning-of-decl-1): Use it.
3699
3700 (c-nonlabel-token-key): New language constant and variable needed
3701 by `c-beginning-of-statement-1'.
3702
3703 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
3704 manifested itself due to the correction in `c-forward-sexp'.
3705
3706 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
3707 these behave as documented when used at the buffer limits.
3708
3709 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
3710 (c-type-decl-end-used): Made this a language variable.
3711
3712 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
3713 correctly when `combine-after-change-calls' is used together with
3714 temporary narrowings.
3715
3716 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
3717 labels correctly when the start point is immediately after the
3718 colon.
3719
3720 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
3721 since it isn't used anymore.
3722
3723 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
3724 bracket arglists such as template parens in C++.
3725
3726 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
3727 in the last check-in. Some optimization.
3728
3729 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
3730 where it could stop at the same level in a preceding sexp when
3731 PAREN-LEVEL is set.
3732
3733 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
3734 text property lookup only when it's needed.
3735
3736 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
3737 Changed the policy for paren marked angle brackets to be more
3738 persistent; once marked they remain marked even when they're found
3739 to be unbalanced in the searched region. This should keep the
3740 paren syntax around even when individual lines are refontified in
3741 multiline template arglists.
3742
3743 (c-parse-and-markup-<>-arglists): New dynamically bound variable
3744 to control markup so that incorrect angle bracket arglists aren't
3745 marked in contexts where the correct value for
3746 `c-disallow-comma-in-<>-arglists' isn't known.
3747
3748 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
3749 argument has become `c-parse-and-markup-<>-arglists'.
3750
3751 (c-remove-<>-arglist-properties): Removed - no longer used.
3752
3753 (c-after-change-check-<>-operators): New function used on
3754 `after-change-functions' to avoid that "<" and ">" characters that
3755 are part of longer operators have paren syntax.
3756
3757 (c-<>-multichar-token-regexp): New language variable used by
3758 `c-after-change-check-<>-operators'.
3759
3760 (c-after-change): Call `c-after-change-check-<>-operators'.
3761
3762 (c-font-lock-<>-arglists): Use the context properties set by
3763 `c-font-lock-declarations' to set
3764 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
3765 markup.
3766
3767 (c-font-lock-declarations): Removed code that undoes the invalid
3768 markup done by `c-font-lock-<>-arglists'.
3769
3770 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
3771 after `c-font-lock-declarations'.
3772
3773 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
3774 paren-level feature.
3775
3776 (c-guess-basic-syntax): Improved the anchor position for
3777 `template-args-cont' in nested template arglists. There's still
3778 much to be desired in this area, though.
3779
37802005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3781
3782 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
3783 Make the "Text Filling and Line Breaking" commands work for AWK
3784 buffers.
3785
37862005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3787
3788 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
af71d4c0 3789 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9e04cba1
AM
3790
3791 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
3792 it doesn't work no longer are supported.
3793
af71d4c0
JB
3794 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
3795 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9e04cba1
AM
3796 requires support for the syntax-table' text property, which rules
3797 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
3798 cruft associated with those versions.
3799
3800 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
3801 for the `syntax-table' text property, which rules out Emacs 19 and
3802 XEmacs < 21.4. Removed various compatibility cruft associated
3803 with those versions.
3804
3805 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
3806 support for the `syntax-table' text property.
3807
3808 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
3809 variable and use an extra quoted face name instead. All the
3810 emacsen flavors handle that correctly.
3811
af71d4c0
JB
3812 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
3813 (c-font-lock-declarators, c-font-lock-declarations)
3814 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9e04cba1
AM
3815 property to mark the items in in declarator lists to handle
3816 refontification inside multiline declarations better.
3817
3818 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
3819 construct like "a * b = c;" as a declaration.
3820
3dd63dc3
KS
38212005-12-08 Kim F. Storm <storm@cua.dk>
3822
3d596891
KS
3823 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
3824 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
3825 select either meta, hyper, or super modifier for rectangle commands.
3826 (cua--rectangle-modifier-key): New defvar.
119f6f17 3827 (cua--M/H-key): Use it. Remove special case for `space'.
3d596891
KS
3828 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
3829 on X, to meta otherwise. Always bind C-return to toggle
119f6f17 3830 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3d596891
KS
3831
3832 * emulation/cua-rect.el (cua-help-for-rectangle): Use
3833 cua--rectangle-modifier-key. Handle super modifier too.
3834 (cua--init-rectangles): Always bind C-return to toggle rectangle.
119f6f17 3835 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3d596891 3836
ad668f10
KS
3837 * ido.el: Move Acknowledgements and History after Commentary.
3838 Minor changes to Commentary.
3839
3dd63dc3 3840 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
119f6f17 3841 keymap if cua--prefix-override-timer is `shift'.
3dd63dc3
KS
3842 (cua--shift-control-prefix): New function; emulate "type prefix
3843 key twice" functionality to handle shifted prefix key override.
3844 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
3845 commands.
3846 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
3847
9992b124
CD
38482005-12-08 Carsten Dominik <dominik@science.uva.nl>
3849
30c02925 3850 * textmodes/org.el (org-insert-heading): Try to do items before
9992b124
CD
3851 headings.
3852 (org-agenda-mode): Quote `org-agenda-mode-hook'.
3853 (org-insert-item): New function.
3854 (org-renumber-ordered-list): Don't skip to higher level lists.
3855
3f30c272
JL
38562005-12-08 Juri Linkov <juri@jurta.org>
3857
3858 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
3859
3860 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
3861
3862 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
3863
3864 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
3865 the constructed function name fun-1.
3866
3867 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
3868 because such links don't lead to parent documentation.
3869
086c5b2b
KH
38702005-12-08 Kenichi Handa <handa@m17n.org>
3871
3872 * descr-text.el (describe-char): Use *Help-2* buffer if the
3873 current buffer is *Help*. Call describe-text-properties while
3874 setting the original buffer.
3875
4af6c011
BW
38762005-12-07 Bill Wohler <wohler@newt.com>
3877
af71d4c0 3878 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4af6c011
BW
3879 and causes problems with non-MH users (such as Gnus users).
3880
a25e15ea
NR
38812005-12-08 Nick Roberts <nickrob@snap.net.nz>
3882
3883 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
3884 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
3885 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
3886 command "info sources". Move calls to GDB command "list".
3887 (gdb-find-file-hook): Just use gdb-source-file-list.
3888 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
3889 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
3890 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3891 (gdb-data-list-register-values-handler): Use correct trigger name.
3892
b89a8e1a
KS
38932005-12-07 Kim F. Storm <storm@cua.dk>
3894
af71d4c0 3895 * ido.el (ido-completion-map): Rename from ido-mode-map.
b89a8e1a
KS
3896 (ido-common-completion-map, ido-file-completion-map)
3897 (ido-file-dir-completion-map, ido-buffer-completion-map):
af71d4c0
JB
3898 Rename from ido-mode-....-map.
3899 (ido-init-completion-maps): Rename from ido-init-mode-maps.
3900 (ido-setup-completion-map): Rename from ido-define-mode-map.
b89a8e1a
KS
3901 (ido-read-internal): Bind minibuffer-local-filename-completion-map
3902 to ido-completion-map.
3903
735b7c87
KH
39042005-12-07 Kenichi Handa <handa@m17n.org>
3905
3906 * international/mule-cmds.el
3907 (set-display-table-and-terminal-coding-system): If the coding
3908 system specified in `unibyte-display' property is different from
3909 the arg coding-system, don't setup standard-display-table.
3910
6a6e859a
SM
39112005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
3914 that comments end at \n, regardless of selective-display.
3915
7a96cae6
NR
39162005-12-07 Nick Roberts <nickrob@snap.net.nz>
3917
3918 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
3919 (gdb-version): New variables.
3920 (gdb-source-file-list, gdb-register-names)
3921 (gdb-changed-registers): New variables for use with GDB 6.4+.
3922 (gdb-ann3): Replace with...
3923 (gdb-init-1, gdb-init-2): ...two new functions.
3924 (gdba, gdb-prompt): Call gdb-init-1.
3925 (gdb-get-version): New function. Call gdb-init-2 from here.
3926 (gud-watch): Make it work with mouse events too.
3927 (gdb-post-prompt): Don't add to queue until GDB version is known.
3928 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
3929 (gdb-locals-mode): Use gdb-version.
3930 (gdb-memory-format-map, gdb-memory-unit-map)
3931 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
3932 (gdb-locals-font-lock-keywords-1)
3933 (gdb-locals-font-lock-keywords-2): New variables.
c48971b2 3934 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7a96cae6
NR
3935 (gdb-set-gud-minor-mode-existing-buffers-1)
3936 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
3937 (gdb-var-update-1, gdb-var-update-handler-1)
3938 (gdb-data-list-register-values-handler)
3939 (gdb-data-list-register-values-custom)
3940 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6a6e859a
SM
3941 (gdb-stack-list-locals-handler, gdb-get-register-names):
3942 New functions for use with GDB 6.4+.
7a96cae6
NR
3943 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
3944 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
3945 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
3946 (gdb-stack-list-locals-regexp)
3947 (gdb-data-list-register-names-regexp): New regexps for use with
3948 GDB 6.4+.
3949
6277435b
SM
39502005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
3953
af71d4c0 39542005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
98b537f7
SJ
3955
3956 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
3957 prompts work for AUTH PLAIN. Also reported by Steve Allan
3958 <seallan@verizon.net>.
3959
0dac35b8
KL
39602005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3961
3962 * frame.el (set-frame-parameter): Add doc string.
3963
634d5d19
CD
39642005-12-06 Carsten Dominik <dominik@science.uva.nl>
3965
30c02925 3966 * textmodes/org.el (org-occur-highlights): New variable.
6277435b 3967 (org-highlight-new-match, org-remove-occur-highlights): New functions.
634d5d19
CD
3968 (org-highlight-sparse-tree-matches): New option.
3969 (org-do-occur): New function.
3970 (org-get-heading): Make it work also at beginning of line.
3971 (org-category-table): New variable.
3972 (org-get-category-table, org-get-category)
3973 (org-camel-to-words, org-link-search): New functions.
3974 (org-select-this-todo-keyword): New variable.
3975 (org-todo-list): New command.
3976 (org-shiftright, org-shiftleft): New commands.
6277435b 3977 (org-agenda-todo): Add prefix argument.
634d5d19
CD
3978 (org-show-hierarchy-above): New option.
3979 (org-show-todo-tree): Numerical prefix creates tree for specific
3980 TODO keyword.
3981 (org-outline-level): New function, to assign a level to plain
3982 lists items.
3983 (org-cycle-include-plain-lists): New option.
3984 (org-mode): Use `org-outline-level' as value of `outline-level'.
3985 (org-cycle): Temporarily switch `outline-regexp' if
3986 `org-cycle-include-plain-lists' is non-nil.
6277435b 3987 (org-start-icalendar-file): Fix format bug.
634d5d19
CD
3988 (org-agenda-get-day-entries): Create category table.
3989 (org-agenda-get-todos, org-agenda-get-timestamps)
3990 (org-agenda-get-deadlines, org-agenda-get-scheduled)
3991 (org-agenda-get-blocks): Use `org-get-category'.
6277435b 3992 (org-context-in-file-links): Rename from
af71d4c0 3993 `org-line-numbers-in-file-links'.
634d5d19 3994
239f263d
RF
39952005-12-06 Romain Francoise <romain@orebokech.com>
3996
69fc2f2b
RF
3997 * window.el (balance-windows): Delete extraneous third arg in call
3998 to `enlarge-window'.
239f263d 3999
522d8129
KH
40002005-12-06 Kenichi Handa <handa@m17n.org>
4001
4002 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
4003
5701678a
NR
40042005-12-06 Nick Roberts <nickrob@snap.net.nz>
4005
4006 * progmodes/gdb-ui.el (gdb-var-create-handler)
4007 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
4008 (gdb-var-list-children-handler, gdb-var-update-handler):
4009 Current buffer is already gdb-partial-output-buffer, don't
4010 make it current again.
4011
a9692abf
LT
40122005-12-05 Luc Teirlinck <teirllm@auburn.edu>
4013
4014 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
4015 (list-buffers-noselect): Use it.
4016
95fe848e
SM
40172005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
4020 (mail-yank-ignored-headers): Use regexp-opt.
4021 (mail-mode-map): Move initialization into declaration.
4022 (mail-sent-via): Remove unused shadowed var `to-line'.
4023 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
4024 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
4025 (mail-do-fcc): Use dolist and push.
4026 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
bb61f0fd 4027 (mail-yank-ignored-headers): Don't autoload.
95fe848e 4028
eec5c8f9
KH
40292005-12-05 Kenichi Handa <handa@m17n.org>
4030
95fe848e 4031 * international/mule-cmds.el (set-language-info-internal): New fun.
eec5c8f9
KH
4032 (set-language-info): Call set-language-info-internal to update
4033 language-info-alist. If LANG-ENV is the current one, call
4034 set-language-environment to make INFO effective now.
4035 (set-language-info-alist): Likewise.
4036 (locale-language-names): With locale "en", use English
4037 lang. env. but set the default codings to iso-8859-1.
4038
d85af294
NR
40392005-12-04 Nick Roberts <nickrob@snap.net.nz>
4040
4041 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
4042 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
4043 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
4044 for plain strings.
4045 (gdb-frames-mode): Remove redundant call to font-lock-mode.
95fe848e
SM
4046 (gdb-all-registers): Rename from toggle-gdb-all-registers.
4047 Create registers buffer if necessary. Echo new state in minibuffer.
4048 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
d85af294 4049
d8fbba22
CY
40502005-12-03 Chong Yidong <cyd@stupidchicken.com>
4051
4052 * info.el (Info-fontify-node): Match external links using
4053 non-directory part of filename.
4054
19437ce5
JL
40552005-12-04 Juri Linkov <juri@jurta.org>
4056
4057 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
4058 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
3f30c272
JL
4059 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
4060 because there is no customization option for it.
19437ce5
JL
4061
4062 * font-lock.el (lisp-font-lock-keywords-1):
4063 Add define-global-minor-mode.
4064
4065 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
4066
4067 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
4068 properties on the constructed variable names.
4069
4070 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4071 Put `definition-name' properties on the constructed function names
4072 next-sym and prev-sym.
4073
4074 * emacs-lisp/find-func.el (find-function-regexp):
4075 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
4076 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
4077 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
4078 and easy-menu-define.
4079
4080 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
4081 easy-mmode-define-global-mode and define-global-minor-mode.
4082 (lisp-imenu-generic-expression): Add define-global-minor-mode.
4083
4084 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
4085 instead of easy-mmode-define-global-mode.
4086
4087 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4088 Use define-minor-mode instead of easy-mmode-define-minor-mode.
4089
4090 * cus-edit.el (customize-group, customize-group-other-window):
4091 Filter out autoloaded options from the group completion list by
4092 using heuristics that autoloaded groups don't have `custom-autoload'
4093 property on their symbols (they have only `custom-loads').
4094
4095 * simple.el (completion-setup-function): Put completions-common-part
3f30c272
JL
4096 face on complete completion string too (i.e. completion string
4097 without completions-first-difference face).
19437ce5
JL
4098
4099 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
4100
a8e7142c
EZ
41012005-12-03 Eli Zaretskii <eliz@gnu.org>
4102
2f33468c
EZ
4103 * view.el (view-mode): Doc fix.
4104
79019cc9
EZ
4105 * disp-table.el (standard-display-european): Add to the warning
4106 message a reference to the doc string.
4107
7a5ea63f
EZ
4108 * play/yow.el (apropos-zippy): Call print-help-return-message,
4109 similar to other Help and Apropos commands.
4110
a8e7142c
EZ
4111 * help.el (print-help-return-message): If pop-up-frames is
4112 non-nil, set up help-return-method to delete the help window and,
7a5ea63f
EZ
4113 possibly, its frame as well, and don't display message about
4114 scrolling the help window. Doc fix.
a8e7142c
EZ
4115 (help-return-method): Doc fix.
4116
d20a1ebb
EZ
41172005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
4118
4119 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
4120 whereby names of length one or names starting with a
4121 symbol-constituent character would not be returned.
4122
6273dc68
JPW
41232005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4124
4125 * subr.el (atomic-change-group): Add edebug and indentation spec.
4126
21b15ee8
SM
41272005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * completion.el (save-completions-file-name): Fix typo in last change.
4130
ed0e3879
JD
41312005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4132
4133 * info.el: Move back/forward history to the beginning of the tool bar.
4134
0a79da1b
EZ
41352005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
4136
af71d4c0 4137 * allout.el (eval-when-compile): Remove unnecessary load of cl.
0a79da1b
EZ
4138 Add fset of allout-real-isearch-abort during compile to fix
4139 byte-compilation warnings.
4140 (allout-mode-p): Move definition of this macro above all uses, or
4141 byte compilation in barren emacs (eg, during emacs build) will
4142 lack the definition.
4143 (allout-mode): Move this variable above any uses, or byte
4144 compilation will fail.
21b15ee8 4145 (allout-resolve-xref): Remove use of personal file-reference function.
0a79da1b 4146 (allout-toggle-current-subtree-encryption): Do the current (ie,
21b15ee8 4147 visible containing) topic, rather than nearest around point. Doc fix.
0a79da1b
EZ
4148 (allout-toggle-subtree-encryption): New function, workhorse that
4149 works on nearest topic containing point.
4150 (allout-encrypt-string): Signal requirement for newer version of pgg.
4151 (allout-resumptions): Doc fix.
4152
eac5c1f6
EZ
41532005-12-02 Eli Zaretskii <eliz@gnu.org>
4154
4155 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
4156
27e0edcd
EZ
41572005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
4158
21b15ee8
SM
4159 * textmodes/flyspell.el (flyspell-external-point-words):
4160 Consider a misspelling as found in the string search if: (a) misspelling
27e0edcd
EZ
4161 and found string lengths match, or (b) misspelling is found as
4162 element in a boundary-chars separated longer string, or (c)
4163 ispell-program-name is really ispell and misspelling is found as
4164 part of a TeX string. After successful match move beginning of
4165 search region to end of match. Warn about not found misspellings
4166 once the process is done.
21b15ee8 4167 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
27e0edcd 4168
dcf4db16
NR
41692005-12-02 Nick Roberts <nickrob@snap.net.nz>
4170
4171 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21b15ee8 4172 tool bar (removed inadvertently).
dcf4db16 4173
e7d42ea7
NR
41742005-12-02 Juri Linkov <juri@jurta.org>
4175
4176 * log-view.el (log-view-diff): Clarify doc string.
4177
3166ee65
BW
41782005-12-01 Bill Wohler <wohler@newt.com>
4179
4180 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
4181 triggers lm-verify errors.
4182
94261ba3
LT
41832005-12-01 Luc Teirlinck <teirllm@auburn.edu>
4184
4185 * simple.el (transient-mark-mode, line-number-mode)
21b15ee8 4186 (column-number-mode, size-indication-mode): Remove `:require nil'.
94261ba3 4187
68b38146
NR
41882005-12-01 Nick Roberts <nickrob@snap.net.nz>
4189
4190 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
4191 in the margin also.
4192 (gdb-breakpoints-mode-map): Use D instead of d for
4193 gdb-delete-breakpoint.
4194 (gdb-get-frame-number): Require a number to match on.
4195 (gdb-threads-mode-map): Add follow-link binding.
4196
896bd166
JR
41972005-11-30 Jason Rumney <jasonr@gnu.org>
4198
4199 * isearch.el (isearch-mode-map): Avoid exiting search on
4200 language-change event.
4201
8a2c27b9
RF
42022005-11-30 Romain Francoise <romain@orebokech.com>
4203
64db3923
RF
4204 * speedbar.el (speedbar-default-position): New defcustom.
4205 (speedbar-frame-reposition-smartly): Use it.
4206
8a2c27b9 4207 * dframe.el (dframe-reposition-frame-emacs): Fix position
b330c3e9 4208 computation for `left' location.
8a2c27b9
RF
4209 Update copyright year.
4210
33d434cd
SM
42112005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4212
604aa5f0
SM
4213 * help.el (help-map): Move initialization into declaration.
4214
1bddeeed
SM
4215 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
4216
33d434cd
SM
4217 * help-fns.el (help-argument-name): Don't autoload.
4218 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
4219 to be re-loaded when customizing the `help' group.
4220
24374f5a
JPW
42212005-11-30 John Paul Wallington <jpw@gnu.org>
4222
4223 * help-fns.el (describe-function-1): Fill arglist output.
4224
80cda39a
KS
42252005-11-30 Kim F. Storm <storm@cua.dk>
4226
4269a2fd
KS
4227 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4228 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
4229 after revert-buffer (or anything else which kills all local variables).
4230
80cda39a
KS
4231 * apropos.el (apropos-parse-pattern): Doc fix.
4232 Set apropos-regexp directly, rather than expecting callers to do so.
4233 (apropos-command, apropos, apropos-value, apropos-documentation):
4234 Simplify calls to apropos-parse-pattern.
4235
597767da
CY
42362005-11-29 Chong Yidong <cyd@stupidchicken.com>
4237
4238 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4239 (hi-lock-face-phrase-buffer): Use hi-yellow face.
4240 (hi-lock-write-interactive-patterns): Use comment-region.
4241
15575807
CY
4242 * longlines.el (longlines-mode): Add mail-setup-hook.
4243
4244 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
4245
4246 * simple.el (sendmail-user-agent-compose, next-line):
4247 Conditionally use hard-newline.
4248
06e2cc3d
RS
42492005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4250
33d434cd
SM
4251 * international/latexenc.el (latex-inputenc-coding-alist):
4252 Reword doc string.
06e2cc3d 4253
2c30b450
CY
42542005-11-29 Chong Yidong <cyd@stupidchicken.com>
4255
4256 * help.el (describe-key-briefly, describe-key): Recognize default
4257 bindings.
4258
1c0484e2
RF
42592005-11-29 Romain Francoise <romain@orebokech.com>
4260
4261 * view.el (view-inhibit-help-message): New defcustom.
4262 (view-mode-enter): Use it.
4263
59f1b058 42642005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1c0484e2 4265
59f1b058 4266 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
33d434cd 4267 Preserve user position.
1c0484e2 4268
daa7197c
LT
42692005-11-28 Luc Teirlinck <teirllm@auburn.edu>
4270
846e22f8
LT
4271 * font-lock.el: Throw error if facemenu is not loaded to prevent
4272 accidental change of loading order in loadup.el. (Suggested by RMS.)
4273
daa7197c
LT
4274 * loadup.el: Add comment explaining why facemenu must be loaded
4275 before font-lock.
4276
867e8d9a
JB
42772005-11-28 Jay Belanger <belanger@truman.edu>
4278
4279 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
4280 (calc-dispatch-map): Add more keys for `calc-same-interface'.
4281
4282 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
4283
4284 * calc/calc-embed.el (calc-do-embedded): Update help message.
4285
4286 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
4287
cedbd3f0
SM
42882005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4289
21227135
SM
4290 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
4291
d9532403
SM
4292 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
4293 called-interactively-p.
4294 (elp-profilable-p): Rename from elp-not-profilable-p.
4295 Invert result and take into account macros and autoloaded functions.
4296 (elp-instrument-function): Update call.
4297 (elp-instrument-package): Update call. Add completion.
4298 (elp-pack-number): Use match-string.
4299 (elp-results-jump-to-definition-by-mouse): Merge into
4300 elp-results-jump-to-definition and then remove.
4301 (elp-output-insert-symname): Make help echo text single-line.
4302
cedbd3f0
SM
4303 * replace.el (query-replace-map): Move initialization into declaration.
4304 (occur-engine): Use with-current-buffer.
4305 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
4306 (occur-mode-mouse-goto): Replace with an alias.
4307
1f57934c
JL
43082005-11-28 Juri Linkov <juri@jurta.org>
4309
4310 * simple.el (quoted-insert): Let-bind input-method-function to nil.
4311
756bfad5
JL
4312 * term/w32-win.el: Bind [S-tab] to [backtab].
4313
4314 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
4315 `Info-find-file' to t.
4316
1f57934c
JL
4317 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
4318 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
4319 and same-window-regexps.
4320 (occur-next-error): Don't move point for arg 0.
4321
7e1d31d4
CY
43222005-11-28 Chong Yidong <cyd@stupidchicken.com>
4323
4324 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
4325
6a99c272
SM
43262005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4327
f7eeab0d
SM
4328 * log-edit.el (log-edit-changelog-use-first): New var.
4329 (log-edit-changelog-ours-p): Use it.
4330 (log-edit-insert-changelog): Set it with new arg `use-first'.
4331 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
4332 (log-edit-hook): Add them to the list of suggested options.
4333
6a99c272
SM
4334 * textmodes/flyspell.el (flyspell-last-buffer): New var.
4335 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
4336 redundant work.
4337 (flyspell-mode-on): Use add-hook for after-change-functions.
4338 (flyspell-mode-off): Use remove-hook for after-change-functions.
4339 (flyspell-changes): Make it buffer-local.
4340 (flyspell-after-change-function): Make it non-interactive. Use push.
4341 (flyspell-post-command-hook): Check input-pending-p while processing
4342 the potentially long list of buffer changes.
4343
e99c9ada
KL
43442005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4345
4346 * buff-menu.el (list-buffers-noselect): Display the selected
4347 frame's buffer list, not the global one.
4348
17550579
NR
43492005-11-28 Nick Roberts <nickrob@snap.net.nz>
4350
4351 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
4352 that (list last-input-event) works as in interactive spec.
4353
db9c3f6b
LT
43542005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4355
4356 * loadup.el ("facemenu"): Load facemenu before font-lock, because
4357 `facemenu-keymap' needs to be defined when font-lock is loaded.
4358 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
4359
36cc948e
SM
43602005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * completion.el: Remove useless leading * in defcustom docstrings.
4363 (save-completions-file-name): Use ~/.emacs.d if available.
4364 (completion-standard-syntax-table): Rename from
4365 cmpl-standard-syntax-table and fold initialization into declaration,
4366 thus removing cmpl-make-standard-completion-syntax-table.
4367 (completion-lisp-syntax-table, completion-c-syntax-table)
4368 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
4369 (cmpl-saved-syntax, cmpl-saved-point): Remove.
4370 (symbol-under-point, symbol-before-point)
4371 (symbol-under-or-before-point, symbol-before-point-for-complete)
4372 (add-completions-from-c-buffer): Use with-syntax-table.
4373 (make-completion): Don't return a list of completion entries.
4374 Update callers.
4375 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
4376 (completion-initialize): Rename from initialize-completions.
4377 (completion-find-file-hook): Rename from cmpl-find-file-hook.
4378 (kill-emacs-save-completions): Collect stats here.
4379 (save-completions-to-file, load-completions-from-file):
4380 Use with-current-buffer.
4381 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
4382 into a function. Move all calls to toplevel.
4383 (completion-lisp-mode-hook): New fun.
4384 (completion-c-mode-hook, completion-setup-fortran-mode):
4385 Set the syntax-table here. Use local-set-key.
4386 (completion-saved-bindings): New var.
4387 (dynamic-completion-mode): Make it into a proper minor mode.
4388 (load-completions-from-file): Remove unused var `num-uses'.
4389
4390 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
4391 constructor if it is explicitly overridden.
4392
4393 * complete.el (PC-completion-as-file-name-predicate):
4394 Use minibuffer-completing-file-name.
4395 (partial-completion-mode): Use find-file-not-found-functions.
4396 (PC-lisp-complete-symbol): Use with-syntax-table.
4397 (PC-look-for-include-file): Remove dead setq.
4398 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
4399 (PC-complete): Use with-current-buffer.
4400
4401 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
4402 escape single quotes.
4403
0ee83bc6
LT
44042005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4405
4406 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
4407 of `if' whose condition always returned nil. Doc fix.
4408
4409 * buff-menu.el (Buffer-menu-revert-function): Make the selected
4410 window's buffer the current buffer around the call to
4411 `list-buffers-noselect'. This is necessary to mark that buffer
4412 with a `.' in the Buffer Menu when called from Lisp, for instance
4413 by Auto Revert Mode.
4414
3f6d4fb5
NR
44152005-11-28 Nick Roberts <nickrob@snap.net.nz>
4416
17550579
NR
4417 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
4418 attaching to it.
3f6d4fb5 4419 (gdb-pre-prompt): Make sure gdb-error is reset.
0ee83bc6 4420
3f6d4fb5 4421 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17550579 4422 with a child process, detect it.
3f6d4fb5
NR
4423 (gud-speedbar-buttons): Match regexp more carefully.
4424
161ef3be
RS
44252005-11-27 Richard M. Stallman <rms@gnu.org>
4426
4427 * mouse.el (mouse-drag-move-window-bottom):
4428 Use adjust-window-trailing-edge.
4429
cb0a2595
LT
44302005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4431
4432 * simple.el (blink-matching-open): Ignore
4433 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
181fcf00 4434 (blink-matching-paren-on-screen): Update docstring.
cb0a2595
LT
4435
4436 * paren.el (show-paren-mode): No longer change
4437 `blink-matching-paren-on-screen'.
4438
d05877b4
NR
44392005-11-27 John Paul Wallington <jpw@pobox.com>
4440
4441 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
940ed7e4
JPW
4442 (gdb-threads-select, gdb-edit-register-value):
4443 Use `posn-set-point' instead of `mouse-set-point' because the
4444 latter is not fbound when configured without X.
d05877b4 4445
b14935df
KS
44462005-11-27 Kim F. Storm <storm@cua.dk>
4447
4448 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
4449 existing face when partially highlighting a TAB in a rectangle.
4450
46801e4c
KS
44512005-11-26 Kim F. Storm <storm@cua.dk>
4452
4453 * ido.el (ido-mode-map): Doc fix.
4454 (ido-mode-common-map, ido-mode-file-map)
4455 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
4456 (ido-define-mode-map): Rewrite. Select one of the new maps as
4457 parent for ido-mode-map instead of building from scratch.
4458 (ido-init-mode-maps): New defun to initialize new maps.
4459 (ido-mode): Call it.
4460 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
4461 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
4462
440e20fc
JPW
44632005-11-26 John Paul Wallington <jpw@pobox.com>
4464
46801e4c 4465 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
440e20fc
JPW
4466 `mouse-set-point' because the latter is not fbound when configured
4467 without X.
4468
1be0210d
TTN
44692005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
4470
4471 * files.el (file-relative-name): Doc fix.
4472
02b1a164
EZ
44732005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4474
4475 * progmodes/octave-inf.el (inferior-octave-startup): Force a
4476 non-empty string for secondary prompt PS2.
4477
49d11c49
CY
44782005-11-25 Chong Yidong <cyd@stupidchicken.com>
4479
02b1a164 4480 * progmodes/compile.el (compilation-setup): Fix last change.
49d11c49 4481
1c5a7258
NR
44822005-11-26 Nick Roberts <nickrob@snap.net.nz>
4483
4484 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4485 (gdb-mouse-toggle-breakpoint-margin)
46801e4c 4486 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
1c5a7258
NR
4487 Add gdb-server-prefix to keep out of command history.
4488 (gdb-edit-register-value): New function.
4489 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
4490 (gdb-info-registers-custom): Use above map.
4491
d590dbd2
CY
44922005-11-25 Chong Yidong <cyd@stupidchicken.com>
4493
e335f09e
CY
4494 * custom.el (enable-theme): Signal error if argument is not a
4495 theme. Don't recalculate a face if it's not loaded yet.
4496
4497 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
4498 the `user' theme is in effect.
4499
d590dbd2
CY
4500 * info.el (Info-on-current-buffer): Record actual filename in
4501 Info-current-file, instead of t, or a fake filename if a non-file
4502 buffer. Make autoload.
4503 (Info-find-node, Info-revert-find-node): No need to check for
4504 Info-current-file nil.
4505 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
4506 Info-current-file is now never `t'.
4507 (Info-fontify-node): Many simplifications due to Info-current-file
4508 always being valid. Use Info-find-file to find node filename.
4509
e5ad37ee
DK
45102005-11-25 David Kastrup <dak@gnu.org>
4511
4512 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
4513 new character, then delete" in order to preserve markers.
4514
f81b92f2
DP
45152005-11-25 David Ponce <david@dponce.com>
4516
4517 * recentf.el (recentf-arrange-by-rule): Handle a special
4518 `auto-mode-alist'-like "strip suffix" rule.
4519 (recentf-build-mode-rules): Handle second level auto-mode entries.
4520
0680ea10 45212005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
93a06865 4522
9b01475d 4523 * viper-keym.el (viper-ESC-key): Use different values in terminal and
0680ea10 4524 window modes.
93a06865 4525
9b01475d 4526 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
0680ea10 4527 jde-javadoc-checker-report-mode.
93a06865 4528
9b01475d 4529 * ediff-wind (ediff-make-wide-display): Slight simplification.
93a06865
KS
4530
4531 * ediff.el (ediff-date): Change the date of last update.
4532
963b2040
CY
45332005-11-24 Chong Yidong <cyd@stupidchicken.com>
4534
4535 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
93a06865 4536 Use define-minor-mode, and make it a local mode. Turn on font-lock.
963b2040
CY
4537 (hi-lock-mode): New global minor mode.
4538 (turn-on-hi-lock-if-enabled): New function.
93a06865
KS
4539 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
4540 Change arguments to regexp and face instead of a font-lock pattern.
4541 Directly set face property, instead of refontifying.
963b2040
CY
4542 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
4543 (hi-lock-find-patterns): Use line-number-at-pos.
4544
4545 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
4546 arguments for hi-lock-set-pattern.
af71d4c0
JB
4547 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
4548 Call font-lock-fontify-buffer.
963b2040 4549 (hi-lock-find-file-hook, hi-lock-current-line)
93a06865 4550 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
e4d59066
CY
4551
4552 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
4553 turned off.
963b2040
CY
4554
4555 * progmodes/compile.el (compilation-setup): Don't fiddle with
4556 font-lock-defaults.
4557
e5a690f1
NR
45582005-11-25 Nick Roberts <nickrob@snap.net.nz>
4559
4560 * progmodes/gdb-ui.el (gdb-var-create-handler)
4561 (gdb-var-list-children-handler): Find values for all variable
4562 objects. gud-speedbar-buttons decides whether to display them.
4563
357e6045
RF
45642005-11-24 Romain Francoise <romain@orebokech.com>
4565
4566 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
4567 buffer name with a space.
4568
9981213c
CD
45692005-11-24 Carsten Dominik <dominik@science.uva.nl>
4570
30c02925 4571 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
93a06865
KS
4572 `org-export-local-list-max-depth'. Change default value to 3.
4573 (org-auto-renumber-ordered-lists)
4574 (org-plain-list-ordered-item-terminator): New options.
4575 (org-at-item-p, org-beginning-of-item, org-end-of-item)
4576 (org-get-indentation, org-get-string-indentation)
af71d4c0
JB
4577 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
4578 New functions.
9981213c
CD
4579 (org-move-item-down, org-move-item-up): New commands.
4580 (org-export-as-html): New classes for CSS support. Bug fix in
4581 regular expression detecting fixed-width regions. Respect
4582 `org-local-list-ordered-item-terminator'.
4583 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
4584 also a list item.
4585 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
93a06865 4586 New item moving functions.
9981213c 4587
ece75c05
JL
45882005-11-24 Juri Linkov <juri@jurta.org>
4589
93a06865
KS
4590 * isearch.el (isearch-repeat): With empty search ring set
4591 `isearch-error' to the error string instead of signaling error
4592 with the function `error'.
ece75c05 4593
b9c7cbf9
YM
45942005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4595
93a06865 4596 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
b9c7cbf9 4597
55b2dea3
NR
45982005-11-24 Nick Roberts <nickrob@snap.net.nz>
4599
4600 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
4601 and variable.
4602 (gdb-var-create-handler, gdb-var-list-children-handler):
4603 Don't match on "char **...".
4604 (gdb-var-update-handler): Find values for all variable objects.
4605 (gdb-info-frames-custom): Identify frames by leading "#".
4606
4607 * progmodes/gud.el (gud-speedbar-menu-items): Add
4608 gdb-speedbar-auto-raise as radio button.
4609 (gud-speedbar-buttons): Raise speedbar if requested.
4610 Don't match on "char **...".
4611 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
4612 Make it editable.
4613
98b37eab
CY
46142005-11-23 Chong Yidong <cyd@stupidchicken.com>
4615
4616 * info.el (Info-fontify-node): Handle the case where
4617 Info-current-file is t.
4618
9c03d478
SM
46192005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * simple.el (blink-matching-open): Fix off-by-one in last change.
4622
2c012c41
YM
46232005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4624
4625 * term/mac-win.el: Don't change default directory.
4626
2036ac73
LT
46272005-11-22 Luc Teirlinck <teirllm@auburn.edu>
4628
4629 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
4630 buffers correctly. (It used to throw an error in such buffers.)
4631 Make it ask for confirmation in group buffers and other Custom
4632 buffers containing more than one customization item.
4633
43fb082d
JPW
46342005-11-22 John Paul Wallington <jpw@gnu.org>
4635
4636 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
4637 property on mail and url overlays.
4638 (goto-address-at-point): Use `posn-set-point' instead of
4639 `mouse-set-point' because the latter is not fbound when configured
4640 without X.
4641
5c4ce34d
RF
46422005-11-22 Lars Hansen <larsh@soem.dk>
4643
5eba3394
LH
4644 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
4645 (ls-lisp-classify, ls-lisp-format): Delete call to
4646 ls-lisp-parse-symlink.
4647 (ls-lisp-handle-switches): Handle symlinks to directories as
4648 directories when ls-lisp-dirs-first in non-nil.
4649
84ad29ae
LT
46502005-11-21 Luc Teirlinck <teirllm@auburn.edu>
4651
4652 * startup.el (command-line): Make sure that loaddefs.el is handled
4653 correctly in load-history.
4654
b581a727
NR
46552005-11-22 Nick Roberts <nickrob@snap.net.nz>
4656
4657 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
4658 (gdb-struct-string, gdb-array-string): New constants.
4659 (gdb-info-locals-handler): Use them.
4660 (gdb-reset): Reset gdb-var-list to nil.
4661
bd24684b
SM
46622005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
4665 in patterns.
4666
17c1971a
JL
46672005-11-21 Juri Linkov <juri@jurta.org>
4668
4669 * custom.el (defcustom): Update link types in docstring.
4670
74b99d45
SM
46712005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
4672
4673 * custom.el (defgroup): Add doc-string-elt info.
4674
4675 * widget.el (define-widget): Don't use declare for the doc-string-elt.
4676
3cc4b076
SM
46772005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4678
1cb40089
SM
4679 * newcomment.el (comment-enter-backward): Fix last fix.
4680
3cc4b076
SM
4681 * simple.el (blink-matching-open):
4682 * paren.el (show-paren-function): Allow new paren-class info.
4683
a7b0a0e3
CY
46842005-11-20 Chong Yidong <cyd@stupidchicken.com>
4685
4686 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
4687 handled automagically.
4688
13ea43e9
AS
46892005-11-20 Andreas Schwab <schwab@suse.de>
4690
4691 * descr-text.el (describe-char): When copying overlays put them
4692 over the full char description instead of just the first character
4693 of it.
4694
695effcc
JL
46952005-11-20 Juri Linkov <juri@jurta.org>
4696
4697 * simple.el (what-cursor-position):
4698 * descr-text.el (describe-char): Use Lisp-readable syntax
4699 for octal and hex. Reorder decimal, octal and hex values.
4700 Remove excess whitespace in the output. Use `=' in `column='
4701 like in `point=' and `Hscroll='.
4702
4703 * international/mule-cmds.el (encoded-string-description):
4704 Use Lisp-readable syntax for hex.
4705
602ad1ad
SM
47062005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * newcomment.el (comment-enter-backward): Handle the case where the
4709 comment is closed by EOB.
4710
b39aa4fd
CY
47112005-11-19 Chong Yidong <cyd@stupidchicken.com>
4712
4713 * longlines.el (longlines-before-revert-hook)
4714 (longlines-after-revert-hook): New functions.
4715 (longlines-mode): Turn off longlines temporarily when reverting.
2c127d45
CY
4716 Add a message-setup-hook.
4717 (longlines-decode-buffer): New function.
cee723fb 4718 (longlines-wrap-line): Preserve marker positions.
b39aa4fd 4719
da49096f
AS
47202005-11-19 Andreas Schwab <schwab@suse.de>
4721
4722 * emacs-lisp/shadow.el: Handle compressed files.
4723
f0f98146
RF
47242005-11-19 Romain Francoise <romain@orebokech.com>
4725
4726 * net/browse-url.el (browse-url-default-browser): Signal an error
4727 if no usable browser can be found, rather than try to load w3.
4728
ad8121fe
EZ
47292005-11-16 Ryan Yeske <rcyeske@gmail.com>
4730
4731 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
4732 replacing existing properties.
4733 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4734 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
4735 tty specs.
4736 (rcirc-server-prefix, rcirc-server): New faces.
4737 (rcirc-url-regexp): Generate with rx macro.
4738 (rcirc-last-server-message-time): New variable.
4739 (rcirc-filter): Record time of last message.
4740 (rcirc-keepalive): Kill processes that did not send a message
4741 since the last ping.
4742 (rcirc-mode): Give rcirc-topic a local binding here.
4743
a4b1de6e
EZ
47442005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
4745
4746 * subr.el (read-passwd): Fontify the prompt as we do with other
4747 prompts.
4748
e27de09e
EZ
47492005-11-19 Ryan Yeske <rcyeske@gmail.com>
4750
4751 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
4752 binding buffer-read-only to nil.
4753
71726072
EZ
47542005-11-19 Eli Zaretskii <eliz@gnu.org>
4755
602ad1ad
SM
4756 * complete.el (partial-completion-mode):
4757 Mention completion-auto-help in the doc string.
10156852 4758
71726072
EZ
4759 * man.el (Man-highlight-references): Doc fix. Reformat code in a
4760 more Lisp-ish way.
4761
af71d4c0 47622005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
e0d47340
EZ
4763
4764 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
4765 digits, not 8, to avoid misalignment for files larger than 100MB.
4766
eeb935fd
EZ
47672005-11-19 Eli Zaretskii <eliz@gnu.org>
4768
602ad1ad
SM
4769 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
4770 Mention "keyboard shortcuts" in the help text.
eeb935fd 4771
125ce9ec
YM
47722005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4773
4774 * startup.el (fancy-splash-default-action): Discard only
4775 mouse-down and succeeding mouse-up events in the splash screen
4776 window so that drag-n-drop event can be processed.
4777
0f157ad5
CY
47782005-11-18 Chong Yidong <cyd@stupidchicken.com>
4779
4780 * longlines.el (longlines-mode): Add hacks for mail-mode and
4781 message-mode.
4782
35af3490
CD
47832005-11-18 Carsten Dominik <dominik@science.uva.nl>
4784
30c02925 4785 * textmodes/org.el (org-table-sort-lines): New command.
35af3490
CD
4786 (org-tbl-menu): Add entry for `org-table-sort-lines'.
4787 (org-add-file): Command removed, use `org-agenda-file-to-front'
4788 instead.
4789 (org-export-icalendar): Use `org-icalendar-combined-name'.
4790 (org-cycle-agenda-files, org-agenda-file-to-end)
4791 (org-agenda-file-to-front): New commands.
af71d4c0
JB
4792 (org-table-tab-jumps-over-hlines, org-export-html-style):
4793 New options.
35af3490 4794 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
af71d4c0 4795 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
35af3490
CD
4796 New functions.
4797 (org-fill-paragraph): Call `org-table-align' in tables.
4798 (org-mode): Call `org-set-autofill-regexps'.
4799 (org-export-as-html): Support for local handformatted lists.
af71d4c0 4800 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
35af3490
CD
4801 (org-export-local-list-max-depth): New option.
4802 (org-html-expand): Use `org-html-protect'.
4803
3d18d677
NR
48042005-11-18 Nick Roberts <nickrob@snap.net.nz>
4805
4806 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
4807 to "p".
4808 (gdb): Move definition of gud-pp to...
4809
4810 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
4811 speedbar.
4812 (gdb-find-watch-expression): New function.
f0f98146 4813
fbe8d007
CY
48142005-11-17 Chong Yidong <cyd@stupidchicken.com>
4815
4816 * faces.el (face-attribute, set-face-attribute): Mention existence
4817 of `:ignore-defface' setting in docstring.
4818
39c7cde2
SM
48192005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * simple.el (completion-setup-function): Fix last change.
4822
f5723ff5
JPW
48232005-11-17 John Paul Wallington <jpw@pobox.com>
4824
4825 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
4826 Use `posn-set-point' instead of `mouse-set-point' because the
4827 latter is not fbound when configured without X.
4828
4829 * comint.el (comint-insert-input): Likewise.
4830
4ea0018b
CY
48312005-11-17 Chong Yidong <cyd@stupidchicken.com>
4832
4833 * simple.el (hard-newline): New variable.
2fbbeaf1 4834 (sendmail-user-agent-compose, next-line): Use it.
4ea0018b
CY
4835
4836 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
4837 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
4838 (mail-mail-reply-to, mail-mail-followup-to)
4839 (mail-position-on-field, mail-signature, mail-yank-original)
bcd8c291 4840 (mail-attach-file): Likewise.
4ea0018b 4841
225dad8e
RF
4842 * mail/mailheader.el (mail-header-format)
4843 (mail-header-format-function): Likewise.
4ea0018b
CY
4844
4845 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
4846
9f5f5ff2
JL
48472005-11-17 Juri Linkov <juri@jurta.org>
4848
4849 * font-lock.el (font-lock-faces): Rename this defgroup from
4850 `font-lock-highlighting-faces'.
4851 (font-lock-comment-face, font-lock-comment-delimiter-face)
4852 (font-lock-string-face, font-lock-doc-face)
4853 (font-lock-keyword-face, font-lock-builtin-face)
4854 (font-lock-function-name-face, font-lock-variable-name-face)
4855 (font-lock-type-face, font-lock-constant-face)
4856 (font-lock-warning-face, font-lock-negation-char-face)
4857 (font-lock-preprocessor-face)
4858 (font-lock-regexp-grouping-backslash)
4859 (font-lock-regexp-grouping-construct): Rename :group from
4860 `font-lock-highlighting-faces' to `font-lock-faces'.
4861
4862 * cus-edit.el (lisp, c, tex):
4863 * progmodes/ada-mode.el (ada):
4864 * progmodes/asm-mode.el (asm):
4865 * progmodes/cperl-mode.el (cperl-faces):
4866 * progmodes/cpp.el (cpp):
4867 * progmodes/dcl-mode.el (dcl):
4868 * progmodes/f90.el (f90):
4869 * progmodes/fortran.el (fortran):
4870 * progmodes/icon.el (icon):
4871 * progmodes/idlwave.el (idlwave-misc):
4872 * progmodes/m4-mode.el (m4):
4873 * progmodes/make-mode.el (makefile):
4874 * progmodes/meta-mode.el (meta-font):
4875 * progmodes/modula2.el (modula2):
4876 * progmodes/octave-mod.el (octave):
4877 * progmodes/pascal.el (pascal):
4878 * progmodes/perl-mode.el (perl):
4879 * progmodes/prolog.el (prolog):
4880 * progmodes/ps-mode.el (PostScript-edit):
4881 * progmodes/scheme.el (scheme):
4882 * progmodes/sh-script.el (sh-script):
4883 * progmodes/simula.el (simula):
4884 * progmodes/tcl.el (tcl):
4885 * textmodes/nroff-mode.el (nroff):
4886 * textmodes/reftex-vars.el (reftex-fontification-configurations):
4887 * textmodes/sgml-mode.el (sgml):
4888 * textmodes/texinfo.el (texinfo):
4889 Add :link (custom-group-link font-lock-faces) to defgroup.
4890
4891 * hi-lock.el (hi-lock): Rename this defgroup from
4892 `hi-lock-interactive-text-highlighting'. Change parent group from
4893 `faces' to `font-lock'. Add link to the manual.
4894 (hi-lock-mode, hi-lock-file-patterns-range)
4895 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
4896 `hi-lock-interactive-text-highlighting' to `hi-lock'.
4897 (hi-lock-faces): Add :group `faces'.
4898
4899 * cus-edit.el (custom-variable-prompt): Clarify the code.
4900
4901 * faces.el (face-read-string): Set the default value arg of
4902 completing-read.
4903
4bbd5b69
LT
49042005-11-16 Luc Teirlinck <teirllm@auburn.edu>
4905
4906 * rfn-eshadow.el (file-name-shadow-properties)
39c7cde2
SM
4907 (file-name-shadow-tty-properties, file-name-shadow-mode):
4908 Remove autoloads, because the file is now preloaded.
4bbd5b69 4909
bead134f
SM
49102005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * printing.el (easy-menu-intern): Don't define.
4913 (pr-get-symbol): Use easy-menu-intern only if defined.
4914
4915 * simple.el (blink-matching-open): Simplify a bit.
4916 (completion-setup-function): Fix the case of partial-completion-mode
4917 when the minibuffer's contents start with "-".
4918 Obey completion-base-size-function even when
4919 minibuffer-completing-file-name is non-nil.
4920
afabbb4d
RS
49212005-11-16 Richard M. Stallman <rms@gnu.org>
4922
4923 * net/eudcb-ph.el (eudc-ph-open-session):
4924 Use set-process-query-on-exit-flag.
4925
4926 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
4927
4928 * international/ucs-tables.el (ucs-set-table-for-input):
4929 Use make-local-variable, not make-variable-buffer-local.
4930
4931 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4932 Improve warning message text.
4933
4934 * savehist.el (savehist-save-hook): Add :group.
4935
4936 * menu-bar.el (menu-bar-help-menu):
4937 Rename Find Extra Packages to External Packages.
4938
4939 * cus-edit.el (Custom-reset-standard): Verify that
4940 :custom-standard-value prop exists before calling it.
4941
4942 * apropos.el (apropos-calc-scores): Use apropos-pattern.
4943
49442005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
4945
4946 * wid-edit.el (color): Enclose %t in %{...%}.
4947
4948 * cus-edit.el (face): Enclose %t in %{...%}.
4949
c01f0ed3
SM
49502005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
4951
4952 * savehist.el (savehist-mode-hook): Re-add the var.
4953 (savehist-mode): Use it.
4954
66a85723
SM
49552005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4956
042c6fb7
SM
4957 * textmodes/flyspell.el: Fix commenting convention.
4958 Remove unnecessary leading * in custom docstrings.
4959 (flyspell-emacs): Remove unused var.
4960 (flyspell-delete-region-overlays): Use remove-overlays.
4961 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
4962 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
4963 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
4964 (flyspell-debug-signal-word-checked): Use with-current-buffer.
4965 (make-flyspell-overlay): Don't locally reuse a global name.
4966 (flyspell-highlight-incorrect-region)
4967 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
4968 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
4969 (flyspell-notify-misspell): Remove unused args `start' and `end'.
4970 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
4971 Wrap calls to accept-process-output inside with-local-quit since it's
4972 often called from a post-command-hook.
4973 (flyspell-correct-word, flyspell-auto-correct-word):
4974 Use ispell-send-string.
4975 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5cb35db5 4976
66a85723
SM
4977 * calendar/diary-lib.el (diary-list-entries): Also hide the
4978 terminating newline.
4979
c194b021
CD
49802005-11-16 Carsten Dominik <dominik@science.uva.nl>
4981
66a85723
SM
4982 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
4983 window-system, to allow fonts on tty.
c194b021 4984
20eff2b2
NR
49852005-11-17 Nick Roberts <nickrob@snap.net.nz>
4986
4987 * progmodes/gud.el (gud-speedbar-item-info): New function.
3d18d677
NR
4988 (gud-install-speedbar-variables): Use it to display data type
4989 of watch expression as a tooltip in speedbar.
20eff2b2 4990
8ab84823
LT
49912005-11-15 Luc Teirlinck <teirllm@auburn.edu>
4992
e7295594 4993 * font-core.el (global-font-lock-mode): Add :version keyword,
33bf8118 4994 because default was changed.
e7295594
LT
4995
4996 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
4997
8ab84823
LT
4998 * startup.el (command-line): Use `custom-reevaluate-setting' for
4999 `file-name-shadow-mode'.
5000
5001 * loadup.el: Preload rfn-eshadow.
5002
5003 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
1cc9e877 5004 Add :version keyword.
9fc0053d
LT
5005 (file-name-shadow-properties, file-name-shadow-tty-properties)
5006 (file-name-shadow): Add :version keyword.
8ab84823
LT
5007
5008 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
5009 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
5010 in the custom-group property of the symbol frames and the fringe
5011 group got no link to its parent group frames.
5012 Doc fix.
5013
3671718b
NR
50142005-11-16 Nick Roberts <nickrob@snap.net.nz>
5015
5016 * progmodes/gud.el (gud-stop-subjob): New function.
5017 (gud-menu-map, gud-tool-bar-map): Use it.
5018
7ecef1e9
KS
50192005-11-16 Kim F. Storm <storm@cua.dk>
5020
5021 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
5022 than kill it.
5023 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
5024 to a more useful/logical place.
5025
18468a1e
NR
50262005-11-16 Nick Roberts <nickrob@snap.net.nz>
5027
5028 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
5029 go buttons complementary.
5030
2fe3d6ec
SM
50312005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
5034 (rfn-eshadow-sifn-equal): New function.
5035 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
5036
54b171c7 50372005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7ecef1e9
KS
5038
5039 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
54b171c7 5040 string.
7ecef1e9 5041
54b171c7
MK
5042 * viper.el (viper-emacs-state-mode-list): Ensure that
5043 rcirc-mode buffers come up in Emacs state.
7ecef1e9
KS
5044
5045 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
5046 operation.
54b171c7 5047
59c560f7
DN
50482005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5049
5050 * term.el (term-termcap-format): Fix typos.
5051 (term-down): Fix the negative argument case.
5052
a354cf39
NR
50532005-11-16 Nick Roberts <nickrob@snap.net.nz>
5054
5055 * progmodes/gdb-ui.el: Remove face-alias left over from change on
5056 2005-08-15.
5057 (gdb-ann3): New command gud-go.
5058 (menu): Accomodate gdb-mi.el.
5059 (gdb-assembler-custom): Make buffer of selected window current
5060 so that set-window-point works.
5061
5062 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
5063 buttons and include new ones.
5064
50652005-11-16 Kim F. Storm <storm@cua.dk>
5066
2fe3d6ec 5067 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
a354cf39
NR
5068 (gud-menu-map): Use it.
5069
7cb1a551
LT
50702005-11-14 Luc Teirlinck <teirllm@auburn.edu>
5071
70acba5d
LT
5072 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
5073 that works correctly for Custom and that does not override a user
5074 who disables it.
5075
7cb1a551
LT
5076 * help-mode.el (help-make-xrefs, help-xref-on-pp)
5077 (help-xref-interned, help-follow): Make hyperlinks for variables
5078 that are unbound, but have a non-nil variable-documentation property.
5079
5080 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
5081 mode hook. (It conflicted with defcustoms for some mode hooks.)
5082 Use the `variable-documentation' property to give the mode hook a
5083 docstring and expand that docstring.
5084
2d10b62b
SM
50852005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
5086
8ab84823
LT
5087 * savehist.el (savehist-mode): Don't bother with
5088 `custom-set-minor-mode'.
2d10b62b
SM
5089 (savehist-coding-system): Check XEmacs version.
5090 (history-length): Declare also at run time.
5091 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
5092 Don't set the customize state.
5093 (savehist-minibuffer-hook): Special case for when
5094 minibuffer-history-variable is equal to t.
5095
2f0e4846
SM
50962005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5097
8e5c7b90
SM
5098 * files.el (write-file): Refresh VC status.
5099
2f0e4846
SM
5100 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
5101 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
5102 than fundamental-mode to see if the mode was set.
5103
670d3fce
RF
51042005-11-14 Romain Francoise <romain@orebokech.com>
5105
5106 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
5107 dummy function in `eval-when-compile' to avoid compiler warning.
5108 Require `man' at compile time.
5109
d0158f73
JB
51102005-11-14 Jay Belanger <belanger@truman.edu>
5111
5112 * calc-alg.el (calcFunc-write-out-power): Rename it to
5113 calcFunc-powerexpand.
5114 (math-write-out-power): Rename it to math-powerexpand; have it
5115 handle negative exponents.
5116 (calc-writeoutpower): Rename it to calc-powerexpand.
5117
5118 * calc-ext.el: Change calcFunc-writeoutpower and
5119 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
5120 autoloads.
5121 Add calcFunc-ldiv to autoloads.
5122
5123 * calc-arith.el (calcFunc-ldiv): New function.
5124
5125 * calc.el (calc-left-divide): New function.
5126
882108c7
JL
51272005-11-14 Juri Linkov <juri@jurta.org>
5128
5129 * cus-edit.el (custom-variable-prompt): Set the default value arg
5130 of completing-read.
5131
5132 * cus-dep.el (custom-make-dependencies): Reverse the list of
5133 found dependencies.
5134
cadb1c90
DN
51352005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5136
5137 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
5138 Highlighting" entry, it is on by default now.
dea24608 5139 (menu-bar-options-save): Do not save global-font-lock-mode.
cadb1c90 5140
b8b7c66e
RS
51412005-11-13 Richard M. Stallman <rms@gnu.org>
5142
5143 * textmodes/flyspell.el (flyspell-large-region):
5144 Call flyspell-accept-buffer-local-defs.
5145
51462005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
5147
5148 * textmodes/flyspell.el (flyspell-notify-misspell):
5149 Fix misspelling of "Misspelling".
5150 (flyspell-process-localwords): New function.
5151 (flyspell-large-region): Call flyspell-process-localwords and
5152 flyspell-delete-region-overlays.
5153 (flyspell-delete-region-overlays): New function.
5154 (flyspell-delete-all-overlays): Call that.
5155
7e1b6c2c
RS
51562005-11-13 Richard M. Stallman <rms@gnu.org>
5157
5158 * help.el (help-for-help-internal): Improve doc of C-h a.
afabbb4d 5159 (describe-key): Improve prompt; doc fix.
225dad8e 5160
1c32c9d6
SM
51612005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5162
1508b91a
SM
5163 * vc-svn.el (vc-svn-registered): Catch all errors.
5164
1c32c9d6
SM
5165 * cus-dep.el (custom-make-dependencies): Typo.
5166
75b19c39
MA
51672005-11-13 Michael Albinus <michael.albinus@gmx.de>
5168
5169 * net/tramp-util.el (top): Fix compilation warning.
5170
8965e9c1
KS
51712005-11-13 Kim F. Storm <storm@cua.dk>
5172
5173 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
5174
9ecc27d0
NR
51752005-11-13 Nick Roberts <nickrob@snap.net.nz>
5176
225dad8e 5177 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9ecc27d0
NR
5178 (gud-speedbar-buttons): Match on "const char *" too.
5179
5180 * progmodes/gdb-ui.el (gdb-var-create-handler)
5181 (gdb-var-list-children-handler): Match on "const char *" too.
5182 (gdb-var-evaluate-expression-handler): Match on empty string.
5183 (gdb-var-update-handler): Only call
5184 gdb-var-evaluate-expression-handler when required.
5185
e79b7435
NR
51862005-11-13 Nick Roberts <nickrob@snap.net.nz>
5187
5188 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
5189 selected window. This still doesn't work for speedbar.
9ecc27d0 5190 (gud-speedbar-buttons): Handle string expressions properly.
e79b7435 5191
47b3cf39
NR
5192 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5193 (gdb-var-create-handler): Handle string expressions properly.
e79b7435 5194 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1c32c9d6 5195 Handle string expressions properly. Move "type" field into regexp.
e79b7435 5196
9a9f1fdd 51972005-11-12 Karl Fogel <kfogel@red-bean.com>
8965e9c1 5198
9a9f1fdd 5199 * bookmark.el (bookmark-maybe-message): New function to reduce
8965e9c1 5200 code duplication: invokes `message' iff baud-rate is high enough.
9a9f1fdd
KF
5201 (bookmark-write-file): Use above instead of an inline conditional.
5202 (bookmark-load): Same.
8965e9c1 5203
a506054a
KF
52042005-11-12 Karl Fogel <kfogel@red-bean.com>
5205
5206 * bookmark.el (bookmark-write-file): Don't visit the destination
5207 file, just write the data to it using write-region. This is
5208 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
5209 change to avoid visiting the file in the first place.
5210
71dd9295
CY
52112005-11-12 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * hi-lock.el (hi-lock-mode): Set the default value of
5214 font-lock-defaults.
5215
81d7d0d6
LT
52162005-11-11 Luc Teirlinck <teirllm@auburn.edu>
5217
ee8fdb13 5218 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
81d7d0d6
LT
5219 arg to `file-attributes'.
5220 (find-lisp-format): The UID and GID can now be strings.
5221
42aad0f6
KS
52222005-11-12 Kim F. Storm <storm@cua.dk>
5223
9f49f577
KS
5224 * help.el (help-map): Bind C-h d to apropos-documentation.
5225
0820b753
KS
5226 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
5227 when point is at end-of-buffer.
5228
42aad0f6
KS
5229 * apropos.el (apropos-match-face): Doc fix.
5230 (apropos-sort-by-scores): Add new choice `verbose'.
5231 (apropos-documentation-sort-by-scores): New defcustom.
5232 (apropos-pattern): Now contains the pattern entered by the user.
5233 (apropos-pattern-quoted): New defvar.
5234 (apropos-regexp): New defvar, containing the regexp corresponding
5235 to apropos-pattern.
1c32c9d6 5236 (apropos-all-words-regexp): Rename from apropos-all-regexp.
42aad0f6
KS
5237 (apropos-read-pattern): New defun. Use it to read pattern arg in
5238 interactive calls; returns list of words for a word list, and
5239 string for a regexp.
1c32c9d6 5240 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
42aad0f6
KS
5241 parses a list of words or regexp as returned by apropos-read-pattern.
5242 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
5243 (apropos-score-doc): Return a very high score if the string
5244 entered by the user matches literally.
5245 (apropos-variable): Doc fix. Use apropos-read-pattern.
5246 (apropos-command): Doc fix. Use apropos-read-pattern and
5247 apropos-parse-pattern. Call apropos-print with nosubst=t.
af71d4c0 5248 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
42aad0f6 5249 apropos-parse-pattern.
af71d4c0 5250 (apropos-documentation): Doc fix. Use apropos-read-pattern and
42aad0f6
KS
5251 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
5252 apropos-documentation-sort-by-scores. Call apropos-print with
5253 nosubst=t.
5254 (apropos-documentation-internal): Pass doc string through
5255 substitute-key-definition before adding text properties.
5256 Highlight substring matching literal user input if possible.
5257 (apropos-documentation-check-doc-file): Remove locals beg and end.
5258 Fix calculation of score (as added twice). Pass doc string through
5259 substitute-key-definition before adding text properties.
5260 (apropos-documentation-check-elc-file): Pass doc string through
5261 substitute-key-definition before adding text properties.
5262 Highlight substring matching literal user input if possible.
5263 (apropos-print): Add new arg NOSUBST; if set, command and variable
5264 doc strings have already been passed through substitute-key-definition.
5265 Add code to handle apropos-accumulator items without score element
5266 for backwards compatibility (e.g. with woman package).
5267 Only show scores if apropos-sort-by-scores is `verbose'.
5268
be93a2c4
SM
52692005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
5272 Add jka-compr-load-suffixes to load-suffixes.
5273
119f6f17 5274 * jka-compr.el: Require jka-cmpr-hook.
be93a2c4
SM
5275 (jka-compr-info-compress-message, jka-compr-info-compress-program)
5276 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
5277 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
5278 (jka-compr-info-can-append, jka-compr-info-strip-extension)
5279 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
5280 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
5281 (jka-compr-uninstall): Remove entries from
5282 jka-compr-added-to-file-coding-system-alist after they are used.
5283 (jka-compr-error): Remove unused var `curbuf'.
5284 (jka-compr-file-local-copy): Remove unused var `notfound'.
5285
7127d508
RF
52862005-11-10 Romain Francoise <romain@orebokech.com>
5287
5288 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
5289
46faf25e
NR
52902005-11-11 Nick Roberts <nickrob@snap.net.nz>
5291
5292 * progmodes/gud.el (gud-menu-map): Move parentheses.
5293 (gdb): New command gud-pv.
5294
be93a2c4
SM
52952005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5296
5297 * tar-mode.el: Remove spurious or unnecessary leading stars
5298 in docstrings.
5299 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
5300 (tar-parse-octal-integer-safe): Use mapc.
5301 (tar-header-block-summarize): Remove unused var `ck'.
5302 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
5303 cleared before. Obey default-enable-multibyte-characters.
5304 Use mapconcat. Simplify setting of tar-header-offset.
5305 (tar-mode-map): Move initialization inside delcaration.
5306 (tar-flag-deleted): Use `abs'.
5307 (tar-expunge-internal): Remove unused var `line'.
5308 (tar-expunge-internal): Don't hardcode point-min==1.
5309 (tar-expunge): Widen while doing set-buffer-multibyte.
5310 (tar-rename-entry): Use file-name-coding-system.
5311 (tar-alter-one-field): Don't hardcode point-min==1.
5312 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
5313 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
5314
94b073f3
MY
53152005-11-10 Masatake YAMATO <jet@gyve.org>
5316
af94256b 5317 * add-log.el (add-log-current-defun): Handle class::method
af71d4c0 5318 notation of c++. Fix incorrect comment.
94b073f3 5319
f192689e
AM
53202005-11-10 Alan Mackenzie <acm@muc.de>
5321
5322 * help-fns.el (describe-variable): Make C-h v work when a variable
5323 has variable documentation yet is unbound.
5324
af8308ec
MY
53252005-11-10 Masatake YAMATO <jet@gyve.org>
5326
5327 * man.el (Man-highlight-references): Set an empty
5328 string to `Man-arguments' if it is nil.
d730a9fc 5329 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
af8308ec 5330
be93a2c4
SM
53312005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5332
5333 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
5334 commenting conventions.
5335
5336 * cus-dep.el (custom-make-dependencies): Simplify.
5337 Better follow the commenting conventions.
5338
fe8bc3fa
RS
53392005-11-09 Richard M. Stallman <rms@gnu.org>
5340
be93a2c4
SM
5341 * apropos.el (apropos-pattern): Rename from apropos-regexp.
5342 (apropos-orig-pattern): Rename from apropos-orig-regexp.
fe8bc3fa
RS
5343 All uses changed.
5344 (apropos-rewrite-regexp): Doc fix.
af94256b 5345 (apropos-variable, apropos-command, apropos, apropos-value):
fe8bc3fa
RS
5346 Change prompt; carry through the argument renaming.
5347
6e128e32
LT
53482005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5349
5350 * find-lisp.el: Require dired.
5351 (find-lisp-find-dired-internal): Do not call
5352 `abbreviate-file-name' on DIR.
5353
78e5988d
NR
53542005-11-10 Nick Roberts <nickrob@snap.net.nz>
5355
5356 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
5357
31fa5025
NR
53582005-11-09 Nick Roberts <nickrob@snap.net.nz>
5359
5360 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
5361 when using the speedbar.
5362 (gdb): New command gud-pp.
5363 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
5364
58b6f884
JL
53652005-11-09 Juri Linkov <juri@jurta.org>
5366
5367 * replace.el (occur-excluded-properties): New defcustom.
5368 (occur-1, occur-engine, occur-accumulate-lines): Use it.
5369
65b62d0a
JB
53702005-11-08 Jay Belanger <belanger@truman.edu>
5371
217d155e 5372 * calc/calc-units.el (math-convert-units): Replace any composite
65b62d0a
JB
5373 unit by its definition.
5374
77f996e5 53752005-11-08 Lars Hansen <larsh@soem.dk>
217d155e
RF
5376
5377 * emacs-lisp/autoload.el (update-directory-autoloads):
5378 Add obsolete function alias.
5379
4acbd507
SM
53802005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5a3859e6
SM
5382 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5383 comment-indent-function.
5384 (lisp-comment-indent): Replace by an alias for comment-indent-default.
5385
4acbd507
SM
5386 * reveal.el (reveal-post-command): Rework the handling of
5387 reveal-open-spots, so as to be more reliable. There were several
5388 tricky corner cases where an open spot might be lost, or where
5389 a closed spot might end up on the list of open spots.
5390 Only reveal text that's ellipsised.
5391
b58b00ca
CD
53922005-11-07 Carsten Dominik <dominik@science.uva.nl>
5393
4acbd507 5394 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
b58b00ca 5395
f5723ff5
JPW
53962005-11-07 John Paul Wallington <jpw@gnu.org>
5397
5398 * ibuffer.el (ibuffer): Search iconified frames too when
5399 getting Ibuffer buffer's window.
5400
fda12b27
RS
54012005-11-06 Richard M. Stallman <rms@gnu.org>
5402
5403 * progmodes/compile.el (compilation-internal-error-properties):
5404 save-excursion around the computation of MARKER.
5405
54062005-11-06 Piet van Oostrum <piet@cs.uu.nl>
5407
5408 * textmodes/flyspell.el (flyspell-external-point-words):
5409 flyspell-get-word returns a list, not just a string.
5410
9514fb7f
JPW
54112005-11-06 John Paul Wallington <jpw@pobox.com>
5412
5413 * ibuffer.el (ibuffer): Search all visible frames when getting
5414 Ibuffer buffer's window.
5415
30abc4f4
MY
54162005-11-07 Masatake YAMATO <jet@gyve.org>
5417
d730a9fc 5418 * man.el (Man-reference-regexp): Accept spaces between
30abc4f4
MY
5419 `Man-name-regexp' and `Man-section-regexp'.
5420 (Man-apropos-regexp): New variable.
5421 (Man-abstract-xref-man-page): Use value for `Man-target-string'
5422 if available.
4acbd507
SM
5423 (Man-highlight-references, Man-highlight-references0):
5424 Handle the case when `Man-arguments' includes "-k".
5425 (Man-highlight-references0): Rename the argument `TARGET-POS' to
30abc4f4
MY
5426 `TARGET'. `TARGET' can be a number, function or nil.
5427
2dd3b43b
NR
54282005-11-06 Nick Roberts <nickrob@snap.net.nz>
5429
5430 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
c660a322
KS
5431 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
5432 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2dd3b43b
NR
5433 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
5434 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
c660a322 5435 (gdb-send-item): Use buffer-local-value and simplify.
2dd3b43b 5436
1b0ee2ce
LT
54372005-11-05 Luc Teirlinck <teirllm@auburn.edu>
5438
5439 * startup.el (command-line): Use `custom-reevaluate-setting' for
5440 `global-font-lock-mode'.
5441
c660a322
KS
5442 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
5443 by default, except in batch mode or when the -D option is given.
1b0ee2ce
LT
5444
5445 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
5446 specified keyword args on to `define-minor-mode'. Update docstring.
5447
61f570e2
RF
54482005-11-05 Romain Francoise <romain@orebokech.com>
5449
5450 * replace.el (occur-engine): Add marker at end of line, too.
5451
af71d4c0 54522005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
dd7c6f21
RS
5453
5454 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5455 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5456 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 5457 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
5458 argument to all these routines, so the passphrase can be managed
5459 externally and passed in to the system.
5460 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5461 pgg-add-passphrase-to-cache function.
5462
5463 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5464 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5465 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 5466 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
dd7c6f21
RS
5467 argument to all these routines, so the passphrase can be managed
5468 externally and passed in to the system.
5469 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5470 function.
5471
d60b49ac
DN
54722005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5473
5474 * font-lock.el: Don't deal with font-lock-face-attributes here,
5475 move the code ...
5476
af71d4c0 5477 * startup.el (command-line): ... here. Use face-spec-set instead
d60b49ac
DN
5478 of custom-declare-face.
5479
5480 * faces.el (face-spec-set): Reset the face if spec is not nil.
5481
45f6a663
SM
54822005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * newcomment.el (comment-region-internal): Box more tightly in the
5485 common case where there's no TAB in the boxed text.
5486
db2cf961
JD
54872005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5488
5489 * info.el (info-tool-bar-map): Use images prev-node, next-node and
5490 up-node.
5491
dc9cfe1e
EZ
54922005-11-04 Ulf Jasper <ulf.jasper@web.de>
5493
af71d4c0 5494 * newsticker.el: Commentary updated. Code formatting changed.
45f6a663 5495 (newsticker-version): Change to "1.9".
dc9cfe1e 5496 (newsticker, newsticker-feed): Doc fix.
45f6a663
SM
5497 (newsticker-url-list): Doc fix. Add option "Weekly".
5498 (newsticker-retrieval-interval): Add option "Weekly".
dc9cfe1e 5499 (newsticker-headline-processing): Doc fix.
45f6a663 5500 (newsticker-auto-mark-filter): Remove.
dc9cfe1e
EZ
5501 (newsticker-auto-mark-filter-list): New.
5502 (newsticker-layout, newsticker-sort-method): Doc fix.
5503 (newsticker-hide-old-items-in-newsticker-buffer)
5504 (newsticker-heading-format, newsticker-item-format)
5505 (newsticker-desc-format): Doc fix.
45f6a663 5506 (newsticker-show-all-rss-elements): Remove.
dc9cfe1e
EZ
5507 (newsticker-show-all-news-elements): New.
5508 (newsticker-faces, newsticker-ticker): Doc fix.
5509 (remove-from-invisibility-spec): Code formatting.
5510 (newsticker--process-ids): New.
5511 (newsticker-mode): Doc fix.
45f6a663
SM
5512 (newsticker-mode): Change mode-line-format.
5513 (newsticker-start): Remove debug output.
af71d4c0 5514 (newsticker-start-ticker): Doc fix. Add autoload cookie.
dc9cfe1e
EZ
5515 (newsticker-w3m-show-inline-images): Code formatting.
5516 (newsticker-next-item): Call `force-mode-line-update'.
5517 (newsticker-previous-item): Call `force-mode-line-update'.
5518 (newsticker-next-feed): Call `force-mode-line-update'.
5519 (newsticker-previous-feed): Call `force-mode-line-update'.
5520 (newsticker-mark-all-items-at-point-as-read): Code formatting.
5521 (newsticker-show-old-items): Do not show descs.
45f6a663 5522 (newsticker-hide-entry): Hide too much.
dc9cfe1e
EZ
5523 (newsticker-hide-entry, newsticker-show-entry)
5524 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
5525 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
5526 (newsticker-toggle-auto-narrow-to-item): Code formatting.
5527 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
5528 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
45f6a663
SM
5529 (newsticker-get-news): Call `force-mode-line-update'.
5530 Collect process ids.
5531 (newsticker--sentinel): Change coding system handling.
5532 Move image retrieval to new functions newsticker--get-logo-url-*.
5533 Move feed parsing to new functions newsticker--parse-*.
5534 Update list of process ids.
dc9cfe1e
EZ
5535 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
5536 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
5537 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
5538 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
5539 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
5540 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
5541 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
45f6a663
SM
5542 (newsticker--decode-coding-string): Remove.
5543 (newsticker--decode-numeric-entities): Check input. Format code.
dc9cfe1e
EZ
5544 (newsticker--remove-whitespace): Check input.
5545 (newsticker--do-forget-preformatted): Doc fix.
5546 (newsticker--decode-rfc822-date): Allow for missing time.
5547 (newsticker--update-process-ids): New.
45f6a663
SM
5548 (newsticker--image-sentinel): Change comment.
5549 (newsticker--image-read): Change error message.
dc9cfe1e
EZ
5550 (newsticker--imenu-goto): Doc fix. Show headline title.
5551 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
5552 (newsticker--buffer-do-insert-text): Clean whitespace in
45f6a663
SM
5553 html-rendered headline title. Code formatting.
5554 Call `newsticker--buffer-print-extra-elements'.
5555 (newsticker--buffer-print-extra-element): Remove.
dc9cfe1e
EZ
5556 (newsticker--buffer-print-extra-elements): New.
5557 (newsticker--buffer-do-print-extra-element): New.
5558 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
5559 large sizes.
5560 (newsticker--run-auto-mark-filter)
45f6a663
SM
5561 (newsticker--do-run-auto-mark-filter):
5562 Use `newsticker-auto-mark-filter-list'.
dc9cfe1e 5563
c97f3d3c
EZ
55642005-11-04 Ryan Yeske <rcyeske@gmail.com>
5565
5566 * net/rcirc.el: Use split-string OMIT-NULLS argument.
5567 (rcirc-print): Force redisplay before running hooks. Do long
5568 buffer truncation after making new text read-only. Deal with nil
5569 text when decoding strings. If TARGET is nil, use either the
5570 currently selected buffer, if it is an rcirc buffer and of the
5571 same process or the process buffer.
5572 (rcirc-mode): Remove header-line. Recompute short buffer names.
45f6a663 5573 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
c97f3d3c 5574 (rcirc-short-buffer-name): Add variable.
45f6a663
SM
5575 (rcirc-kill-buffer-hook): Recompute short buffer names.
5576 Remove nick from private channel.
5577 (rcirc-send-input): Send command text to current-buffer.
5578 Don't clear overlay arrow here.
c97f3d3c
EZ
5579 (rcirc-short-buffer-name): Return a short buffer name.
5580 (rcirc-update-short-buffer-names, rcirc-abbreviate)
5581 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
5582 buffer-name abbreviations.
45f6a663
SM
5583 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
5584 Do not touch nick-table when killing a parted channel.
c660a322
KS
5585 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
5586 Clear arrow from current buffer if it is now hidden.
c97f3d3c
EZ
5587 (rcirc-current-buffer): Add variable.
5588 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5589 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
5590 Remove -face from names.
5591 (rcirc-update-activity-string): Print "DND" when globally ignoring
5592 activity.
5593 (rcirc-ignore-buffer-activity-flag): Rename from
5594 rcirc-ignore-channel-activity.
5595 (rcirc-ignore-all-activity-flag): Doc fix.
5596 (rcirc-channels): Remove variable.
5597 (rcirc-kill-buffer-hook):
5598 (rcirc-get-buffer-create): Add nick to private channel.
5599 (rcirc-multiline-edit-submit): Remove tabs.
5600 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
5601 folded.
5602 (rcirc-remove-nick-channel): Bug fix.
5603 (rcirc-toggle-ignore-buffer-activity): Rename from
5604 rcirc-toggle-ignore-channel-activity.
5605 (rcirc-record-activity): Add buffers to the front of the list.
5606 (rcirc-update-activity): Remove killed buffers from list.
5607 (rcirc-process-server-response-1): Remove last argument if it is
5608 null before calling handler.
5609 (rcirc): Add "rcirc" defcustom prefix.
45f6a663
SM
5610 (rcirc-prompt): Simplify default prompt.
5611 Use custom-initialize-default.
c97f3d3c
EZ
5612 (rcirc-private-chats): Remove variable.
5613 (rcirc-prompt): Change initialization.
5614 (rcirc-version): Remove function.
5615 (rcirc-id-string): Add constant.
5616 (rcirc-last-buffer): Remove variable.
5617 (rcirc-buffer-alist): Add variable.
5618 (rcirc-connect): Update variable setup.
5619 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
5620 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
5621 default.
5622 (rcirc-handler-generic): Trigger activity.
5623 (rcirc-send-message): Create the buffor of the target.
45f6a663
SM
5624 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
5625 (rcirc-get-buffer): Just return nil if there is no matching buffer.
c97f3d3c
EZ
5626 (rcirc-multiline-edit-cancel): Remove function.
5627 (rcirc-set-last-buffer): Remove function.
5628 (rcirc-get-any-buffer): Add function.
5629 (rcirc-join-channels): Don't print /join text.
5630 (rcirc-toggle-ignore-channel-activity): Add and update echo area
5631 messages.
5632 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
5633 (rcirc-handler-NOTICE): Recognize CTCP responses.
5634 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
5635 constructing TOPIC string for buffers we are not JOINed.
5636 (rcirc-handler-CTCP-response): Add handler.
5637 (rcirc-multiline-edit-submit): Restore the window-configuration
5638 before adjusting point.
5639 (rcirc): Add customization group.
5640 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
5641 (rcirc-user-full-name, rcirc-startup-channels-alist)
5642 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
5643 (rcirc-ignore-all-activity-flag, rcirc-time-format)
5644 (rcirc-input-ring-size, rcirc-read-only-flag)
5645 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
5646 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
5647 Change defvar to defcustom.
5648 (rcirc-update-prompt): Add optional ALL arg, which will update
5649 prompts in all rcirc buffers. Regexp quote replacement text.
119f6f17 5650 (rcirc-fill-column): Accept frame-width as a value.
c97f3d3c
EZ
5651 (rcirc-set-changed): Add function.
5652 (rcirc-next-active-buffer): Write more meaningful messages.
5653 (rcirc-faces): Add customization group.
5654 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
5655 (rcirc-nick-in-message-face, rcirc-prompt-face)
5656 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
5657 (with-rcirc-process-buffer): Move before first usage.
5658 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
5659 (rcirc-debug-flag): Rename from `rcirc-log-p'.
5660 (rcirc-debug): Rename from `rcirc-log'.
119f6f17 5661 (rcirc-format-response-string): Do not print `-' chars for a
c97f3d3c 5662 NOTICE with no sender. Simplify output of server responses.
45f6a663 5663
c97f3d3c
EZ
56642005-11-04 Henrik Enberg <henrik.enberg@telia.com>
5665
5666 (rcirc-browse-url-map, rcirc-browse-url-at-point)
af71d4c0
JB
5667 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
5668 Make urls mouse and RET clickable.
c97f3d3c 5669
ffce4757
EZ
56702005-11-04 Henrik Enberg <henrik.enberg@telia.com>
5671
5672 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
5673
77f996e5 56742005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9e673321
EZ
5675
5676 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5677 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5678 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 5679 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9e673321
EZ
5680 argument to all these routines, so the passphrase can be managed
5681 externally and passed in to the system.
5682 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5683 pgg-add-passphrase-to-cache function.
5684
5685 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5686 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5687 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 5688 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9e673321
EZ
5689 argument to all these routines, so the passphrase can be managed
5690 externally and passed in to the system.
5691 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5692 function.
5693
98945794
EZ
56942005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
5695
5696 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
5697 from goto-address-url-regexp.
5698
94539089
CD
56992005-11-04 Carsten Dominik <dominik@science.uva.nl>
5700
c660a322 5701 * textmodes/org.el (org-read-date, org-goto-calendar)
45f6a663 5702 (org-recenter-calendar, org-agenda-goto-calendar):
119f6f17 5703 Temporarily clear `calendar-move-hook'.
94539089 5704
39bcfe5f 57052005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
45f6a663
SM
5706
5707 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
39bcfe5f 5708 merging.
45f6a663
SM
5709
5710 * ediff-util.el (ediff-previous-difference): Don't skip regions that
39bcfe5f 5711 have merge clashes.
45f6a663 5712
97a7dbee
YM
57132005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5714
45f6a663
SM
5715 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5716 Undo previous change.
97a7dbee
YM
5717
5718 * startup.el (command-line): Use `custom-reevaluate-setting' for
51f47f64
YM
5719 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
5720 tty-register-default-colors on Mac.
97a7dbee 5721
c72ff615
NR
57222005-11-04 Nick Roberts <nickrob@snap.net.nz>
5723
45f6a663 5724 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
c72ff615
NR
5725 (gdb-buffer-type): Make it automatically buffer local...
5726 (gdb-get-create-buffer): ...and set it accordingly.
5727 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
5728 actually work.
5729
11ec76b7
DN
57302005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
5731
5732 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
5733 not red.
5734
2b02eddf
NR
57352005-11-04 Nick Roberts <nickrob@snap.net.nz>
5736
5737 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
5738 case GUD buffer is not visible.
5739 (gdb-goto-breakpoint): Try to force display in source buffer.
5740 (gdb-frame-gdb-buffer): Copy other similar functions.
5741 (gdb-restore-windows): Don't display source if not asked for.
5742 (gdb-assembler-buffer-name): Don't capitalise.
5743
e082564e
RS
57442005-11-03 Richard M. Stallman <rms@gnu.org>
5745
5746 * wid-edit.el (key-sequence): New widget type.
5747
5748 * simple.el (set-mark-command-repeat-pop): New variable.
5749 (set-mark-command): Only interpret plan C-@ after a pop as a pop
5750 if set-mark-command-repeat-pop is true.
5751
5752 * info.el (Info-fontify-node): Don't display extra "see" if there
5753 already is one here.
5754
5755 * mouse.el: Fix special handling of DEL after dragging a region:
5756 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
171aaa8a 5757 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
e082564e
RS
5758
5759 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
5760
5761 * textmodes/ispell.el (ispell-command-loop): Change `i' description
5762 not to assume it pertains to an affix.
5763
5764 * textmodes/flyspell.el (flyspell-post-command-hook):
5765 Bind deactivate-mark to prevent deactivation.
5766
438fc253 57672005-11-03 Lars Hansen <larsh@soem.dk>
2b02eddf 5768
438fc253
LH
5769 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
5770 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
5771 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
5772
ebce92c7
RF
57732005-11-03 Romain Francoise <romain@orebokech.com>
5774
5775 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
5776 Update copyright years.
5777
c7280fb5
SS
57782005-11-03 Sam Steingold <sds@gnu.org>
5779
13d65a03
SM
5780 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5781 Use system-type instead of window-system because window-system is not
c7280fb5
SS
5782 correctly defined during loadup.
5783
aaaa8abb
MH
57842005-11-02 Mark A. Hershberger <mah@everybody.org>
5785
5786 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
5787 (xml-parse-tag): Join strings separated by a comment properly.
5788
c80eca71
AS
57892005-11-02 Andreas Schwab <schwab@suse.de>
5790
13d65a03
SM
5791 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
5792
57932005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
5796 (byte-optimize-pure-func): Quote the eval'd value.
5797
5798 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5799 Rename from perl-font-lock-syntactic-face-function.
5800 Change the calling convention so it can be used as a font-lock MATCHER.
5801 Do the parse-partial-sexp loop outselves.
5802 (perl-font-lock-syntactic-keywords): Use it.
5803 (perl-mode): Don't set font-lock-syntactic-face-function any more.
c80eca71 5804
c2205a03
NR
58052005-11-02 Nick Roberts <nickrob@snap.net.nz>
5806
2b02eddf
NR
5807 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
5808 disassembly buffer too.
c2205a03
NR
5809 (gdb-exited): Remove overlay arrows when execution has finished.
5810 (gdb-info-frames-custom, gdb-info-threads-custom)
5811 (gdb-info-registers-custom): Don't add inappropriate text
5812 properties if inferior is not active.
5813
c046af95
GM
58142005-11-02 Glenn Morris <rgm@gnu.org>
5815
13d65a03
SM
5816 * progmodes/fortran.el (fortran-blink-match):
5817 Use `blink-matching-delay'.
c046af95 5818
af71d4c0 58192005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3631f993
GM
5820
5821 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
5822
e89cd3e6 58232005-11-02 Lars Hansen <larsh@soem.dk>
ebce92c7 5824
e89cd3e6
LH
5825 * net/tramp.el (tramp-action-out-of-band): Handle scp message
5826 "Permission denied".
5827
b5714852
RS
58282005-11-01 Richard M. Stallman <rms@gnu.org>
5829
5830 * textmodes/flyspell.el (flyspell-external-point-words):
5831 Pass nil to flyspell-get-word.
5832
8f15921b
KS
58332005-11-02 Kim F. Storm <storm@cua.dk>
5834
5835 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
5836 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
5837
e5f64be2
SM
58382005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
5841 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5842 (calendar-mouse-print-dates): Add optional `event' argument.
5843 Update interactive-spec.
5844 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5845 Use `calendar-event-to-date' instead of `event'.
5846
6f9a47ab
MY
58472005-11-02 Masatake YAMATO <jet@gyve.org>
5848
e5f64be2
SM
5849 * progmodes/ld-script.el (ld-script-builtins):
5850 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
5851 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6f9a47ab
MY
5852 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
5853
7bba5cae
RF
58542005-11-01 Romain Francoise <romain@orebokech.com>
5855
5856 * vc-sccs.el: Update copyright year.
5857 * ezimage.el: Likewise.
5858
af71d4c0 58592005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
4dacf0ff
JL
5860
5861 * info.el (Info-fontify-node): Use `string-width' for fontifying
5862 underlined titles.
5863
99315976
JL
58642005-11-01 Juri Linkov <juri@jurta.org>
5865
5866 * info.el (Info-fontify-node): Downcase node header keywords Node,
5867 Prev, Next, Up before comparison.
5868 (Info-history): Insert absolute directory name, and put invisible
5869 property on it.
5870
94b10022
JL
58712005-11-01 Juri Linkov <juri@jurta.org>
5872
5873 * info.el (Info-file-supports-index-cookies): New variable.
5874 (Info-find-node-2): Check makeinfo version for index cookie support.
5875 (Info-index-nodes): Search for nodes with index cookies only when
5876 Info-file-supports-index-cookies is t. Otherwise, search nodes
5877 with "Index" in the node name.
5878 (Info-index-node): Search index cookie in the current node only when
5879 Info-file-supports-index-cookies is t. Otherwise, check the word
5880 "Index" in the node name.
5881 (Info-find-emacs-command-nodes): Remove code that searches nodes
5882 with "Index" node name in the top menu.
5883
c7deede0
SM
58842005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5885
5886 * progmodes/scheme.el (scheme-mode-variables): Use the default
5887 comment-indent-function.
5888
5889 * faces.el (face-attribute): Handle the case where a face inherits from
5890 a non-existent face.
5891
5892 * simple.el (eval-expression-print-format): Use lisp-readable syntax
5893 for octal and hexa output, and merge the char into the paren.
5894 (kill-new): Use push.
5895 (copy-to-buffer): Use with-current-buffer.
5896 (completion-setup-function): Move code in loop to remove redundancy.
5897 (minibuffer-local-must-match-map): Don't add bindings that duplicate
5898 those inherited from minibuffer-local-completion-map.
5899
5900 * savehist.el (savehist-mode) <defcustom>:
5901 Use custom-set-minor-mode if available.
5902 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
5903 and emit a message if applicable.
5904
59052005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
5906
5907 * savehist.el: Sync up to version 19.
5908 (savehist-mode): New minor mode.
5909 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
5910 (savehist-length): Remove (use history-length instead).
5911 (savehist-file-modes): Rename from savehist-modes.
5912 (savehist-save-hook, savehist-loaded): New vars.
5913 (savehist-load): Use savehist-mode. Try to smooth up transition from
5914 old format to new format.
5915 (savehist-install): Allow savehist-autosave-interval to be nil.
5916 (savehist-save): Run the new hook. Be more careful to only trim the
5917 history variables.
5918 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
5919 (savehist-printable): Print into a buffer rather than char-by-char.
5920
769b5f0a
JW
59212005-11-01 John Wiegley <johnw@newartisans.com>
5922
c7deede0 5923 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
bff4d65f
JW
5924 toggle-ignore keybinding (C-a). The author said it had been
5925 disabled much earlier due to a possible incompatibility, but after
5926 many months of usage I have encountered no problems (and it is a
5927 rather useful option, especially for switching to " *temp*").
5928
c7deede0 5929 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
73f99a66
JW
5930 support for OS/X's AddressBook, by calling out to the open source
5931 program "contacts" (installable through Fink).
5932
5933 * net/eudc.el (eudc-expand-inline): If the
5934 `eudc-multiple-match-handling-method' is set to `all', delete the
5935 query string before inserting the query result.
5936
c7deede0 5937 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
769b5f0a
JW
5938 flag, to prevent Eshell from using the system ls when
5939 `eshell-ls-insert-directory' is in used.
5940 (eshell-ls-insert-directory): Disable font-lock in directory
5941 buffer so that Eshell's own fontification is seen. This broke
5942 recently due to changes in font-lock, so this goes back to version
5943 21 behavior.
5944
e5beba32
NR
59452005-11-01 Nick Roberts <nickrob@snap.net.nz>
5946
5947 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
5948 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
5949 (gdb-many-windows): Doc fix.
5950
ac8c0cce
RF
59512005-10-31 Romain Francoise <romain@orebokech.com>
5952
5953 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
5954
c94f08ff
DN
59552005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
5956
5957 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
5958 that global-font-lock-mode can be enabled by default.
5959
5960 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
5961 (font-lock-add-keywords, font-lock-remove-keywords)
5962 (font-lock-fontify-buffer): Remove autoload cookies.
5963
5964 * jit-lock.el (jit-lock-register): Likewise.
5965
5966 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
5967
c8010cbb
NR
59682005-10-31 Nick Roberts <nickrob@snap.net.nz>
5969
5970 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
5971 intact if there is no gud-comint-buffer.
5972
59732005-10-31 Luc Teirlinck <teirllm@auburn.edu>
5974
5975 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
5976 old prompt comint-prompt-read-only is t and GDB commands are
5977 issued from tool bar etc.
5978
9a36031f
MY
59792005-10-31 Masatake YAMATO <jet@gyve.org>
5980
5981 * vc.el (vc-directory-exclusion-list): Add "{arch}".
5982
6c060884
CY
59832005-10-30 Chong Yidong <cyd@stupidchicken.com>
5984
5985 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
5986 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
5987
55880756
MA
59882005-10-30 Michael Albinus <michael.albinus@gmx.de>
5989
5990 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
5991 starting at beginning of line. Fontification is messed up when
c7deede0
SM
5992 `open-paren-in-column-0-is-defun-start' set to t.
5993 Reported by John Paul Wallington <jpw@pobox.com>.
55880756 5994
8c633bb4
LT
59952005-10-30 Luc Teirlinck <teirllm@auburn.edu>
5996
5997 * comint.el (comint-send-input): Call `comint-update-fence' when
5998 `comint-process-echoes' and `comint-prompt-read-only' are both
5999 non-nil, to avoid leftover read-only newline.
6000
b9c5959e
RS
60012005-10-30 Richard M. Stallman <rms@gnu.org>
6002
6003 * textmodes/flyspell.el (flyspell-external-point-words):
6004 Detect when WORD can't be checked properly because
6005 flyspell-get-word finds just part of it, and move on.
6006
6007 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
6008 boundarychar for Polish.
6009 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
6010 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
6011
f3be774b
NR
60122005-10-31 Nick Roberts <nickrob@snap.net.nz>
6013
6014 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
6015 (gdb-registers-font-lock-keywords): Delete.
6016 (gdb-registers-mode): Don't fontify.
6017 (gdb-info-registers-custom): Use text properties instead as, in
6018 future, changed register values will use font-lock-warning-face.
6019 (gdb-local-font-lock-keywords): Rename to...
6020 (gdb-locals-font-lock-keywords): ...for consistency.
6021
5e7ae3bd
AS
60222005-10-30 Andre Spiegel <spiegel@gnu.org>
6023
6024 * vc.el (vc-switch-backend): Better error message if the buffer is
6025 not visiting a file under version control.
6026
6aecefa8 6027 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8c633bb4 6028
c3ab3701
CY
60292005-10-29 Chong Yidong <cyd@stupidchicken.com>
6030
6031 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
6032 ~/.emacs.d/.emacs.
6033
685abb98
RS
60342005-10-29 Richard M. Stallman <rms@gnu.org>
6035
6036 * replace.el (occur-mode-mouse-goto): Always go to other window.
6037 (occur-mode-goto-occurrence): Always switch in same window.
6038
6039 * simple.el (undo): Display message at end, not at start.
6040
6041 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
6042 New arg REUSE-CELL.
6043 (cancel-timer-internal): New function.
6044 (timer-event-handler): Use cancel-timer-internal,
6045 and pass the cell it returns to timer-activate...
6046
6047 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
6048 (jit-lock-deferred-fontify, jit-lock-context-fontify)
6049 (jit-lock-after-change): Test memory-full.
6050
dd7c6f21
RS
60512005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6052
6053 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6054 part of the decoded armor to find the key-identifier.
6055 (pgg-gpg-lookup-key-owner): New function to return the
6056 human-readable identifier of a key owner.
6057 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6058 key itself.
6059 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6060 the key value) if we have a key and can match it against a secret
6061 key. Also, added a note pointing out fact that the prompt only
6062 indicates the first matching key.
6063
119f6f17 6064 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
dd7c6f21
RS
6065 pgg-decrypt-region.
6066 (pgg-pending-timers): A new hash for tracking the passphrase cache
6067 timers, so that new ones supercede old ones.
6068 (pgg-add-passphrase-to-cache): Rename from
6069 `pgg-add-passphrase-cache' to reduce confusion (all callers
6070 changed). Modified to cancel old timers when new ones are added.
6071 (pgg-remove-passphrase-from-cache): Rename from
6072 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6073 changed). Modified to cancel old timers when their keys are
6074 removed from the cache.
6075 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6076 XEmacs, an indirection to delete-itimer.
6077 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6078 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6079 users can only check cache without risk of prompting. Correct bug in
6080 notruncate behavior.
6081 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6082 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6083 Add informative docstrings.
6084 (pgg-decrypt): Convey provided passphrase in subordinate call to
6085 pgg-decrypt-region.
6086
6087 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6088 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6089 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
af71d4c0 6090 `passphrase' argument, so the passphrase can be managed externally
dd7c6f21
RS
6091 and then passed in to the system.
6092
6093 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
119f6f17 6094 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
dd7c6f21
RS
6095 so the passphrase cache can be used reliably with identifiers
6096 besides a pgp packet's key id.
6097
6098 * pgg-gpg.el (pgg-pgp-encrypt-region)
6099 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6100 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 6101 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
6102 argument to all these routines, so the passphrase can be managed
6103 externally and passed in to the system.
6104
6105 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
af71d4c0 6106 `notruncate' argument, so the passphrase cache can be used
dd7c6f21
RS
6107 reliably with identifiers besides a pgp packet's key id.
6108
61092005-10-29 Sascha Wilde <swilde@sha-bang.de>
6110
6111 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6112 symmetric encryption.
6113 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6114 encrypted session key.
6115 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6116 message ask for the passphrase in a proper way.
6117
6118 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6119 New user commands for symmetric encryption.
6120
c390e28c
SM
61212005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
6122
6123 * textmodes/conf-mode.el (conf-assignment-sign)
6124 (conf-assignment-regexp): Fix docstrings.
6125 (conf-mode-initialize): New function.
6126 (conf-mode): Remove optional args. Use delay-mode-hooks to
6127 recognize recursive calls.
6128 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
6129 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
6130 (conf-xdefaults-mode): Use define-derived-mode and
6131 conf-mode-initialize.
6132
1cf586a4
RF
61332005-10-29 Romain Francoise <romain@orebokech.com>
6134
6135 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
6136
feb2f364
EZ
61372005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6138
c390e28c
SM
6139 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6140 part of the decoded armor to find the key-identifier.
feb2f364
EZ
6141 (pgg-gpg-lookup-key-owner): New function to return the
6142 human-readable identifier of a key owner.
6143 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6144 key itself.
6145 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6146 the key value) if we have a key and can match it against a secret
6147 key. Also, added a note pointing out fact that the prompt only
6148 indicates the first matching key.
6149
119f6f17 6150 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
feb2f364
EZ
6151 pgg-decrypt-region.
6152 (pgg-pending-timers): A new hash for tracking the passphrase cache
6153 timers, so that new ones supercede old ones.
c390e28c 6154 (pgg-add-passphrase-to-cache): Rename from
feb2f364
EZ
6155 `pgg-add-passphrase-cache' to reduce confusion (all callers
6156 changed). Modified to cancel old timers when new ones are added.
c390e28c 6157 (pgg-remove-passphrase-from-cache): Rename from
feb2f364
EZ
6158 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6159 changed). Modified to cancel old timers when their keys are
6160 removed from the cache.
6161 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6162 XEmacs, an indirection to delete-itimer.
c390e28c
SM
6163 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6164 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6165 users can only check cache without risk of prompting. Correct bug in
feb2f364
EZ
6166 notruncate behavior.
6167 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
c390e28c
SM
6168 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6169 Add informative docstrings.
feb2f364
EZ
6170 (pgg-decrypt): Convey provided passphrase in subordinate call to
6171 pgg-decrypt-region.
6172
af71d4c0 61732005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
feb2f364
EZ
6174
6175 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6176 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6177 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
af71d4c0 6178 `passphrase' argument, so the passphrase can be managed externally
feb2f364
EZ
6179 and then passed in to the system.
6180
6181 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
119f6f17 6182 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
feb2f364
EZ
6183 so the passphrase cache can be used reliably with identifiers
6184 besides a pgp packet's key id.
6185
6186 * pgg-gpg.el (pgg-pgp-encrypt-region)
6187 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6188 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 6189 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
feb2f364
EZ
6190 argument to all these routines, so the passphrase can be managed
6191 externally and passed in to the system.
6192
6193 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
af71d4c0 6194 `notruncate' argument, so the passphrase cache can be used
feb2f364
EZ
6195 reliably with identifiers besides a pgp packet's key id.
6196
61972005-10-29 Sascha Wilde <swilde@sha-bang.de>
6198
6199 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6200 symmetric encryption.
6201 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6202 encrypted session key.
6203 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6204 message ask for the passphrase in a proper way.
6205
6206 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6207 New user commands for symmetric encryption.
6208
5c825567
BW
62092005-10-28 Bill Wohler <wohler@newt.com>
6210
af71d4c0 6211 * help-mode.el (help-url): New button type. Calls browse-url.
5c825567
BW
6212 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
6213 Similar to Info nodes: URL `url'.
6214 (help-make-xrefs): Create help-url buttons for
6215 help-xref-url-regexp matches.
6216
147ebaca
NR
62172005-10-29 Nick Roberts <nickrob@snap.net.nz>
6218
6219 * tool-bar.el (tool-bar-add-item-from-menu)
6220 (tool-bar-local-item-from-menu): Fix doc strings.
6221
059a552c
RF
62222005-10-28 Romain Francoise <romain@orebokech.com>
6223
6a9e60bc
RF
6224 * ldefs-boot.el: Update.
6225
059a552c
RF
6226 * subr.el (locate-library): Move from help-fns.el.
6227 * help-fns.el (locate-library): Move to subr.el.
6228
8cee983d
RS
62292005-10-28 Richard M. Stallman <rms@gnu.org>
6230
6231 * net/tramp.el (tramp-completion-mode): defvar moved up.
6232
6233 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
6234
6235 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
6236
6237 * files.el (find-file-noselect): Use %d to format large file size.
6238
107fb6c9 6239 * bindings.el (mode-line-format): Add %e.
8cee983d
RS
6240
6241 * loadup.el ("facemenu"): Load unconditionally.
6242 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
6243 ("x-dnd"): Load, when appropriate.
6244
6245 * startup.el (command-line): Call before-init-hook earlier.
6246 Warn about some bad characters in -u user name.
6247
6248 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
6249 (flyspell-external-point-words): Error if misspelled word is not found.
6250 Set flyspell-large-region-beg at end of word.
059a552c 6251
a312f214
AS
62522005-10-28 Andreas Schwab <schwab@suse.de>
6253
c390e28c
SM
6254 * view.el (View-revert-buffer-scroll-page-forward):
6255 Use view-page-size-default.
a312f214 6256
895725e1
JL
62572005-10-28 Juri Linkov <juri@jurta.org>
6258
6259 * international/quail.el (quail-get-current-str): Translate last
6260 raw character for deterministic input methods.
6261
887ec6f1
JB
62622005-10-27 Jay Belanger <belanger@truman.edu>
6263
6264 * calc/calc-ext.el: Add functions to autoloads.
6265 (math-identity-matrix-p, math-ident-row-p): New functions.
6266
6267 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
6268 multiplication by an identity matrix; don't turn multiplication by
6269 an inverse matrix into division.
af71d4c0 6270 (math-div-symbol-fancy): Replace division by matrices with
887ec6f1
JB
6271 multiplication by inverse.
6272
6273 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
6274
6275 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
6276 (calc-writeoutpower): New functions.
6277
2d29381c
RF
62782005-10-27 Romain Francoise <romain@orebokech.com>
6279
1e0ab2f0
RF
6280 * replace.el (occur-engine): Include colon in mouse-face highlight.
6281
2d29381c
RF
6282 * dired-x.el: Change Maintainer field.
6283
a145b41c
CY
62842005-10-26 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * longlines.el (longlines-mode): Bind after-change-functions to
6287 nil during initial decoding and final encoding.
6288
51d96f88
DN
62892005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6290
6291 * term.el (term-emulate-terminal, term-handle-colors-array)
6292 (term-handle-ansi-escape): Specify the terminfo capabilities
6293 implemented.
6294
d75baf12
RS
62952005-10-26 Richard M. Stallman <rms@gnu.org>
6296
6297 * info.el (Info-fontify-node): Fix detection of sentence-break
6298 before *Note.
6299
9700a45f
RF
63002005-10-26 Romain Francoise <romain@orebokech.com>
6301
d75baf12 6302 * smerge-mode.el: Add `tools' to file keywords.
9700a45f 6303
14924bb1
NR
63042005-10-26 Nick Roberts <nickrob@snap.net.nz>
6305
6306 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
6307 when the fringe is not available.
6308
6309 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
6310 (def-gdb-auto-update-trigger): Simplify construction.
6311 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
6312 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
6313 defined explicitly.
6314 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
6315 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
6316 defined explicitly.
6317 (gdb-info-locals-custom): Remove as it's a no-op.
6318
e7b382ed
CY
63192005-10-25 Chong Yidong <cyd@stupidchicken.com>
6320
6321 * longlines.el (longlines-mode): Remove narrowing before
6322 performing the initial decoding or final encoding.
6323
53aaf457
RF
63242005-10-25 Romain Francoise <romain@orebokech.com>
6325
6326 * emacs-lisp/find-func.el (find-library-name): Also strip
6327 extension if library name ends in .el, to take advantage of
6328 `find-library-suffixes'.
6329
8e7af2c6
RS
63302005-10-25 Richard M. Stallman <rms@gnu.org>
6331
6332 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
6333
f344e9d2
JL
63342005-10-25 Juri Linkov <juri@jurta.org>
6335
6336 * textmodes/texinfo.el (texinfo-mode): Change charset of one
6337 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
6338
47b5f6d6
SM
63392005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6340
6341 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
6342 (blackbox-redefine-key): Add argument `map'.
6343
6344 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
6345 regions when moving the jit-lock-context-unfontify-pos boundary.
6346
2e167dc4
RS
63472005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6348
c390e28c 6349 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
2e167dc4 6350
fc50a3be
MY
63512005-10-25 Masatake YAMATO <jet@gyve.org>
6352
6353 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
6354
35b1f2e9
EZ
63552005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
6356
6357 * play/blackbox.el (blackbox-redefine-key): New function.
6358 (blackbox-mode-map): Use it to remap existing bindings for cursor
6359 motion instead of binding literal keys.
6360
3e99f6ee
GM
63612005-10-25 Glenn Morris <rgm@gnu.org>
6362
6363 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
6364 diary does not end in a newline. Do not assume a blank line at
6365 the start of the diary file.
6366
1f1ce6ab
KH
63672005-10-25 Kenichi Handa <handa@m17n.org>
6368
6369 * international/quail.el (quail-translate-key): If the input
6370 method is deterministic and failed to handle the last key, restart
6371 the key handling loop from an appropriate key.
6372
ead91593
MA
63732005-10-25 Michael Albinus <michael.albinus@gmx.de>
6374
6375 * vc.el (vc-dired-mode): Extend comment for binding of
6376 `directory-listing-before-filename-regexp'.
6377
bc6785f3
SM
63782005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * textmodes/texinfo.el (texinfo-mode):
6381 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
6382 not to unnecessarily expose emacs-mule's internal char codes.
6383
56da68fc
NR
63842005-10-25 Nick Roberts <nickrob@snap.net.nz>
6385
e29a4981
NR
6386 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
6387 Display hand pointer and help-echo on disabled icon too.
6388 (gdb-mouse-until): New function.
6389 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
56da68fc 6390
24bdbffe
CY
63912005-10-24 Chong Yidong <cyd@stupidchicken.com>
6392
6393 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
6394 with 2005-10-23 change to doctor.el.
6395
6396 * finder.el (finder-mode-map): Add follow-link binding.
6397
47ab3ac3
KS
63982005-10-25 Kim F. Storm <storm@cua.dk>
6399
6400 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
6401 to gdb-mouse-toggle-breakpoint-fringe.
6402 (gdb-mouse-toggle-breakpoint-margin): Rename from
af71d4c0 6403 gdb-mouse-toggle-breakpoint. Fix doc.
47ab3ac3
KS
6404 (gdb-mouse-toggle-breakpoint-fringe): New defun.
6405 (gdb-put-string): Add optional SPROPS arg. Add props to string.
6406 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
6407 string properties also for fringe breakpoint bitmaps.
6408
6bcf30dc
CD
64092005-10-24 Carsten Dominik <dominik@science.uva.nl>
6410
bc6785f3 6411 * textmodes/org.el (org-start-icalendar-file): Fix format form.
6bcf30dc 6412
dc447cc5
MY
64132005-10-25 Masatake YAMATO <jet@gyve.org>
6414
567ecdfb
SM
6415 * simple.el (completion-common-substring):
6416 Use `completion-common-substring' prior to `completion-base-size'.
6417
64182005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
6419
6420 * savehist.el: Require CL while compiling.
6421 (savehist-history-variables): Remove.
6422 (savehist-save-minibuffer-history, savehist-additional-variables)
6423 (savehist-minibuffer-history-variables): New vars.
6424 (savehist-save): Use them.
6425 (savehist-uninstall, savehist-minibuffer-hook): New funs.
6426 (savehist-install): New fun, extracted from savehist-load.
6427 (savehist-load): Use them.
6428
64292005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
6432 a dummy doc-string-elt property.
6433 (defalias, defvaralias, define-category): Add a docstring property.
6434
6435 * image.el (defimage):
6436 * widget.el (define-widget):
6437 * custom.el (defface, defcustom): Add `doc-string' declaration.
6438
6439 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
6440 (defadvice): Add `doc-string' declaration.
6441
6442 * emacs-lisp/byte-run.el (macro-declaration-function):
6443 Handle `doc-string' declarations.
6444 (define-obsolete-function-alias, define-obsolete-variable-alias):
6445 Add `doc-string' declaration.
dc447cc5 6446
1cbe1e4b
KH
64472005-10-24 Kenichi Handa <handa@m17n.org>
6448
31a8d39f
KH
6449 * international/utf-7.el (utf-7): Add autoload cookie.
6450
1cbe1e4b
KH
6451 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
6452
28e48287
EZ
64532005-10-24 Eli Zaretskii <eliz@gnu.org>
6454
81293113
EZ
6455 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
6456 list of directories passed to batch-update-autoloads. Add "." to
6457 the list of the echoed directories.
6458
28e48287
EZ
6459 * pgg-def.el:
6460 * pgg-gpg.el:
6461 * pgg-parse.el:
6462 * pgg-pgp.el:
6463 * pgg-pgp5.el:
6464 * pgg.el: Moved here from the gnus subdirectory.
6465
11422095
NR
64662005-10-24 Nick Roberts <nickrob@snap.net.nz>
6467
6468 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
6469 in case comint-prompt-read-only is set to t.
6470
6471 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
6472 in case comint-prompt-read-only is set to t.
6473
ad1eff1b
GM
64742005-10-24 Ulf Jasper <ulf.jasper@web.de>
6475
567ecdfb
SM
6476 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
6477 Now a string.
6478 (icalendar-import-format): Handle CLASS, STATUS, URL.
6479 Rename `subject' to `summary'.
ad1eff1b
GM
6480 (icalendar-import-format-summary): Rename from
6481 `icalendar-import-format-subject'.
6482 (icalendar-import-format-url, icalendar-import-format-status)
6483 (icalendar-import-format-class): New variables.
6484 (icalendar--rris): Take variable argument list.
6485 (icalendar--datestring-to-isodate): Remove unnecessary
567ecdfb 6486 calendar-style check when converting dates with explicit month names.
ad1eff1b
GM
6487 (icalendar-export-region): Change return type of conversion
6488 subroutines. Bury current buffer unless error occurred.
6489 (icalendar--convert-to-ical)
6490 (icalendar--parse-summary-and-rest): New functions.
6491 (icalendar--convert-ordinary-to-ical)
6492 (icalendar--convert-weekly-to-ical)
6493 (icalendar--convert-yearly-to-ical)
6494 (icalendar--convert-block-to-ical)
6495 (icalendar--convert-cyclic-to-ical)
6496 (icalendar--convert-anniversary-to-ical): Change return type.
6497 Strip trailing blanks from subject.
6498 (icalendar--convert-sexp-to-ical): Change return type.
6499 Strip trailing blanks from subject. Handle simple sexp
6500 entries as generated by icalendar.el.
6501 (icalendar--convert-float-to-ical)
567ecdfb 6502 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
ad1eff1b
GM
6503 (icalendar-import-file): Doc fix.
6504 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
6505 Correct call to icalendar--rris.
6506 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
6507 `summary'.
6508 (icalendar--add-diary-entry): Rename `subject' to `summary'.
6509
c7cad90c
RF
65102005-10-24 Romain Francoise <romain@orebokech.com>
6511
cbfc02e4
RF
6512 * server.el (server-sentinel): Set query-on-exit flag to nil on
6513 new client processes (it isn't inherited from the server process).
6514
c7cad90c
RF
6515 * replace.el (occur-engine): Rearrange text properties.
6516
7c5ba0d2
SM
65172005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
6520 case-fold-search is nil.
6521 (debug-help-follow): Use help-xref-interned directly.
6522
3a20e510
CY
65232005-10-23 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * thumbs.el (thumbs-image-type): Add .pbm.
6526
24c324f9
RS
65272005-10-23 Richard M. Stallman <rms@gnu.org>
6528
1df64254
RS
6529 * faces.el (inhibit-face-set-after-frame-default): New variable.
6530 (set-face-attribute): Bind it.
6531 (face-set-after-frame-default): Test it.
6532
6a897887
RS
6533 * help-fns.el (describe-simplify-lib-file-name): New function.
6534 (describe-function-1, describe-variable): Use it.
6535
6536 * faces.el (describe-face): Use describe-simplify-lib-file-name.
6537
24c324f9
RS
6538 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
6539 Eliminate nil as possible value.
6540 (tooltip-hide-delay): Reduce internal-border-width.
6541
6542 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
6543 (menu-bar-file-menu) <new-file>: Likewise.
6544
6545 * simple.el (line-move-finish): Ignore fields computing LINE-END.
6546
96664fc0 6547 * international/mule.el (load-with-code-conversion):
24c324f9
RS
6548 Pass full file name to `eval-buffer' unless preloading.
6549
6550 * textmodes/flyspell.el (flyspell-large-region):
6551 Call ispell-check-version.
6552
96664fc0 6553 * textmodes/ispell.el (ispell-local-dictionary-overridden):
24c324f9
RS
6554 Fix the make-variable-buffer-local call that was supposed
6555 to be for this variable.
6556 (ispell-aspell-supports-utf8): Doc fix.
6557 (ispell-find-aspell-dictionaries): Preserve elements of
6558 ispell-dictionary-alist for dictionaries that aspell doesn't report.
6559 (ispell-aspell-find-dictionary): Return nil on error.
6560
6561 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
6562 (doctor-symptoms): Likewise.
6563
6564 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
6565
87911bdb
CY
65662005-10-23 Chong Yidong <cyd@stupidchicken.com>
6567
6568 * cus-edit.el (custom-button, custom-button-pressed): New vars.
6569 (custom-raised-buttons): Add :set spec.
567ecdfb
SM
6570 (custom-button-unraised, custom-button-pressed-unraised):
6571 New faces, so that custom-raised-buttons actually does something.
87911bdb
CY
6572 (custom-mode): Use custom-button and custom-button-pressed.
6573
6574 * wid-edit.el (widget-specify-button): Don't ignore
6575 widget-mouse-face on graphic terminals.
6576 (widget-move-and-invoke): Cleanup.
6577
04f0adee
TTN
65782005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
6579
6580 * whitespace.el (whitespace-cleanup): Doc fix.
6581
90066cb5
RF
65822005-10-23 Romain Francoise <romain@orebokech.com>
6583
6584 * emulation/viper.el (viper-set-hooks): Quote forms passed to
6585 `eval-after-load' to avoid evaluating their result.
6586
9bc260cf
MA
65872005-10-23 Michael Albinus <michael.albinus@gmx.de>
6588
567ecdfb
SM
6589 * files.el (directory-listing-before-filename-regexp):
6590 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9bc260cf 6591
567ecdfb
SM
6592 * dired.el (dired-move-to-filename-regexp): Remove.
6593 All occurences replaced by `directory-listing-before-filename-regexp'.
9bc260cf 6594
567ecdfb
SM
6595 * dired-x.el, locate.el, vc.el:
6596 Replace `dired-move-to-filename-regexp' by
9bc260cf
MA
6597 `directory-listing-before-filename-regexp'. In vc.el it is
6598 overwritten locally; maybe this can be handled in files.el too.
6599
567ecdfb 6600 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9bc260cf
MA
6601 replaced by `directory-listing-before-filename-regexp'.
6602
9f40e1d5
AS
66032005-10-23 Andreas Schwab <schwab@suse.de>
6604
6605 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
6606 and eval-next-after-load.
6607
4bdce438
RF
66082005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6609
6610 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
6611 exist, create it.
6612
0949617b
EZ
66132005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
6614
96664fc0 6615 * allout.el: Remove autoloads for mailcrypt and crypt++.
0949617b
EZ
6616 Require pgg, pgg-gpg during compilation.
6617 (allout-version): Increment version number to 2.1, and use a literal
96664fc0
KS
6618 rather than RCS Id.
6619 (allout-default-encryption-scheme): Remove.
6620 (allout-passphrase-verifier-handling)
6621 (allout-passphrase-verifier-string)
6622 (allout-file-passphrase-verifier-string)
6623 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
6624 (allout-passphrase-hint-handling): Rename and simplify.
0949617b
EZ
6625 (allout-init): Use `find-file-hook' if available, otherwise
6626 `find-file-hooks'.
6627 (allout-mode): Use `write-file-functions' if available, otherwise
6628 `local-write-file-hooks' and, instead of making auto-save-hook
6629 buffer local, make the write-file-hook activity contingent to
6630 allout-mode.
96664fc0 6631 (allout-mode): Use key-binding substitution in the docstring.
0949617b
EZ
6632 (allout-kill-line): Spell-out kill ring data structure mutation
6633 instead of using byte-compiler-complaint-provoking `pop'.
6634 (allout-insert-listified): Use `insert' rather than `insert-string'
96664fc0
KS
6635 (allout-toggle-current-subtree-encryption): Update docstring, adjust
6636 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
0949617b
EZ
6637 (allout-encrypt-string): Totally revamped vis new underlying
6638 encryption facilities.
96664fc0 6639 (allout-mc-activate-passwd): Remove.
0949617b
EZ
6640 (allout-obtain-passphrase): New, more or less replaces
6641 allout-mc-activate-passwd.
6642 (allout-encrypted-key-info): More or less replaces
6643 allout-encrypted-text-type.
6644 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
96664fc0 6645 (my-mark-marker): Use `(featurep 'xemacs)'.
0949617b 6646
af71d4c0 66472005-10-23 Lars Hansen <larsh@soem.dk>
0949617b 6648
96664fc0 6649 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4ec5239c
LH
6650 (byte-compile-file-form-defmumble, byte-compile-defun)
6651 (byte-compile-defmacro): Use it.
6652 (byte-compile-form): Don't call byte-compile-set-symbol-position
6653 when a byte-compile handler is called.
6654
e8fbc5e0
RF
66552005-10-22 Romain Francoise <romain@orebokech.com>
6656
02c583a4
RF
6657 * savehist.el (savehist-history-variables): Add `grep-find-history'.
6658
e8fbc5e0
RF
6659 * subr.el (eval-after-load): Convert library name to an absolute
6660 file name using locate-library, since load-history no longer has
6661 library names in it.
6662
41e7ed3a
RS
66632005-10-22 Richard M. Stallman <rms@gnu.org>
6664
567ecdfb
SM
6665 * files.el (make-temp-file): Move from subr.el.
6666 * subr.el (make-temp-file): Move to files.el.
e8fbc5e0 6667
567ecdfb
SM
6668 * window.el (get-buffer-window-list): Move from subr.el.
6669 * subr.el (get-buffer-window-list): Move to window.el.
db5fe0a6 6670
41e7ed3a
RS
6671 * image.el (image-load-path): Use eval-at-startup to initialize.
6672
6673 * subr.el (eval-at-startup): New macro.
6674
6675 * subr.el: Much rearrangement of functions and division
6676 into pages. No code changes.
6677
c286104c
KH
66782005-10-22 Kenichi Handa <handa@m17n.org>
6679
6680 * tar-mode.el (tar-extract): Be sure to call
6681 find-operation-coding-system if set-auto-coding doesn't find a
6682 coding system.
6683
76b581f2
KS
66842005-10-22 Kim F. Storm <storm@cua.dk>
6685
6686 * image.el (image-type-header-regexps): Rename from image-type-regexps.
6687 Change users.
6688 (image-type-file-name-regexps): New defconst.
6689 (image-type-from-data): Simplify loop.
6690 (image-type-from-buffer): New defun.
6691 (image-type-from-file-header): Use it instead of image-type-from-data.
6692 Use image-search-load-path instead of only looking in data-directory.
6693 (image-type-from-file-name): New defun.
567ecdfb
SM
6694 (image-search-load-path): Change `pathname' to `filename'.
6695 Make PATH arg optional, default to image-load-path.
76b581f2 6696
bb66398d
RS
66972005-10-21 Richard M. Stallman <rms@gnu.org>
6698
6699 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
6700
6701 * textmodes/paragraphs.el (sentence-end-base): New variable.
6702 (sentence-end): Use sentence-end-base.
6703
5ae158bf
SM
67042005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * font-lock.el (font-lock-default-fontify-region): Check the multiline
6707 property independently from the font-lock-multiline variable.
6708
45158e77
RS
67092005-10-21 Richard M. Stallman <rms@gnu.org>
6710
6711 * emacs-lisp/find-func.el (find-library-name): Doc fix.
6712
6713 * startup.el (command-line): Convert library names
6714 in `load-history' to absolute file names.
6715
6716 * subr.el (symbol-file): Doc fix.
6717
6718 * loadhist.el (file-loadhist-lookup): Call locate-library
6719 instead of find-library-name. Don't try converting
6720 abs file names to library names, since load-history no longer
6721 has library names in it.
6722 (file-dependents, file-provides, file-requires): Doc fixes.
6723
2ac050ce
JL
67242005-10-21 Juri Linkov <juri@jurta.org>
6725
6726 * progmodes/etags.el (tags-table-mode): New function.
6727 (tags-verify-table): Replace initialize-new-tags-table with
6728 tags-table-mode.
6729
6730 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
6731 default value.
6732 (desktop-modes-not-to-save): Add tags-table-mode to the
6733 default value.
6734
6735 * info.el (Info-index-next): Add total number of index
6736 alternatives to the message.
6737
6738 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
6739 backward only space (instead of space and period) before looking
6740 at sentence end.
6741
6742 * simple.el (set-variable): Use user-variable-p instead of symbolp.
6743 Add the old variable value as 4th default-value arg of read-string.
6744
bb9404d6
YM
67452005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6746
6747 * cus-face.el (custom-declare-face): Make face from X resources
6748 also on Mac.
6749
6750 * disp-table.el (standard-display-g1, standard-display-graphic):
6751 Refuse to use string glyphs also on Mac.
6752 (standard-display-european): Don't set terminal coding system also
6753 on Mac.
6754
6755 * frame.el (display-screens): Use x-display-screens also on Mac.
6756
b71cef5c
RF
67572005-10-21 Romain Francoise <romain@orebokech.com>
6758
6759 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
6760
1712cca5
SM
67612005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
6764 and $? into sexps.
6765
6766 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
6767 warning face on open-paren-in-column-0.
6768
6769 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
6770 boundary case. Fix typo.
6771 Suggested by Martin Rudalics <rudalics@gmx.at>.
6772
50031d0d
CD
67732005-10-21 Carsten Dominik <dominik@science.uva.nl>
6774
30c02925 6775 * textmodes/org.el (org-combined-agenda-icalendar-file)
1712cca5 6776 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
50031d0d
CD
6777 (org-export-icalendar-this-file)
6778 (org-export-icalendar-all-agenda-files)
6779 (org-export-icalendar-combine-agenda-files): New commands.
6780 (org-export-icalendar, org-print-icalendar-entries)
6781 (org-start-icalendar-file, org-finish-icalendar-file)
6782 (org-ical-ts-to-string): New functions.
6783 (org-read-date, org-goto-calendar)
6784 (org-agenda-goto-calendar): Inhibit displaying diary entries by
6785 call to `calendar'.
1712cca5 6786 (orgtbl-setup): Remove the :keys arguments from the menu description.
50031d0d
CD
6787 (org-after-save-iCalendar-file-hook): New variable.
6788
dfa1cd4d
KH
67892005-10-21 Kenichi Handa <handa@m17n.org>
6790
6791 * language/vietnamese.el (tcvn-5712): Make it an alias of
6792 vietnamese-tcvn coding-system.
6793
6e967b19
MA
67942005-10-20 Michael Albinus <michael.albinus@gmx.de>
6795
6796 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
6797 group id is given.
6798
1712cca5
SM
67992005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * progmodes/sh-script.el (sh-escaped-line-re): New var.
6802 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
6803 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
6804 whose line is either continued or ends with a comment.
6805
4bfa31ba
RF
68062005-10-20 Romain Francoise <romain@orebokech.com>
6807
6808 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
6809
6810 * replace.el (occur-engine): Add follow-link property.
6811
6812 * font-core.el (font-lock-mode): Doc fix.
6813
10625c3c
RS
68142005-10-20 Richard M. Stallman <rms@gnu.org>
6815
6816 * net/rcirc.el: New file.
6817
a12ba300
EZ
68182005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
6819
6820 * term.el (term-term-name): Initialize to "eterm-color".
6821
ce13796f
EZ
68222005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
6823
ce13796f
EZ
6824 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
6825 for encryption functionality.
47888c87 6826 Move allout customization subgroup from `editing' to `outlines' group.
119f6f17 6827 Fix commentary keywords to legitimate ones.
47888c87 6828 Update author info (using my current email address, obscurified).
ce13796f
EZ
6829 (allout-encrypt-string, allout-encryption-produce-work-buffer)
6830 (allout-encrypted-topic-p, allout-encrypted-text-type)
6831 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
6832 (allout-situate-encryption-key-verifier)
6833 (allout-get-encryption-key-verifier, allout-verify-key)
6834 (allout-next-topic-pending-encryption)
47888c87 6835 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
ce13796f
EZ
6836 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
6837 (outline-key-verifier-handling, outline-key-hint-handling)
6838 (outline-encrypt-unencrypted-on-saves): New defcustoms.
6839 (allout-file-key-verifier-string, allout-encryption-scheme)
6840 (allout-key-verifier-string, allout-key-hint-string)
6841 (allout-after-save-decrypt): New variables.
6842 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
6843 (allout-after-saves-handler): New hook functions.
6844 (allout-post-command-business): Do allout-after-save-decrypt.
6845 (allout-enable-file-variable-adjustment): Custom var to enable
6846 mechanism for adding and adjusting settings of Emacs file variables.
47888c87
KS
6847 (allout-adjust-file-variable, allout-file-vars-section-data):
6848 New functions, implement the mechanism.
ce13796f
EZ
6849 (outlineify-sticky): Use the file vars mechanism.
6850 (allout-inhibit-protection, allout-during-write-cue)
47888c87
KS
6851 (allout-override-protect, allout-before-change-protect): Remove.
6852 (allout-flag-region, allout-open-topic): Adjust read-only text.
6853 (allout-open-line-not-read-only): Add to facilitate read-only
ce13796f 6854 text based protection.
47888c87 6855 (allout-kill-line): Revise to adjust read-only text, clue the
ce13796f 6856 user about the inhibition.
47888c87 6857 (allout-unprotected): Use unwind-protect.
ce13796f
EZ
6858 (allout-shift-in, allout-shift-out): Disallow manually shifting a
6859 topic deeper than the offspring depth of the previous topic -
6860 avoiding confusing "containment discontinuities".
47888c87 6861 (allout-reindent-bodies): Fix retention of body relative hanging
ce13796f 6862 indent during promotion of collapsed bodies.
47888c87 6863 (allout-open-topic): Make it easy to open new topic with same
ce13796f
EZ
6864 bullet as current topic - topic creation functions provided with
6865 any universal argument provokes now prompt for bullet, defaulting
6866 to the bullet of the previous topic.
6867 (allout-plain-bullets-string, allout-distinctive-bullets-string):
119f6f17 6868 Plain bullet alternates `.' period and `,' comma only. All other
ce13796f 6869 bullets are relegated to special status (but customizable).
119f6f17 6870 (allout-end-of-entry): Rename from allout-end-of-current-entry
ce13796f
EZ
6871 since it actually operates w.r.t. most immediately containing
6872 entry, visible or not.
6873 (allout-hide-current-entry, allout-show-current-entry): Use the
6874 revised version.
6875 (allout-old-expose-topic): Solidify deprecation.
47888c87 6876 (allout-end-of-subtree): Add so we can span concealed as well
ce13796f
EZ
6877 as visible topics.
6878 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
47888c87
KS
6879 (allout-end-of-current-heading): Tweak to just respect the first line.
6880 (allout-get-body-text): Add.
ce13796f
EZ
6881 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
6882 when invoked interactively.
6883 (allout-up-current-level): Use `interactive-p'.
6884 (allout-mode, allout-init): Miscellaneous docstring and
6885 operational refinements, as well as hookups of new encryption stuff.
6886 (allout-beginning-of-current-entry): Now works as advertised.
47888c87
KS
6887 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
6888 (allout-isearch-rectification): Refine condition for isearching.
6889 (allout-isearch-abort, allout-enwrap-isearch)
6890 (allout-flag-region, my-region-active-p): Relocate some macros.
119f6f17
RS
6891 (allout-title): Fallback title is (buffer-name), not
6892 non-existing (current-buffer-name).
ce13796f 6893 (subst-char-in-string): Define if absent (for some XEmacs versions).
ce13796f 6894
214d5640
EZ
68952005-10-20 Jari Aalto <jari.aalto@cante.net>
6896
6897 * mail/sendmail.el (mail-setup-hook, mail-aliases)
6898 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
6899 (mail-citation-prefix-regexp, mail-signature-file)
6900 (mail-default-headers, mail-bury-selects-summary)
6901 (mail-send-nonascii): Add autoload cookies.
6902
ad9c16d3
EZ
69032005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6904
6905 * frame.el (blink-cursor-mode): Add `mac' to the list of
6906 window-system's that support blinking cursor.
6907
8198ba6e
RS
69082005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
6909
1712cca5 6910 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8198ba6e 6911
a5f271ab
EZ
69122005-10-20 Eli Zaretskii <eliz@gnu.org>
6913
1712cca5
SM
6914 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
6915 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
a5f271ab
EZ
6916 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
6917
e50165ec
KS
69182005-10-20 Kim F. Storm <storm@cua.dk>
6919
6920 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
6921 (ido-set-current-directory): Don't add / after final @.
6922 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
6923 Explicitly handle ange-ftp completion oddities.
6924 (ido-make-file-list): Don't rotate list at tramp root to avoid
6925 triggering tramp file handler for expand-file-name via get-file-buffer.
6926
1712cca5
SM
69272005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6928
1712cca5
SM
6929 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
6930
cf39c182
JB
69312005-10-19 Jay Belanger <belanger@truman.edu>
6932
6933 * calc/calc-units.el (math-standard-units): Add units, adjust
6934 symbols and update values.
af71d4c0 6935 (math-unit-prefixes): Add more prefixes.
cf39c182 6936
37789292
RF
69372005-10-19 Romain Francoise <romain@orebokech.com>
6938
6939 * bookmark.el (bookmark-menu-heading): New face.
6940 (bookmark-bmenu-list): Use it.
6941 Don't fiddle with `baud-rate' at top-level.
6942
8646a62e
CY
69432005-10-18 Chong Yidong <cyd@stupidchicken.com>
6944
6945 * image.el (create-image, find-image): Mention max-image-size in
6946 docstring.
6947
d902d95e
SM
69482005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6949
1712cca5
SM
6950 * savehist.el (savehist-load): Revert to checking XEmacs.
6951
d902d95e
SM
6952 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
6953 Various docstring and line-width fixups.
6954 (conf-mode): Use cond.
6955 Set font-lock-defaults. Don't set comment-use-syntax.
6956
93883b09
DP
69572005-10-18 David Ponce <david@dponce.com>
6958
6959 * tree-widget.el (tree-widget-button-click): New function.
6960 (tree-widget-button-keymap): Use it.
6961
57eb2e24
RF
69622005-10-18 Romain Francoise <romain@orebokech.com>
6963
ee9791af
RF
6964 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6965 (bookmark-bmenu-hide-filenames): Add follow-link property.
8b1b6461 6966 Improve help-echo text.
ee9791af 6967
57eb2e24
RF
6968 * ffap.el (find-file-at-point): Doc fix.
6969
bcbdafce
YM
69702005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6971
6972 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
6973
283780dc
MY
69742005-10-18 Masatake YAMATO <jet@gyve.org>
6975
ab945c47 6976 Install to the CVS repository what I forgot to install in my
283780dc
MY
6977 2005-10-16 changes.
6978
6979 * progmodes/python.el (python-complete-symbol): Pass the common
6980 prefix substring of completion to `display-completion-list'.
6981
6982 * textmodes/org.el (org-complete): Ditto.
6983
50071f01
MY
69842005-10-18 Masatake YAMATO <jet@gyve.org>
6985
6986 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
ab945c47 6987
50071f01
MY
6988 * woman.el (WoMan-xref-man-page): New button type derived
6989 from `Man-abstract-xref-man-page'.
ab945c47 6990 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
cafc272c 6991
50071f01
MY
6992 * man.el (Man-abstract-xref-man-page): New button type.
6993 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
ab945c47 6994 (Man-highlight-references): Add new optional argument `xref-man-type'.
50071f01
MY
6995
69962005-10-18 Nick Roberts <nickrob@snap.net.nz>
ab945c47 6997
cafc272c
NR
6998 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
6999
e6038ca3
CY
70002005-10-17 Chong Yidong <cyd@stupidchicken.com>
7001
d902d95e 7002 * cus-edit.el (Custom-move-and-invoke): Delete.
e6038ca3
CY
7003 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
7004
7005 * wid-edit.el (widget-move-and-invoke): New function, from
7006 Custom-move-and-invoke.
7007
ffda926c
BW
70082005-10-17 Bill Wohler <wohler@newt.com>
7009
d902d95e
SM
7010 Move all remaining images from lisp/toolbar to etc/images, move
7011 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
7012 the low resolution images in their own directory (low-color).
ffda926c 7013
af71d4c0
JB
7014 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
7015 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
7016 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
7017 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
7018 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
7019 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
d902d95e
SM
7020 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
7021
7022 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
7023 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
7024 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
7025 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
7026 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
7027 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
7028 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
7029 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
7030 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
7031 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
7032 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
7033 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
7034 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
7035 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
7036 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
7037
7038 To conform with convention, replace the underscore (_) in the
7039 following image names with dash (-) or (/) as appropriate.
7040
7041 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
7042 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
7043 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
7044 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
7045 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
7046 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
7047 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
7048 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
7049 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
7050 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
7051 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
7052 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
7053 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
7054 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
7055 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
7056
7057 * info.el (info-tool-bar-map): Replace underscores in image names
ffda926c
BW
7058 with dashes.
7059
d902d95e 7060 * makefile.w32-in (WINS): Remove toolbar.
ffda926c 7061
d902d95e 7062 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
ffda926c 7063
d902d95e
SM
7064 * tool-bar.el: Move to lisp from toolbar. Now that
7065 toolbar is empty, it should be deleted when folks run "cvs up -P".
ffda926c 7066
3c4f0698
JB
70672005-10-18 Jay Belanger <belanger@truman.edu>
7068
cf39c182 7069 * calc/calc-store.el (calc-store-into): Get the proper variable name
3c4f0698
JB
7070 to display in message.
7071
425fbda6
NR
70722005-10-18 Nick Roberts <nickrob@snap.net.nz>
7073
7074 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
7075 expressions display in speedbar for all buffers when debugging.
1712cca5 7076 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
425fbda6
NR
7077
7078 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
ab945c47 7079 (speedbar-insert-button, speedbar-make-button):
425fbda6
NR
7080 Use add-text-properties.
7081 (speedbar-update-localized-contents)
7082 (speedbar-update-directory-contents)
7083 (speedbar-update-special-contents): Use dolist.
7084 (speedbar-buffer-easymenu-definition): Add a menu separator.
7085
595f93ac
JR
70862005-10-17 Jason Rumney <jasonr@gnu.org>
7087
4fc267d0
JR
7088 * makefile.w32-in: Use $(lisp) consistently.
7089 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
7090 for shell specific generation of mh-autoloads.
595f93ac 7091
f8252852
RS
70922005-10-17 Richard M. Stallman <rms@gnu.org>
7093
7094 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
7095
c4ac63d0
SM
70962005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7097
7098 * jit-lock.el (jit-lock-fontify-now):
7099 Move jit-lock-context-unfontify-pos to avoid wasted work.
7100
c1253aad
MA
71012005-10-17 Michael Albinus <michael.albinus@gmx.de>
7102
7103 * net/tramp.el (tramp-completion-mode): New defvar. Used in
7104 `tramp-completion-mode' for checking if we are in completion mode.
7105 (tramp-completion-handle-file-name-all-completions): Reorder code
7106 in order to complete for file names only in case there are no
7107 method/user/host completions. This is necessary for cooperation
ab945c47 7108 with ido. Reported by Kim F. Storm <storm@cua.dk>.
c1253aad 7109
625fca9a
CY
71102005-10-16 Chong Yidong <cyd@stupidchicken.com>
7111
7112 * longlines.el (longlines-search-forward)
7113 (longlines-search-backward): Match any number of spaces.
7114
72147c53
TTN
71152005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
7116
7117 * diff-mode.el (diff-mode): Doc fix.
7118
af71d4c0 71192005-10-16 David Reitter <david.reitter@gmail.com>
255d8b22
RS
7120
7121 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
7122 as default on darwin and windows systems.
7123
74725d46
RS
71242005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
7125
7126 * arc-mode.el (archive-zip-extract): Doc fix.
7127
97b1270c
RF
71282005-10-16 Romain Francoise <romain@orebokech.com>
7129
7130 * mouse.el (mouse-1-click-follows-link): Doc fix.
7131
71790d57
SM
71322005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * savehist.el: Don't require CL at runtime.
7135 (savehist-xemacs): Remove.
c4ac63d0 7136 (savehist-coding-system): Use utf-8 if present, regardless of religion.
71790d57
SM
7137 (savehist-no-conversion): Use (featurep 'xemacs).
7138 (savehist-load): Check existence of start-itimer rather than XEmacs.
7139 Use an idle timer.
7140 (savehist-process-for-saving): Replace use of CL funs `subseq' and
7141 `delete-if-not'.
7142
71432005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
7144
7145 * savehist.el: Newer version.
7146 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
7147 (savehist-last-checksum, savehist-no-conversion): New vars.
7148 (savehist-autosave, savehist-process-for-saving, savehist-printable):
7149 New functions.
7150 (savehist-load, savehist-save): Use them.
7151 (savehist-delimit): Remove.
7152
e5456e73
SM
71532005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * progmodes/compile.el (compilation-goto-locus): Display the
7156 compilation buffer first and the source buffer second, in case they're
7157 in overlapping frames. Don't raise the compilation frame if it was the
7158 selected window upon entry. Pass the `other-window' arg to
7159 pop-to-buffer.
7160
7161 * info.el (Info-fontify-node): Use dolist.
7162 Change add-text-properties to put-text-property.
7163
71642005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7165
7166 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
7167 bound of search.
7168
f5fab556
MY
71692005-10-16 Masatake YAMATO <jet@gyve.org>
7170
7171 * dabbrev.el (dabbrev-completion): Pass the common
7172 prefix substring of completion to `display-completion-list'.
7173
7174 * filecache.el (file-cache-minibuffer-complete)
7175 (file-cache-complete): Ditto.
7176
7177 * tempo.el (tempo-display-completions): Ditto.
7178
7179 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
7180
7181 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
7182
7183 * eshell/em-hist.el (eshell-list-history): Ditto.
7184
7185 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
7186
7187 * mail/mailalias.el (mail-complete): Ditto.
7188
7189 * progmodes/etags.el (complete-tag): Ditto.
7190
7191 * progmodes/make-mode.el (makefile-complete): Ditto.
7192
7193 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
7194
7195 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
7196
7197 * progmodes/pascal.el (pascal-complete-word)
7198 (pascal-show-completions): Ditto.
7199
f5fab556
MY
7200 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
7201
f5fab556
MY
7202 * simple.el (completion-common-substring): New variable.
7203 (completion-setup-function): Use `completion-common-substring'
7204 to put faces.
7205
2ef1363e
YM
72062005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7207
7208 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
7209 (x-get-selection, mac-select-convert-to-string): Convert from/to
7210 UTF-16 clipboard data as in native byte order, no BOM.
7211
eae86e67
NR
72122005-10-16 Nick Roberts <nickrob@snap.net.nz>
7213
7214 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7215 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
7216 (gud-sentinel): Use speedbar-frame to check for speedbar.
7217
a19a0003
RS
72182005-10-15 Richard M. Stallman <rms@gnu.org>
7219
089a682e 7220 * savehist.el: New file.
a19a0003
RS
7221
72222005-10-14 Karl Chen <quarl@cs.berkeley.edu>
7223
71790d57
SM
7224 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
7225 Fix bug in \bf fontification.
a19a0003 7226
bad3da7a
SM
72272005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * pcvs.el (cvs-edit-log-files): New var.
7230 (cvs-mode-edit-log): New arg `file'.
7231 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
7232 Instead force the use of the original file and nothing else.
7233 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
7234 the cvs-minor-wrap-function is set.
7235 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
7236
c7ddd701
BW
72372005-10-14 Bill Wohler <wohler@newt.com>
7238
7239 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
7240 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
7241 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
7242 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
7243 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
7244 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
7245 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
7246 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
7247 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
7248 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
7249 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
7250 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
7251 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
7252 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
7253 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
7254
c4ac63d0 7255 * progmodes/gud.el (gud-tool-bar-map): Rename the images
c7ddd701
BW
7256 appropriately (for example, gud-break to gud/break).
7257
f28e9cbd
CY
72582005-10-14 Chong Yidong <cyd@stupidchicken.com>
7259
930aae96 7260 * longlines.el (longlinges-search-function)
c4ac63d0 7261 (longlines-search-forward, longlines-search-backward): New functions.
930aae96
CY
7262 (longlines-mode): Set isearch-search-fun-function to
7263 longlinges-search-function.
7264
f28e9cbd
CY
7265 * mouse.el (mouse-drag-region-1): Handle the case where a
7266 double-click event is bound to an arbitrary function.
7267
b6b5618c
DP
72682005-10-14 David Ponce <david@dponce.com>
7269
7270 * recentf.el (recentf-track-opened-file)
7271 (recentf-track-closed-file, recentf-update-menu)
7272 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
7273 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
7274 mouse-1-click-follows-link.
7275
e1f1d047
JD
72762005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7277
7278 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8511877a 7279 Gnome file-manager.png. Suggested by
e1f1d047
JD
7280 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
7281
7282 * toolbar/README: Add diropen.xpm.
7283
e9b28650
BW
72842005-10-13 Bill Wohler <wohler@newt.com>
7285
8511877a
SM
7286 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
7287 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
7288
72892005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7290
7291 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7292 Don't waste the byte-compiler's time on constant data.
e9b28650 7293
f086544b
KH
72942005-10-13 Kenichi Handa <handa@m17n.org>
7295
179f2d7b
KH
7296 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
7297 byte with `escape-glyph' face.
7298
8511877a
SM
7299 * international/fontset.el (ccl-encode-unicode-font):
7300 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
7301 Handle the case that ucs-mule-to-mule-unicode translates a character to
f086544b
KH
7302 ASCII (usually for IPA characters).
7303
e5456e73
SM
73042005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
7307 Don't hide the underline of titles if font-lock-mode is disabled.
7308
ba2b2673
BW
73092005-10-12 Bill Wohler <wohler@newt.com>
7310
af71d4c0
JB
7311 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
7312 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
ba2b2673
BW
7313 files in MH-E-SRC have been updated.
7314 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
7315
0471d426
SM
73162005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7317
7318 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
7319 (mixal-mode-syntax-table): Add \n as end-comment.
7320 (mixal-operation-codes-alist): Immediately initialize to full value.
7321 (mixal-add-operation-code): Remove.
7322 (mixal-describe-operation-code): Make the arg non-optional.
7323 Use the interactive spec instead.
7324 Use mixal-operation-codes-alist rather than mixal-operation-codes.
7325 (mixal-font-lock-keywords): Don't highlight comments here any more.
7326 (mixal-font-lock-syntactic-keywords): New var.
7327 (mixal-mode): Use it. Fix comment-start-skip.
7328
c755acf3
JD
73292005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7330
7331 * startup.el (command-line-x-option-alist): -nb => -nbi
7332
78f3b91f
KS
73332005-10-12 Kim F. Storm <storm@cua.dk>
7334
7335 * startup.el (fancy-splash-default-action): Discard mouse click in
125ce9ec 7336 the splash screen window, as it has no sensible meaning in the
78f3b91f
KS
7337 next window to be selected. Fixes error reported by Jan D.
7338
136b3a73 73392005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
97b3a214
LH
7340
7341 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
97b3a214 7342
0471d426
SM
73432005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
7346 Try to fix up minor layout issues like indentation, line break, etc...
7347 (mixal-mode-syntax-table): Don't try to specify comment syntax,
7348 because it doesn't work.
7349 (mixal-operation-codes): Add some more codes.
7350 (mixal-font-lock-keywords): Process comments here.
7351 (mixal-mode): mixasm no longer needs -g option.
7352
79a57082 73532005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
decb2a9e
RS
7354
7355 * progmodes/sh-script.el (sh-tmp-file):
7356 Use mktemp -t. Finish support for es and rc shells.
7357
125df7f5
JB
73582005-10-11 Jay Belanger <belanger@truman.edu>
7359
7360 * calc/calcalg2.el (calc-integral): With an argument, compute the
7361 definite integral.
7362
351b3bee
CY
73632005-10-11 Chong Yidong <cyd@stupidchicken.com>
7364
7365 * mouse.el (mouse-drag-region-1): Don't try to catch a
7366 double-click when doing follow-link (it's overridden anyway).
7367
4e0c0d75
JB
73682005-10-11 Juanma Barranquero <lekktu@gmail.com>
7369
7370 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
7371 (autoload-print-form-outbuf): Add docstring.
7372
25f7a98c
JL
73732005-10-11 Juri Linkov <juri@jurta.org>
7374
7375 * info.el (Info-mode-menu): Delete menu item "Edit".
7376 (Info-mode): Delete description of Info-edit from docstring,
7377 and rearrange descriptions of Info commands in the order
7378 they are documented in the Info manual.
7379
a120694f
SM
73802005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7381
7382 * calendar/appt.el (appt-check): Use diary-selective-display var.
7383
dba0acf6
RS
73842005-10-10 Richard M. Stallman <rms@gnu.org>
7385
7386 * net/newsticker.el (newsticker-start, newsticker-show-news):
7387 Add autoload cookies.
7388
17a3b6da
RS
73892005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
7390
7391 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
7392
9c40111a
RS
73932005-10-10 Karl Chen <quarl@cs.berkeley.edu>
7394
7395 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
7396
bbcaa3e3
JB
73972005-10-10 Jay Belanger <belanger@truman.edu>
7398
7399 * calc/calc-arith.el (math-check-known-scalarp)
7400 (math-check-known-matrixp): Check the values of arguments that are
7401 variables.
7402 (math-check-known-square-matrixp): New function.
7403 (math-known-square-matrixp): Use math-check-known-square-matrixp.
7404 (math-super-types): Add sqmatrix type.
7405
7406 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
119f6f17 7407 mode name `square' to `sqmatrix'.
bbcaa3e3
JB
7408
7409 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
119f6f17 7410 mode name `square' to `sqmatrix'.
bbcaa3e3 7411
720a5d03
SM
74122005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7413
7414 * progmodes/etags.el (select-tags-table-mode): Don't use
7415 selective-display.
7416 (tags-select-tags-table): Pass `button' to the action function.
7417 (select-tags-table): Place the side-info on button properties rather
7418 than in hidden text. Abbreviate file names.
7419 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
7420 (select-tags-table-select): Add `button' argument.
7421 Get side-info from the button property rather than from hidden text.
7422
4e5f12ee
NR
74232005-10-11 Nick Roberts <nickrob@snap.net.nz>
7424
720a5d03 7425 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4e5f12ee
NR
7426 (gud-speedbar-buttons): Preserve point if possible.
7427 (gud-sentinel): Restore previous speedbar display type.
7428
7429 * progmodes/gdb-ui.el (gdba): Improve diagram.
7430 (def-gdb-auto-update-handler, gdb-info-locals-handler)
720a5d03
SM
7431 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
7432 Call get-buffer-window once.
7433
74342005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
7437 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
7438 (pascal-indent-command): Remove unused var `ind'.
7439 (pascal-indent-case): Remove unused var `oldpos'.
7440 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
7441 since it's now used as a proper minor mode map.
7442 (pascal-outline): Rename to pascal-outline-mode.
7443 (pascal-outline-mode): Use define-minor-mode.
7444 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
7445 selective-display.
4e5f12ee 7446
fde7576e
AS
74472005-10-10 Andreas Schwab <schwab@suse.de>
7448
9bf211ad
AS
7449 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
7450 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
7451
fde7576e
AS
7452 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
7453 outside source directory.
7454
86bebbbc
CD
74552005-10-10 Carsten Dominik <dominik@science.uva.nl>
7456
30c02925 7457 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
86bebbbc
CD
7458 C-x' as a prefix.
7459 (orgtbl-mode-map): Full keymap instead of sparse, because all
e61d3a56 7460 `self-insert-command' keys are redefined in this map.
86bebbbc
CD
7461 (org-export-as-html): Specify charset for HTML file, by taking it
7462 from the coding system.
7463
1fb7ce77
RS
74642005-10-10 Kenichi Handa <handa@m17n.org>
7465
7466 * textmodes/flyspell.el (flyspell-check-word-p):
7467 If unread-command-events is non-empty, don't call sit-for.
7468
cc8556d9
RS
74692005-10-09 Richard M. Stallman <rms@gnu.org>
7470
9bab4985
RS
7471 * font-lock.el (font-lock-syntactic-keywords)
7472 (font-lock-keywords): Doc fixes.
7473
720a5d03
SM
7474 * textmodes/flyspell.el (flyspell-external-point-words):
7475 Simplify logic, and don't try to check for consecutive appearances
7476 of one incorrect word.
cc8556d9 7477
1919ed22
NR
74782005-10-10 Nick Roberts <nickrob@snap.net.nz>
7479
7480 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
7481 separator.
7482
7483 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
78d67e10 7484 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
1919ed22
NR
7485 (gud-expansion-speedbar-buttons): New function.
7486 (gud-speedbar-buttons): Check for gud-comint-buffer.
7487
9af14567
BW
74882005-10-09 Bill Wohler <wohler@newt.com>
7489
78d67e10 7490 * Makefile.in (updates): Add mh-loaddefs dependency.
9af14567 7491
74ab0905
CY
74922005-10-09 Chong Yidong <cyd@stupidchicken.com>
7493
7494 * speedbar.el (speedbar-file-key-map): Fix typo.
7495
e61d3a56 74962005-10-09 Daniel Brockman <daniel@brockman.se>
4b9f0de2
RS
7497
7498 * cus-start.el (line-spacing): Add custom spec.
7499
865729da
RF
75002005-10-09 Romain Francoise <romain@orebokech.com>
7501
7502 * textmodes/ispell.el (ispell-check-version): Fix last change.
7503
1c1db08a
JD
75042005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7505
4e0c0d75 7506 * term/x-win.el: Remove -i, --icon-type from comment.
2323b3ab 7507
720a5d03 7508 * startup.el (command-line-x-option-alist): Remove options -i,
1c1db08a
JD
7509 -itype, --icon-type, added -nb, --no-bitmap-icon
7510
7d808714
NR
75112005-10-09 Nick Roberts <nickrob@snap.net.nz>
7512
7513 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
7514 instead of :active.
7515
6ecca7d1 75162005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
344066e6
RS
7517
7518 * textmodes/ispell.el (ispell-check-version):
7519 Ignore hyphen, and all that follows, in aspell's version text.
7520
75212005-10-08 Jay Belanger <belanger@truman.edu>
d7791136
JB
7522
7523 * calc/calc-arith.el (math-known-square-matrixp): New function.
7524 (math-pow-fancy): Check for matrices before distributing exponent
7525 across products.
7526
7527 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7cf7e30f 7528 fullscreen keypad. Suggested by Luc Teirlinck.
d7791136
JB
7529 (calc-keypad-show-input): Add space for formatting.
7530
7531 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
7532 Add square matrix option.
7533
7534 * calc/calc-poly.el (math-expand-term): Check for matrices instead
7535 of checking calc-matrix-mode when deciding how to expand.
7536
7537 * calc/calc.el (calc-set-mode-line): Add square matrix option.
7538
8cb0a559 75392005-10-08 Lars Hansen <larsh@soem.dk>
78d67e10 7540
720a5d03
SM
7541 * net/tramp.el (tramp-perl-directory-files-and-attributes):
7542 Add error handling.
7cf7e30f 7543 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8cb0a559 7544
11948172
MA
75452005-10-08 Michael Albinus <michael.albinus@gmx.de>
7546
7547 Sync with Tramp 2.0.51.
7548
7549 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7cf7e30f
KS
7550 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7551 Insert special handling for `last-coding-system-used', again
7552 it still seems to be necessary (unlike stated before).
7553 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11948172
MA
7554 (tramp-password-prompt-regexp): There might be other words before
7555 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
7556 (tramp-chunksize): Improve docstring.
7557 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
7558 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
7559 Christian Joergensen <bugs@razor.dk>.
7560
6f137189
GM
75612005-10-07 Glenn Morris <rgm@gnu.org>
7562
7563 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
7564 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
7565 precision'.
7566
4fe3f297
RF
75672005-10-07 Romain Francoise <romain@orebokech.com>
7568
7569 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
7570 (ibuffer-do-shell-command-pipe-replace)
7571 (ibuffer-do-shell-command-file, ibuffer-do-eval)
7572 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
7573 (ibuffer-do-revert, ibuffer-do-replace-regexp)
7574 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
7575 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7576 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
7577 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
7578 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
7579 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
7580 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
7581 Autoload file sans suffix.
7582
7583 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
7584
4e8cb311
DP
75852005-10-07 David Ponce <david@dponce.com>
7586
7587 * recentf.el (recentf-menu-open-all-flag): New option.
7588 (recentf-digit-shortcut-command-name): New function.
7589 (recentf--shortcuts-keymap): New variable.
7590 (recentf-menu-shortcuts): New variable.
7591 (recentf-make-menu-items): Initialize it. Replace the "More..."
7592 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
7593 (recentf-menu-value-shortcut): New function.
7594 (recentf-make-menu-item): Use it. No more in-lined.
7595 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
7596 (recentf-open-most-recent-file): Rename from
7597 `recentf-open-file-with-key'. Don't depend on key binding.
7598 (recentf-mode-map): New variable.
7599 (recentf-mode): Use it.
7600
1eee3de4
BW
76012005-10-06 Bill Wohler <wohler@newt.com>
7602
4e0c0d75 7603 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
1eee3de4 7604
720a5d03
SM
7605 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
7606 (MH-E-SRC): New. Used by mh-autoloads.
7607 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1eee3de4
BW
7608 files in MH-E-SRC have been updated.
7609 (compile, recompile, bootstrap): Depend on mh-autoloads.
7610
bd5497c2 76112005-10-07 Nick Roberts <nickrob@snap.net.nz>
4fe3f297 7612
bd5497c2
NR
7613 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
7614 gud-break and gud-remove icons when the fringe is not available.
7615
7616 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
7617 Typo.
7618
4e0c0d75 76192005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
03c609c1
TTN
7620
7621 * play/zone.el (zone): Wrap body with save-window-excursion.
03c609c1 7622
a04b6191
SM
76232005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7624
7625 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7626 Use the new `list-only' arg to diary-list-entries.
7627
7628 * calendar/diary-lib.el: Use overlays rather than selective-display.
7629 (diary-selective-display): New var.
7630 (diary-header-line-format): Use it.
7631 (diary-list-entries): Add argument `list-only'.
7632 Put the buffer in diary-mode. Don't add \^M at beg and end.
7633 Replace \^M by invisible overlays.
7634 (diary-unhide-everything): Replace \^M by invisible overlays.
7635 (print-diary-entries): Look for overlays rather than \^M.
7636 Add a space to the temp buffer name.
7637 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
7638 Put the buffer in diary-mode.
7639 (list-sexp-diary-entries): Replace \^M by invisible overlays.
7640 (diary-anniversary): Make the year arg optional.
7641 (diary-time-regexp): New const.
7642 (diary-font-lock-keywords): Use it to accept a few more time formats.
7643
7644 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
7645
de4ce191
TTN
76462005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
7647
7648 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
7649 Fix bug introduced 2005-07-03: Use (car (last ...))
7650 to faithfully reproduce replaced artist-last.
7651 (artist-set-arrow-points-for-poly): Likewise.
7652 Suggested by Johan Bockg\e,Ae\e(Brd.
7653
a5e6116d
JB
76542005-10-06 Juanma Barranquero <lekktu@gmail.com>
7655
7656 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
7657 * wid-edit.el (widget):
8dc8d895 7658 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
a5e6116d
JB
7659 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
7660
a41b50ca
KH
76612005-10-06 Kenichi Handa <handa@m17n.org>
7662
a04b6191
SM
7663 * international/mule-cmds.el (set-language-environment):
7664 Fix setting up of case-table for unibyte mode.
c8d21d09 7665
a41b50ca
KH
7666 * simple.el (what-cursor-position): If the character is displayed
7667 by some `display' text property, show that. Don't use
7668 single-key-description for eight-bit characters in multibyte mode.
7669
cf85afc9
NR
76702005-10-06 Nick Roberts <nickrob@snap.net.nz>
7671
7672 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
7673 (gdb-ann3): Set it.
a04b6191 7674 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7f778452
NR
7675 (gdb-info-frames-custom): Use inverse-video for first five
7676 characters of selected frame only.
7677 (gdb-get-frame-number): Select frame even when point is on frame
7678 number.
cf85afc9 7679
20ef8673
MY
76802005-10-06 Masatake YAMATO <jet@gyve.org>
7681
a5e6116d
JB
7682 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7683 Put `font-lock-function-name-face'.
20ef8673
MY
7684 (gdb-info-frames-custom): Put `font-lock-function-name-face'
7685 and `font-lock-variable-name-face'
7686 (gdb-registers-font-lock-keywords): New font lock keywords definition.
7687 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
7688 (gdb-memory-font-lock-keywords): New font lock keywords definition.
7689 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
7690 (gdb-local-font-lock-keywords): New font lock keywords definition.
7691 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
7692 (gdb-threads-font-lock-keywords): New font lock keywords definition.
7693 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
a5e6116d 7694
e2de3a29 76952005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
a5e6116d
JB
7696
7697 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
7698 (ediff-merge-region-is-non-clash-to-skip): Previously called
e2de3a29 7699 ediff-merge-region-is-non-clash.
a5e6116d
JB
7700
7701 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
7702 Use insert-buffer-substring.
7703
7704 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
7705 selecting files to patch. Also bug fixes.
7706
7707 * ediff-util.el (ediff-setup): Bug fix.
7708 (ediff-next-difference): Never skip clashes that differ in white
7709 space only.
7710
7711 * ediff-wind.el (ediff-setup-control-frame)
7712 (ediff-destroy-control-frame): Check the menubar feature.
7713
7714 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
7715 (viper-refresh-mode-line): Use make-local-variable to localize
7716 some vars instead of make-variable-buffer-local. Suggested by
e2de3a29 7717 Stefan Monnier.
a5e6116d
JB
7718
7719 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
7720 (viper-restore-cursor-type, viper-set-insert-cursor-type):
7721 Use make-local-variable instead of make-variable-buffer-local.
7722 Suggested by Stefan Monnier.
7723
7724 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
7725 (viper-comint-mode-hook): Use make-local-variable on
e2de3a29 7726 require-final-newline.
a5e6116d 7727 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20ef8673 7728
21c3ef84
SM
77292005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
7732 also the second char of a comment-start sequence.
7733 (scheme-sexp-comment-syntax-table): New var.
7734 (lambda, define): Set their scheme-doc-string-elt property.
7735 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
7736 Use lisp-font-lock-syntactic-face-function now that it properly
7737 handles |...| symbols.
7738 (scheme-mode-variables): Set lisp-doc-string-elt-property,
7739 parse-sexp-lookup-properties and font-lock-extra-managed-props.
7740
7741 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
7742 bit from # to |.
7743 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
7744
7745 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
7746 (lisp-doc-string-elt-property): New var.
7747 (lisp-font-lock-syntactic-face-function): Use it.
7748 Rewrite to recognize docstrings even for forms not at toplevel.
7749
7750 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
7751 annotation on the | part of #| rather than on the # part.
7752 (scheme-font-lock-syntactic-face-function): New function, to
7753 distinguish strings from |...| symbols.
7754 (scheme-mode-variables): Use it. Also fix up the font-lock-time
7755 syntax-table so that #|...|# is properly highlighted.
7756
7757 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
7758 Don't mark as docstring the 3rd elem of an unknown toplevel form.
7759
0cb7f2c0
SM
77602005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7761
f88febbb
SM
7762 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
7763 and C-e.
7764
7765 * emacs-lisp/eldoc.el: Move comments into docstrings.
7766 (eldoc-message-commands): Initialize in its declaration.
7767 Add move-beginning-of-line and move-end-of-line.
7768 (eldoc-add-command, eldoc-add-command-completions)
7769 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
7770
7771 * outline.el (outline-mark-subtree): Activate the mark.
7772
0cb7f2c0
SM
7773 * calendar/appt.el (appt-time-regexp): New var.
7774 (appt-add, appt-make-list): Use it.
7775 (appt-convert-time): Clean up.
7776
7777 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7778 Don't set any syntax-table property here.
7779 (tex-font-lock-verb): New function. Do it here.
7780 (tex-font-lock-syntactic-keywords): Use it.
7781
d315fc0f
RS
77822005-10-04 Richard M. Stallman <rms@gnu.org>
7783
7784 * wid-edit.el (widget-file-complete): Get the widget start point
7785 the right way. Default directory to `/' if file has none.
7786
7787 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
7788
7789 * textmodes/flyspell.el (flyspell-mode-on):
7790 Call ispell-maybe-find-aspell-dictionaries.
7791
7792 * textmodes/ispell.el (ispell-word, ispell-region):
7793 Call ispell-maybe-find-aspell-dictionaries.
7794 (ispell-accept-buffer-local-defs):
7795 Don't call ispell-maybe-find-aspell-dictionaries
0cb7f2c0 7796
d315fc0f
RS
77972005-10-04 Richard M. Stallman <rms@gnu.org>
7798
7799 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
7800
78012005-10-04 Emilio C. Lopes <eclig@gmx.net>
7802
7803 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
7804 instead of `fboundp' in order to allow for anonymous functions.
7805
222a6c9b
CY
78062005-10-04 Chong Yidong <cyd@stupidchicken.com>
7807
7808 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
7809 case the user clicks on the link while another window is selected.
7810 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
7811
7812 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
7813 functionality.
7814 (dframe-help-echo): Save point in case mouse tracking is off.
7815
c7bef55f
TTN
78162005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
7817
7818 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
7819
6d1f4dc4
SM
78202005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7821
7822 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
7823 not change the global value of those vars.
7824
7825 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
7826 make-local-variable which we do not need any more.
7827
7752250e
CY
78282005-10-03 Chong Yidong <cyd@stupidchicken.com>
7829
7830 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
7831 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
7832 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
7833 (speedbar-path-line): Define obsolete aliases.
7834 (speedbar-line-directory): Doc fix.
7835
7836 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
7837 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
7838 instead of speedbar-line-path.
7839
03714c7f
JD
78402005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7841
7842 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
7843 to nil if dropping on a window. Handle dropping on a minibuffer window
7844 like dropping on a non-window part of Emacs.
7845
1430e7f9
SM
78462005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7847
6d1f4dc4
SM
7848 * net/ange-ftp.el: Use with-current-buffer.
7849 (ange-ftp-insert-directory): Do not follow symlinks any more.
7850
1430e7f9
SM
7851 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7852 Remove interactive spec.
7853
f4f5169f
KS
78542005-10-03 Kim F. Storm <storm@cua.dk>
7855
7856 * ido.el (ido-mode): Use custom-initialize-set.
7857
cde3239f
RS
78582005-10-02 Richard M. Stallman <rms@gnu.org>
7859
7860 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
7861 Use insert-buffer-substring.
7862
7863 * net/tramp.el: Pacify byte compiler warnings in pacification code.
7864 (tramp-handle-file-local-copy): Use insert-buffer-substring.
7865
402893bb
SM
78662005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7867
7868 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
7869 in last change.
edb18c43
SM
7870 (ange-ftp-insert-directory): Fix up the search for the case where
7871 `file' is absolute.
402893bb 7872
942c40e3
RF
78732005-10-02 Romain Francoise <romain@orebokech.com>
7874
7875 * progmodes/compile.el (compile-goto-error): Delete extra paren.
7876
aae3725f
AS
78772005-10-02 Andreas Schwab <schwab@suse.de>
7878
7879 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
7880 directory component in the session info.
7881
b059f7d0
RS
78822005-10-01 Richard M. Stallman <rms@gnu.org>
7883
7884 * comint.el (comint-redirect-subvert-readonly): Doc fix.
7885
7886 * simple.el (next-error-internal): New function.
7887
7888 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
7889 (compilation-start): Pass new arg to compilation-buffer-name.
7890 (compile-goto-error): Use next-error-internal.
7891
24bbdbef
CY
78922005-10-01 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * speedbar.el: Remove RCS tag.
7895 (speedbar-check-read-only): Handle non-existent files.
7896
7897 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
7898
7899 * info.el (Info-speedbar-hierarchy-buttons)
7900 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
7901
1fdecd0c
RF
79022005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7903
7904 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
7905 Do not match newline.
7906 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
7907 (bibtex-summary): Remove unnecessary save-excursion.
7908 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
7909
ddcb7665
YM
79102005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7911
1430e7f9
SM
7912 * term/mac-win.el: Add charset info for "iso10646-1".
7913 Modify default fontset to use ATSUI-compatible fonts for some charsets
7914 if available.
ddcb7665 7915
35d884a9
CY
79162005-10-01 Chong Yidong <cyd@stupidchicken.com>
7917
7918 * speedbar.el: Re-apply arch tag.
ff48d32d 7919 (speedbar-version): Rename to version 1.0. Suggested by Eric
35d884a9
CY
7920 M. Ludlam.
7921 Reapply two changes from Emacs CVS' version of speedbar lost
7922 during the merge:
ff48d32d 7923 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
35d884a9
CY
7924 (speedbar-frame-parameters): Improve customize type.
7925
ff48d32d
SM
79262005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
7929 (ange-ftp-file-directory-p): Fix the symlink case.
7930 (ange-ftp-insert-directory): When listing a single file, get a list of
7931 the parent buffer and extract the relevant line. Inspired from a patch
7932 by Katsumi Yamaoka <yamaoka@jpl.org>.
7933 (ange-ftp-file-name-sans-versions): Simplify.
7934
c727526b
BW
79352005-09-30 Bill Wohler <wohler@newt.com>
7936
ff48d32d 7937 Move MH-E image files from toolbar and mail directories into
c727526b
BW
7938 etc/images.
7939
ff48d32d 7940 * mail/reply2.*: Move to etc/images/mail/reply*.
c727526b
BW
7941
7942 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
ff48d32d 7943 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
c727526b 7944 etc/images.
dc42e019 7945
c727526b 7946 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
ff48d32d 7947 * toolbar/reply*: Move to etc/images/mail.
c727526b 7948
ff48d32d 7949 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
c727526b 7950
af71d4c0 79512005-09-30 Eric M. Ludlam <zappo@gnu.org>
58bd8bf9
CY
7952
7953 * speedbar.el: New version 1.0pre3.
7954
56e2a181
CY
7955 Frame management code (including timer, and mouse click specifics)
7956 moved to dframe.el:
7957 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
7958 (speedbar-timer): Removed. Use dframe-timer.
7959 (speedbar-close-frame): Removed. Use dframe-close-frame.
7960 (speedbar-activity-change-focus-flag): Removed. Use
7961 dframe-activity-change-focus-flag.
7962 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
7963 dframe-update-speed.
c7bef55f 7964
56e2a181
CY
7965 (speedbar-current-frame): New macro. Use this instead of the
7966 variable speedbar-frame.
7967
7968 (speedbar-use-images, speedbar-expand-image-button-alist)
7969 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
7970
7971 (speedbar-find-image-on-load-path): Removed. Replaced by
7972 defezimage in ezimage.el.
7973 (speedbar-expand-image-button-alist): Removed. Replaced by
7974 ezimage-expand-image-button-alist in ezimage.el.
c7bef55f 7975
56e2a181
CY
7976 (speedbar-ignored-directory-regexp)
7977 (speedbar-add-ignored-directory-regexp)
7978 (speedbar-ignored-directory-expressions)
7979 (speedbar-line-directory, speedbar-buffers-line-directory)
7980 (speedbar-directory-line, speedbar-buffers-line-directory):
7981 Renamed, replacing `path' with `directory'.
7982
7983 (speedbar-create-directory, speedbar-expand-line-descendants)
7984 (speedbar-toggle-line-expansion)
7985 (speedbar-contract-line-descendants): New commands.
7986
7987 (speedbar-query-confirmation-method, speedbar-select-frame-method)
7988 (speedbar-use-tool-tips-flag): New options.
7989
7990 (speedbar-check-read-only, speedbar-require-version)
7991 (speedbar-insert-separator, speedbar-buffers-tail-notes)
7992 (speedbar-handle-delete-frame, speedbar-try-completion)
7993 (speedbar-update-localized-contents): New functions.
7994
7995 (speedbar-incompatible-version, speedbar-ro-to-do-point)
7996 (speedbar-object-read-only-indicator): New variables.
7997
7998 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
7999 New hooks.
8000
8001 (speedbar-separator-face): New face.
8002
8003 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
8004 (speedbar-ignored-modes): Add fundamental-mode.
8005 (speedbar-directory-unshown-regexp): Add . directories.
8006
8007 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
8008 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
8009 `]' for full expand/close.
8010 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
8011
8012 (speedbar-check-vc): Support hidden files.
8013 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
8014 (speedbar-this-file-in-vc): Use vc-state if available. If VC
8015 state is nil, it is not checked out.
8016
8017 (speedbar-line-text, speedbar-line-token): Support expand buttons
8018 with no text.
8019 (speedbar-refresh): Universal argument acts as power-click.
8020 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
8021 that buffer to get variable values.
8022
8023 And many other bugfixes.
8024
7cfc18c4 8025 * dframe.el, ezimage.el, sb-image.el: New files.
58bd8bf9 8026
ff48d32d 8027 * sb-*.xpm: Remove files. New image files installed into
58bd8bf9
CY
8028 etc/images/ezimage.
8029
070860c3
KH
80302005-09-30 Kenichi Handa <handa@m17n.org>
8031
8032 * ps-mule.el (ps-mule-show-warning): If a character is in
8033 ps-print-translation-table, don't treat it as non-printable.
8034
6aabfecf
DP
80352005-09-30 David Ponce <david@dponce.com>
8036
50a9d14a
DP
8037 * tree-widget.el (tree-widget-themes-load-path): New variable.
8038 (tree-widget-themes-directory): Doc fix.
8039 (tree-widget-image-formats) [Emacs]: Doc fix.
8040 (tree-widget--locate-sub-directory): New function.
8041 (tree-widget-themes-directory): Use it.
8042
6aabfecf
DP
8043 * recentf.el (recentf-filename-handlers): Rename from
8044 `recentf-filename-handler'. Allow a list of functions.
8045 (recentf-menu-items-for-commands): Fix :help strings.
8046 (recentf-apply-filename-handlers): New function.
8047 (recentf-expand-file-name): Use it.
8048 (recentf-cleanup): Remove duplicates too.
8049
477ca0e8
JL
80502005-09-29 Juri Linkov <juri@jurta.org>
8051
8052 * faces.el: Rearrange face definitions to be in the same order as
8053 their face descriptions in "(emacs)Standard Faces".
8054
8055 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
8056
8057 * tooltip.el (tooltip): Add group `basic-faces'.
8058
8059 * buff-menu.el (Buffer-menu-buffer): Remove group
8060 `font-lock-highlighting-faces'.
8061
8062 * progmodes/compile.el (compilation-error, compilation-warning)
8063 (compilation-info, compilation-line-number, compilation-column-number):
8064 Change group from `font-lock-highlighting-faces' to `compilation'.
8065
8066 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8067 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
8068 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
8069 (vhdl-font-lock-reserved-words-face)
8070 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
8071 `font-lock-highlighting-faces'.
8072
8073 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
8074
1add9010
KS
80752005-09-28 Kim F. Storm <storm@cua.dk>
8076
8077 * emulation/cua-base.el: Set CUA move property on additional commands:
8078 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1a765705 8079 forward-sexp, backward-sexp, forward-list, backward-list.
1add9010 8080
07f1355e
RF
80812005-09-28 Romain Francoise <romain@orebokech.com>
8082
8083 * comint.el (comint-show-output): Really set point at the
8084 beginning of the output when not using `comint-use-prompt-regexp'.
8085
d1b76779
JB
80862005-09-27 Jay Belanger <belanger@truman.edu>
8087
8088 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
8089 in TeX mode.
8090
cd0899ab
JB
80912005-09-26 Juanma Barranquero <lekktu@gmail.com>
8092
8093 * textmodes/org.el (org-table-sum): Fix format string.
8094
8095 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
8096 Quote face names.
8097
1b1fb2ef
RF
80982005-09-26 Romain Francoise <romain@orebokech.com>
8099
8100 * isearch.el (isearch-forward-regexp): Close doc string.
8101
f0685ed1
RS
81022005-09-25 Richard M. Stallman <rms@gnu.org>
8103
c769dcac
RS
8104 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
8105
8106 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
8107
f0685ed1
RS
8108 * progmodes/compile.el (compilation-error-properties):
8109 When getting the file from the previous error message,
8110 correctly decode the new data format.
8111
8112 * progmodes/cc-cmds.el (c-electric-paren):
8113 Call old-blink-paren only for close-paren.
8114
0d1460c3
DN
81152005-09-24 Andreas Schwab <schwab@suse.de>
8116
8117 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16f72af0
RF
8118 condition.
8119
ce5a3ac0
RF
81202005-09-25 Romain Francoise <romain@orebokech.com>
8121
8122 * dired-aux.el (dired-copy-file-recursive):
8123 * dired.el (dired-delete-file):
8124 * ediff-mult.el (ediff-dir-diff-copy-file):
8125 * ediff-util.el (ediff-test-save-region):
8126 * forms.el (forms-mode):
8127 * ido.el (ido-file-internal, ido-delete-file-at-head):
8128 * log-edit.el (log-edit-done):
8129 * ses.el (ses-yank-resize):
8130 * play/gomoku.el (gomoku-human-plays, gomoku)
8131 (gomoku-human-resigns, gomoku-prompt-for-other-game)
8132 (gomoku-offer-a-draw):
8133 * play/landmark.el (lm-human-resigns, lm):
8134 * net/eudcb-ldap.el (eudc-ldap-check-base):
8135 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
8136 * progmodes/ebrowse.el (ebrowse-find-pattern):
8137 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
cd0899ab 8138 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
ff48d32d 8139 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
ce5a3ac0
RF
8140
8141 * vc.el (vc-delete-file):
8142 * play/gomoku.el (gomoku-terminate-game, gomoku)
8143 (gomoku-prompt-for-move, gomoku-human-takes-back):
8144 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
ff48d32d 8145 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
ce5a3ac0 8146
08c583db
DN
81472005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8148
8149 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
ce5a3ac0 8150 color rxvt terminals by using the code xterm.el used to use before
08c583db
DN
8151 2005-04-09 in order to match the colors used by rxvt.
8152
af71d4c0 81532005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
836c8f06
DN
8154
8155 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
8156 colors rxvt-unicode terminals by using the same code as xterm.el.
8157
621f893a
SM
81582005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * textmodes/tex-mode.el (tex-font-lock-append-prop)
8161 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
8162 new symbol used for the tex-verbatim face.
8163
5b76833f
RF
81642005-09-24 Emilio C. Lopes <eclig@gmx.net>
8165
8166 * woman.el (woman-file-name):
8167 * wid-edit.el (widget-file-prompt-value)
8168 (widget-coding-system-prompt-value):
8169 * w32-fns.el (set-w32-system-coding-system):
8170 * vc.el (vc-version-diff, vc-annotate):
8171 * textmodes/reftex-auc.el (reftex-arg-cite)
8172 (reftex-arg-index-tag):
8173 * textmodes/refer.el (refer-get-bib-files):
8174 * textmodes/artist.el (artist-figlet-choose-font):
8175 * terminal.el (terminal-emulator):
8176 * replace.el (occur-read-primary-args):
8177 * rect.el (string-rectangle, string-insert-rectangle):
8178 * ps-print.el (ps-print-preprint):
8179 * progmodes/pascal.el (pascal-goto-defun):
8180 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
8181 * progmodes/compile.el (compilation-find-file):
8182 * printing.el (pr-interactive-n-up):
8183 * play/animate.el (animate-birthday-present):
8184 * net/rcompile.el (remote-compile):
8185 * man.el (man, Man-goto-section, Man-follow-manual-reference):
8186 * mail/rmailsum.el (rmail-summary-search-backward)
8187 (rmail-summary-search):
8188 * mail/rmailout.el (rmail-output-read-rmail-file-name)
8189 (rmail-output-read-file-name):
8190 * mail/rmail.el (rmail-search, rmail-search-backwards):
8191 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
8192 * locate.el (locate):
8193 * international/quail.el (quail-show-keyboard-layout):
8194 * international/mule.el (set-buffer-file-coding-system)
8195 (revert-buffer-with-coding-system, set-file-name-coding-system)
8196 (set-terminal-coding-system, set-keyboard-coding-system)
8197 (set-next-selection-coding-system):
8198 * international/mule-diag.el (describe-coding-system)
8199 (describe-font, describe-fontset):
8200 * international/mule-cmds.el (universal-coding-system-argument)
8201 (search-unencodable-char, describe-input-method)
8202 (set-language-environment, describe-language-environment):
8203 * international/codepage.el (codepage-setup):
8204 * international/code-pages.el (codepage-setup):
8205 * info.el (Info-search, Info-follow-reference)
8206 (Info-search-backward):
8207 * emacs-lisp/advice.el (ad-read-advised-function)
8208 (ad-read-advice-class, ad-clear-cache, ad-activate)
8209 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
8210 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
8211 (ad-read-regexp):
8212 * ediff-util.el (ediff-toggle-regexp-match):
8213 * ediff-ptch.el (ediff-prompt-for-patch-file):
8214 * dired-aux.el (dired-diff):
8215 * diff.el (diff):
8216 * cus-edit.el (custom-variable-prompt):
8217 * calendar/timeclock.el (timeclock-ask-for-project):
8218 * calc/calcalg3.el (calc-get-fit-variables):
8219 * calc/calc-store.el (calc-edit-variable)
8220 (calc-permanent-variable):
8221 * vc-mcvs.el (vc-mcvs-register):
8222 * shadowfile.el (shadow-define-literal-group):
8223 * woman.el (woman-file-name):
8224 * vc.el (vc-version-diff, vc-merge):
8225 * textmodes/reftex-index.el (reftex-index-complete-tag):
8226 * format.el (format-decode-buffer, format-decode-region):
8227 * emulation/viper-cmd.el (viper-read-string-with-history):
8228 * emacs-lisp/debug.el (cancel-debug-on-entry):
8229 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8230 * ediff.el (ediff-merge-revisions)
8231 (ediff-merge-revisions-with-ancestor, ediff-revision):
8232 * completion.el (interactive-completion-string-reader):
8233 * calc/calc-prog.el (calc-user-define-formula):
8234 Follow convention for reading with the minibuffer.
8235
f7938fdd 82362005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
917551f2
EZ
8237
8238 * progmodes/python.el (python-describe-symbol): Add globals() and
8239 locals() to the arguments of emacs.ehelp.
8240
999f7d65
EZ
82412005-09-24 Magnus Henoch <mange@freemail.hu>
8242
621f893a
SM
8243 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
8244 New function, code extracted from ispell-valid-dictionary-list.
999f7d65
EZ
8245 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
8246 Call it.
8247
d74a5c91
EZ
82482005-09-24 Eli Zaretskii <eliz@gnu.org>
8249
8250 * subr.el (version-regexp-alist): Extend valid syntax for version
8251 strings: allow any of the characters -,_,+ to separate the
8252 alpha/beta/rc part from the version part. Doc fix.
621f893a 8253 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
d74a5c91 8254
8dbf19c7
RS
82552005-09-23 David Reitter <david.reitter@gmail.com>
8256
8257 * mail/mailclient.el: New file.
8258
91346f54
RS
82592005-09-23 Richard M. Stallman <rms@gnu.org>
8260
8261 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
8262 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
8263 Doc fixes.
8264
621f893a
SM
8265 * progmodes/cc-mode.el (c-font-lock-init):
8266 Specify font-lock-lines-before.
91346f54 8267
91773964
SM
82682005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
8271 whole conflict.
8272
de07af38
CD
82732005-09-23 Carsten Dominik <dominik@science.uva.nl>
8274
91773964
SM
8275 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
8276 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
de07af38
CD
8277 of `remap' feature when available. Additional key bindings for
8278 better tty support.
8279 (org-mode-restart, org-force-self-insert): New commands.
8280 (org-time-stamp-inactive): New command.
8281 (org-remap): New function.
91773964
SM
8282 (org-table-auto-blank-field, org-level-color-stars-only): New options.
8283 (org-enable-fixed-width-editor): Move to `org-structure'
de07af38 8284 customization group.
91773964 8285 (org-self-insert-command, orgtbl-self-insert-command): Modify to
de07af38
CD
8286 blank field after field motion commands.
8287
8fb7dc77
KH
82882005-09-23 Kenichi Handa <handa@m17n.org>
8289
91773964
SM
8290 * international/mule-cmds.el (set-language-environment):
8291 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8fb7dc77
KH
8292 have to call utf-translate-cjk-load-tables.
8293
39739f21
SM
82942005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * mouse.el (mouse-move-drag-overlay): Fix last change.
8297
e5534f18
DP
82982005-09-22 David Ponce <david@dponce.com>
8299
8300 * tree-widget.el (tree-widget-value-create): Fix previous change.
8301
0278364c
DN
83022005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8303
39739f21 8304 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
0278364c 8305
aaf15b8b
SM
83062005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * mouse.el (mouse-move-drag-overlay): New function.
8309 (mouse-drag-region-1): Use it.
8310 Try to simplify a bit the state handling. Handle clicks on links
8311 inside intangible areas.
8312 (mouse-save-then-kill): Minor simplification.
8313 (mouse-secondary-overlay): Make it always non-nil instead of
8314 recreating it each time.
8315 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
8316 (mouse-kill-secondary, mouse-secondary-save-then-kill):
8317 Simplify accordingly.
8318
b778ed18
DN
83192005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8320
8321 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
8322
15c77b9e 83232005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
2f2db7cc 8324
76de4b0d
KS
8325 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
8326 (ediff-file-name-sans-prefix): Treat nil as an empty string.
aaf15b8b
SM
8327 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
8328 to patch.
2f2db7cc 8329
76de4b0d 8330 * ediff-util.el: Use insert-buffer-substring.
2f2db7cc 8331
cb9214f2 8332 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
2f2db7cc 8333
aaf15b8b
SM
8334 * emulation/viper-cmd.el (viper-change-state): Don't move over the
8335 field boundaries in the minibuffer.
cb9214f2
JB
8336 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
8337 (viper-minibuffer-post-command-hook): New hook.
8338 (viper-line): Don't move cursor at bolp.
2f2db7cc 8339
aaf15b8b 8340 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
2f2db7cc 8341
76de4b0d 8342 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
aaf15b8b 8343 avoid compiler warnings.
2f2db7cc 8344
aaf15b8b 8345 * emulation/viper-macs.el (ex-map): Better messages.
2f2db7cc 8346
aaf15b8b 8347 * emulation/viper-utils.el (viper-beginning-of-field): New function.
2f2db7cc 8348
76de4b0d 8349 * emulation/viper.el: Replace make-variable-buffer-local with
15c77b9e 8350 viper-make-variable-buffer-local everywhere, to avoid warnings.
2f2db7cc 8351
f002506f
SM
83522005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8353
8354 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
8355 Delete unused var `old-selected-window'.
cb9214f2 8356 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
f002506f
SM
8357 (mouse-drag-secondary): Delete unused var `start-frame'.
8358
cb9214f2 83592005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
fac3f386
SM
8360
8361 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
8362
f09cfd28
SM
83632005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
8366 Re-indent within 80 columns. Use inhibit-read-only.
8367
12b8cf53
RF
83682005-09-19 Romain Francoise <romain@orebokech.com>
8369
8370 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
8371
5d4247d3
SM
83722005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8d18935d 8374 * font-lock.el (font-lock-default-fontify-region): Don't add a line
a762b7b8 8375 unconditionally, since the after-change-function already did it.
5d4247d3 8376
e3fba586
MB
83772005-09-19 Miles Bader <miles@gnu.org>
8378
8379 * net/newsticker.el: Get rid of CVS keyword.
8380
b7201644
RF
83812005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
8382
8383 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
8384 The prompt is formatted later.
8385
4ff094a8
DP
83862005-09-19 David Ponce <david@dponce.com>
8387
8388 * tree-widget.el (tree-widget-value-create): Save the converted
8389 tree :node widget.
8390
900d1698
JB
83912005-09-19 Juanma Barranquero <lekktu@gmail.com>
8392
8393 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
8394 variable `message'.
8395
bc103d00
MA
83962005-09-18 Michael Albinus <michael.albinus@gmx.de>
8397
8398 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
8399 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
8400 <slawomir.nowaczyk.847@student.lu.se>.
8401
93a75651
CY
84022005-09-18 Chong Yidong <cyd@stupidchicken.com>
8403
8404 * image.el (image-load-path): Use symbol `data-directory' instead
8405 of its value, for backward compatibility with packages that bind
8406 it during `find-image'. Suggested by Katsumi Yamaoka.
8407 (image-search-load-path): Handle symbols whose values are strings.
8408
71773400
RF
84092005-09-18 Romain Francoise <romain@orebokech.com>
8410
8411 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
8412 with-current-buffer form in save-excursion.
8413
8a26c165
DG
84142005-09-18 D Goel <deego@gnufans.org>
8415
39739f21
SM
8416 * apropos.el (apropos-command): Fix `message' call: first arg
8417 should be a format spec. In this and all other cases that appear
8418 below and elsewhere in the source code, I made a change only when
8419 two conditions were satisfied: [1] I can think of a possibility
8420 that the arguments would cause an error, for example, the code in
8421 question relies on external variables such as filenames. [2] I
8422 was sure that the arg to `message' could not have been nil in the code.
8423
8424 * textmodes/tildify.el (tildify-region): Ditto.
8425
8a26c165 8426 * textmodes/reftex-index.el (reftex-index-change-entry)
a762b7b8
KS
8427 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
8428 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8a26c165 8429 * textmodes/org.el (org-complete, org-deadline, org-schedule)
a762b7b8
KS
8430 (org-priority, org-table-sum):
8431 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
8432 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
8433 (flyspell-word, flyspell-display-next-corrections):
8434 * textmodes/bibtex.el (bibtex-print-help-message):
8435 * textmodes/artist.el (artist-key-set-point-poly):
8436 * term/mac-win.el (mac-services-insert-text):
8a26c165
DG
8437 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
8438 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
8439 (vhdl-port-paste-testbench, vhdl-compose-new-component)
a762b7b8 8440 (vhdl-compose-configuration):
8a26c165 8441 * progmodes/sh-script.el (sh-blink, sh-show-indent)
a762b7b8
KS
8442 (sh-set-indent, sh-learn-line-indent):
8443 * progmodes/ps-mode.el (ps-mode-target-column):
8a26c165 8444 * progmodes/idlwave.el (idlwave-make-tags)
a762b7b8
KS
8445 (idlwave-scan-library-catalogs):
8446 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
8447 * progmodes/gud.el (gud-jdb-analyze-source):
8448 * progmodes/flymake.el (flymake-log):
8449 * progmodes/ebnf2ps.el (ebnf-generate-region):
8450 * progmodes/cmacexp.el (c-macro-expansion):
8451 * progmodes/ada-xref.el (ada-treat-cmd-string):
8a26c165 8452 * progmodes/ada-mode.el (ada-create-case-exception-substring)
a762b7b8
KS
8453 (ada-justified-indent-current, ada-batch-reformat):
8454 * play/zone.el (zone):
8455 * play/landmark.el (lm-move):
8456 * play/decipher.el (decipher-show-alphabet):
8a26c165 8457 * net/newsticker.el (newsticker--display-jump)
a762b7b8 8458 (newsticker--display-scroll):
8a26c165 8459 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
a762b7b8
KS
8460 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
8461 * mail/feedmail.el (feedmail-dump-message-to-queue):
8462 * eshell/esh-proc.el (eshell-remove-process-entry):
8463 * emulation/ws-mode.el (ws-last-error):
8a26c165 8464 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
a762b7b8
KS
8465 (viper-record-kbd-macro):
8466 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
8467 * emacs-lisp/lisp-mnt.el (lm-report-bug):
8468 * emacs-lisp/find-func.el (find-function-noselect):
8a26c165 8469 * calendar/timeclock.el (timeclock-status-string)
a762b7b8
KS
8470 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
8471 (timeclock-when-to-leave-string):
8472 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
8473 * calc/calc-units.el (calc-enter-units-table):
8474 * calc/calc-mode.el (calc-mode-record-mode):
8475 * woman.el (woman-mini-help):
8476 * wdired.el (wdired-change-to-wdired-mode):
8477 * vc.el (vc-retrieve-snapshot):
8478 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
8479 * startup.el (display-startup-echo-area-message):
8480 * simple.el (set-goal-column):
8481 * ses.el (ses-command-hook, ses-recalculate-cell):
8482 * server.el (server-process-filter):
8a26c165 8483 * printing.el (pr-interface-txt-print, pr-interface-printify)
a762b7b8
KS
8484 (pr-interface-ps):
8485 * pcvs.el (cvs-help):
8486 * log-edit.el (log-edit, log-edit-mode-help):
8487 * iswitchb.el (iswitchb-possible-new-buffer):
8488 * isearch.el (isearch-edit-string):
8489 * image-mode.el (image-mode, image-minor-mode):
8490 * ibuf-macs.el (define-ibuffer-filter):
8491 * hi-lock.el (hi-lock-find-patterns):
8492 * files.el (toggle-read-only):
8a26c165 8493 * ediff-util.el (ediff-copy-diff)
a762b7b8
KS
8494 (ediff-write-merge-buffer-and-maybe-kill):
8495 * echistory.el (Electric-history-undefined):
8496 * dnd.el (dnd-insert-text):
8497 * dired-aux.el (dired-query):
8498 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
8499 * bookmark.el (bookmark-bmenu-locate):
8500 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
8501 Fix `message' calls to ensure first arg is a format string.
8502 The change was made only when these two conditions were satisfied:
8503 [1] when there is a possibility that the arguments would cause an error
8504 for example, if the code in question relies on external variables
8505 such as filenames, and
8506 [2] if the arg to `message' could not have been nil in the code.
8a26c165 8507
900d1698
JB
8508 * pcomplete.el (pcomplete--help): Fix `message' format spec.
8509 Not having a %s would be weird, though not technically wrong.
8a26c165 8510
be9bb408
YM
85112005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8512
8513 * term/mac-win.el (mac-add-charset-info): Doc fix.
8514
77689ea3
RF
85152005-09-17 Romain Francoise <romain@orebokech.com>
8516
8517 * shell.el (shell-resync-dirs): Handle echoing processes more
8518 reliably. Don't insert resync command if `comint-process-echoes'
8519 is non-nil.
8520
4ac3afdb
EZ
85212005-09-17 Magnus Henoch <mange@freemail.hu>
8522
8523 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
8524 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
8525 aspell versions >= 0.60.
8526 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
8527 only if ispell-aspell-supports-utf8 is non-nil.
8528
4f46dc87
EZ
85292005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8530
8531 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
8532 buffer-local value to lisp-indent-function.
8533
debe6451
EZ
85342005-09-17 Milan Zamazal <pdm@zamazal.org>
8535
8536 * progmodes/glasses.el (glasses-make-readable): If
8537 glasses-separator differs from underscore, put appropriate
8538 overlays over underscore characters.
8539 (glasses-convert-to-unreadable): If glasses-separator differs from
8540 underscore, try to convert glasses-separator characters to
8541 underscores.
8542
f52e8e86
SM
85432005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
8546 Use with-syntax-table and dolist.
8547
7b07114a
CD
85482005-09-16 Carsten Dominik <dominik@science.uva.nl>
8549
23006f3e
KS
8550 * textmodes/reftex-auc.el:
8551 * textmodes/reftex-cite.el:
8552 * textmodes/reftex-dcr.el:
8553 * textmodes/reftex-global.el:
8554 * textmodes/reftex-parse.el:
8555 * textmodes/reftex-ref.el:
8556 * textmodes/reftex-sel.el:
8557 * textmodes/reftex-toc.el:
8558 * textmodes/reftex-vars.el:
8559 * textmodes/reftex.el: Small changes to remove compiler warnings.
7b07114a 8560
23006f3e 8561 * textmodes/reftex-index.el: Likewise.
7b07114a
CD
8562 (reftex-query-index-phrase): More efficient use of markers.
8563
5fc5ac38
CY
85642005-09-15 Chong Yidong <cyd@stupidchicken.com>
8565
8566 * image.el (image-load-path): New variable.
8567 (image-search-load-path): New function.
8568 (find-image): Search for images in `image-load-path'.
8569
8ccd3630
RS
85702005-09-15 Richard M. Stallman <rms@gnu.org>
8571
8572 * follow.el: Change Maintainer field.
8573
9be6a039
DP
85742005-09-15 David Ponce <david@dponce.com>
8575
8576 * recentf.el (recentf-save-file-modes): New option.
8577 (recentf-save-list): Use it.
8578
94e55b87
NR
85792005-09-15 Nick Roberts <nickrob@snap.net.nz>
8580
8581 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
8582 (mode-line-mule-info, mode-line-modified): Move bindings from
8583 mouse-3 to mouse-1.
8584
a9267c2c
CY
85852005-09-15 Chong Yidong <cyd@stupidchicken.com>
8586
8587 * simple.el (sendmail-user-agent-compose): Revert last change.
8588
c6ea7612
SM
85892005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8590
503ac8a4
SM
8591 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
8592 Use with-current-buffer.
8593 (ange-ftp-gwp-start): Remove unused var `gw-user'.
8594 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
8595 (ange-ftp-insert-directory): Remove unused var `short'.
8596 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
8597
c6ea7612
SM
8598 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
8599 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
8600
8601 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
8602 (check-calendar-holidays, diary-list-entries): Autoload.
8603 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
8604 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
8605
8606 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
8607 which mistakenly removed a call to display-buffer.
8608
ef19e610
JB
86092005-09-14 Juanma Barranquero <lekktu@gmail.com>
8610
8611 * obsolete/iso-insert.el: Move to obsolete/ from international/.
8612
a5b101dc
TTN
86132005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
8614
8615 * progmodes/hideshow.el
8616 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
8617 (hs-allow-nesting): New user var.
8618 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
8619 (hs-hide-block-at-point): When nesting allowed,
8620 if there is already an overlay in place, delete it.
8621 (hs-safety-is-job-n): Delete func; remove call sites.
8622 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
8623 (hs-overlay-at): New func.
8624 (hs-already-hidden-p, hs-show-block): Use it.
8625 (hs-hide-all): Don't pre-clean if nesting allowed.
8626 (hs-show-all): Temporarily disallow
8627 nesting around call to `hs-discard-overlays'.
8628
40cfe0d8
CY
86292005-09-14 Chong Yidong <cyd@stupidchicken.com>
8630
8631 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
8632 Delete unused local var.
8633
9dc08dc9
JB
86342005-09-13 Juanma Barranquero <lekktu@gmail.com>
8635
7a650da0
JB
8636 * help-fns.el (describe-categories): "?\ " -> "?\s".
8637 (help-do-arg-highlight): Recognize also ARG-n, as in
8638 `move-to-left-margin' (ARG+n is already recognized). Simplify.
8639
9dc08dc9
JB
8640 * international/codepage.el (dos-unsupported-char-glyph):
8641 * net/newsticker.el (tool-bar-map, w3-mode-map)
8642 (w3m-minor-mode-map):
8643 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
8644 (ent-alist):
8645 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
8646
1db2d450
CY
86472005-09-13 Chong Yidong <cyd@stupidchicken.com>
8648
d5c16b05
CY
8649 * custom.el (custom-push-theme): Handle the case where a symbol is
8650 bound but face properties have not yet been assigned.
8651
09c9e6bb
CY
8652 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
8653 Fix behavior if noerase is `t' and there is no mail buffer.
9dc08dc9 8654
09c9e6bb
CY
8655 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
8656 if `continue' is nil, rather than signal an error.
1db2d450 8657
5629e04f
RS
86582005-09-12 Richard M. Stallman <rms@gnu.org>
8659
595f66af
RS
8660 * font-lock.el (font-lock-keywords): Add autoload.
8661
8662 * help-fns.el (describe-variable): Rearrange to put source link
8663 in a predictable place.
8664
5629e04f
RS
8665 * net/newsticker.el: New file.
8666
344f1111
SM
86672005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8668
34cb0115
SM
8669 * calendar/calendar.el (calendar-for-loop): Add edebug info.
8670 (calendar-basic-setup): Use the new nil arg.
8671 (number-of-diary-entries): Move to diary-lib.el.
8672
8673 * calendar/diary-lib.el: Use with-current-buffer, match-string.
8674 (diary-list-entries): Use with-syntax-table and dolist.
8675 Rename from list-diary-entries.
8676 Use number-of-diary-entries if `number' is nil.
8677 (diary, diary-view-entries): Use this new name and new nil arg value.
8678 (number-of-diary-entries): Move from calendar.el.
8679 (diary-unhide-everything): New function.
8680 (include-other-diary-files, fancy-diary-display)
8681 (diary-show-all-entries, make-diary-entry): Use it.
8682 (diary-mail-entries): Use buffer-string.
8683 (mark-diary-entries): Fix long standing paren typo.
8684 (diary-sexp-entry): Use count-lines.
8685 (make-diary-entry): Avoid `previous-line'.
8686 (diary-mode-map): New var.
8687 (diary-mode): Redraw cal after saving. Setup header-line.
8688 (fancy-diary-display-mode): Use local-set-key.
8689
8690 * startup.el (command-line): Try calling various terminal-init-foo-bar
8691 functions by stripping hyphenated suffixes from $TERM.
8692
344f1111
SM
8693 * files.el (normal-mode): Check boundness of font-lock-keywords.
8694
7957baea
RS
86952005-09-12 Richard M. Stallman <rms@gnu.org>
8696
8697 * progmodes/compile.el: Don't decide a file's directory
8698 until the user actually tries to go there.
8699 (compilation-next-error-function):
8700 Pass compilation-find-file the directory from the file-struct.
8701 (compilation-internal-error-properties): Separate local FILE-STRUCT
8702 from FILE. Doc the args better. Rename arg FMT to FMTS.
8703 (compilation-find-file): Arg DIR renamed to DIRECTORY.
8704 Expand it, and if nil, use default-directory.
8705 (compilation-get-file-structure): Don't mix specified directory
8706 with default directory. Put specified directory into
8707 file-struct. Don't make the file name absolute.
8708
8709 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8710 (compile-command): Add autoload.
8711 (compilation-disable-input): Add autoload.
8712
7318a7a3
SG
87132005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
8714
8715 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
8716 strings of the variables it can override.
344f1111 8717 (time-stamp): New (as yet undocumented) time-stamp-format escapes
7318a7a3
SG
8718 %Q and %q, for fully-qualified domain name and unqualified host name.
8719
f172343a
KS
87202005-09-11 Kim F. Storm <storm@cua.dk>
8721
8722 * emacs-lisp/authors.el (authors-aliases): Update list.
8723 (authors-fixed-entries): Update mldrag.el entry.
8724
0e435430
EZ
87252005-09-10 Alan Mackenzie <acm@muc.de>
8726
8727 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
8728 from the region narrowed to.
8729
c10b0abc
EZ
87302005-09-10 Magnus Henoch <mange@freemail.hu>
8731
8732 * textmodes/ispell.el (ispell-check-version): Signal an error if
8733 aspell version is less than 0.60.
8734
4ca7c468
EZ
87352005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
8736
344f1111
SM
8737 * progmodes/octave-inf.el (inferior-octave-startup):
8738 Resync current dir at the end.
4ca7c468 8739
72f0712b 87402005-09-10 Emilio C. Lopes <eclig@gmx.net>
99580cde 8741
344f1111
SM
8742 * woman.el (woman-topic-at-point-default):
8743 Rename to woman-use-topic-at-point-default.
8744 (woman-topic-at-point): Rename to woman-use-topic-at-point.
72f0712b
EZ
8745 (woman-file-name): Reflect renames above. Automatically use the
8746 word at point as topic if woman-use-topic-at-point is non-nil.
8747 Otherwise offer it as default but don't insert it in the
8748 minibuffer. Also use `test-completion' instead of `assoc' as
8749 suggested by Stefan Monnier.
8750
de21740d
AS
87512005-09-10 Andre Spiegel <spiegel@gnu.org>
8752
8753 * vc.el (vc-directory, vc-update-change-log): Throw an error on
8754 the attempt to do it over Tramp. This is not yet supported.
8755
6ee37599
EZ
87562005-09-10 Eli Zaretskii <eliz@gnu.org>
8757
8758 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8759 (menu-bar-non-minibuffer-window-p): New functions.
8760 ("Split Window", "Save As..."): Use them.
8761 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
344f1111
SM
8762 ("Print Buffer", "Truncate Long Lines in this Buffer"):
8763 Use menu-bar-menu-frame-live-and-visible-p.
6ee37599 8764 ("Save Buffer", "Insert File", "Open Directory...")
344f1111
SM
8765 ("Open File...", "Visit New File..."):
8766 Use menu-bar-non-minibuffer-window-p.
8767 (kill-this-buffer-enabled-p, dired <menu-enable>):
8768 Use menu-bar-non-minibuffer-window-p.
6ee37599 8769
50a6ff15
EZ
87702005-09-09 Eli Zaretskii <eliz@gnu.org>
8771
6eb33acb
EZ
8772 * cus-start.el (all): Don't complain about fringe-related
8773 built-ins if fringes are not supported. Ditto about
344f1111 8774 selection-related built-ins. Fix the test for GTK-related built-ins.
6eb33acb 8775
50a6ff15
EZ
8776 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
8777 ("Postscript Print Buffer", "Print Region", "Save As...")
8778 ("Save", "Insert File...", "Open Directory...")
8779 ("Open File...", "Visit New File..."")
8780 ("Truncate Long Lines in this Buffer"): Don't look at
344f1111 8781 menu-updating-frame if this display does not support multiple frames.
50a6ff15 8782
012a2196
EZ
87832005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8784
8785 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
8786
9198ee0e
EZ
87872005-09-09 Emilio Lopes <eclig@gmx.net>
8788
8789 * woman.el: Format- and whitespace-related changes.
8790
f64b6c63
EZ
87912005-09-09 Eli Zaretskii <eliz@gnu.org>
8792
8793 * woman.el: Fix my email address.
8794
47b8bc5d
RS
87952005-09-08 Richard M. Stallman <rms@gnu.org>
8796
8797 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
8798 (sh-mode): Locally set skeleton-pair-default-alist.
8799
8800 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
8801
8802 * progmodes/flymake.el: Require `compile' unconditionally.
8803
8804 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
8805
8806 * woman.el (woman-file-name): Provide a default, not initial input.
8807
8808 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
8809
8810 * font-lock.el (font-lock-support-mode): Doc fix.
8811
8812 * descr-text.el (describe-property-list): Handle non-symbol prop names.
8813
2a56faf1 88142005-09-08 Richard M. Stallman <rms@gnu.org>
47b8bc5d
RS
8815
8816 * simple.el (blink-matching-open): Get rid of text props from
8817 the string shown in echo area. Don't permanently set point.
8818 Some rearrangements.
8819
6fbb1eb0
RS
88202005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
8821
9815ca3d
RS
8822 * recentf.el (recentf-filename-handler): Add custom choice
8823 `abbreviate-file-name'.
8824
8e2c8d3e
RS
8825 * msb.el (msb--very-many-menus): Fix typo.
8826
6fbb1eb0
RS
8827 * disp-table.el (standard-display-european): Don't set
8828 enable-multibyte-characters to nil.
8829
844c6ee7
DP
88302005-09-08 David Ponce <david@dponce.com>
8831
8832 * recentf.el (recentf-show-file-shortcuts-flag): New option.
8833 (recentf-expand-file-name): Doc fix.
8834 (recentf-dialog-mode-map): Define digit shortcuts.
8835 (recentf--files-with-key): New variable.
8836 (recentf-show-digit-shortcut-filter): New function.
8837 (recentf-open-files-items): New function.
8838 (recentf-open-files): Use it.
8839 (recentf-open-file-with-key): New command.
8840
344f1111
SM
88412005-09-08 Chong Yidong <cyd@stupidchicken.com>
8842
8843 * buff-menu.el (Buffer-menu-sort-by-column): New function.
8844 Suggested by Kim F. Storm.
8845 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
8846 (Buffer-menu-make-sort-button): Use global keymap.
8847
553f03bc
MA
88482005-09-07 Michael Albinus <michael.albinus@gmx.de>
8849
29499b82 8850 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
553f03bc
MA
8851 (Man-getpage-in-background-advice): Remove defadvice; it isn't
8852 necessary any longer with the remapped command.
8853 (Man-bgproc-sentinel-advice): Remove defadvice which counts
8854 formatting time only.
8855
8856 * net/tramp.el (tramp-action-password)
8857 (tramp-multi-action-password): Compile the password prompt from
8858 `method', `user' and `host'. Sometimes it isn't obvious which
8859 password to enter, for example with remote files offered by
8860 recentf.el, or with multiple steps. Suggested by Robert Marshall
8861 <robert@chezmarshall.freeserve.co.uk>.
8862
dcc6da3a
SM
88632005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8866 Fix regexp for when "s///" is at the beginning of line.
8867
2ccc02f2
JB
88682005-09-07 Jay Belanger <belanger@truman.edu>
8869
8870 * calc/calc-poly.el (math-expand-term): Multiply out any powers
8871 when in matrix mode.
8872
3076c726
SM
88732005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
8876 non-anonymous functions.
8877
efe4e5af
CY
88782005-09-06 Chong Yidong <cyd@stupidchicken.com>
8879
3076c726
SM
8880 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
8881 when using a header line. Otherwise, use mouse-1-click-follows-link.
efe4e5af
CY
8882
8883 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
8884 can't be moved; don't signal an error.
f4885d81 8885
79a0aa11
CY
88862005-09-05 Chong Yidong <cyd@stupidchicken.com>
8887
8888 * cus-theme.el (custom-theme-write-faces): Save the current face
8889 spec, not the defface spec.
8890
8891 * custom.el (custom-known-themes): Clarify meaning of "standard".
8892 (custom-push-theme): Save old values in the standard theme.
8893 (disable-theme): Correct typo.
8894 (custom-face-theme-value) Deleted unused function.
3076c726 8895 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
79a0aa11 8896
1550ae60
SM
88972005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8898
8899 * progmodes/compile.el (compilation-goto-locus): Take into account
8900 iconified frames when determining whether the buffer is
8901 already visible.
8902 Don't reset window height if the window already existed.
8903
87d737ae
CY
89042005-09-04 Chong Yidong <cyd@stupidchicken.com>
8905
1550ae60 8906 * custom.el (load-theme): Rename from require-theme.
87d737ae 8907 Add interactive spec.
1550ae60 8908 (enable-theme): Rename from custom-enable-theme.
87d737ae 8909 Add interactive spec.
1550ae60 8910 (disable-theme): Rename from custom-disable-theme.
87d737ae
CY
8911 Add interactive spec.
8912 (custom-make-theme-feature): Doc fix.
8913 (custom-theme-directory): Doc fix.
8914 (provide-theme): Call enable-theme.
8915
928f12c9
SM
89162005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8917
8918 * obsolete/lazy-lock.el (lazy-lock-mode):
8919 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
8920 font-lock-mode if it's off. Print a warning instead.
8921
8922 * progmodes/compile.el (compilation-start): Ignore errors if the
8923 process died before we get to send-eof.
8924
8925 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
8926 Undo last change. Enclosing the result in quotes broke things on Unix
8927 since tex-send-command passes it through shell-quote-argument.
8928 (tex-send-command): Pass `file' through convert-standard-filename
8929 when possible.
8930 (tex-uptodate-p): Handle the case where TeX hasn't put additional
8931 info in a transcript.
8932
f47877ee
DN
89332005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
8934
8935 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
af71d4c0 8936 fix compilation warning. Reorder the key definitions to group
f47877ee
DN
8937 together keys emitted by the current version of xterm.
8938
8939 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
8940 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
8941 Reorder predicates to correct min-color usage.
8942
6fd388f3
CY
89432005-09-01 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * longlines.el (longlines-mode): Inhibit read-only when encoding.
8946 Kill local variables when longlines-mode is turned off.
8947
bdb4d6d8
SM
89482005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8949
928f12c9
SM
8950 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
8951
bdb4d6d8
SM
8952 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
8953
8954 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
8955
8956 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
8957 (font-lock-lines-before): Change default to being inactive.
8958 (font-lock-default-fontify-region): Obey font-lock-lines-before.
8959 (font-lock-after-change-function): Don't handle f-l-lines-before here.
8960
00cec167
MA
89612005-08-31 Michael Albinus <michael.albinus@gmx.de>
8962
bdb4d6d8
SM
8963 * net/tramp.el (tramp-handle-make-auto-save-file-name):
8964 Deactivate temporarily advice if active (not needed for Emacs 22,
8965 but for backwards compatibility).
00cec167
MA
8966 (tramp-exists-file-name-handler): Rewrite. First implementation
8967 was too simple.
bdb4d6d8
SM
8968 (tramp-advice-make-auto-save-file-name):
8969 Call `tramp-handle-make-auto-save-file-name' (again, just for
8970 backwards compatibility).
00cec167 8971
0a2e512a
RF
89722005-08-31 Reto Zimmermann <reto@gnu.org>
8973
8974 * progmodes/vhdl-mode.el
bdb4d6d8 8975 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
0a2e512a 8976 (vhdl-end-p): Fix indentation bug "else" after "-- when".
bdb4d6d8 8977 (vhdl-set-default-project): New function (easier setting of default).
0a2e512a 8978 (vhdl-port-copy): Handle extended identifiers for generics.
bdb4d6d8 8979 (vhdl-compiler-alist): Better description for error message regexp.
0a2e512a 8980 (vhdl-make): Query for target, use previous as default.
bdb4d6d8 8981 (vhdl-port-copy): Fix port copy for port names starting with "signal".
0a2e512a
RF
8982 (vhdl-font-lock-keywords-2): Fix fontification for record
8983 el. assign.
8984 (vhdl-speedbar-make-subpack-line): Add package body link.
8985 (vhdl-generate-makefile-1): Not include itself as dependency.
8986 (vhdl-font-lock-init): Highlight c-preprocessor directives.
8987 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
8988 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
8989 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
8990 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
bdb4d6d8 8991 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
0a2e512a 8992 (vhdl-import-project): Add string argument for `error'.
bdb4d6d8
SM
8993 (vhdl-compose-configuration)
8994 (vhdl-compose-configuration-architecture): Add configuration
0a2e512a
RF
8995 declaration generation.
8996 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
8997 (vhdl-trailer-re): Add "record" keyword (better indentation).
8998 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
8999 "[^ \t-\"]+".
119f6f17 9000 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
bdb4d6d8
SM
9001 (vhdl-testbench-entity-file-name)
9002 (vhdl-testbench-architecture-file-name): Allow separate
0a2e512a 9003 customization of testbench file names.
bdb4d6d8
SM
9004 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
9005 (vhdl-get-visible-signals): Allow newline within alias declaration.
9006 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
9007 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
0a2e512a 9008 (member-ignore-case): Alias for missing function in XEmacs.
bdb4d6d8 9009 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
0a2e512a
RF
9010 (vhdl-update-sensitivity-list): Ignore case on read signals.
9011 (vhdl-replace-string): Adjust case only for file names.
9012 (vhdl-update-sensitivity-list): Fix search for read signals.
9013 (vhdl-update-sensitivity-list): Exclude formal parameters.
9014 (vhdl-get-visible-signals): Include aliases of signals.
9015 (vhdl-get-visible-signals): Fix signal name searching.
9016 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
9017 (vhdl-fixup-whitespace-region): Fix for character
af71d4c0 9018 literals (e.g. `:').
0a2e512a 9019
d8aa9ea9
JB
90202005-08-31 Juanma Barranquero <lekktu@gmail.com>
9021
41e11121
JB
9022 * ansi-color.el (comint-last-output-start):
9023 * bs.el (font-lock-verbose):
9024 * diff-mode.el (add-log-buffer-file-name-function):
9025 * dired-x.el (vm-folder-directory):
9026 * faces.el (help-xref-stack-item):
9027 * files.el (font-lock-keywords):
9028 * find-lisp.el (dired-buffers, dired-subdir-alist):
9029 * ido.el (cua-inhibit-cua-keys):
9030 * log-view.el (cvs-minor-wrap-function):
9031 * outline.el (font-lock-warning-face):
9032 * simple.el (compilation-current-error):
9033 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
9034 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
9035 * tooltip.el (comint-prompt-regexp):
9036 * w32-fns.el (explicit-shell-file-name):
9037 * term/mac-win.el (mac-charset-info-alist)
9038 (mac-services-selection, mac-system-script-code):
9039 * term/tty-colors.el (msdos-color-values):
9040 * term/w32-win.el (xlfd-regexp-registry-subnum):
9041 * term/x-win.el (x-keysym-table, x-selection-timeout)
9042 (x-session-id, x-session-previous-id):
9043 * textmodes/ispell.el (mail-yank-prefix):
9044 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
9045 * textmodes/org.el (calc-embedded-close-formula)
9046 (calc-embedded-open-formula)
9047 (font-lock-unfontify-region-function):
9048 * textmodes/reftex-global.el (isearch-next-buffer-function)
9049 (TeX-master):
9050 * textmodes/reftex.el (font-lock-keywords):
9051 * textmodes/tex-mode.el (font-lock-comment-face)
9052 (font-lock-doc-face):
9053 * textmodes/texinfo.el (outline-heading-alist):
9054 Add defvars.
9055
9056 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
9057 (artist-spray-chars, artist-mode-init, artist-replace-string)
9058 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
9059 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
9060 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
9061
9062 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
9063 (conf-align-assignments): "?\ " -> "?\s".
9064
9065 * textmodes/reftex-index.el (TeX-master): Add defvar.
9066 (reftex-index-phrases-marker): Move up defvar.
9067
9068 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
9069 (reftex-toc-include-labels-indicator)
9070 (reftex-toc-include-index-indicator)
9071 (reftex-toc-max-level-indicator): Move up declarations.
9072
d8aa9ea9 9073 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
bdb4d6d8 9074 of args to `tramp-run-real-handler', even if it's empty in this case.
d8aa9ea9 9075
07c5948c
YM
90762005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9077
9078 * dired.el (dired-move-to-filename-regexp): Add date format for
9079 Mac OS X 10.3 in East Asian locales.
9080
c1105d05
MA
90812005-08-31 Michael Albinus <michael.albinus@gmx.de>
9082
9083 * files.el (make-auto-save-file-name): Add file name handler call
9084 if applicable.
9085
9086 * net/tramp.el (tramp-file-name-handler-alist)
9087 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
d8aa9ea9 9088 (tramp-handle-make-auto-save-file-name): Rename from
c1105d05
MA
9089 `tramp-make-auto-save-file-name'.
9090 (tramp-exists-file-name-handler): New defun.
9091 (tramp-advice-make-auto-save-file-name): Make defadvice only when
9092 `make-auto-save-file-name' is not a magic file name operation.
9093
47b8bc5d
RS
90942005-08-30 Richard M. Stallman <rms@gnu.org>
9095
9096 * files.el (risky-local-variable-p):
9097 Match `-predicates' and `-commands.
9098
9099 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
9100 (custom-save-all): Visit the file if necessary;
9101 kill the buffer if we created it.
9102 (custom-save-delete): Don't visit file or kill buffer here.
9103
25afa2cf
CD
91042005-08-30 Carsten Dominik <dominik@science.uva.nl>
9105
9106 * textmodes/org.el (org-special-keyword): New face.
9107 (org-table-copy-down, org-table-eval-formula)
bdb4d6d8
SM
9108 (org-table-recalculate, org-init-section-numbers):
9109 Use `string-to-number' instead of `string-to-int'.
25afa2cf
CD
9110 (org-get-location): Use `insert-buffer-substring' instead of
9111 `insert-buffer'.
9112 (org-modify-diary-entry-string): New function.
bdb4d6d8 9113 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
d8aa9ea9 9114 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25afa2cf
CD
9115 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
9116 active region.
9117 (org-export-as-html): Handle QUOTE keyword.
9118 (org-quote-string): New option.
9119 (org-bookmark-jump-unhide): New function, used for
9120 `bookmark-after-jump-hook'.
9121 (org-diary-default-entry): Apply only when not called through
9122 `org-agenda'.
9123
f720b30e
JB
91242005-08-30 Juanma Barranquero <lekktu@gmail.com>
9125
9126 * net/eudc.el (mode-popup-menu):
9127 * play/handwrite.el (ps-printer-name, ps-lpr-command):
9128 * progmodes/ada-mode.el (compile-auto-highlight)
9129 (skeleton-further-elements):
9130 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9131 * progmodes/cmacexp.el (msdos-shells):
9132 * progmodes/compile.el (font-lock-extra-managed-props)
9133 (font-lock-keywords, font-lock-maximum-size)
9134 (font-lock-support-mode):
9135 * progmodes/grep.el (font-lock-lines-before):
9136 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
9137 * progmodes/mixal-mode.el (compile-command):
9138 * progmodes/perl-mode.el (font-lock-comment-face)
9139 (font-lock-doc-face, font-lock-string-face):
9140 * progmodes/prolog.el (comint-prompt-regexp):
9141 * progmodes/sh-script.el (font-lock-comment-face)
9142 (font-lock-set-defaults, font-lock-string-face):
9143 * progmodes/sql.el (font-lock-keyword-face)
9144 (font-lock-set-defaults, font-lock-string-face):
9145 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
9146 (itimer-version, lazy-lock-defer-contextually)
9147 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
9148 Add defvars.
9149
9150 * progmodes/cperl-mode.el (cperl-electric-lbrace)
9151 (cperl-electric-keyword, cperl-electric-pod)
9152 (cperl-electric-backspace, cperl-forward-re)
9153 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
9154 (vc-rcs-header, vc-sccs-header): Add defvars.
9155
9156 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
9157 (font-lock-syntactic-keywords, gud-find-expr-function):
9158 Add defvars.
9159
9160 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
9161 (gdb-frame-parameters): Declare before use.
9162
9163 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
9164 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
9165 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
9166 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
9167
9168 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
9169 (idlwave-help-with-source): Use `insert-buffer-substring', not
9170 `insert-buffer'.
9171
0f0b350b
JL
91722005-08-29 Juri Linkov <juri@jurta.org>
9173
9174 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
9175 Put outline-back-to-heading function call inside save-excursion.
9176
e0f58980
JB
91772005-08-29 Juanma Barranquero <lekktu@gmail.com>
9178
9179 * man.el (Man-init-defvars, Man-translate-references)
9180 (Man-support-local-filenames, Man-highlight-references):
9181 * progmodes/sql.el (sql-interactive-mode):
bdb4d6d8 9182 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
e0f58980
JB
9183
9184 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
9185 (compilation-mode-font-lock-keywords): Add defvars.
9186 (checkdoc-interactive-loop): "?\ " -> "?\s".
9187
9188 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
9189 (font-lock-doc-face, font-lock-string-face)
9190 (font-lock-keywords-case-fold-search): Add defvars.
9191 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
9192
9193 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
9194 Don't pass X and Y (they are ignored anyway).
9195 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
9196 (mouse-delete-window): Make arguments optional.
9197
bdb4d6d8 9198 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
e0f58980
JB
9199 (caesar-translate-table, minor-modes, news-buffer-save)
9200 (news-group-name, news-minor-modes): Add defvars.
9201
9202 * emacs-lisp/lselect.el (mouse-highlight-priority)
9203 (x-lost-selection-functions, zmacs-regions):
9204 * emacs-lisp/pp.el (font-lock-verbose):
9205 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
9206 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
9207 (ses-mode-map):
9208 * emacs-lisp/tcover-unsafep.el (safe-functions):
3675c8b1
JB
9209 * international/mule-cmds.el (mac-system-coding-system)
9210 (mac-system-locale):
9211 * language/ethio-util.el (rmail-current-message)
9212 (rmail-message-vector):
9213 * language/thai-util.el (thai-auto-composition-mode):
9214 * mail/metamail.el (rmail-current-message, rmail-message-vector):
9215 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
9216 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
9217 (vm-primary-inbox, vm-spool-files):
9218 * mail/rmail.el (deleted-head, font-lock-fontified)
9219 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
9220 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
9221 (total-messages):
9222 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
9223 (rmail-summary-mode-map):
9224 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
9225 (rmail-last-label, rmail-last-multi-labels)
9226 (rmail-summary-vector, rmail-total-messages):
9227 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
9228 * mail/rmailsum.el (msgnum):
9229 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
9230 (rmail-current-message):
e0f58980
JB
9231 * obsolete/fast-lock.el (font-lock-face-list):
9232 * obsolete/rnewspost.el (mail-reply-buffer):
9233 * obsolete/scribe.el (compile-command):
9234 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
9235
11b227ac 92362005-08-28 John Paul Wallington <jpw@gnu.org>
f215a1b4 9237
bdb4d6d8
SM
9238 * ibuf-ext.el (ibuffer-auto-update-changed):
9239 Use `frame-or-buffer-changed-p' to check whether we need to update.
f215a1b4
JPW
9240 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
9241 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
9242 as a `frame-or-buffer-changed-p' state vector instead.
9243
a24c45d2
RF
92442005-08-27 Romain Francoise <romain@orebokech.com>
9245
bdb4d6d8
SM
9246 * textmodes/makeinfo.el (makeinfo-compile):
9247 Use `compilation-start'. Set `next-error-function' according to
713fbb79
RF
9248 `disable-errors'.
9249 (makeinfo-next-error): New function.
9250 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
9251 (makeinfo-buffer): Likewise.
9252
a24c45d2
RF
9253 * progmodes/compile.el (compilation-start): Add autoload cookie.
9254
9255 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
9256 * textmodes/sgml-mode.el: Likewise.
9257 * progmodes/python.el: Likewise.
9258
b0c9a334
EZ
92592005-08-27 Eli Zaretskii <eliz@gnu.org>
9260
0fb57cc0
EZ
9261 * simple.el (blink-matching-paren-distance): Document the meaning
9262 of nil value, and allow to customize to nil.
9263
b0c9a334
EZ
9264 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
9265 command.com, not command.exe.
9266
35595517
JW
92672005-08-26 John Wiegley <johnw@newartisans.com>
9268
bdb4d6d8 9269 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
3bab4a46
JW
9270 code around a bit so that an extraneous nil argument is not added
9271 to a command when no args are given.
9272
35595517
JW
9273 * eshell/esh-arg.el (eshell-parse-double-quote): If a
9274 double-quoted argument resolves to nil, return it as an empty
9275 string rather than as nil. This made it impossible to pass "" to
9276 a shell script as a null string argument.
9277
797d92ed
SM
92782005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * outline.el (outline-invent-heading): New fun.
9281 (outline-promote, outline-demote): Use it.
9282 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
9283 (outline-end-of-subtree): Remove unused var `opoint'.
9284
8248b7ca
EZ
92852005-08-26 David Reitter <david.reitter@gmail.com>
9286
9287 * menu-bar.el (truncate-lines, write-file, print-buffer)
797d92ed
SM
9288 (ps-print-buffer-faces, ps-print-buffer, split-window):
9289 Disable menu items when the frame they refer to is invisible, or when
9290 they refer to a buffer and the minibuffer is selected.
8248b7ca 9291
1f33471d
EZ
92922005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
9293
797d92ed
SM
9294 * progmodes/flymake.el (flymake-highlight-err-lines):
9295 Use save-excursion around flymake-highlight-line to preserve point.
1f33471d 9296
d0943d40
EZ
92972005-08-26 Eli Zaretskii <eliz@gnu.org>
9298
9299 * progmodes/octave-mod.el: Change Author and Maintainer address.
9300 (octave-maintainer-address): Change Kurt's email address.
9301 * progmodes/octave-inf.el: Change Author and Maintainer address.
9302 * progmodes/octave-hlp.el: Change Author and Maintainer address.
9303
7cb53373
KS
93042005-08-26 Kim F. Storm <storm@cua.dk>
9305
6fe57d11 9306 * subr.el (version-list-<, version-list-<=, version-list-=):
aa230d94 9307 Rename from integer-list-*.
7cb53373
KS
9308 (version-list-not-zero): Likewise. Fix while loop.
9309 (version=): Use version-list-= instead of string-equal.
9310
db47a36e
RS
93112005-08-26 Richard M. Stallman <rms@gnu.org>
9312
9313 * outline.el (outline-promote): Try shortening the heading.
9314 As last resort, read the heading to use.
9315 (outline-demote): As last resort, read the heading to use.
9316
27024d2f
RF
93172005-08-26 Romain Francoise <romain@orebokech.com>
9318
5b317d74
RF
9319 * progmodes/compile.el (compilation-start): Doc fix.
9320
b0f9d85b
RF
9321 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
9322 (antlr-font-lock-additional-keywords): Fix reference to
9323 `antlr-font-lock-literal-regexp' erroneously changed during the
9324 mass face rename.
9325 (antlr-run-tool): Use `compilation-start'.
9326
27024d2f
RF
9327 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
9328 instead of the obsolete `compile-internal'.
9329
a6022f15
JB
93302005-08-26 Juanma Barranquero <lekktu@gmail.com>
9331
04ec3414
JB
9332 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
9333 (number, original-date):
9334 * calendar/cal-china.el (date):
9335 * calendar/cal-coptic.el (date):
9336 * calendar/cal-french.el (date):
9337 * calendar/cal-hebrew.el (date, entry, number, original-date):
9338 * calendar/cal-islam.el (date, number, original-date):
9339 * calendar/cal-iso.el (date):
9340 * calendar/cal-julian.el (date):
9341 * calendar/cal-mayan.el (date):
9342 * calendar/cal-menu.el (date, event):
9343 * calendar/cal-persia.el (date):
9344 * calendar/lunar.el (date):
9345 * calendar/solar.el (date): Add defvars.
9346
623f1465
JB
9347 * emerge.el:
9348 * ibuffer.el:
9349 * info-xref.el:
9350 * obsolete/bg-mouse.el:
9351 * obsolete/sun-curs.el:
9352 * obsolete/swedish.el: Move the `defvar's to the top level.
9353
a6022f15
JB
9354 * smerge-mode.el (smerge-refined-change): Add :group.
9355
41796d09
SM
93562005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
9359 (smerge-keep-n): Remove props.
9360 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9361 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
9362 now that it's done in smerge-keep-n.
9363 (smerge-refined-change): New face.
9364 (smerge-refine-chopup-region, smerge-refine-highlight-change)
9365 (smerge-refine): New funs.
9366 (smerge-basic-map): Bind smerge-refine.
9367
537fd670
JL
93682005-08-25 Juri Linkov <juri@jurta.org>
9369
9370 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
9371 compilation-process-setup-function and compilation-disable-input
9372 in grep-mode instead of let-bindings in grep.
9373
9374 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
9375 Delete "Automatic File De/compression" (auto-compression-mode).
9376
654078da
JB
93772005-08-25 Juanma Barranquero <lekktu@gmail.com>
9378
9379 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
9380 Silence warning about non-existent variable.
9381
c6a816df
RS
93822005-08-25 Richard M. Stallman <rms@gnu.org>
9383
9384 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
9385 Rename "Describe Key" to "Describe Key or Mouse Operation".
9386
9387 * mail/mailalias.el (build-mail-aliases): Delete comments
9388 from the contents before processing them.
9389
9390 * isearch.el (isearch-edit-string): Erase the Search prompt
9391 if user enters an empty string and there is no default.
9392
9393 * comint.el (comint-file-name-prefix): Add autoload.
9394
93952005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
9396
9397 * subr.el (play-sound): Rearrange to avoid warning.
9398
822fcf5b
CD
93992005-08-25 Carsten Dominik <dominik@science.uva.nl>
9400
9401 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
9402 New hook.
9403 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
9404
1550ae60
SM
94052005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9406
9407 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
9408
9409 * custom.el (custom-theme-set-variables): Sort minor modes last.
9410
e9454757
VJL
94112005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9412
9413 * subr.el (version-separator, version-regexp-alist): New vars used by
9414 version comparison funs.
9415 (integer-list-<, integer-list-=, integer-list-<=)
9416 (integer-list-not-zero): New funs for integer list comparison.
9417 (version-to-list, version=, version<, version<=): New funs for version
9418 comparison.
9419
bbf40036
JB
94202005-08-24 Juanma Barranquero <lekktu@gmail.com>
9421
4add8580
JB
9422 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
9423 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
9424 time to silence the byte-compiler.
9425
bbf40036
JB
9426 * ibuffer.el (ibuffer-compile-make-eliding-form)
9427 (ibuffer-check-formats): Use `with-no-warnings' to hide references
9428 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
9429 so it's silly to get warnings for it).
9430 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
9431 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
9432 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
9433 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
9434 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
9435 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
9436 Defvar at compile time.
9437 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
9438 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
9439 Declare them before use.
9440
4add8580
JB
9441 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
9442 (info-xref-good, info-xref-bad): Defvar at compile time.
9443
9444 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
9445 Use `let*' instead of `let'.
9446
9447 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
9448 (*mouse-y*, menu, char): Defvar at compile time.
9449 (sc::menu): Declare it before use.
9450 (sc::pack-one-line): Use `let', not `let*'.
9451
9452 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
9453 (mail-send-hook): Defvar at compile time.
9454
9455 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
9456 Defvar at compile time.
9457
9458 * term/sun-mouse.el (current-global-mousemap)
9459 (current-local-mousemap): Declare them before use.
bbf40036 9460
6cd70a8c
CD
94612005-08-24 Carsten Dominik <dominik@science.uva.nl>
9462
9463 * bookmark.el (bookmark-after-jump-hook): New hook.
9464 (bookmark-jump): Run `bookmark-after-jump-hook'.
9465
9ed779e8
JL
94662005-08-23 Juri Linkov <juri@jurta.org>
9467
9468 * faces.el (minibuffer-prompt): Doc fix.
9469
f28d4b0f
JB
94702005-08-23 Juanma Barranquero <lekktu@gmail.com>
9471
9472 * progmodes/xscheme.el: Trivial changes to silence warnings.
9473 (xscheme-previous-mode, xscheme-previous-process-state):
9474 Add defvars.
9475 (xscheme-last-input-end, xscheme-process-command-line)
9476 (xscheme-process-name, xscheme-buffer-name)
9477 (xscheme-expressions-ring-max, xscheme-expressions-ring)
9478 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
9479 (xscheme-control-g-synchronization-p)
9480 (xscheme-control-g-disabled-p, xscheme-string-receiver)
9481 (default-xscheme-runlight, xscheme-runlight)
9482 (xscheme-runlight-string, xscheme-process-filter-state)
9483 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
9484 Move to beginning of file.
9485 (scheme-interaction-mode-commands-alist)
1550ae60
SM
9486 (scheme-interaction-mode-map, scheme-debugger-mode-map):
9487 Declare them before use. Note: the initialization code for the variables
9488 has not been moved because it uses functions that reference the variables.
f28d4b0f
JB
9489 (xscheme-control-g-message-string, xscheme-process-filter-alist)
9490 (xscheme-prompt-for-expression-map): Declare them before use.
9491 (scheme-debugger-mode-commands): "?\ " -> "?\s".
9492
94932005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12d96c20 9494
1550ae60 9495 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12d96c20 9496
bac3a1c9
JL
94972005-08-22 Juri Linkov <juri@jurta.org>
9498
9499 * faces.el (set-face-underline): Delete this duplicate function
9500 and make an obsolete alias to set-face-underline-p.
9501 (set-face-underline-p): Use docstring of set-face-underline.
9502 (describe-face): Create hyperlink to parent face.
9503
9504 * info.el (Info-insert-dir): Use save-excursion around
9505 insert-buffer-substring.
9506 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
9507 (Info-escape-percent): Delete function.
9508 (Info-fontify-node): Replace Info-escape-percent by
9509 replace-regexp-in-string with REP arg set to lambda that
9510 duplicates `%' and preserves text properties.
9511
9512 * progmodes/compile.el (compilation-disable-input): Doc fix.
9513 (define-compilation-mode): Doc fix and refill.
9514 (kill-compilation): Use `mode-name' in the error message.
9515 (compilation-find-file): Use `compilation-error' in the
9516 read-file-name's prompt.
9517
48d59eda
SM
95182005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
9521 (smerge-auto-leave): Make undo re-enable the mode.
9522 (debug-ignored-errors): Add the user-error of impossible resolution.
9523 (smerge-resolve): Move things around a bit, in preparation for later.
9524 (smerge-diff): Don't fail if the buffer has no associated file.
9525 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
9526 (smerge-conflict-overlay): New function.
9527 (smerge-match-conflict): Don't add text properties here.
9528 (smerge-find-conflict): Instead, add an overlay here.
9529 Also check for the case where we're inside a conflict already, so as to
9530 obviate the need for font-lock-multiline, which is unbearably slow with
9531 large conflicts and ciomplex font-lock patterns.
9532 (smerge-remove-props): Remove overlay rather than text-properties.
9533 (smerge-mode): Don't set font-lock-multiline.
9534 Remove overlays when turned off.
9535
0f467468
KS
95362005-08-21 Kim F. Storm <storm@cua.dk>
9537
9538 * ido.el (ido-ignore-item-p): Use save-match-data.
9539 Bind case-fold-search to ido-case-fold locally.
9540
6e86be0b
RS
95412005-08-20 Richard M. Stallman <rms@gnu.org>
9542
9543 * files.el (normal-mode): If font lock is on, turn it off and on.
9544
9545 * subr.el (replace-regexp-in-string): Doc fix.
9546
9547 * startup.el (command-line-1): Don't suppress startup screen
9548 due to existing processes.
9549
9550 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
9551
9552 * progmodes/compile.el (compilation-disable-input): Default to nil.
9553
217b694f
EZ
95542005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9555
9556 * progmodes/compile.el (compilation-disable-input): New defcustom.
9557 (compilation-start): If compilation-disable-input is non-nil, send
9558 EOF to the compilation process.
9559
966e4990
EZ
95602005-08-20 Eli Zaretskii <eliz@gnu.org>
9561
9562 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
9563 Run the argument of tex-shell-cd-command through
9564 convert-standard-filename, to get the correct style of slashes on
9565 Windows, and enclose the result in quotes, in case the file name
9566 includes whitespace or other special characters.
9567
6a7df22f
AS
95682005-08-19 Andreas Schwab <schwab@suse.de>
9569
9570 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
9571 process.
9572
eaa12728
LT
95732005-08-18 Luc Teirlinck <teirllm@auburn.edu>
9574
9575 * cus-start.el (minibuffer-prompt-properties): Correct typo.
9576
8573477e
KS
95772005-08-18 Kim F. Storm <storm@cua.dk>
9578
9579 * scroll-lock.el: Fix errors due to incorrect line wrapping.
9580
94396ace
RS
95812005-08-18 Richard M. Stallman <rms@gnu.org>
9582
9583 * scroll-lock.el: New file.
9584
dd52fff6
TTN
95852005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
9586
9587 * dired.el (dired-move-to-end-of-filename):
9588 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
9589
60955068
KS
95902005-08-18 Kim F. Storm <storm@cua.dk>
9591
9592 * ido.el (ido-everywhere): Fix defcustom :set function to disable
9593 rather than toggle mode when custom value is nil.
9594 (ido-everywhere): Fix defun doc string.
9595
255a2507
RS
95962005-08-17 Richard M. Stallman <rms@gnu.org>
9597
9598 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
9599 as tag instead of "Inviolable".
9600
99cb6791
KS
96012005-08-17 Kim F. Storm <storm@cua.dk>
9602
0eefa6fb
KS
9603 * windmove.el (windmove-coordinates-of-position): Remove.
9604 (windmove-coordinates-of-window-position): Remove.
9605 (windmove-reference-loc): Use posn-at-point instead.
9606
4ec9e784
KS
9607 * subr.el (insert-for-yank-1): Doc fix.
9608
99cb6791 9609 * ido.el (ido-enter-matching-directory): Rename from
119f6f17
RS
9610 ido-enter-single-matching-directory. Change `slash' choice to
9611 `only'. Add `first' choice.
99cb6791
KS
9612 (ido-exhibit): Adapt to above changes.
9613
1ee1d0ee
LT
96142005-08-16 Luc Teirlinck <teirllm@auburn.edu>
9615
9616 * Makefile.in: Expand comment about building loaddefs.el.
9617
58d75444
NR
96182005-08-16 Nick Roberts <nickrob@snap.net.nz>
9619
1ee1d0ee 9620 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
58d75444
NR
9621 Comment use of defadvice.
9622
9623 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
9624
ed8e0f0a
DN
96252005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
9626
58d75444
NR
9627 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
9628 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
9629 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
9630 * progmodes/idlw-shell.el, progmodes/ld-script.el,
9631 * progmodes/which-func.el, ruler-mode.el, strokes.el,
9632 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
9633 for backward compatibility for faces that did not appear in the
9634 previous Emacs release.
e95e5f81 9635
8573477e 9636 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
ed8e0f0a 9637
4ccda9c3
KS
96382005-08-15 Kim F. Storm <storm@cua.dk>
9639
9640 * emulation/cua-base.el (cua-delete-region): Return t if
9641 deleted region was non-empty.
9642 (cua-replace-region): Inhibit overwrite-mode for
9643 self-insert-command if replaced region was non-empty.
9644 (cua--explicit-region-start, cua--status-string): Make them
9645 buffer-local at top-level...
9646 (cua-mode): ...rather than when mode is enabled.
9647
9e5538bc
TTN
96482005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
9649
9650 * progmodes/vhdl-mode.el (vhdl-emacs-21):
9651 Set t for Emacs 21, 22, and so on.
9652
86ae23f8
DP
96532005-08-15 David Ponce <david@dponce.com>
9654
99580cde 9655 * tree-widget.el: Update Commentary header.
86ae23f8
DP
9656 (tree-widget-theme): Doc fix.
9657 (tree-widget-space-width): New option.
9658 (tree-widget-image-properties): Look up in the default theme too.
9659 (tree-widget--cursors): Only for images with arrow pointer shape.
9660 (tree-widget-lookup-image): Pointer shape is hand by default.
48d59eda 9661 (tree-widget-icon): Rename generic icon widget from
86ae23f8
DP
9662 `tree-widget-control'.
9663 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
9664 derive from `tree-widget-icon'.
9665 (tree-widget-handle): Improve default look and feel of the text
9666 representation.
9667 (tree-widget): Rename :*-control properties to :*-icon properties.
9668 Add :action and :help-echo properties.
9669 (tree-widget-after-toggle-functions): Move.
9670 (tree-widget-close-node, tree-widget-open-node): Remove.
9671 (tree-widget-before-create-icon-functions): New hook.
9672 (tree-widget-value-create): Update to allow customization of icons
9673 and nodes at run-time via that new hook.
9674 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
9675 (tree-widget-icon-action, tree-widget-icon-help-echo)
9676 (tree-widget-action, tree-widget-help-echo): New functions.
9677
0781c303
KS
96782005-08-15 Kim F. Storm <storm@cua.dk>
9679
9680 * ido.el (ido-buffer-internal): Use with-no-warnings.
9681 (ido-make-merged-file-list): Use while-no-input.
9682
255a2507
RS
96832005-08-15 Richard M. Stallman <rms@gnu.org>
9684
48d59eda
SM
9685 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
9686 (flyspell-large-region): Fix doc and custom type.
255a2507 9687
eda12ca3
RS
96882005-08-14 Richard M. Stallman <rms@gnu.org>
9689
0bf14bfd
RS
9690 * files.el (interpreter-mode-alist): Doc fix.
9691
9692 * mail/rmail.el (rmail-nonignored-headers): New variable.
9693 (rmail-clear-headers): Use it.
9694 (rmail-reply): Better handling of mail-followup-to header.
9695
48d59eda
SM
9696 * progmodes/sh-script.el (sh-font-lock-keywords-var):
9697 Rename variable from sh-font-lock-keywords. In the `shell' entry,
9698 don't try to refer to executable-font-lock-keywords.
9699 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
9700 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8573477e 9701 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
ca19f3f1
AS
9702 (sh-mode): Set comment-start-skip, local-abbrev-table,
9703 imenu-case-fold-search.
0bf14bfd
RS
9704 (sh-set-shell): Don't set them here.
9705 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
ca19f3f1
AS
9706 Don't cache the results in the original alist; don't ever modify
9707 that alist.
0bf14bfd
RS
9708
9709 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
9710
ca19f3f1
AS
9711 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
9712 empty.
eda12ca3 9713
9e7357b0
AS
97142005-08-15 Andreas Schwab <schwab@suse.de>
9715
48d59eda 9716 * desktop.el: Put autoload cookie at risky-local-variable declarations.
498eb267 9717
9e7357b0
AS
9718 * dired.el, info.el, mail/rmail.el: Revert last change.
9719
91859276
TTN
97202005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
9721
9722 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
9723 modification in `eval-after-load' form.
7806e573 9724 * info.el: Likewise.
8fbee87c 9725 * mail/rmail.el: Likewise.
91859276 9726
ec08e2f4
JL
97272005-08-14 Juri Linkov <juri@jurta.org>
9728
9729 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9730 Remove highlighting of "Compilation started". Highlight only
9731 the word "finished" in "Compilation finished". Add highlighting
9732 of "interrupt", "killed", "terminated" and the exit code.
9733 (compilation-start): Add newline after header. Use exactly the
9734 same time stamp format as the finishing message.
9735 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
9736
9737 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
9738 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
9739 Add highlighting of "interrupt", "killed", "terminated".
9740
9741 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
9742 enabled and the current command is self-insert-command, call it
9743 explicitly with overwrite-mode bound to nil, to not allow it
9744 to delete the character after the selected region.
9745
c9ed8176
EZ
97462005-08-12 Matt Hodges <MPHodges@member.fsf.org>
9747
9748 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
9749 move-end-of-line, end-of-line, and beginning-of-line to the list
9750 of commands after which the echo area is updated.
9751
5cabd50e
EZ
97522005-08-12 Eli Zaretskii <eliz@gnu.org>
9753
48d59eda
SM
9754 * cus-edit.el (custom-save-all, custom-save-delete):
9755 Bind recentf-exclude to exclude custom-file.
5cabd50e 9756
a67e5425
EZ
97572005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
9758
234d828a
EZ
9759 * mail/rmailsum.el (rmail-summary-end-of-message): New command
9760 to go to the bottom of the mail message. Added to
9761 `rmail-summary-mode-map' with key "/".
9762 (rmail-summary-show-message): New (internal) function for use by
9763 both `rmail-summary-beginning/end-of-message'.
48d59eda 9764 (rmail-summary-beginning-of-message): Change to use
234d828a
EZ
9765 rmail-summary-show-message.
9766
9767 * mail/rmail.el (rmail-end-of-message): New command to go to the
9768 end of the current message. Added to `rmail-mode-map' with key "/".
48d59eda 9769 (rmail-beginning-of-message): Fix to work as documented.
234d828a
EZ
9770 (rmail-mode): Change documentation.
9771
a67e5425
EZ
9772 * progmodes/compile.el (compilation-start): Add the line
9773 "Compilation started" with compilation start time.
48d59eda 9774 (compilation-mode-font-lock-keywords): Add `started' to keywords.
a67e5425 9775
e40b86bb
LT
97762005-08-11 Luc Teirlinck <teirllm@auburn.edu>
9777
9778 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
9779 of menu items.
9780
bda2c1ff
LK
97812005-08-11 Richard M. Stallman <rms@gnu.org>
9782
6e2d14c8
RS
9783 * simple.el (pop-global-mark): Reverse test of widen-automatically.
9784
bda2c1ff
LK
9785 * battery.el (battery-status-function): Don't use ignore-errors.
9786
97872005-08-11 Lute Kamstra <lute@gnu.org>
9788
9789 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
9790 define-obsolete-variable-alias.
9791
aa6f7b96
SM
97922005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9793
9794 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
9795 (ange-ftp-send-cmd): Revert last change, and expand
9796 the comment explaining the problem.
9797
928aa821
LT
97982005-08-10 Luc Teirlinck <teirllm@auburn.edu>
9799
9800 * ldefs-boot.el: Update.
9801
9802 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
9803 item to "Time, Load and Mail". Change help echo text.
9804
9805 * time.el (display-time-use-mail-icon, display-time-format)
9806 (display-time-string-forms): Shorten first line of docstrings.
9807
e6de37c5 98082005-08-10 Lars Hansen <larsh@soem.dk>
aa6f7b96
SM
9809
9810 * desktop.el (desktop-buffer-mode-handlers):
af71d4c0 9811 Make non-customizable. Add autoload cookie. Change initial value to
48d59eda 9812 nil; add elements in respective modules instead. Fix doc string.
e6de37c5
LH
9813 (desktop-load-file): New function.
9814 (desktop-minor-mode-handlers): New autoloaded variable.
aa6f7b96
SM
9815 (desktop-create-buffer): Call minor mode handlers.
9816 Use desktop-load-file to load major and minor mode modules prior to
e6de37c5
LH
9817 checking for a handler.
9818 (desktop-save): Don't add nil to desktop-minor-modes for minor
48d59eda 9819 modes with nil function in desktop-minor-mode-table. Don't delete
e6de37c5 9820 desktop file before rewriting it.
48d59eda 9821 (desktop-locals-to-save): Add autoload cookie. Don't make
e6de37c5
LH
9822 automatically buffer-local. Add variables column-number-mode,
9823 size-indication-mode, indent-tabs-mode,
9824 indicate-buffer-boundaries, indicate-empty-lines and
9825 show-trailing-whitespace.
9826 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
af71d4c0 9827 regexps. Don't use desktop-clear-preserve-buffers-regexp.
e6de37c5 9828 (desktop-clear-preserve-buffers-regexp): Delete.
aa6f7b96 9829 (desktop-clear-preserve-buffers): Update initial value and docstring.
e6de37c5
LH
9830 (desktop-save-buffer): Fix doc string.
9831
9832 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
9833 (hilit-chg-desktop-restore): New function.
9834 (highlight-changes-mode): Add highlight-changes-mode to
9835 desktop-locals-to-save.
9836
9837 * dired.el: Add handler to desktop-buffer-mode-handlers.
9838 (dired-restore-desktop-buffer): Remove autoload cookie.
9839 (dired-mode): Add autoload cookie.
9840
9841 * info.el: Add handler to desktop-buffer-mode-handlers.
9842 (Info-restore-desktop-buffer): Remove autoload cookie.
9843 (Info-mode): Add autoload cookie.
9844
9845 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
9846 (mh-restore-desktop-buffer): Remove autoload cookie.
9847 (mh-folder-mode): Add autoload cookie.
9848
9849 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
9850 (rmail-restore-desktop-buffer): Remove autoload cookie.
1ea286a7 9851
2d77d354
MY
98522005-08-11 Masatake YAMATO <jet@gyve.org>
9853
1ea286a7
LT
9854 * hexl.el (hexl-address-region):
9855 (hexl-ascii-region, hexl-font-lock-keywords):
2d77d354
MY
9856 (hexl-highlight-line-range): Use the term "region"
9857 instead of "area" for consistency with the other symbols
9858 defined in hexl.el.
9859
682591cf
LT
98602005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9861
9862 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
9863 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
9864 out by Juri Linkov). Add `display-battery-mode'.
9865
5ebbfd96
JL
98662005-08-09 Juri Linkov <juri@jurta.org>
9867
9868 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9869 Remove `-text' from face variable names.
9870 (compilation-error-file-name, compilation-warning-file-name)
9871 (compilation-info-file-name): Delete faces.
9872 (compilation-line-number, compilation-column-number):
9873 Remove face underlining.
9874 (compilation-message-face): Set to `underline' value by default.
9875 (compilation-error-face, compilation-warning-face)
9876 (compilation-info-face): Remove `-file-name' from face names.
9877 (compilation-error-text-face, compilation-warning-text-face)
9878 (compilation-info-text-face): Delete face variables.
9879 (compilation-text-face): Delete function.
9880
48d59eda 9881 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5ebbfd96
JL
9882 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
9883 (grep-error-face): Set to `compilation-error' instead of
9884 `compilation-error-face' (which is redefined to `grep-hit-face' in
9885 grep buffers).
ca19f3f1 9886 (grep-mode-font-lock-keywords): Remove `-text' from face variable
48d59eda 9887 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5ebbfd96
JL
9888
9889 * dired-aux.el (dired-do-query-replace-regexp):
9890 Use `query-replace-read-args'.
9891
9892 * replace.el (query-replace-read-from, query-replace-read-to)
9893 (query-replace-read-args): Rename arg `string' to `prompt'.
9894
9895 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
9896
8012c835
MA
98972005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9898
9899 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
9900 uploading files.
9901 (ange-ftp-canonize-filename): Handle file names beginning with ~
9902 correctly.
9903
8ad8316c
JB
99042005-08-09 Juanma Barranquero <lekktu@gmail.com>
9905
9906 * textmodes/fill.el (canonically-space-region)
9907 (fill-context-prefix, fill-french-nobreak-p)
9908 (fill-delete-newlines, fill-comment-paragraph)
9909 (justify-current-line): "?\ " -> "?\s".
9910
99112005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
9912
9913 * textmodes/fill.el (fill-nonuniform-paragraphs):
9914 Improve argument/docstring consistency.
9915
e8f30180
RS
99162005-08-09 Richard M. Stallman <rms@gnu.org>
9917
e7cdb3e0
RS
9918 * textmodes/ispell.el (ispell-word): More fboundp checks.
9919
e8f30180
RS
9920 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
9921 (find-file-noselect-1): Call it here, only if RAWFILE.
9922 (normal-mode): Always set some major mode.
9923 (save-some-buffers-action-alist): Change some explanation strings.
9924 (file-name-non-special): In the `quote' method, use unwind-protect.
9925
99262005-08-09 Magnus Henoch <mange@freemail.hu>
9927
e7cdb3e0 9928 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8012c835 9929 (ispell-have-aspell-dictionaries): New variable.
e7cdb3e0
RS
9930 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
9931 (ispell-get-aspell-config-value): New function.
9932 (ispell-aspell-find-dictionary): New function.
9933 (ispell-aspell-add-aliases): New function.
9934 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
9935 appropriate. Don't look for ispell dictionaries if we use aspell.
9936 (ispell-menu-map): Don't build a submenu of dictionaries.
8012c835 9937
61298e17
RS
99382005-08-09 Richard M. Stallman <rms@gnu.org>
9939
9940 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
9941 (sql-read-passwd): Use read-passwd.
9942
9943 * progmodes/idlw-toolbar.el (idlwave-toolbar)
9944 (idlwave-toolbar-is-possible): Add defvars.
9945
9946 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
9947 Avoid warnings.
9948
9949 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
9950 (idlwave-system-class-info, idlwave-executive-commands-alist):
9951 Use defvar.
9952
9953 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
9954
9955 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
9956 Avoid warnings.
9957
9958 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
9959 and content-type: headers.
9960
9961 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
9962
9963 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
9964 and rename some of them to be more self-explanatory.
9965
9966 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
9967
9968 * startup.el (command-line-1): Implement -scriptload.
9969
9970 * replace.el (occur-engine): Initial *Occur* output not undoable.
9971
9972 * menu-bar.el (menu-bar-file-menu): Rename some menu items
9973 and improve help strings.
9974
9975 * isearch.el (isearch-repeat): When changing direction,
9976 mark search successful.
9977
9978 * ediff-init.el: Use (featurep 'xemacs).
9979
9980 * comint.el (send-invisible): Identify buffer, if not selected.
9981
9982 * align.el: Delete autoload for c-guess-basic-syntax.
9983
a165d05e
JB
99842005-08-09 Juanma Barranquero <lekktu@gmail.com>
9985
9986 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
9987 Improve argument/docstring consistency. Doc fixes.
9988 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
9989 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
9990 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
9991 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
9992 (r2bv-organization, r2bv-pages, r2bv-primary-author)
9993 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
9994 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
9995 Defvar at compile time.
9996
196a121b
JL
99972005-08-09 Juri Linkov <juri@jurta.org>
9998
ec08e2f4 9999 * info.el: Replace `info' with upper-case `Info' where appropriate.
196a121b
JL
10000 (info-title-1, info-title-2, info-title-3, info-title-4)
10001 (info-menu-header): Move up face definitions.
10002 (info-menu-star): Rename from `info-menu-5'.
10003 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
10004 (Info-fontify-visited-nodes): Fix docstring.
10005 (Info-hide-note-references): Fix docstring.
10006 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
10007 menu items in the same way as on cross-references.
10008 (info-apropos): Fix sorting order and formatting to be like in the
10009 stand-alone Info browser. Display error messages for 1 sec.
10010 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
10011 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
10012 from the menu bar.
10013 (Info-insert-dir): Restore point after calling
10014 `insert-buffer-substring'.
10015
48b194fd
RS
100162005-08-08 Richard M. Stallman <rms@gnu.org>
10017
10018 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
10019 (recompute-lucid-menubar): Add defvars.
10020
10021 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
10022
10023 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
10024
aa6f7b96 10025 * net/net-utils.el (run-dig): Rename from `dig'.
48b194fd
RS
10026
10027 * play/gametree.el (gametree-mode): Use make-local-variable,
10028 not make-variable-buffer-local.
10029
10030 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
10031
10032 * ansi-color.el (ansi-color-make-extent)
10033 (ansi-color-set-extent-face): Use fboundp, not functionp.
10034
10035 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
10036 not make-variable-buffer-local.
10037
10038 * bookmark.el (Info-current-file): Add defvar.
10039 (bookmark-jump-noselect): Use with-no-warnings.
10040
10041 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
10042
10043 * ebuff-menu.el (Helper-return-blurb): Add defvar.
10044
10045 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
10046
10047 * find-file.el (ada-procedure-start-regexp)
10048 (ada-package-start-regexp): Add defvars.
10049
10050 * info.el (Info-insert-dir): Use insert-buffer-substring.
10051
10052 * xml.el (xml-att-def-re): Add defvar.
10053
10054 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
10055 calling convention.
10056
10057 * subr.el (while-no-input): Return t if there is input.
10058
98605c6f
LT
100592005-08-08 Luc Teirlinck <teirllm@auburn.edu>
10060
10061 * cus-start.el (all): Add `overflow-newline-into-fringe'.
10062
0c737c20
JB
100632005-08-08 Juanma Barranquero <lekktu@gmail.com>
10064
10065 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
10066 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
10067
100682005-08-08 Emilio C. Lopes <eclig@gmx.net>
10069
10070 * cmuscheme.el (scheme-start-file): Replace reference to
10071 `user-emacs-directory' by "~/.emacs.d/".
10072
b499789c
TTN
100732005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
10074
10075 * info.el (Info-dir-remove-duplicates): Avoid case folding
10076 in loop; instead, keep downcased strings for comparison.
10077 Suggested by Helmut Eller.
10078
d2a2c17f
MA
100792005-08-07 Michael Albinus <michael.albinus@gmx.de>
10080
10081 Sync with Tramp 2.0.50.
10082
11948172 10083 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
10084 XEmacs case; not necessary anymore.
10085 (tramp-user-regexp): Allow "@" as part of user name.
10086 (tramp-handle-set-visited-file-modtime)
10087 (tramp-handle-insert-file-contents)
10088 (tramp-handle-write-region): No special handling for
10089 `last-coding-system-used, because this is done in
10090 `tramp-accept-process-output' now.
10091 (tramp-accept-process-output): New defun.
10092 (tramp-process-one-action, tramp-process-one-multi-action)
10093 (tramp-wait-for-regexp, tramp-wait-for-output)
10094 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
10095 Howells <dhowells@redhat.com>.
10096 (clear-visited-file-modtime): Defadvice removed. The check for
10097 unset buffer's modtime does not need to be based on
10098 `tramp-buffer-file-attributes'. Suggested by RMS.
10099 (tramp-message): Insert "\n" if not being at beginning of line.
10100 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
10101 sequence with same logic.
10102 (tramp-completion-handle-expand-file-name): Discard call of
10103 `tramp-drop-volume-letter'. It is not necessary, and there have
10104 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
aa6f7b96 10105 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
d2a2c17f
MA
10106 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
10107 should always be visible.
10108 (tramp-handle-insert-directory, tramp-setup-complete)
10109 (tramp-set-process-query-on-exit-flag)
10110 (tramp-append-tramp-buffers): Pacify byte-compiler.
aa6f7b96
SM
10111 (tramp-bug): Delete non-existing variables from list.
10112 Apply `tramp-load-report-modules' as pre-hook.
10113 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
10114 `shell-prompt-pattern' because of non-7bit characters.
10115 Reported by Sebastian Luque <sluque@mun.ca>.
10116 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
d2a2c17f 10117 (tramp-match-string-list): Remove function.
aa6f7b96
SM
10118 (tramp-wait-for-regexp): Remove call of that function.
10119 Suggested by Kim F. Storm <storm@cua.dk>.
d2a2c17f
MA
10120 (tramp-set-auto-save-file-modes): Use octal integer code #o600
10121 instead of octal character code ?\600. The latter resulted in a
10122 syntax error with XEmacs.
10123
11948172 10124 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
10125 XEmacs case; not necessary anymore.
10126 (tramp-smb-handle-write-region): No special handling for
10127 `last-coding-system-used, because this is done in
10128 `tramp-accept-process-output' now.
10129 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
10130
07a15941
LT
101312005-08-06 Luc Teirlinck <teirllm@auburn.edu>
10132
48d59eda
SM
10133 * wid-edit.el (widget-choice-value-create):
10134 Unconditionally respect user choice. Set :explicit-choice back to nil
10135 when no longer needed.
ff2b1744
LT
10136 (widget-choice-action): Unconditionally respect user choice.
10137 Eliminate :explicit-choice-value.
10138
07a15941
LT
10139 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
10140
10141 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
10142 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
10143 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
10144 running new function `toggle-indicate-empty-lines'.
10145 Rename "Customize" item to "Customize fringe".
10146 Rename "Indicators" item to "Buffer boundaries" and change help echo.
10147 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
10148 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
10149 Delete "Empty lines only" item.
10150 (menu-bar-showhide-fringe-ind-customize): New function.
10151 (menu-bar-showhide-fringe-ind-mixed)
10152 (menu-bar-showhide-fringe-ind-box)
10153 (menu-bar-showhide-fringe-ind-right)
10154 (menu-bar-showhide-fringe-ind-left)
10155 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
10156 instead of `fringe-indicators'.
10157
44766d63 101582005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
10159
10160 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
44766d63 10161 Change the date of last update.
cb5ccc08 10162
38685583 101632005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
10164
10165 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
10166 (viper-exec-yank, viper-put-back): Don't display modification msg
10167 if in the minibuffer.
10168
10169 * viper-init.el (viper-replace-overlay-cursor-color)
10170 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
10171 Make variables frame local.
10172
10173 * viper-util.el (viper-append-filter-alist): Use append instead of
38685583 10174 nconc.
cb5ccc08
JB
10175
10176 * viper.el (viper-vi-state-mode-list)
10177 (viper-emacs-state-mode-list): Move help-mode and
10178 completion-list-mode from the first list to the second.
10179 (viper-mode): Docstring.
10180 (viper-go-away, viper-non-hook-settings): Don't localize
10181 minor-mode-alist in newer Emacsen. Add advice to
10182 set-cursor-color. Don't bind "\C-c\\".
10183
cb8fc40a
EZ
101842005-08-06 Emilio C. Lopes <eclig@gmx.net>
10185
10186 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
10187 (scheme-macro-expand-command): New user options.
10188 (scheme-trace-procedure, scheme-expand-current-form): New commands.
10189 (scheme-form-at-point, scheme-start-file)
10190 (scheme-interactively-start-process): New functions.
10191 (scheme-get-process): New function, extracted from `scheme-proc'.
10192 (run-scheme): Call `scheme-start-file' to get start file, and pass
10193 it to `make-comint'.
aa6f7b96
SM
10194 (switch-to-scheme, scheme-proc):
10195 Call `scheme-interactively-start-process' if no Scheme buffer/process
cb8fc40a
EZ
10196 is available.
10197
ba65be24
JL
101982005-08-06 Juri Linkov <juri@jurta.org>
10199
10200 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10201 Use `compilation-text-face', `compilation-info-text-face' and
10202 `compilation-error-text-face' instead of `font-lock-keyword-face'.
10203 (compilation-error): New face.
10204 (compilation-error-file-name): Inherit from
10205 `compilation-error' instead of `font-lock-warning-face'.
10206 (compilation-warning-file-name): Inherit from
10207 `compilation-warning' instead of `font-lock-warning-face'.
10208 (compilation-info, compilation-error-file-name)
10209 (compilation-warning-file-name, compilation-info-file-name)
10210 (compilation-line-number, compilation-column-number): Doc fix.
10211 (compilation-error-text-face, compilation-warning-text-face)
10212 (compilation-info-text-face): New face variables.
10213 (compilation-line-face, compilation-column-face)
10214 (compilation-enter-directory-face)
10215 (compilation-leave-directory-face): Doc fix.
10216 (compilation-text-face): New function.
10217
ca19f3f1
AS
10218 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
10219 instead of 1 to display binary file names as info file links.
ba65be24
JL
10220 (grep-error-face): Use `compilation-error-face' instead of
10221 `font-lock-keyword-face'.
10222 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
ca19f3f1
AS
10223 and `compilation-warning-text-face' instead of
10224 `font-lock-keyword-face'. Use `compilation-error-text-face'
10225 instead of `grep-error-face'.
ba65be24 10226
4f27bfc3
KH
102272005-08-05 Kenichi Handa <handa@m17n.org>
10228
10229 * international/code-pages.el: Add autoload cookies for all coding
10230 systems.
10231
eaf99616
LT
102322005-08-04 Luc Teirlinck <teirllm@auburn.edu>
10233
10234 * cus-start.el (all): Put undo.c where it alphabetically belongs.
10235
35952129
JL
102362005-08-04 Juri Linkov <juri@jurta.org>
10237
94c713b2
JL
10238 * progmodes/compile.el (compilation-mode-map):
10239 * progmodes/grep.el (grep-mode-map):
10240 Bind TAB to `compilation-next-error' and [backtab] to
10241 `compilation-previous-error'.
10242
35952129
JL
10243 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
10244 matching line numbers, column numbers and their ranges with regexp
10245 matching only line numbers.
10246 (grep-context-face): New face variable.
10247 (grep-mode-font-lock-keywords): Use it.
10248
10249 * faces.el (read-face-name): Delete duplicate faces.
10250
6f08431c
JB
102512005-08-02 Juanma Barranquero <lekktu@gmail.com>
10252
6ced5724
JB
10253 * thumbs.el (thumbs-find-image): Don't make variables
10254 automatically buffer local.
10255 (thumbs-current-tmp-filename, thumbs-current-image-filename)
10256 (thumbs-image-num): Make automatically buffer local.
10257 (thumbs-show-thumbs-list): Use `make-local-variable', not
10258 `make-variable-buffer-local'.
aa6f7b96 10259 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
6ced5724 10260
6f08431c
JB
10261 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
10262 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
10263 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
10264 (bother, bye, canyou, chatlst, continue, deathlst, describe)
10265 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
10266 (feelings-about, foullst, found, hello, history, howareyoulst)
10267 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
10268 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
10269 (neglst, obj, object, owner, please, problems, qlist)
10270 (random-adjective, relation, remlst, repetitive-shortness)
10271 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
10272 (shortlst, something, sportslst, stallmanlst, states, subj)
10273 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
10274 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
10275 Defvar at compile time.
10276
6ced5724
JB
10277 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
10278 not `make-variable-buffer-local'.
10279
f8a9926b
KS
102802005-08-02 Kim F. Storm <storm@cua.dk>
10281
10282 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
10283 rectangle overlay in selected window.
10284
121e80cf
LT
102852005-08-01 Luc Teirlinck <teirllm@auburn.edu>
10286
10287 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
10288 instead of display group. Make `indicate-buffer-boundaries'
10289 customizable through Custom.
10290
1e5b5dc0
JB
102912005-08-01 Juanma Barranquero <lekktu@gmail.com>
10292
10293 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
10294 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
10295 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
10296 (gdb-put-string): Fix typos in docstrings.
10297
e37a0f2d
NR
102982005-08-01 Nick Roberts <nickrob@snap.net.nz>
10299
201dc594 10300 Update copyright notices of files in progmodes directory for
aa6f7b96 10301 release of Emacs 22.1.
201dc594 10302
e37a0f2d
NR
10303 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
10304
aa6f7b96
SM
10305 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
10306 Don't barf if the GUD buffer has been killed.
e37a0f2d 10307
b68eddb4
KS
103082005-08-01 Kim F. Storm <storm@cua.dk>
10309
10310 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
10311
01e4a4fa
SM
103122005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
10313
48d59eda
SM
10314 * simple.el (next-error-follow-minor-mode):
10315 make-variable-buffer-local -> make-local-variable.
10316
10317 * emacs-lisp/cl-extra.el: Require CL also when compiling.
10318
01e4a4fa
SM
10319 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
10320 (byte-compile-form-make-variable-buffer-local): New functions to warn
10321 about misuses of make-variable-buffer-local where make-local-variable
10322 was meant.
10323
b89c5a72
JB
103242005-07-29 Juanma Barranquero <lekktu@gmail.com>
10325
f2e48473
JB
10326 * bs.el (bs-attributes-list): Doc fix.
10327 (bs): Update url-link.
10328
b89c5a72
JB
10329 * desktop.el (desktop-save-buffer): Fix typos in docstring.
10330 (desktop-load-default): Simplify.
10331
972b8f82
JB
10332 * ibuffer.el (ibuffer-columnize-and-insert-list)
10333 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
10334 (ibuffer-unmark-all, ibuffer-toggle-marks)
10335 (ibuffer-unmark-forward, ibuffer-unmark-backward)
10336 (ibuffer-compile-make-format-form, ibuffer-format-column)
10337 (ibuffer-current-buffers-with-marks)
10338 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
10339 (ibuffer): Doc fix.
10340 (ibuffer-mode): Fix typo in docstring.
10341 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
10342 with `define-obsolete-variable-alias'.
10343 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
10344
dfc434d0
KH
103452005-07-29 Kenichi Handa <handa@m17n.org>
10346
01e4a4fa
SM
10347 * international/mule-cmds.el (select-message-coding-system):
10348 Be sure to use LF for end-of-line. If no coding system is decided,
dfc434d0
KH
10349 return iso-8859-1-unix.
10350
92482d77
SM
103512005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
10352
10353 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
10354 (ange-ftp-pending-error-line): New vars.
10355 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
10356 to handle the non-fatal no-route-to-host messages.
10357 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
10358
6480c508
JB
103592005-07-28 Juanma Barranquero <lekktu@gmail.com>
10360
10361 * isearch.el (isearch-mode-map, isearch-other-meta-char)
10362 (isearch-quote-char, isearch-printing-char)
10363 (isearch-text-char-description): "?\ " -> "?\s".
10364 (isearch-lazy-highlight-cleanup)
10365 (isearch-lazy-highlight-initial-delay)
10366 (isearch-lazy-highlight-interval)
10367 (isearch-lazy-highlight-max-at-a-time)
10368 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
10369 Declare with define-obsolete-*-alias macros.
10370 (isearch-forward): Fix typo in docstring.
10371 (search-invisible, search-ring-yank-pointer)
10372 (regexp-search-ring-yank-pointer): Doc fixes.
10373
10374 * recentf.el (recentf-menu-append-commands-p): Declare with
10375 `define-obsolete-variable-alias'.
10376 (recentf-max-saved-items, recentf-menu-filter)
10377 (recentf-arrange-by-rule-subfilter): Doc fixes.
10378 (recentf-menu-append-commands-flag)
10379 (recentf-initialize-file-name-history, recentf-expand-file-name)
10380 (recentf-clear-data): Fix typos in docstrings.
10381
8aa9ad9f
NR
103822005-07-28 Nick Roberts <nickrob@snap.net.nz>
10383
10384 * progmodes/gdb-ui.el: Smarten comments.
10385 (gdb-info-breakpoints-custom): Use nowarn when finding file.
10386
4f0c9ba7
DN
103872005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10388
10389 * term/apollo.el (terminal-init-apollo): New function containing
10390 all former top level forms in the file.
10391 * term/bobcat.el (terminal-init-bobcat):
10392 * term/cygwin.el (terminal-init-cygwin):
10393 * term/iris-ansi.el (terminal-init-iris-ansi):
10394 * term/linux.el (terminal-init-linux):
10395 * term/news.el (terminal-init-news):
10396 * term/rxvt.el (terminal-init-rxvt):
10397 * term/sun.el (terminal-init-sun):
10398 * term/tvi970.el (terminal-init-tvi970):
10399 * term/vt100.el (terminal-init-vt100):
10400 * term/vt102.el (terminal-init-vt102):
10401 * term/vt125.el (terminal-init-vt125):
10402 * term/vt200.el (terminal-init-vt200):
10403 * term/vt201.el (terminal-init-vt201):
10404 * term/vt220.el (terminal-init-vt220):
10405 * term/vt240.el (terminal-init-vt240):
10406 * term/vt300.el (terminal-init-vt300):
10407 * term/vt320.el (terminal-init-vt320):
10408 * term/vt400.el (terminal-init-vt400):
10409 * term/vt420.el (terminal-init-vt420):
10410 * term/wyse50.el (terminal-init-wyse50):
10411 * term/xterm.el (terminal-init-xterm): Likewise.
10412
10413 * term/README: Describe the terminal-init-* functionality.
10414
01e4a4fa
SM
10415 * startup.el (command-line): After loading the terminal initialization
10416 file call the corresponding terminal initialization function.
4f0c9ba7 10417
3509543c
KH
104182005-07-27 Kenichi Handa <handa@m17n.org>
10419
10420 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
10421 negative.
10422
01e4a4fa 10423 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2f3a9d50
KH
10424 (ps-mule-composition-prologue): Fix for the case that
10425 RelativeCompose is false.
3509543c 10426
cbfde7a0
SM
104272005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10428
a34ed813
SM
10429 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
10430
cbfde7a0
SM
10431 * descr-text.el (describe-char): Handle the case where the list of
10432 chars is displayed in a separate frame.
10433 Be a bit more discriminating when looking for the char.
10434
d32ff76a
JB
104352005-07-26 Juanma Barranquero <lekktu@gmail.com>
10436
10437 * bookmark.el (bookmark-automatically-show-annotations)
10438 (bookmark-read-annotation-text-func): Doc fixes.
10439 (bookmark-save): Improve argument/docstring consistency.
10440 (bookmark-get-bookmark, bookmark-get-bookmark-record)
10441 (bookmark-alist-from-buffer)
10442 (bookmark-upgrade-file-format-from-0)
10443 (bookmark-grok-file-format-version)
10444 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
10445 (bookmark-read-annotation-mode)
10446 (bookmark-insert-current-bookmark, bookmark-jump)
10447 (bookmark-exit-hook): Fix typos in docstrings.
10448 (bookmark-exit-hooks): Define as obsolete alias.
10449 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
10450 not `bookmark-exit-hooks'. Fix docstring.
10451 (bookmark-bmenu-select): "?\ " -> "?\s".
10452
af71d4c0 104532005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5e4c9744
LT
10454
10455 * startup.el (command-line): Fix typo.
10456
5eca5ecd
RS
104572005-07-24 Richard M. Stallman <rms@gnu.org>
10458
10459 * tooltip.el (tooltip-mode): Test emacs-basic-display,
10460 not emacs-quick-startup.
10461
ac0385c8
JB
104622005-07-24 Juanma Barranquero <lekktu@gmail.com>
10463
48ce962e
JB
10464 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
10465 (reb-next-match, reb-show-subexp): Use `with-selected-window'
10466 instead of `reb-with-current-window'.
10467 (reb-prev-match): Likewise. Also, don't move left if the search
10468 was unsuccessful.
10469 (reb-initialize-buffer): New function.
10470 (re-builder, reb-change-syntax): Use it.
10471
ac0385c8
JB
10472 * man.el (Man-goto-page): Make second argument NOERROR optional.
10473
55fb4ff7
RS
104742005-07-23 Richard M. Stallman <rms@gnu.org>
10475
10476 * man.el (Man-bgproc-sentinel): Check here for failure to find
10477 any man page in the output, and report the error here.
10478 (Man-arguments): Make it permanent local.
10479 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
10480 (Man-mode): Pass t for NOERROR.
10481
ac0385c8
JB
10482 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
10483 (grep-mode-font-lock-keywords):
55fb4ff7
RS
10484 Don't use compilation-...-face for messages that are not file names.
10485
10486 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10487 Don't use compilation-...-face for messages that are not file names.
10488
1050234a
JL
104892005-07-22 Juri Linkov <juri@jurta.org>
10490
1050234a
JL
10491 * startup.el (normal-splash-screen): Update menu name.
10492
10493 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
10494
19292318
DN
104952005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10496
6a55dae2
DN
10497 * term/xterm.el: Load term/rxvt if the terminal is actually an
10498 rxvt terminal.
10499 (xterm-rxvt-set-background-mode): Remove, not used anymore.
10500
19292318 10501 * term/rxvt.el (function-key-map): Use substitute-key-definition
af71d4c0 10502 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
19292318
DN
10503
10504 * term/cygwin.el: New file.
10505
80362dd2
KS
105062005-07-22 Kim F. Storm <storm@cua.dk>
10507
a34ed813
SM
10508 * image-file.el (insert-image-file, image-file-yank-handler):
10509 Fix last change to maintain a (unique) yank-handler on yanked images.
80362dd2 10510
4be27839
EZ
105112005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
10512
10513 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
10514 of the file size (as in "177B" for 177 bytes). This happens with
10515 "ls -lh" on FreeBSD.
10516
3dd89635
JB
105172005-07-22 Juanma Barranquero <lekktu@gmail.com>
10518
10519 * hilit-chg.el (highlight-changes-global-initial-state)
10520 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
10521 (hilit-chg-fixup, highlight-changes-mode):
10522 Fix typos in docstrings.
10523 (highlight-changes-global-modes, highlight-changes-rotate-faces):
10524 Doc fixes.
10525
8a469c77
LT
105262005-07-21 Luc Teirlinck <teirllm@auburn.edu>
10527
10528 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
10529 mode function using `eval-after-load'.
10530
5543c8b7
KS
105312005-07-21 Kim F. Storm <storm@cua.dk>
10532
10533 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
10534 included when reporting an emacs crash, and tell about the DEBUG file.
10535
10536 * image-file.el (insert-image-file): Add yank-handler.
10537 (image-file-yank-handler): Yank handler to make unique copies of
10538 images when they are yanked into a buffer next to each other.
10539
69c3280d
JB
105402005-07-21 Juanma Barranquero <lekktu@gmail.com>
10541
d6ff789c
JB
10542 * comint.el (comint-use-prompt-regexp, comint-send-input)
10543 (comint-source-default, comint-extract-string)
10544 (comint-get-source, comint-word, comint-completion)
10545 (comint-source, comint-prompt-read-only, comint-update-fence):
10546 Fix typos in docstrings.
10547 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
10548 Declare with define-obsolete-*-alias macros.
10549 (comint-previous-matching-input-from-input)
10550 (comint-next-matching-input-from-input)
10551 (comint-previous-matching-input, comint-next-matching-input)
10552 (comint-forward-matching-input):
10553 Improve argument/docstring consistency.
10554
4880a274
JB
10555 * desktop.el (desktop-clear-preserve-buffers-regexp):
10556 Also preserve the *server* buffer.
10557
69c3280d
JB
10558 * simple.el (clone-indirect-buffer): Doc fix.
10559 (fixup-whitespace, just-one-space)
10560 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
10561 (next-error, next-error-highlight)
10562 (next-error-highlight-no-select, next-error-last-buffer)
10563 (next-error-buffer-p, next-error-find-buffer, next-error)
10564 (previous-error, next-error-no-select, previous-error-no-select)
10565 (open-line, split-line, minibuffer-prompt-width, kill-new)
10566 (binary-overwrite-mode): Fix typos in docstrings.
10567 (set-fill-column): Fix typo in message.
10568
10569 * skeleton.el (skeleton-proxy-new): Doc fix.
10570
10571 * strokes.el (strokes-load-hook): Doc fix.
10572 (strokes-grid-resolution, strokes-get-grid-position)
10573 (strokes-renormalize-to-grid, strokes-read-stroke)
10574 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
10575 (strokes-global-map): Fix typos in docstrings.
10576 (strokes-help): Doc fix. Fix help message and pass it through
10577 `substitute-command-keys'.
10578
4880a274
JB
10579 * tempo.el (tempo-insert-prompt, tempo-interactive)
10580 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
10581 (tempo-insert-string-functions, tempo-local-tags)
10582 (tempo-define-template, tempo-insert-template)
10583 (tempo-insert-prompt-compat, tempo-is-user-element)
10584 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
10585 Fix typos in docstrings.
10586
10587 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
10588 (vcursor-key-bindings, vcursor-use-vcursor-map)
10589 (vcursor-find-window, vcursor-scroll-down)
10590 (vcursor-disable, vcursor-beginning-of-buffer)
10591 (vcursor-end-of-buffer): Fix typos in docstrings.
10592 (vcursor-relative-move, vcursor-get-char-count):
10593 Improve argument/docstring consistency.
10594
10595 * version.el: "?\ " -> "?\s".
10596
10597 * wid-edit.el (widget-default-create, widget-after-change)
10598 (widget-default-format-handler, widget-checklist-add-item)
10599 (widget-radio-add-item, widget-choose, widget-specify-secret)
10600 (widget-field-value-create, widget-field-value-get)
10601 (widget-editable-list-format-handler)
10602 (widget-editable-list-entry-create, widget-group-value-create)
10603 (widget-documentation-link-add)
10604 (widget-documentation-string-value-create): "?\ " -> "?\s".
10605 (widget-convert-text): Doc fix.
10606 (widget-narrow-to-field, widget-field-find)
10607 (widget-url-link-action, widget-emacs-library-link-action)
10608 (widget-color-notify): Fix typos in docstrings.
10609
10610 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
10611 (x-select-text, set-w32-system-coding-system)
10612 (w32-add-charset-info): Fix typos in docstrings.
10613
10614 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
10615 (cua-enable-cua-keys, cua-use-hyper-key)
10616 (cua-virtual-rectangle-edges): Fix typos in docstrings.
10617 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
10618
10619 * net/tramp.el (tramp-handle-load): Fix typo in error message.
10620
10621 * emacs-lisp/re-builder.el (regexp-builder): Declare with
10622 `defalias' instead of faking it.
10623
10624 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
10625 (eshell-ls-missing, eshell-ls-dired-initial-args)
10626 (eshell-ls-use-in-dired): Fix typos in docstrings.
10627
200576f6
KS
106282005-07-20 Kim F. Storm <storm@cua.dk>
10629
10630 * emulation/cua-base.el (cua-mode): Improve doc string.
10631
3f32d6a3
JB
106322005-07-20 Juanma Barranquero <lekktu@gmail.com>
10633
a5b5bf44
JB
10634 * abbrev.el (expand-region-abbrevs): Doc fix.
10635 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
10636 Improve argument/docstring consistency.
10637
10638 * arc-mode.el (archive-get-descr, archive-alternate-display):
10639 Doc fixes.
10640 (archive-l-e): Improve argument/docstring consistency.
10641 (archive-tmpdir, archive-unixdate, archive-unixtime)
10642 (archive-chmod-entry): Fix typos in docstrings.
10643 (archive-unflag, archive-unflag-backwards)
10644 (archive-unmark-all-files): "?\ " -> "?\s".
10645
10646 * buff-menu.el (Buffer-menu-unmark): Doc fix.
10647 (Buffer-menu-not-modified, Buffer-menu-execute)
10648 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
10649 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
10650
10651 * composite.el (compose-string, encode-composition-rule)
10652 (compose-last-chars): Fix typos in docstrings.
10653
3f32d6a3
JB
10654 * desktop.el (desktop-enable, desktop-basefilename):
10655 Declare with `define-obsolete-variable-alias'.
10656 (desktop-internal-v2s): Don't quote keywords.
10657 (desktop-clear): "?\ " -> "?\s".
10658
a5b5bf44
JB
10659 * dired.el (dired-align-file, dired-flag-backup-files)
10660 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
10661 (dired-listing-switches, dired-ls-F-marks-symlinks)
10662 (dired-dwim-target, dired-load-hook, dired-mode-hook)
10663 (dired-directory, dired-faces, dired, dired-revert)
10664 (dired-mode, dired-summary, dired-view-file)
10665 (dired-copy-filename-as-kill, dired-delete-file)
10666 (dired-no-confirm, dired-unmark-all-marks)
10667 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
10668 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
10669 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
10670 Fix typos in message strings.
10671
10672 * dired-x.el (virtual-dired): Declare with `defalias'.
10673 (dired-mark-unmarked-files, dired-local-variables-file)
10674 (dired-omit-here-always): Doc fix.
10675 (dired-omit-mode, dired-find-subdir)
10676 (dired-enable-local-variables, dired-clean-up-buffers-too)
10677 (dired-extra-startup, dired-mark-extension, dired-jump)
10678 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
10679 (dired-smart-shell-command, dired-guess-shell-alist-user)
10680 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
10681 (dired-x-bind-find-file, dired-x-submit-report):
10682 Fix typos in docstrings.
10683 (dired-mark-unmarked-files): "?\ " -> "?\s".
10684
10685 * dirtrack.el (dirtrack-list): Fix typos in docstring.
10686
10687 * faces.el (describe-face): "?\ " -> "?\s".
10688 (read-all-face-attributes, read-face-font, modify-face)
10689 (face-attr-construct, italic): Fix typos in docstrings.
10690 (frame-update-face-colors): Declare with
10691 `define-obsolete-function-alias'.
10692
26b9ecbc
JB
10693 * files.el (find-file-noselect, recode-file-name): Doc fixes.
10694 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
10695 (magic-mode-alist, buffer-file-numbers-unique)
10696 (write-file-functions, get-free-disk-space):
10697 Fix typos in docstrings.
10698 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
10699 (write-contents-hooks, write-file-hooks):
10700 Declare with `define-obsolete-variable-alias'.
10701
f33321ad
JB
10702 * forms-d2.el (arch-rj): Fix typo in docstrings.
10703 (arch-tocol): Likewise. "?\ " -> "?\s".
10704
10705 * frame.el (set-frame-font, cursor-in-non-selected-windows):
10706 Fix typo in docstring.
10707 (set-screen-width, set-screen-height): Delete redundant info in
10708 doctrings.
10709 (new-frame, screen-height, screen-width): Declare with
10710 `define-obsolete-function-alias'.
10711 (delete-frame-hook, blink-cursor): Declare with
10712 `define-obsolete-variable-alias'.
10713
10714 * paths.el (prune-directory-list): Fix typos in docstring.
10715
10716 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
10717 (cvs-prefix-get): Fix typos in docstrings.
10718
10719 * ps-print.el (ps-extend-face-list, ps-extend-face)
10720 (ps-print-background-image): Fix typos in docstrings.
10721 (ps-default-fg, ps-default-bg): Doc fixes.
10722
10723 * s-region.el (s-region-bind): Doc fix.
10724 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
10725
3f32d6a3
JB
10726 * textmodes/org.el (org-table-formula-substitute-names)
10727 (org-table-get-vertical-vector): Doc fixes.
10728 (org-table-recalculate): Remove unused argument to `message'.
10729
376b811b
CD
107302005-07-19 Carsten Dominik <dominik@science.uva.nl>
10731
3f32d6a3
JB
10732 * textmodes/org.el (org-table-column-names)
10733 (org-table-column-name-regexp)
a34ed813
SM
10734 (org-table-named-field-locations): New variables.
10735 (org-archive-subtree): Protect `this-command' when calling
376b811b
CD
10736 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
10737 the kill buffer.
a34ed813
SM
10738 (org-complete): Remove fixed-formula completion.
10739 (org-edit-formulas-map): New variable.
10740 (org-table-edit-formulas): New command.
10741 (org-finish-edit-formulas, org-abort-edit-formulas)
3f32d6a3 10742 (org-show-variable, org-table-get-vertical-vector): New functions.
a34ed813
SM
10743 (org-table-maybe-eval-formula): Handle `:=' fields.
10744 (org-table-get-stored-formulas, org-table-store-formulas)
10745 (org-table-get-formula, org-table-modify-formulas)
10746 (org-table-replace-in-formulas): Handle named field formulas.
10747 (org-table-get-specials): Store locations of named fields.
376b811b 10748
09ca8329
JL
107492005-07-19 Juri Linkov <juri@jurta.org>
10750
10751 * progmodes/grep.el (grep-regexp-alist)
10752 (grep-mode-font-lock-keywords, grep-process-setup):
10753 Use default GNU grep match color "01;31m" instead of "01;41m".
10754 (grep-regexp-alist, grep-mode-font-lock-keywords):
10755 Use `\\[[0-9]*m' instead of `\\[00m'.
10756 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
10757 sgr_start where its handling is more important. Use the real
10758 length of sgr_start instead of constant 8.
10759 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
10760 specially. Delete all remaining escape sequences.
10761 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
10762 (grep-regexp-alist): Make hyperlink only for binary file name
10763 instead of the whole line.
10764 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
10765 (grep-mode): Add autoload.
10766
10767 * emacs-lisp/find-func.el (find-function-regexp):
10768 Add `define-compilation-mode'.
10769
09cab23d
JL
107702005-07-19 Juri Linkov <juri@jurta.org>
10771
10772 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
10773 (compare-windows-sync-string-size, compare-windows-recenter)
10774 (compare-windows-highlight, compare-windows): Add version 22.1.
10775 (compare-windows) <defface>: Inherit from lazy-highlight instead
10776 of duplicating its default value.
10777
10778 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
10779 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
10780
10781 * descr-text.el (describe-char): Create link buttons for `charset'
10782 and `code point'. Add the current input method name with a link
10783 button to `to input' field. Print face names of display table
10784 characters in `The display table entry is displayed by' section
10785 instead of printing face-id in the `display' field.
10786 Guess hardcoded faces and create a link button for them.
10787 Skip empty fields when calculating max-width.
10788 Treat `widget-create' specially while inserting strings from the
10789 collected field list.
10790 (describe-char-after): Made obsolete in version 22.1, not 21.5.
10791
10792 * diff-mode.el (diff-file-header): Change foreground color from
10793 yellow to green on light backgrounds.
10794 (diff-context): Inherit from `shadow' only for color/grayscale
10795 with more than 88 colors.
10796 (diff-indicator-removed, diff-indicator-added)
10797 (diff-indicator-changed): New faces.
10798 (diff-font-lock-keywords): Use new faces. Regroup rules.
10799 Add "^---$" for `normal' diff format. Fontify `#' lines with
10800 font-lock-comment-delimiter-face and font-lock-comment-face.
10801 Add `#' to ^[^...] in the rule for `diff-context-face'.
10802
10803 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
10804 a button-like box. Inherit from `highlight' on low colors.
10805 (shadow): Use shades of gray only for color/grayscale with
10806 more than 88 colors. Use green for light backgrounds with
10807 8 colors, and yellow for dark backgrounds with 8 colors.
10808
a34ed813
SM
10809 * font-lock.el (font-lock-regexp-grouping-backslash):
10810 Don't inherit from escape-glyph (use bold for all cases).
09cab23d
JL
10811
10812 * info.el (info-xref-visited): Use light foreground color `violet'
10813 for dark backgrounds instead of dark color `magenta3'.
10814 (info-title-1): Use `yellow' color for dark backgrounds.
10815
10816 * isearch.el (isearch): Use not-too-dark magenta3 instead of
10817 too-light magenta2.
10818
10819 * replace.el (match): Use slightly more light RoyalBlue3 instead
10820 of dark RoyalBlue4.
10821
10822 * wid-edit.el (widget-inactive): Inherit from `shadow'.
10823
cc8b76bf
JB
108242005-07-19 Juanma Barranquero <lekktu@gmail.com>
10825
6d9c9ad9
JB
10826 * novice.el (disabled-command-hook): Declare it with
10827 `define-obsolete-variable-alias'.
10828
cc8b76bf
JB
10829 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
10830 (desktop-buffer-misc-functions, desktop-buffer-handlers)
10831 (desktop-load-default): Add release to obsolescence info.
10832 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
10833 (desktop-append-buffer-args, desktop-read):
10834 Fix typos in docstrings.
10835 (desktop-kill): Fix typo in message.
10836 (desktop-save): Doc fix.
10837
acfb6f24 108382005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
cc8b76bf
JB
10839
10840 * viper-cmd.el (viper-escape-to-state): Bug fix.
10841 (viper-envelop-ESC-key): Change the definition of fast
10842 keysequence so it'll work with keyboard macros.
10843
10844 * ediff.el (ediff-patch-buffer): Change the docstring.
10845
e9b01d1f
KH
108462005-07-19 Kenichi Handa <handa@m17n.org>
10847
10848 * international/mule-cmds.el (select-safe-coding-system): Try to
10849 use an auto-coding (if any) before anything else. If the found
10850 auto-coding is invalid, show a warning message.
10851
10852 * international/mule.el (find-auto-coding): New function created
10853 by modifying the body of set-auto-coding.
10854 (set-auto-coding): Use find-auto-coding to find a coding.
10855
b4fb325f
RS
108562005-07-18 Richard M. Stallman <rms@gnu.org>
10857
10858 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
10859 not isearch-mode-end-hook-error.
10860 (allout-before-change-protect): Fix error message.
10861
1bef8597
JL
108622005-07-18 Juri Linkov <juri@jurta.org>
10863
10864 * allout.el (allout-mode):
10865 * calculator.el (calculator-copy):
10866 * custom.el (custom-known-themes):
10867 * dired.el (dired-desktop-buffer-misc-data)
10868 (dired-restore-desktop-buffer):
10869 * dired-x.el (dired-omit-marker-char):
10870 * files.el (basic-save-buffer):
10871 * font-core.el (font-lock-mode):
10872 * calendar/calendar.el (calendar-goto-hebrew-date)
10873 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
10874 (calendar-goto-persian-date):
10875 * language/ethio-util.el (ethio-sera-to-fidel-region):
10876 * textmodes/picture.el (picture-mode):
10877 Delete duplicate duplicate words.
10878
57cfde4d
JL
108792005-07-18 Juri Linkov <juri@jurta.org>
10880
10881 * isearch.el (isearch-mode-map): Remove key bindings for regexp
10882 chars * ? } |.
10883 (isearch-fallback): Don't call `isearch-process-search-char'.
10884 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
10885 (isearch-process-search-char): Call `isearch-fallback' for regexp
10886 chars * ? } |.
10887 (isearch-return-char): Make obsolete with `make-obsolete' instead
10888 of simply documenting it as obsolete in the docstring.
10889 (isearch-fallback): Refill docstring.
10890
10891 * international/isearch-x.el
ca19f3f1
AS
10892 (isearch-process-search-multibyte-characters): Remove unneeded
10893 `concat'. Add intermediate values to `junk-hist' instead of
10894 `minibuffer-history'. Test the length of `str'.
57cfde4d 10895
d34f0136
JB
108962005-07-18 Juanma Barranquero <lekktu@gmail.com>
10897
10898 * allout.el (allout-resolve-xref): Fix typos in error strings.
10899 (allout-before-change-protect): Remove unneeded `concat'.
10900
10901 * array.el (array-mode, array-reconfigure-rows)
10902 (untabify-backward): Fix typos in docstrings.
10903 (array-reconfigure-rows): Use `insert-buffer-substring', not
10904 `insert-buffer'.
10905
10906 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
a34ed813
SM
10907 * progmodes/ada-mode.el (ada-make-body):
10908 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
d34f0136
JB
10909
10910 * dired.el (dired-log):
10911 * tar-mode.el (tar-subfile-save-buffer):
10912 * play/zone.el (zone-pgm-stress-destress):
10913 Use `insert-buffer-substring', not `insert-buffer'.
10914
e81c51f0
SJ
109152005-07-17 Simon Josefsson <jas@extundo.com>
10916
c5fb0bd6 10917 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
e81c51f0 10918
4effb112
SJ
109192005-07-16 Jose E. Marchesi <jemarch@gnu.org>
10920
c5fb0bd6
KS
10921 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
10922 Add plain auth method.
10923 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4effb112 10924
4f8efafc
KS
109252005-07-17 Kim F. Storm <storm@cua.dk>
10926
f64d5328 10927 * ido.el (dired-other-window): Add ido property.
4f8efafc 10928
e41acc77
JB
109292005-07-16 Juanma Barranquero <lekktu@gmail.com>
10930
10931 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10932 Fix typo in docstring.
10933 (byte-compile-interactive-only-functions): Add `insert-buffer' and
10934 `insert-file-literally'.
10935
10936 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
10937 info and delete redundant message. Doc fix.
10938 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
10939 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
10940
ad50a502
RS
109412005-07-16 Richard M. Stallman <rms@gnu.org>
10942
10943 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
10944 (byte-compile-and): Use byte-compile-and-recursion.
10945 (byte-compile-or-recursion): New function.
10946 (byte-compile-or): Use that.
10947 (byte-compile-if): Guard the else-clause too.
10948 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4185451d
RS
10949
10950 * isearch.el (isearch-mode-end-hook-quit): New variable.
10951 (isearch-done): Bind it.
10952 (isearch-mode-end-hook): Doc fix.
10953
10954 * allout.el (allout-isearch-did-quit): Variable deleted.
10955 (allout-real-isearch-abort): Function name no longer used.
10956 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
10957 (allout-isearch-rectification): isearch-mode always exists.
10958 Don't set allout-isearch-did-quit.
10959 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
10960 allout-isearch-did-quit.
10961 (allout-enwrap-isearch): Just add the hook.
10962 (allout-isearch-abort): Function deleted.
10963 (allout-pre-command-business): Avoid warning.
ad50a502
RS
10964
10965 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
10966 Correctly avoid warnings.
10967 (pascal-outline): Likewise.
10968
10969 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
10970
10971 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
10972
10973 * play/tetris.el (tetris-mode): Avoid warning.
10974
10975 * play/snake.el (snake-mode): Avoid warning.
10976
10977 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
10978 (gamegrid-set-display-table): Avoid warning.
10979 (gamegrid-set-timer): Likewise.
10980 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
10981 (gamegrid-add-score-with-update-game-score-1): Take FILE
10982 as argument.
10983 (gamegrid-add-score-with-update-game-score): Pass that argument.
10984 Rename have-shared-game-dir to gamegrid-shared-game-dir.
10985
10986 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
10987
10988 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
10989 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
10990
10991 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
10992 and insert-file.
e41acc77 10993
ad50a502
RS
10994 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
10995 (sc-ask): Avoid warnings.
10996
10997 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
10998 (eshell-hist-initialize): Use that var the natural way.
10999
11000 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
11001
a34ed813
SM
11002 * emacs-lisp/re-builder.el (reb-cook-regexp):
11003 Avoid warning calling lre-compile-string.
ad50a502
RS
11004 (reb-color-display-p): Avoid warning.
11005
11006 * calculator.el (calculator-last-input): Guard uses
11007 of event-key and key-press-event-p.
11008 (event-key, key-press-event-p): Delete definitions.
11009
11010 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
dc9c856d
RS
11011 (find-gc-source-directory, find-gc-subrs-callers)
11012 (find-gc-noreturn-list, find-gc-source-files)
11013 (find-gc-subrs-called): Vars renamed and defvar'd.
ad50a502
RS
11014
11015 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
11016 (checkdoc-overlay-put, checkdoc-delete-overlay)
11017 (checkdoc-overlay-start, checkdoc-overlay-end)
e41acc77 11018 (checkdoc-mode-line-update, checkdoc-char=):
ad50a502 11019 Define such that compiler knows they are defined.
a34ed813
SM
11020 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
11021 (checkdoc-read-event): Delete. Use read-event directly.
ad50a502
RS
11022
11023 * whitespace.el (whitespace-make-overlay)
11024 (whitespace-overlay-put, whitespace-delete-overlay)
11025 (whitespace-overlay-start, whitespace-overlay-end):
11026 Define such that compiler knows they are defined.
11027 (whitespace): Move conditional inside.
11028
11029 * tempo.el (tempo-insert-template): Suppress warning.
11030
11031 * ediff-diff.el (longlines-mode): Add defvar.
11032
9ebc3953
EZ
110332005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
11034
11035 * server.el: Bind "C-x #" in a way that works even if C-x is
11036 redefined to a command key, not a prefix key.
11037
2e9c1c6d
EZ
110382005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11039
11040 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
11041 cl-make-type-test till execution time.
11042
6bdeff3e
EZ
110432005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
11044
11045 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
11046 arg ARG and use it.
11047
578f8106
EZ
110482005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11049
11050 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
11051
9f8a6f72
LT
110522005-07-15 Luc Teirlinck <teirllm@auburn.edu>
11053
11054 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11055 a defcustom with two :set or :type keywords.
11056
e4b477a1
RS
110572005-07-15 Richard M. Stallman <rms@gnu.org>
11058
11059 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11060 Don't give ^M comment-end syntax.
11061
bb7e5329
NR
110622005-07-16 Nick Roberts <nickrob@snap.net.nz>
11063
9ab281f0 11064 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
bb7e5329
NR
11065 Don't consider gdbmi (gdb-mi.el has its own update functions).
11066 (gdb-var-delete): Make it work for gdbmi as well.
11067 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
11068
11069 * progmodes/gud.el (etags, sdb): Only require etags when needed.
11070 (gud-speedbar-menu-items): Correct logic for enabling items.
11071
075e33b3
KS
110722005-07-15 Kim F. Storm <storm@cua.dk>
11073
2994c5cf 11074 * ido.el: Fix commentary.
9ab281f0 11075 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
075e33b3 11076 Use with-no-warnings around ffap-guesser.
2994c5cf
KS
11077 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
11078 Let bind minibuffer-completing-file-name to t.
075e33b3 11079
fea34e9f
JB
110802005-07-15 Juanma Barranquero <lekktu@gmail.com>
11081
9ab281f0
JB
11082 * startup.el (site-run-file, keyboard-type): Doc fixes.
11083 (command-line): Check for "--basic-display" argument; also for
11084 "--quick", not "--bare-bones" (which was renamed).
11085 (fancy-splash-text): Add missing item "Getting New Versions".
11086 (normal-splash-screen): Fix typos and improve consistency with
11087 `fancy-splash-text'. Update copyright year.
11088
1930e8f0
JB
11089 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
11090 valid binding for `help-char'.
11091
3c8dd9b9 11092 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
fea34e9f 11093
9ea818ab
DN
110942005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
11095
11096 * term.el (term-mode): Disable cua-mode for term buffers.
11097
edc8ec9f
JB
110982005-07-14 Juanma Barranquero <lekktu@gmail.com>
11099
1930e8f0
JB
11100 * add-log.el (add-log-mailing-address, change-log-merge):
11101 Doc fixes.
edc8ec9f
JB
11102 (change-log-get-method-definition): Fix typo in docstring.
11103
44016d9d
KS
111042005-07-14 Kim F. Storm <storm@cua.dk>
11105
11106 * emulation/cua-base.el:
11107 (cua--pre-command-handler-1, cua--pre-command-handler)
11108 (cua--post-command-handler-1, cua--post-command-handler):
11109 Split in two. Check (buffer local) value of cua-mode.
11110 (cua-selection-mode): New command.
11111
fd90b80c
LT
111122005-07-13 Luc Teirlinck <teirllm@auburn.edu>
11113
11114 * custom.el (custom-initialize-safe-set)
11115 (custom-initialize-safe-default): Doc fixes.
11116
11117 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11118 and simplify :init-value again.
11119
11120 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11121 and simplify :init-value again. Delete autoload.
11122
11123 * startup.el (command-line): Use `custom-reevaluate-setting' again
11124 for tooltip-mode.
11125
9f8a6f72
LT
11126 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11127 a defcustom with two :initialize keywords.
fd90b80c 11128
a937cb39
JB
111292005-07-13 Juanma Barranquero <lekktu@gmail.com>
11130
11131 * allout.el (my-mark-marker, allout-isearch-prior-pos)
11132 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
11133 (allout-post-command-business, allout-flag-region)
11134 (isearch-reenable-font-lock, allout-yank)
11135 (allout-insert-latex-header, allout-insert-latex-trailer)
11136 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
11137 (allout-latex-verb-quote): Fix typos in docstrings.
1930e8f0 11138 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
a937cb39
JB
11139 (allout-unprotected, allout-prefix-data):
11140 Improve argument/docstring consistency.
11141 (allout-chart-subtree): Fix argument spec.
11142 (allout-open-topic): Rename `use_sib_bullet' argument to
11143 `use-sib-bullet'. Doc fix.
11144
11145 * whitespace.el (whitespace-check-buffer-leading)
11146 (whitespace-check-buffer-trailing)
11147 (whitespace-check-buffer-indent)
11148 (whitespace-check-buffer-spacetab)
11149 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
11150 (whitespace-check-leading-whitespace)
11151 (whitespace-check-trailing-whitespace)
11152 (whitespace-check-spacetab-whitespace)
11153 (whitespace-check-indent-whitespace)
11154 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
11155 (whitespace-modes): Fix typos in docstrings.
1930e8f0 11156 (defgroup, defcustom): Doc fixes.
a937cb39
JB
11157
11158 * winner.el (winner-mode, winner-boring-buffers)
11159 (winner-pending-undo-ring): Doc fixes.
11160 (winner-ring): Remove unneeded `progn'.
11161 (winner-equal): `defsubst' it.
11162 (winner-redo): Fix message.
11163
010b9a45
KS
111642005-07-13 Kim F. Storm <storm@cua.dk>
11165
11166 * simple.el (line-move-1): Always use vertical-motion to
11167 do the last (or only) line move to ensure some movement.
11168 Undo 2005-06-23 change--don't check for overlays.
11169
c229fb15
YM
111702005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11171
11172 * term/mac-win.el (ccl-encode-mac-roman-font)
11173 (ccl-encode-mac-centraleurroman-font)
11174 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2af9d879
SM
11175 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
11176 Change charset-id boundary of dimension to ?\xef.
c229fb15
YM
11177 (mac-char-fontspec-list): New constant.
11178 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
11179 argument. Nil uses itself as family in font-spec. Previous
11180 behavior for nil is now provided by non-nil non-string argument.
11181 All callers changed. Add font-specs for Mac fonts to
11182 "fontset-default" unless iso8859-1 fonts are installed.
11183
69d05d83
SM
111842005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11185
11186 * progmodes/sh-script.el (sh-get-indent-info): Only indent
11187 a continuation line if the \ is preceded by SPC or TAB.
11188 (sh-get-indent-info): Simplify.
11189 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
11190 Use with-current-buffer.
11191
11192 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
11193 when the matched text is empty.
11194
d8a9fbf0
LT
111952005-07-12 Luc Teirlinck <teirllm@auburn.edu>
11196
11197 * startup.el (command-line): Revert to previous handling of
11198 tooltip-mode. Explain in comment why the complexity is needed.
11199
11200 * tooltip.el (tooltip-mode): Revert to previous implementation of
11201 its defcustom.
11202
11203 * frame.el (blink-cursor-mode): Revert to previous implementation
f3eb269f 11204 of its defcustom. Update comment.
d8a9fbf0 11205
70f35cb1
LH
112062005-07-12 Lars Hansen <larsh@soem.dk>
11207
11208 * desktop.el: Update e-mail address.
11209
c37efb7a
YM
112102005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11211
11212 * term/mac-win.el (mac-services-mail-selection)
11213 (mac-services-mail-to): New functions.
11214 (mac-application-menu-map): Bind them.
11215
af71d4c0 112162005-07-12 wulei <milton@wulei.net> (tiny change)
7ea9de71
NR
11217
11218 * progmodes/gdb-ui.el: Add note about buffering with Windows.
11219
350ecc49
LT
112202005-07-11 Luc Teirlinck <teirllm@auburn.edu>
11221
11222 * custom.el (custom-reevaluate-setting): Doc fix.
11223
ea6bc45d
JB
112242005-07-11 Jay Belanger <belanger@truman.edu>
11225
11226 * calc/calc.el (calc-embedded-announce-formula-alist)
11227 (calc-embedded-open-close-plain-alist)
69d05d83 11228 (calc-embedded-open-close-mode-alist): Add checks for additional
a937cb39 11229 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
ea6bc45d 11230
ba2c4279
JB
112312005-07-11 Juanma Barranquero <lekktu@gmail.com>
11232
11233 * custom.el (custom-enable-theme): Don't add theme to
11234 `custom-enabled-themes' with `push' because there is no
11235 setf-method for `delq'.
11236
3cc9e6d8
RS
112372005-07-11 Richard M. Stallman <rms@gnu.org>
11238
8989771d
RS
11239 * custom.el (custom-declare-variable): Doc fix.
11240
5176af43
RS
11241 * dired-aux.el (dired-compare-directories): Remove "." and ".."
11242 from the alists.
11243
3cc9e6d8
RS
11244 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
11245 Do nothing if edebug-active.
11246
11247 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
11248 (edebug-display): Do it here instead.
11249
112502005-07-10 Richard M. Stallman <rms@gnu.org>
11251
11252 * cus-face.el (custom-theme-set-faces): Make it work.
11253 (custom-reset-faces): Doc fix.
11254 (custom-theme-reset-internal-face, custom-theme-face-value):
11255 Functions deleted.
11256
11257 * custom.el (custom-push-theme): Maintain list of the settings
11258 of a given theme in its theme-settings property.
11259 Maintain position of old settings in the theme-value
11260 or theme-face property.
11261 (custom-enabled-themes): New variable.
11262 (custom-theme-enabled-p): New function.
11263 (provide-theme): Update custom-enabled-themes.
11264 Disable and reenable the `user' theme.
11265 (require-theme): Doc fix.
11266 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
11267 (custom-theme-value, custom-theme-variable-value): Likewise.
11268 (custom-theme-reset-internal): Likewise.
11269 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
11270 (custom-enable-theme, custom-disable-theme): New functions.
11271 (custom-variable-theme-value, custom-face-theme-value): Likewise.
11272 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
11273 (custom-theme-reset-variables): Simplify.
11274 (deftheme, custom-declare-theme, custom-make-theme-feature):
11275 Definitions moved.
11276
1a3b7cd5
RS
112772005-07-10 Chong Yidong <cyd@stupidchicken.com>
11278
11279 * longlines.el (longlines-show-region)
11280 (longlines-unshow-hard-newlines): Recognize hard newlines by
11281 non-nil hard property, instead of t.
11282
8ea74b0e 112832005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4ff7373a
KS
11284
11285 * viper-cmd.el (viper--key-maps): New variable.
11286 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8ea74b0e 11287 emulation-mode-map-alists.
4ff7373a
KS
11288 (viper-envelop-ESC-key): Use viper-subseq.
11289 (viper-search-forward/backward/next): Disable debug-on-error.
11290
11291 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11292 (viper-ESC-key): New defcustoms.
11293
11294 * viper-macs.el (ex-map-read-args): Use viper-subseq.
11295
11296 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
11297 (viper-subseq): Copy of subseq from cl.el.
11298
11299 * viper.el (viper-go-away, viper-set-hooks): Use
8ea74b0e 11300 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4ff7373a
KS
11301
11302 * viper-mous.el (viper-current-frame-saved): Use defvar.
11303
11304 * viper-init.el: Get rid of -face in face names.
11305
11306 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8ea74b0e 11307 Make it work with longlines mode
4ff7373a
KS
11308
11309 * ediff-mult.el (ediff-meta-mode-hook): New variable.
11310
11311 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
11312
99580cde 11313 * ediff-init.el: Get rid of -face in face names.
4ff7373a 11314
e2dacaac
RS
113152005-07-10 Richard M. Stallman <rms@gnu.org>
11316
11317 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
11318 and with-timeout-unsuspend.
11319
11320 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
11321 and with-timeout-unsuspend.
11322
11323 * emacs-lisp/timer.el (with-timeout-timers): New variable.
11324 (with-timeout): Bind that variable to record timers.
11325 (with-timeout-suspend, with-timeout-unsuspend): New functions.
11326
11327 * emacs-lisp/debug.el (debug-help-follow): New function.
11328 (debugger-mode-map): Use that instead of help-follow.
11329 (debugger-setup-buffer): Use eval-buffer-list
11330 to handle eval-buffer frames.
11331
113322005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
11333
69d05d83 11334 * timezone.el (timezone-parse-date): Change first regexp
e2dacaac
RS
11335 so it will not mistakenly match dates with no time zone.
11336
113372005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
11338
11339 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
11340
72df78c9
LT
113412005-07-10 Luc Teirlinck <teirllm@auburn.edu>
11342
0a2eeb92
LT
11343 * custom.el (custom-initialize-safe-set)
11344 (custom-initialize-safe-default): New functions.
11345
11346 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11347 and simplify :init-value.
11348
11349 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11350 and simplify :init-value. Delete obsolete comment.
11351
11352 * startup.el (command-line): Use `custom-reevaluate-setting' to
11353 handle `tooltip-mode'. Delete obsolete comment.
11354
72df78c9
LT
11355 * files.el (set-visited-file-name): Avoid calling
11356 `file-name-nondirectory' with a nil argument.
11357
e2dacaac
RS
113582005-07-09 Richard M. Stallman <rms@gnu.org>
11359
11360 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
11361 was called with nil for the buffer, handle the read position right.
11362 Handle read position for eval-region, too.
11363
4a65d2b3
JL
113642005-07-09 Juri Linkov <juri@jurta.org>
11365
11366 * fringe.el (fringe-mode): Add period in docstring.
11367 (fringe-query-style): Build prompt depending on `all-frames' arg.
11368
11369 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
11370 to not create links to unrelated functions in the Help buffer.
11371
11372 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
11373 Doc fix.
11374
11375 * simple.el (next-error-hook): New variable.
11376 (next-error): Use it. Doc fix.
11377
11378 * textmodes/ispell.el (ispell-command-loop): Add current
11379 dictionary name and program name to mode-line-format.
11380 (ispell-region, ispell-process-line): Add current dictionary name
11381 and program name to messages.
11382
31f3c79b
JB
113832005-07-08 Jay Belanger <belanger@truman.edu>
11384
11385 * calc/calc.el (calc-embedded-announce-formula-alist)
11386 (calc-embedded-open-close-formula-alist)
11387 (calc-embedded-open-close-word-alist)
11388 (calc-embedded-open-close-plain-alist)
11389 (calc-embedded-open-close-new-formula-alist)
11390 (calc-embedded-open-close-mode-alist)
11391 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
11392 (calc-embedded-mode-hook): New variables.
11393
11394 * calc/calc-embed.el (calc-embedded-firsttime)
11395 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
11396 New variables.
11397 (calc-do-embedded): Use calc-embedded-firsttime,
11398 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
11399 determine whether or not to run hooks.
11400 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
11401 calc-embedded-firsttime-formula appropriately.
11402 Set calc-embedded delimiter variables according to mode.
11403
917e0c95
RS
114042005-07-08 Richard M. Stallman <rms@gnu.org>
11405
11406 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
11407 Check for "emacs", etc., as entire symbol, not just as word.
11408 (checkdoc-file-comments-engine): Use regexp-quote on FN.
11409
11410 * files.el (set-visited-file-name): Report the error
11411 for "empty filename" earlier.
11412 (kill-some-buffers): Ignore buffers already dead.
11413
11414 * fringe.el (fringe-mode): Doc fix.
11415
11416 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11417 Check for (featurep 'xemacs) and turn off warnings in what it guards.
11418 Use unwind-protect to ensure byte-compile-unresolved-functions
11419 is updated.
11420
11421 * whitespace.el (whitespace-buffer-leading-cleanup):
11422 Simplify w/ skip-chars-forward.
11423 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
11424
11425 * mail/rmail.el (rmail-only-expunge): Fix paren error.
11426 Unconditionally try to leave point at the same old place.
11427
8774406b
EZ
114282005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
11429
11430 * comint.el (comint-postoutput-scroll-to-bottom)
69d05d83 11431 (comint-show-maximum-output): Take scroll-margin into consideration.
8774406b 11432
c380c937
KS
114332005-07-08 Kim F. Storm <storm@cua.dk>
11434
3aaa5e26
KS
11435 * ido.el (ido-use-filename-at-point): New choice `guess'.
11436 (ido-file-internal): Try ffap-guesser if selected.
11437
c380c937
KS
11438 * ido.el (ido-before-fallback-functions): New hook.
11439 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
11440 (ido-read-file-name): Run it.
11441
2af9d879
SM
114422005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11443
11444 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
11445 strings rather than a list of symbols to the completion function.
11446
f3414bd4
JB
114472005-07-07 Jay Belanger <belanger@truman.edu>
11448
9ab281f0 11449 * calc/calc-units.el (math-apply-units): Change the places in
f3414bd4
JB
11450 which units are simplified.
11451
a1306094
LT
114522005-07-07 Luc Teirlinck <teirllm@auburn.edu>
11453
11454 * cus-edit.el (customize-option, customize-option-other-window):
11455 Make them handle aliases.
11456
11457 * custom.el (custom-variable-p): Make it recursively follow
11458 aliases. Mention that in the docstring.
11459
bc4c8456
RS
114602005-07-07 Richard M. Stallman <rms@gnu.org>
11461
11462 * cus-start.el (exec-path): Use `directory' instead of `file'.
b713c813 11463 Fix tag for nil.
bc4c8456 11464
a653724b
JB
114652005-07-07 Juanma Barranquero <lekktu@gmail.com>
11466
11467 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
11468 when called non-interactively. Doc fix.
11469
9d42fe6f
LK
114702005-07-07 Lute Kamstra <lute@gnu.org>
11471
11472 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
11473 new address as well.
11474
43b557d5
KH
114752005-07-07 Kenichi Handa <handa@m17n.org>
11476
69d05d83
SM
11477 * international/mule.el (make-coding-system):
11478 Describe `ascii-incompatible' property in the docstring.
43b557d5
KH
11479 (set-file-name-coding-system): Signal an error if coding-system is
11480 ascii-incompatible.
11481 (set-keyboard-coding-system): Likewise.
11482
a653724b
JB
11483 * international/mule-cmds.el (set-default-coding-systems):
11484 Don't set default-file-name-coding-system and
69d05d83 11485 default-keyboard-coding-system if coding-system is ASCII-incompatible.
43b557d5
KH
11486
11487 * international/utf-16.el: Declare that all UTF-16-based coding
a653724b 11488 systems are ASCII-incompatible.
43b557d5 11489
811ade5c
NR
114902005-07-07 Nick Roberts <nickrob@snap.net.nz>
11491
11492 * progmodes/gud.el: Require font-lock for displaying errors.
11493 Used by gdb-ui.el.
11494
ed6773fa
JB
114952005-07-07 Juanma Barranquero <lekktu@gmail.com>
11496
11497 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
11498 values for the pattern lists which are `read'able but not
11499 `append'able (like symbols).
11500
7ea8834e
RS
115012005-07-06 Richard M. Stallman <rms@gnu.org>
11502
11503 * progmodes/flymake.el (flymake-float-time): Instead of
11504 with-no-warnings, test for xemacs.
11505 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
11506 to avoid warning.
11507
d25dfeed
JB
115082005-07-06 Juanma Barranquero <lekktu@gmail.com>
11509
11510 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
11511
68003d6b 115122005-07-05 Lute Kamstra <lute@gnu.org>
71d21198
LK
11513
11514 * battery.el: Add support for Darwin (with much debugging help
11515 from Samuel Lauber <sam124@operamail.com>).
11516 (battery-status-function, battery-echo-area-format)
11517 (battery-mode-line-format): Add support for pmset on Darwin.
11518 (battery-load-low, battery-load-critical): New user options.
11519 (battery-pmset): New function.
11520
68003d6b
LK
115212005-07-05 Lute Kamstra <lute@gnu.org>
11522
11523 Update FSF's address in GPL notices.
11524
11525 * textmodes/page-ext.el: Update FSF's address.
11526
c13ce396
SM
115272005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11528
11529 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
11530 filling from using prefix when filling a single-line docstring.
11531
11532 * progmodes/flymake.el: Remove useless eval-when-compile.
11533
11534 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
11535
4af33176
RS
115362005-07-04 Richard M. Stallman <rms@gnu.org>
11537
11538 * textmodes/org.el (org-file-apps-defaults-gnu):
c13ce396 11539 Rename from org-file-apps-defaults-linux.
4af33176
RS
11540 (org-default-apps): Don't test system-type for `linux'.
11541 (org-file-apps): Doc fix.
11542
6ea54413
DP
115432005-07-04 David Ponce <david@dponce.com>
11544
11545 * tree-widget.el: Improve header Commentary section.
11546 (tree-widget) [defgroup]
11547 (tree-widget-image-enable, tree-widget-themes-directory)
11548 (tree-widget-theme, tree-widget-image-properties-emacs)
11549 (tree-widget-image-properties-xemacs, tree-widget-create-image)
11550 (tree-widget-image-formats, tree-widget-control)
11551 (tree-widget-empty-control, tree-widget-leaf-control
11552 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
11553 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
11554 (tree-widget-keep, tree-widget-after-toggle-functions)
11555 (tree-widget-open-node, tree-widget-close-node): Doc fix.
11556 (tree-widget-open-control, tree-widget-close-control): Fix doc and
11557 :help-echo message.
11558 (tree-widget-set-theme): Doc fix. Use `string-equal'.
11559 (tree-widget-image-properties): Doc fix. Clearer implementation.
11560 (tree-widget--cursors): New constant.
11561 (tree-widget-lookup-image): New function split from
11562 `tree-widget-find-image'. Clearer implementation.
11563 (tree-widget-find-image): Use it.
11564 (tree-widget-button-keymap): Use `set-keymap-parent'.
11565 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
11566 Define the sub-widgets here.
11567 (tree-widget-node): Check that :node is not a tree-widget.
11568 (tree-widget-get-super, tree-widget-open-control)
11569 (tree-widget-close-control, tree-widget-empty-control)
11570 (tree-widget-leaf-control, tree-widget-guide)
11571 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
11572 (tree-widget-no-handle, tree-widget-value-delete)
11573 (tree-widget-map): Remove.
11574 (tree-widget-children-value-save): Doc fix. Simplified.
11575 (tree-widget-value-create): Update according to previous changes.
11576
576ae47a
CD
115772005-07-04 Carsten Dominik <dominik@science.uva.nl>
11578
11579 * textmodes/org.el: Leading space replaced by TABS.
11580 (org-recalc-marks, org-table-rotate-recalc-marks)
11581 (org-table-get-specials): Treat "^" and "_" marks.
11582 (org-table-justify-field-maybe): Optional argument NEW.
c13ce396
SM
11583 (org-table-eval-formula): Parsing of the format simplified.
11584 New modes C,I. Honor the %= parameter in the current table.
11585 Avoid unnecessary re-align by using the NEW argument to
576ae47a 11586 `org-table-justify-field-maybe'.
c13ce396
SM
11587 (org-calc-default-modes): Default for date-format mimicks org-mode.
11588 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
576ae47a 11589
29a05cd1
LT
115902005-07-03 Luc Teirlinck <teirllm@auburn.edu>
11591
11592 * cus-face.el (custom-theme-set-faces): Make it handle face
11593 aliases whose alias declarations are pre- or autoloaded.
11594
45cbf2fe
JL
115952005-07-04 Juri Linkov <juri@jurta.org>
11596
11597 * faces.el (read-face-name): Put the code for getting a face name
11598 from the buffer before adding the faces from the `face' property.
11599 Use `completing-read-multiple' instead of `completing-read'.
11600 Require `crm'. Add default value and post-process the returned
11601 list of faces.
11602
11603 * emacs-lisp/crm.el (crm-find-current-element)
11604 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
11605
11606 * emacs-lisp/lisp-mode.el (eval-defun-1):
11607 * emacs-lisp/edebug.el (edebug-eval-defun):
11608 Remove unnecessary quotes.
11609
ec0421f3
JB
116102005-07-04 Juanma Barranquero <lekktu@gmail.com>
11611
c6c5714e
JB
11612 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
11613 (prolog-indent-level): Fix typo in docstring.
11614
11615 * info.el (Info-history, Info-history-forward)
11616 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
11617
6db8cbf5
JB
11618 * add-log.el (add-change-log-entry):
11619 * comint.el (comint-dynamic-list-input-ring)
11620 (comint-dynamic-list-completions):
11621 * dabbrev.el (dabbrev-expand):
11622 * delim-col.el (delimit-columns-rectangle-line):
11623 * diff-mode.el (diff-context->unified, diff-reverse-direction)
11624 (diff-unified->context):
11625 * ediff-init.el (ediff-abbrev-jobname):
11626 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
11627 (ediff-replace-session-activity-marker-in-meta-buffer):
11628 * info.el (Info-summary):
11629 * lpr.el (printify-region):
11630 * printing.el (pr-create-interface):
11631 * ps-print.el (ps-print-quote):
11632 * ses.el (ses-column-widths, ses-print-cell)
11633 (ses-adjust-print-width, ses-center):
11634 * shell.el (shell-file-name-quote-list):
11635 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
11636 (strokes-fill-current-buffer-with-whitespace)
11637 (strokes-xpm-for-stroke, strokes-list-strokes)
11638 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
11639 * term.el (term-dynamic-list-input-ring)
11640 (term-dynamic-list-completions):
11641 * calc/calc.el (math-format-stack-value):
11642 * emacs-lisp/edebug.el (edebug-display-freq-count):
11643 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
11644 (delphi-new-comment-line):
11645 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
11646 * progmodes/executable.el (executable-set-magic):
11647 * progmodes/python.el (inferior-python-mode):
11648 * progmodes/scheme.el (scheme-mode-syntax-table):
11649 * progmodes/sh-script.el (sh-maybe-here-document):
11650 * progmodes/sql.el (sql-copy-column):
11651 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
11652 * textmodes/bibtex.el (bibtex-mode):
11653 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
11654 (sgml-auto-attributes):
11655 * textmodes/table.el (table-insert, table-shorten-cell)
11656 (table--generate-source-scan-lines, table-delete-row)
11657 (*table--cell-delete-char, table--spacify-frame)
11658 (table--horizontally-shift-above-and-below)
11659 (table--cell-insert-char, table--cell-blank-str)
11660 (table--fill-region-strictly):
11661 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
11662 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
11663
11664 * add-log.el (change-log):
11665 * apropos.el (apropos):
11666 * comint.el (comint-completion, comint-source):
11667 * dabbrev.el (dabbrev):
11668 * delim-col.el (columns):
11669 * diff-mode.el (diff-mode):
11670 * ediff.el (ediff):
11671 * ediff-diff.el (ediff-diff):
11672 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
11673 * ediff-mult.el (ediff-mult):
11674 * ediff-ptch.el (ediff-ptch):
11675 * ediff-wind.el (ediff-window):
11676 * facemenu.el (facemenu):
11677 * indent.el (indent):
11678 * info.el (info):
11679 * jka-cmpr-hook.el (compression, jka-compr):
11680 * lpr.el (lpr):
11681 * outline.el (outlines):
11682 * pcmpl-cvs.el (pcmpl-cvs):
11683 * pcmpl-rpm.el (pcmpl-rpm):
11684 * printing.el (printing):
11685 * ps-print.el (postscript, ps-print, ps-print-horizontal)
11686 (ps-print-vertical, ps-print-headers, ps-print-font)
11687 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
11688 (ps-print-background, ps-print-printer, ps-print-page)
11689 (ps-print-miscellany):
11690 * ses.el (ses):
11691 * shell.el (shell, shell-directories, shell-faces):
11692 * startup.el (initialization):
11693 * strokes.el (strokes):
11694 * term.el (term):
11695 * uniquify.el (uniquify):
11696 * w32-vars.el (w32):
11697 * calc/calc.el (calc):
11698 * emacs-lisp/bytecomp.el (bytecomp):
11699 * emacs-lisp/cl-indent.el (lisp-indent):
11700 * emacs-lisp/edebug.el (edebug):
11701 * emacs-lisp/elp.el (elp):
11702 * emacs-lisp/testcover.el (testcover):
11703 * emacs-lisp/trace.el (trace):
11704 * emulation/viper-ex.el (viper-ex):
11705 * emulation/viper-mous.el (viper-mouse):
11706 * mail/mailalias.el (mailalias):
11707 * mail/supercite.el (supercite, supercite-frames)
11708 (supercite-attr, supercite-cite, supercite-hooks):
11709 * net/rcompile.el (remote-compile):
11710 * net/rlogin.el (rlogin):
11711 * obsolete/ooutline.el (outlines):
11712 * progmodes/delphi.el (delphi):
11713 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
11714 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
11715 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
11716 (ebnf-optimization):
11717 * progmodes/etags.el (etags):
11718 * progmodes/executable.el (executable):
11719 * progmodes/idlwave.el (idlwave):
11720 * progmodes/pascal.el (pascal):
11721 * progmodes/prolog.el (prolog):
11722 * progmodes/python.el (python):
11723 * progmodes/scheme.el (scheme):
11724 * progmodes/sh-script.el (sh, sh-script):
11725 * progmodes/sql.el (SQL):
11726 * progmodes/tcl.el (tcl):
11727 * textmodes/bibtex.el (bibtex, bibtex-autokey):
11728 * textmodes/enriched.el (enriched):
11729 * textmodes/makeinfo.el (makeinfo):
11730 * textmodes/sgml-mode.el (sgml):
11731 * textmodes/table.el (table-hooks):
11732 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
11733 * textmodes/texinfo.el (texinfo):
11734 * textmodes/two-column.el (two-column):
11735 Finish `defgroup' description with period.
59fda2fa 11736
ec0421f3 11737 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6db8cbf5 11738 * eshell/esh-var.el (eshell-var):
bc25429a 11739 * progmodes/vhdl-mode.el (vhdl-testbench):
6db8cbf5
JB
11740 * textmodes/org.el (org): Fix typos in docstrings.
11741
11742 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
11743 consistency.
ec0421f3
JB
11744
11745 * progmodes/flymake.el (flymake-find-file): Remove.
11746 (flymake-float-time): Use `with-no-warnings'.
11747 (flymake-check-start-time, flymake-check-was-interrupted)
11748 (flymake-err-info, flymake-is-running, flymake-last-change-time)
11749 (flymake-new-err-info): `defvar' at compile time.
11750
117512005-07-03 Juanma Barranquero <lekktu@gmail.com>
11752
11753 * replace.el (occur-hook): Doc fix.
11754 (occur-1): Don't call `occur-hook' if there are no matches.
11755
3d393029
RS
117562005-07-03 Richard M. Stallman <rms@gnu.org>
11757
f24cd32e
RS
11758 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
11759 global-map, save the same map.
11760 (global-map): Don't alter it at top level.
11761 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
11762 Then alter it here instead.
11763 (tpu-edt-off): Set global-map to the saved one.
11764
11765 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
11766 All references simplified.
c13ce396 11767 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7fe48b75
RS
11768 (zmacs-regions): Add defvar.
11769 (repeat-complex-command-map): Everything about that deleted.
f24cd32e 11770
3d393029
RS
11771 * textmodes/artist.el (artist-key-is-drawing)
11772 (artist-key-endpoint1, artist-key-poly-point-list)
11773 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
11774 (artist-key-compl-table, artist-rb-save-data)
11775 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
11776 Don't put them in eval-when-compile.
11777 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
11778
11779 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
11780 Use with-no-warnings.
11781
11782 * net/browse-url.el (dos-windows-version): Add defvar.
11783
11784 * mail/supercite.el (filladapt-prefix-table): Add defvar.
11785
11786 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
11787 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
c13ce396 11788 (rmail-new-summary-line-count): Rename from new-summary-line-count.
3d393029
RS
11789 Add defvar.
11790 (rmail-summary-beginning-of-message): Use with-no-warnings.
11791 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
11792
11793 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
11794 Use with-no-warnings.
11795
11796 * emulation/vi.el (vi-mark-region): Use c-mark-function.
11797 (c-mark-function): Add point-moving-unit property.
11798 (vi-goto-line): Use with-no-warnings.
11799
11800 * emulation/edt.el (edt-last-copied-word): Add defvar.
11801 (zmacs-region-stays): Likewise.
11802 (edt-mark-section-wisely): Use c-mark-function for C.
11803 Use makr-defun for Fortran.
11804 (time-string): defvar deleted.
11805 (edt-display-the-time): Don't set time-string.
11806
11807 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
11808
11809 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11810 Don't warn when name is not constant
11811 or for defining the group `emacs'.
11812
11813 * tooltip.el (gud-tooltip-mode): Add defvar.
11814
11815 * startup.el (default-frame-background-mode): Add defvar.
11816
11817 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
11818
11819 * info.el (tool-bar-map): Add defvar.
11820
11821 * dired.el (dnd-protocol-alist): Add defvar.
11822
11823 * dired-aux.el (dired-query): Display question with answer, when
11824 the user answers.
11825
11826 * custom.el (custom-add-option): Doc fix.
11827
11828 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
11829
112abe24
EZ
118302005-07-03 Eli Zaretskii <eliz@gnu.org>
11831
11832 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
11833 bogus name from the last change.
11834
e1db6c78
LT
118352005-07-02 Luc Teirlinck <teirllm@auburn.edu>
11836
11837 * custom.el (custom-declare-variable): Fix typos in comment.
11838 (custom-known-themes): Doc fix.
11839 (custom-theme-directory): New defcustom.
11840 (require-theme): Make it check `custom-theme-directory'.
11841
11842 * cus-theme.el (custom-new-theme-mode): New function.
11843 (custom-theme-name, custom-theme-variables, custom-theme-faces)
11844 (custom-theme-description): Add compiler defvars.
11845 (customize-create-theme): Add doc to the "*New Custom Theme*"
11846 buffer. Use `custom-new-theme-mode'.
11847 (custom-theme-write): Put the created buffer in emacs-lisp-mode
11848 and save it to the `custom-theme-directory'. Make this the
11849 default directory of the buffer.
11850
ec0421f3 118512005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
bd6a83d5 11852
ec0421f3
JB
11853 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
11854 Fix unbalanced parentheses.
bd6a83d5 11855
1953295b
SM
118562005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11857
11858 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
11859 into flymake-mode and delegate to flymake-mode.
11860
11861 * find-file.el (ff-which-function-are-we-in): Clean up.
11862
1324d580
JB
118632005-07-02 Juanma Barranquero <lekktu@gmail.com>
11864
b1f71b43
JB
11865 * replace.el (occur-rename-buffer): Fix docstring.
11866
1324d580
JB
11867 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
11868 (edt-last-copied-word, edt-learn-macro-count)
11869 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
11870 (edt-rect-start-point, edt-user-global-map, rect-start-point)
11871 (time-string, zmacs-region-stays):
11872 * emulation/edt-mapper.el (edt-save-function-key-map)
11873 (EDT-key-name): `defvar' to silence the byte-compiler.
11874
d6951bb4
EZ
118752005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
11876
11877 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
11878 font-lock-regexp-backslash. Doc fix.
11879 (font-lock-regexp-backslash-grouping-construct): Rename from
11880 font-lock-regexp-backslash-construct. Doc fix.
588c0770 11881 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
d6951bb4
EZ
11882 grouping constructs.
11883
014b37b6
EZ
118842005-07-02 Eli Zaretskii <eliz@gnu.org>
11885
11886 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
11887 updating all the prerequisites.
11888
64f72ae1
JB
118892005-07-01 Juanma Barranquero <lekktu@gmail.com>
11890
11891 * textmodes/org.el (org-agenda-start-on-weekday)
11892 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
11893 (org-agenda-use-time-grid, org-archive-location)
11894 (org-allow-space-in-links, org-usenet-links-prefer-google)
11895 (org-enable-table-editor, org-export-default-language)
11896 (org-export-html-show-new-buffer, org-fill-paragraph)
11897 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
11898 (org-goto-quit, org-occur, org-eval-in-calendar)
11899 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
11900 (org-agenda-diary-entry, org-remember-help)
11901 (org-table-convert-region, org-at-table-p)
11902 (org-table-move-row-down, org-table-move-row-up)
11903 (org-table-copy-region, org-table-toggle-vline-visibility)
11904 (org-table-get-stored-formulas, org-table-get-specials)
11905 (org-recalc-commands, org-table-eval-formula)
11906 (org-table-formula-substitute-names, orgtbl-make-binding)
11907 (org-format-org-table-html, org-format-table-table-html)
11908 (org-format-table-table-html-using-table-generate-source)
11909 (org-customize): Fix typos in docstrings.
11910 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
11911 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
11912 (org-back-to-heading): Doc fixes.
11913 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
11914 (org-agenda-change-all-lines, org-get-header):
11915 Improve argument/docstring consistency.
11916 (orgtbl-error): Fix error message.
11917
11918 * progmodes/flymake.el (flymake-find-possible-master-files)
11919 (flymake-master-file-compare, flymake-get-line-err-count)
11920 (flymake-highlight-line, flymake-gui-warnings-enabled):
11921 Fix typos in docstrings.
11922 (flymake-parse-line, flymake-get-project-include-dirs-function)
11923 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
11924 Doc fixes.
11925 (flymake-get-project-include-dirs-function)
11926 (flymake-make-err-menu-data):
11927 Improve argument/docstring consistency.
11928
b97c98ad
LK
119292005-07-01 Lute Kamstra <lute@gnu.org>
11930
12d6b124
LK
11931 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
11932 Catch errors with ignore-errors. Use temporary buffer.
11933 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
11934
b97c98ad
LK
11935 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
11936 background color faces.
1953295b
SM
11937 (facemenu-set-foreground, facemenu-set-background):
11938 Use facemenu-set-face-from-menu.
b97c98ad
LK
11939 (facemenu-set-face-from-menu): Treat face names that start with
11940 "fg:" or "bg:" as special.
11941 (facemenu-add-new-color): Don't create faces. Simplify.
11942
11bc6e51
RS
119432005-06-30 Richard M. Stallman <rms@gnu.org>
11944
11945 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
11946 (crm-find-current-element): Likewise.
11947
119482005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
11949
1953295b 11950 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11bc6e51 11951
01bf52cb
SM
119522005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11953
11954 * arc-mode.el (archive-extract): Make it work as a mouse binding.
11955 (archive-mouse-extract): Make it an obsolete alias.
11956 (archive-mode-map): Don't use archive-mouse-extract any more.
11957 (archive-mode, archive-extract): write-contents-hooks ->
11958 write-contents-functions.
11959 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
11960 first arg.
11961 (archive-rename-entry): Update the call.
11962 (archive-zip-summarize): Remove unused var `method'.
11963 (archive-lzh-summarize): Remove unused var `creator'.
11964
1953295b
SM
11965 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
11966 dedicated frame upon exit.
01bf52cb
SM
11967
11968 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
11969 (archive-zip-extract, archive-zip-expunge)
11970 (archive-zip-update, archive-zip-update-case): Use executable-find.
11971 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
11972 Use restore-buffer-modified-p.
11973 (archive-extract, archive-add-new-member, archive-write-file-member):
11974 Use with-current-buffer.
11975 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
11976
0a0157ba
AS
119772005-06-30 Andreas Schwab <schwab@suse.de>
11978
11979 * progmodes/gud.el (gud-filter): Remove unneeded progn.
11980
5026b8ee
GM
119812005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11982
11983 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
11984
63f7ffb3
JL
119852005-06-30 Juri Linkov <juri@jurta.org>
11986
11987 * faces.el (vertical-border): Inherit from mode-line-inactive
11988 only on tty.
11989
c665bf4b
JB
119902005-06-30 Juanma Barranquero <lekktu@gmail.com>
11991
27bbbadb
JB
11992 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
11993 example, -NLINES in the `occur' docstring).
11994
426674a8
JB
11995 * replace.el (occur-1): When no matches are found, do not set the
11996 `buffer-read-only' and modified flags for the occur buffer,
11997 because it is deleted.
11998
c665bf4b
JB
11999 * emulation/cua-base.el (cua-check-pending-input)
12000 (cua-repeat-replace-region, cua-mode, cua-debug)
12001 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
12002 Fix typos in docstrings.
12003
12004 * emulation/cua-gmrk.el (cua-toggle-global-mark)
12005 (cua-cut-region-to-global-mark)
12006 (cua--cut-rectangle-to-global-mark):
12007 Remove period from end of messages.
12008
12009 * emulation/cua-rect.el (cua-do-rectangle-padding):
12010 Remove period from end of messages.
12011 (cua--rectangle-seq-format): Fix typo in docstring.
12012 (cua-sequence-rectangle, cua-fill-char-rectangle):
12013 Improve argument/docstring consistency.
12014
9b07ab0a
JL
120152005-06-29 Juri Linkov <juri@jurta.org>
12016
12017 * faces.el (default-frame-background-mode): New internal variable.
12018 (frame-set-background-mode): Use it.
12019
12020 * startup.el (normal-top-level): Set default-frame-background-mode
12021 instead of frame-background-mode. Before setting it, test for its
12022 nil value. Remove tests for frame-background-mode and frame
12023 parameter `reverse'. Add test for "unspecified-fg".
12024
12025 * term/xterm.el (xterm-rxvt-set-background-mode):
12026 * term/rxvt.el (rxvt-set-background-mode):
12027 Set default-frame-background-mode instead of frame-background-mode.
12028
16f43910
JB
120292005-06-29 Juanma Barranquero <lekktu@gmail.com>
12030
0684376b
JB
12031 * simple.el (set-variable): Warn about obsolete user variables.
12032
16f43910
JB
12033 * imenu.el (imenu--completion-buffer):
12034 * mouse.el (mouse-buffer-menu-alist):
12035 * msb.el (msb-invisible-buffer-p):
12036 * calendar/diary-lib.el (diary-header-line-format):
12037 * emacs-lisp/pp.el (pp-buffer):
12038 * progmodes/cperl-mode.el (cperl-do-auto-fill):
12039 * textmodes/picture.el (picture-replace-match):
12040 Change space constants followed by a sexp to "?\s ".
12041
12042 * play/decipher.el (decipher-loop-with-breaks):
12043 * textmodes/texinfo.el (texinfo-insert-@item): Change space
12044 constants "protected" from end of line by a comment to "?\s".
12045
4b2f6649
SM
120462005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12047
9a1505e9
SM
12048 * font-lock.el (save-buffer-state): Use `declare'.
12049
4b2f6649
SM
12050 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
12051 reset the syntax-table to cperl-mode-syntax-table.
12052 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
12053 "foo_print_bar" is not matched as a reserved keyword.
12054
01d37825
CD
120552005-06-29 Carsten Dominik <dominik@science.uva.nl>
12056
16f43910 12057 * textmodes/org.el (orgtbl-setup): New function, for delayed
01d37825
CD
12058 setup for the orgtbl commands.
12059 (org-calc-default-modes): New option.
12060 (orgtbl-make-binding): Use `defun' to get better help display.
12061 (org-diary): Call `org-compile-prefix-format'.
12062 (org-table-formula-substitute-names): New function.
12063 (org-agenda-day-view, org-agenda-week-view): New commands.
12064 (org-agenda-toggle-week-view): Command removed.
12065 (org-tbl-menu): Split off from org-org-menu.
4b2f6649 12066 (org-mode): Move removal of outline-mode menus to here.
01d37825
CD
12067 (org-table-formula-debug): New option.
12068 (org-table-insert-row): Keep first field if just "#" or "*".
12069 (org-mode): Paragraph regexps fixed.
12070 (org-table-recalculate-regexp): New constant.
12071 (org-table-justify-field-maybe): Avoid replace if not necessary.
12072 (org-copy-special, org-cut-special): Use `call-interactively'.
12073 (org-table-copy-region): Take region from `interactive' call.
12074 (org-trim): Return string even if no match.
12075 (org-formula): New face.
4b2f6649
SM
12076 (org-set-font-lock-defaults): No longer highlight "FIXME".
12077 But highlight formula-related fields in table.
01d37825
CD
12078 (org-table-p): Use regexp, not fontification.
12079 (org-table-align): Handle white space at end of line.
12080 (org-table-formula-evaluate-inline): New option.
12081 (org-mode): Auto-wrapping in comment lines turned off.
12082 (org-table-copy-down): Evaluate only in copied field, not in
12083 destination.
12084 (org-table-current-formula): Variable removed.
12085 (org-table-store-formulas, org-table-get-stored-formulas)
12086 (org-table-modify-formulas, org-table-replace-in-formulas)
12087 (org-table-maybe-eval-formula): New functions.
4b2f6649 12088 (org-table-get-formula): Modify to use stored formulas.
01d37825
CD
12089 (org-table-insert-column, org-table-delete-column)
12090 (org-table-move-column): Call `org-table-modify-formulas'.
12091 (org-complete): Add completion for keyword formulas.
12092 (orgtbl-mode): Pull orgtbl-mode-map to start of
12093 minor-mode-map-alist.
12094
8c39e595
SM
120952005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12096
4b2f6649
SM
12097 * progmodes/python.el (python-check): Require `compile' before
12098 modifying its variables.
12099
8c39e595
SM
12100 * newcomment.el (comment-indent-default): Don't get fooled by an early
12101 end of buffer.
12102
27484eb0
VJL
121032005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12104
8c39e595 12105 * ps-print.el (ps-print-version): Fix version number.
27484eb0 12106
34e60863
LT
121072005-06-28 Luc Teirlinck <teirllm@auburn.edu>
12108
9569175e 12109 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
34e60863 12110
025691ed
RS
121112005-06-28 Richard M. Stallman <rms@gnu.org>
12112
12113 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
12114 (flyspell-local-mouse-map): Declaration deleted.
12115 (flyspell-mouse-map): Bind only mouse-2.
12116 (flyspell-mode-map): Don't test flyspell-use-local-map.
12117 (flyspell-overlay-keymap-property-name): Var deleted.
12118 (flyspell-mode-on): Don't make local bindings for
12119 flyspell-mouse-map and flyspell-mode-map.
12120 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
12121
12122 * textmodes/ispell.el (ispell-word): Do not ignore short words.
12123
12124 * progmodes/compile.el (compilation-next-error-function):
12125 Don't switch buffers; operate on the current buffer.
12126
a1522a36
JL
12127 * progmodes/compile.el (compilation-error-file-name)
12128 (compilation-warning-file-name, compilation-info-file-name)
12129 (compilation-line-number, compilation-column-number): New faces.
12130 (compilation-error-face, compilation-warning-face)
12131 (compilation-info-face, compilation-line-face)
12132 (compilation-column-face): Use them.
12133
025691ed
RS
12134 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
12135
12136 * comint.el (comint-password-prompt-regexp): Accept ", try again".
12137
12138 * bindings.el (global-map): Bind insertchar and its variants.
12139
121402005-06-27 Richard M. Stallman <rms@gnu.org>
12141
12142 * textmodes/artist.el (artist-text-overwrite)
12143 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
12144
9dae638c
VJL
121452005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12146
12147 * ps-print.el: It was not working the page selection for printing.
12148 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
12149 (ps-print-version): New version 6.6.7.
12150 (ps-end-sheet): New fun.
12151 (ps-header-sheet, ps-end-job): Call it.
12152
efd6ebec
LT
121532005-06-27 Luc Teirlinck <teirllm@auburn.edu>
12154
b61bfa4d 12155 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
efd6ebec 12156
019b1899
LK
121572005-06-27 Lute Kamstra <lute@gnu.org>
12158
12159 * facemenu.el (facemenu-unlisted-faces): Add foreground and
12160 background color faces.
12161 (facemenu-get-face): Delete function.
12162 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
8c39e595 12163 (facemenu-add-new-color): Make second argument mandatory.
588c0770 12164 Create the appropriate face and return it. Simplify.
019b1899
LK
12165 (facemenu-set-foreground, facemenu-set-background): Don't check if
12166 color is defined. Use return value of facemenu-add-new-color.
12167
32da5de9
NR
121682005-06-26 Nick Roberts <nickrob@snap.net.nz>
12169
12170 * progmodes/gud.el (gud-filter): Add missing argument to
12171 with-selected-window.
12172
62350cdd
SM
121732005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12174
12175 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
12176 a :require to the defcustom.
12177
12178 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
12179 defcustoms corresponding to minor modes.
12180
ec9ac2be
DP
121812005-06-26 David Ponce <david@dponce.com>
12182
025691ed 12183 * recentf.el: Require tree-widget instead of wid-edit.
ec9ac2be
DP
12184 (recentf-filename-handler): Fix widget :type.
12185 (recentf-cancel-dialog, recentf-open-more-files)
12186 (recentf-open-files-action): Doc fix.
12187 (recentf-dialog-goto-first): New function.
12188 (recentf-dialog-mode-map): Set parent keymap first.
62350cdd
SM
12189 (recentf-dialog-mode): Define with define-derived-mode.
12190 Don't display continuation lines in dialogs.
ec9ac2be
DP
12191 (recentf-edit-list): Rename from recentf-edit-selected-items.
12192 (recentf-edit-list-select): Rename from recentf-edit-list-action.
12193 Simplify.
12194 (recentf-edit-list-validate): New function.
12195 (recentf-edit-list): Update accordingly.
12196 (recentf-open-files-item-shift): Remove.
12197 (recentf-open-files-item): Convert menu elements into tree and
12198 link widgets. Don't create the widgets.
12199 (recentf-open-files): Update accordingly.
12200 (recentf-save-list): Untabify.
12201
33b79ce4
LT
122022005-06-25 Luc Teirlinck <teirllm@auburn.edu>
12203
dd716cec
LT
12204 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
12205 (keep-lines): Add INTERACTIVE arg. Never delete lines only
12206 partially contained in the active region. Do not take active
12207 region into account when called from Lisp, unless INTERACTIVE arg
12208 is non-nil. Use `forward-line' instead of `beginning-of-line' to
12209 avoid trouble with fields. Make marker point nowhere when no
12210 longer used. Always return nil. Doc fix.
12211 (flush-lines): Add INTERACTIVE arg. Do not take active region
12212 into account when called from Lisp, unless INTERACTIVE arg is
12213 non-nil. Use `forward-line' instead of `beginning-of-line' to
12214 avoid trouble with fields. Make marker point nowhere when no
12215 longer used. Always return nil. Doc fix.
12216 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
12217 interchangeable. Do not take active region into account when
12218 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
12219 message in echo area when called from Lisp, unless INTERACTIVE arg
12220 is non-nil. Avoid saying "1 occurrences". Do not use markers.
12221 Return the number of matches. Doc fix.
12222 (occur): Doc fix.
12223 (perform-replace): Make comment follow double space convention for
12224 the sake of `outline-minor-mode'.
12225
33b79ce4
LT
12226 * faces.el (facep): Doc fix.
12227
df13531d
RS
122282005-06-25 Richard M. Stallman <rms@gnu.org>
12229
a68d870b
RS
12230 * facemenu.el (facemenu-enable-faces-p): New function.
12231 (facemenu-background-menu, facemenu-foreground-menu)
12232 (facemenu-face-menu): Add menu-enable property.
12233
df13531d
RS
12234 * jka-compr.el (jka-compr-insert-file-contents):
12235 Special handling if cannot find the uncompression program.
12236
12237 * cus-face.el (custom-face-attributes): Add autoload.
12238
12239 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12240 Bind comment-indent-function locally.
12241
12242 * window.el (save-selected-window): Use save-current-buffer.
12243
12244 * subr.el (with-selected-window): Use save-current-buffer.
12245
12246 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
12247 and with-current-buffer.
12248
19cfc561
RS
122492005-06-24 Richard M. Stallman <rms@gnu.org>
12250
12251 * simple.el (line-move-1): Fix previous change.
12252
8346425e
JB
122532005-06-24 Juanma Barranquero <lekktu@gmail.com>
12254
12255 * replace.el (occur-1): Set `buffer-read-only' and the
12256 buffer-modified flag before running `occur-hook' to protect
12257 against unintentional buffer switches that can lead to data loss.
12258
1c955542
NR
122592005-06-24 Nick Roberts <nickrob@snap.net.nz>
12260
12261 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
12262 (gud-gdb-marker-filter): Use font-lock-warning-face for any
12263 initial error.
8346425e 12264
1c955542
NR
12265 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
12266 after fresh input.
12267 (gdb-var-create-handler): Put name of expression in quotes.
8346425e 12268
6fb276bd
LT
122692005-06-23 Luc Teirlinck <teirllm@auburn.edu>
12270
12271 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
12272 elements of RING in order, and without bogus nil elements.
12273
528b6abc
RS
122742005-06-23 Richard M. Stallman <rms@gnu.org>
12275
12276 * simple.el (set-variable): Args renamed; doc fix.
12277 (line-move-1): When there are overlays around, use vertical-motion.
12278
12279 * faces.el (escape-glyph): Use brown against light background.
62350cdd 12280 (nobreak-space): Rename from no-break-space.
528b6abc
RS
12281 Fix previous change.
12282
12283 * dired-aux.el (dired-do-copy): Fix arg prompt.
12284
12285 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
12286
aed4a603
GM
122872005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12288
12289 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
12290 rather than "Distributor".
12291
9180519b
LK
122922005-06-23 Lute Kamstra <lute@gnu.org>
12293
12294 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
12295 (debug-on-entry): Use it. New interactive declaration that uses
12296 function-called-at-point.
12297
9d12e52b
KS
122982005-06-23 Kim F. Storm <storm@cua.dk>
12299
12300 * subr.el (save-match-data): Add comment about using evaporate arg
12301 to set-match-data.
12302
6d44324c
GM
123032005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
12304
12305 * cus-edit.el (customize-face)
12306 (customize-face-other-window): Handle face aliases.
12307
12308 * faces.el (face-documentation, set-face-attribute)
12309 (face-spec-set): Handle face aliases.
12310
a1ef2eab
JB
123112005-06-22 Juanma Barranquero <lekktu@gmail.com>
12312
12313 * help-mode.el (help-make-xrefs): If a symbol representing a face
12314 name is not followed by the word "face", it could still be a
12315 function or variable name, so don't bypass other checks.
12316
8906db27
JL
123172005-06-22 Juri Linkov <juri@jurta.org>
12318
12319 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
12320 Replace aliased functions with calls where second arg `inherit' is t.
12321
8431b136
NR
123222005-06-22 Nick Roberts <nickrob@snap.net.nz>
12323
12324 * progmodes/gdb-ui.el (gdb-error): New variable.
12325 (gdb-error): New function.
12326 (gdb-annotation-rules): Act on error-begin and error annotations.
12327 (gdb-concat-output): Use font-lock-warning-face for errors.
12328
53abc3bf
MB
123292005-06-22 Miles Bader <miles@gnu.org>
12330
5715f853
MB
12331 * bindings.el (propertized-buffer-identification): Use renamed
12332 `Buffer-menu-buffer' face.
12333
62350cdd 12334 * faces.el (vertical-border): Rename from `vertical-divider'.
73106994 12335 (escape-glyph): Change dark-background color back to `cyan'.
53abc3bf 12336
36a3b076
JL
123372005-06-21 Juri Linkov <juri@jurta.org>
12338
12339 * faces.el (face-user-default-spec): Try getting `customized-face'
12340 prior to `saved-face'.
12341 (frame-background-mode): Refill docstring.
12342
12343 * emacs-lisp/lisp-mode.el (eval-defun-1):
12344 * emacs-lisp/edebug.el (edebug-eval-defun):
12345 Set `saved-face' temporarily to nil before calling form.
12346 Set `customized-face' to the new spec after that.
12347
23873c96
JB
123482005-06-21 Juanma Barranquero <lekktu@gmail.com>
12349
12350 * subr.el (1value, lambda, key-substitution-in-progress):
12351 Doc fixes.
12352
12353 * autoinsert.el (auto-insert-alist):
12354 * ses.el (ses-call-printer):
12355 * subr.el (noreturn):
12356 * emacs-lisp/lisp.el (check-parens):
12357 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
12358 * net/browse-url.el (browse-url-mosaic):
12359 * progmodes/cc-defs.el (c-safe-scan-lists):
12360 * progmodes/ebnf-abn.el (ebnf-abn-lex):
12361 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
12362 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
12363 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
12364 * progmodes/ebnf-iso.el (ebnf-iso-lex):
12365 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
12366
c224c19a
RS
123672005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12368
12369 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
12370
006b1390
GM
123712005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
12372
12373 * calendar/appt.el (appt-make-list): Activate the package, if
12374 not already active (for backwards compatibility).
12375
b7d1f38f
KS
123762005-06-20 Kim F. Storm <storm@cua.dk>
12377
12378 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
12379
b4e49aee
MB
123802005-06-20 Miles Bader <miles@gnu.org>
12381
12382 * faces.el (vertical-divider): New face.
12383
01ba9662
JB
123842005-06-20 Juanma Barranquero <lekktu@gmail.com>
12385
12386 * simple.el (kill-whole-line): Doc fix.
12387 (next-error-buffer-p, next-error-find-buffer)
12388 (clone-indirect-buffer): Fix typos in docstrings.
cc4cb0f5
JB
12389 (comment-line-break-function): Doc fix: don't say variable
12390 is automatically buffer-local (it isn't).
01ba9662 12391
ebd06e28
MA
123922005-06-19 Michael Albinus <michael.albinus@gmx.de>
12393
12394 * net/tramp-ftp.el (top):
12395 * net/tramp-smb.el (top):
12396 * net/tramp-util.el (top):
12397 * net/tramp-uu.el (top):
12398 * net/tramp-vc.el (top):
12399 * net/tramp.el (top): Revert copyright years back to original
12400 ones. Tramp has a life outside GNU Emacs.
12401
5dafe00b
NR
124022005-06-19 Nick Roberts <nickrob@snap.net.nz>
12403
01ba9662 12404 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5dafe00b 12405
f04a8969
JL
124062005-06-18 Juri Linkov <juri@jurta.org>
12407
12408 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
12409 end of first regexp to limit the match to the position between
12410 line number and source line with same separator character as used
12411 between file name and line number. In the second regexp limit
12412 mouse-face area to file name and line number by adding new group
12413 for them and referring it in HYPERLINK arg.
12414 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
12415 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
12416 previous line where grep markers may be already removed.
12417
e7c2398a
EZ
124182005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
12419
62350cdd 12420 * progmodes/ps-mode.el: Update version and maintainer's email address.
e7c2398a 12421
7ceb6e54 124222005-06-18 Steve Youngs <steve@xemacs.org>
49866ff8
EZ
12423
12424 * net/browse-url.el (browse-url-browser-function)
12425 (browse-url-default-browser): Add firefox.
12426 (browse-url-firefox-program, browse-url-firefox-arguments)
12427 (browse-url-firefox-startup-arguments)
12428 (browse-url-firefox-new-window-is-tab): New defcustoms.
12429 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
12430
f19b57e3
RS
124312005-06-17 Richard M. Stallman <rms@gnu.org>
12432
0ad6717d
RS
12433 * startup.el (command-line): Warn if specified user name has
12434 no home directory.
12435
f19b57e3
RS
12436 * term.el (term-get-old-input, term-input-filter, term-input-sender)
12437 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
12438
ebd06e28 12439 * longlines.el (longlines-mode, longlines-show-hard-newlines):
f19b57e3
RS
12440 Doc fixes.
12441
12442 * faces.el (underline): Try bold if terminal doesn't support underline.
12443
12444 * mail/sendmail.el (mail-setup-with-from): New variable.
12445 (mail-insert-from-field): New function.
12446 (sendmail-send-it): Call it.
12447 (mail-setup): Optionally call it here.
12448
12449 * term/linux.el: Call tty-no-underline.
12450
043f95ab
LT
124512005-06-17 Luc Teirlinck <teirllm@auburn.edu>
12452
12453 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
12454
579322ca
MB
124552005-06-17 Miles Bader <miles@gnu.org>
12456
fa735daa
MB
12457 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
12458 (ediff-current-diff-C, ediff-current-diff-Ancestor)
12459 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
12460 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
12461 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
12462 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
12463 Remove "-face" suffix from face names.
12464 (ediff-current-diff-face-A, ediff-current-diff-face-B)
12465 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12466 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12467 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12468 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12469 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12470 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12471 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12472 New backward-compatibility aliases for renamed faces.
12473 (ediff-current-diff-face-A, ediff-current-diff-face-B)
12474 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12475 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12476 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12477 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12478 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12479 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12480 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12481 Use renamed ediff faces.
12482
958e6876
MB
12483 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
12484 Remove "-face" suffix from face names.
53099cfc 12485 (eshell-test-ok-face, eshell-test-failed-face):
958e6876
MB
12486 New backward-compatibility aliases for renamed faces.
12487 (eshell-run-test): Use renamed eshell-test faces.
12488
ca19f3f1
AS
12489 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
12490 face name.
12491 (eshell-prompt-face): New backward-compatibility alias for renamed
12492 face.
958e6876
MB
12493 (eshell-emit-prompt): Use renamed eshell-prompt face.
12494
12495 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
12496 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
12497 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
12498 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
12499 Remove "-face" suffix from face names.
12500 (eshell-ls-directory-face, eshell-ls-symlink-face)
12501 (eshell-ls-executable-face, eshell-ls-readonly-face)
12502 (eshell-ls-unreadable-face, eshell-ls-special-face)
12503 (eshell-ls-missing-face, eshell-ls-archive-face)
12504 (eshell-ls-backup-face, eshell-ls-product-face)
53099cfc 12505 (eshell-ls-clutter-face):
958e6876
MB
12506 New backward-compatibility aliases for renamed faces.
12507 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
12508
62350cdd
SM
12509 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
12510 Remove "-face" suffix from face name.
579322ca
MB
12511 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
12512 instead of literal face.
12513
289824a3
JB
125142005-06-17 Juanma Barranquero <lekktu@gmail.com>
12515
53099cfc
JB
12516 * emacs-lisp/warnings.el (display-warning, lwarn)
12517 (warning-minimum-log-level): Doc fixes.
12518 (warning-minimum-level, warning-minimum-log-level):
12519 Add :debug to :type choices.
12520
289824a3
JB
12521 * progmodes/ada-mode.el (ada-format-paramlist)
12522 (ada-get-indent-case, ada-check-matching-start)
12523 (ada-check-defun-name, ada-goto-matching-decl-start)
12524 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
12525 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
12526 (ada-make-subprogram-body): Follow error conventions.
12527 (ada-case-exception-file, ada-indent-comment-as-code)
12528 (ada-indent-handle-comment-special, ada-indent-renames)
12529 (ada-indent-return, ada-search-directories-internal)
12530 (ada-tab-policy, ada-case-exception-substring)
12531 (ada-other-file-alist, ada-matching-start-re)
12532 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
12533 (ada-imenu-generic-expression, ada-compile-goto-error)
12534 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
12535 (ada-popup-menu, ada-add-extensions, ada-mode)
12536 (ada-region-selected, ada-create-case-exception)
12537 (ada-create-case-exception-substring, ada-after-keyword-p)
12538 (ada-activate-keys-for-case, ada-adjust-case-region)
12539 (ada-adjust-case-buffer, ada-format-paramlist)
12540 (ada-scan-paramlist, ada-insert-paramlist)
12541 (ada-indent-newline-indent)
12542 (ada-indent-newline-indent-conditional)
12543 (ada-justified-indent-current, ada-goto-previous-word)
12544 (ada-indent-current, ada-get-indent-open-paren)
12545 (ada-get-indent-paramlist, ada-get-indent-end)
12546 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
12547 (ada-get-indent-block-start, ada-get-indent-subprog)
12548 (ada-get-indent-noindent, ada-get-indent-label)
12549 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
12550 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
12551 (ada-goto-stmt-end, ada-goto-next-word)
12552 (ada-check-matching-start, ada-check-defun-name)
12553 (ada-goto-matching-decl-start, ada-goto-matching-start)
12554 (ada-goto-matching-end, ada-search-ignore-string-comment)
12555 (ada-in-decl-p, ada-looking-at-semi-or)
12556 (ada-looking-at-semi-private, ada-in-paramlist-p)
12557 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
12558 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
12559 (ada-next-procedure, ada-previous-procedure, ada-next-package)
12560 (ada-previous-package, ada-create-menu)
12561 (ada-fill-comment-paragraph-justify)
12562 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
12563 (ada-other-file-name, ada-last-which-function-line)
12564 (ada-last-which-function-subprog, ada-which-function)
12565 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
12566 (ada-gen-treat-proc, ada-check-emacs-version)
12567 (ada-continuation-indent, ada-align-region-separate):
12568 Fix typos in docstrings.
12569 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
12570
52167727
LK
125712005-06-16 Lute Kamstra <lute@gnu.org>
12572
12573 * simple.el (fundamental-mode): Run after-change-major-mode-hook
12574 conditionally.
12575
04cedb11
JB
125762005-06-16 Juanma Barranquero <lekktu@gmail.com>
12577
246d1dba
JB
12578 * comint.el (comint-replace-by-expanded-filename)
12579 (comint-prompt-regexp, comint-delimiter-argument-list)
12580 (comint-preinput-scroll-to-bottom):
12581 * info.el (Info-hide-cookies-node):
12582 * ls-lisp.el (ls-lisp-classify):
12583 * find-file.el (ff-search-directories, ff-special-constructs)
12584 (ff-find-other-file):
12585 * font-lock.el (font-lock-keywords):
12586 * shell.el (shell-prompt-pattern)
12587 (shell-dynamic-complete-functions, shell-mode)
12588 (shell-delimiter-argument-list):
12589 * term.el (term-replace-by-expanded-filename)
12590 (term-prompt-regexp, term-delimiter-argument-list):
12591 * woman.el (woman-ignore, woman0-if):
12592 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
12593 * emacs-lisp/elint.el (elint-init-env):
12594 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
12595 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
12596 * language/ethio-util.el (ethio-tilde-escape)
12597 (ethio-use-three-dot-question):
12598 * net/zone-mode.el (zone-mode-load-time-setup):
12599 * progmodes/cc-align.el (c-lineup-argcont):
12600 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
12601 * progmodes/cperl-mode.el (cperl-set-style-back):
12602 * progmodes/inf-lisp.el (inferior-lisp-prompt):
12603 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
12604 Fix spellings in docstrings.
12605
12606 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
12607 * progmodes/modula2.el (m2-for): Fix spellings.
12608
12609 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
12610
12611 * simple.el (undo-more): Don't use `format' on `error' arguments.
12612 Improve argument/docstring consistency.
12613 (pending-undo-list): Doc fix.
12614
12615 * smerge-mode.el (smerge-ensure-match):
12616 * emulation/vip.el (vip-ex):
12617 * net/zone-mode.el (zone-mode-update-serial):
12618 * progmodes/idlwave.el (idlwave-complete):
12619 * progmodes/vhdl-mode.el (vhdl-visit-file)
12620 (vhdl-compose-wire-components):
12621 Don't use `format' on `error' arguments.
12622
04cedb11
JB
12623 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
12624 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
12625 (tooltip-help-tips): Fix typos in docstrings.
12626
c25ae380
DP
126272005-06-16 David Ponce <david@dponce.com>
12628
12629 * tree-widget.el (tree-widget-value-create): Simplify last change.
12630
e6838581
KS
126312005-06-15 Matt Hodges <MPHodges@member.fsf.org>
12632
12633 * ido.el (ido-incomplete-regexp): New variable.
12634 (ido-set-matches-1): Handle invalid-regexp error and set
12635 ido-incomplete-regexp.
12636 (ido-incomplete-regexp): New face.
12637 (ido-completions): Use it.
62350cdd
SM
12638 (ido-complete, ido-exit-minibuffer, ido-completions):
12639 Handle incomplete regexps.
e6838581
KS
12640 (ido-completions): Add check for complete match when entering a regexp.
12641
10f401d2
SM
126422005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12643
12644 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
12645
c202dc91
SM
126462005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12647
12648 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
12649 by field delimiters.
12650
763e7cf6
DP
126512005-06-15 David Ponce <david@dponce.com>
12652
3b2f3d1a
DP
12653 * tree-widget.el: eval-and-compile inlined functions so they will
12654 be available at run-time too.
12655 (tree-widget-super-format-handler)
763e7cf6
DP
12656 (tree-widget-format-handler): Remove.
12657 (tree-widget-value-create): Handle the :indent property.
12658
e6572f79
MB
126592005-06-15 Miles Bader <miles@gnu.org>
12660
ef88a999
MB
12661 * progmodes/which-func.el (which-func): Only inherit
12662 `font-lock-function-name-face' when that makes sense against the
12663 default mode-line face, otherwise set the face color explicitly.
12664
e6572f79
MB
12665 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
12666 faces instead of (non-existent) variables.
12667
f1b6d70f
SM
126682005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12669
12670 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
12671 (iswitchb-get-matched-buffers): Likewise. Simplify.
12672
b6116bd2
MB
126732005-06-14 Miles Bader <miles@gnu.org>
12674
a5d37031
MB
12675 * progmodes/ld-script.el (ld-script-location-counter):
12676 Remove "-face" suffix from face name.
e6838581 12677 (ld-script-location-counter-face):
a5d37031
MB
12678 New backward-compatibility alias for renamed face.
12679 (ld-script-location-counter-face): Use renamed face.
12680
e4c067b5
MB
12681 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
12682 (cperl-hash): Remove "-face" suffix from face names.
12683 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
a5d37031 12684 New backward-compatibility aliases for renamed faces.
e4c067b5
MB
12685 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
12686 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
12687
9ce2eb5e
MB
12688 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
12689 name.
12690 (which-func-face): New backward-compatibility alias for renamed face.
12691 (which-func-format): Use renamed which-func face.
12692
63a5fd63
MB
12693 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
12694 (vhdl-function, vhdl-directive, vhdl-reserved-word)
12695 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
12696 names.
12697 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
12698 (vhdl-speedbar-configuration, vhdl-speedbar-package)
12699 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
12700 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
12701 (vhdl-speedbar-architecture-selected)
12702 (vhdl-speedbar-configuration-selected)
12703 (vhdl-speedbar-package-selected)
12704 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
12705 names.
12706 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
12707 Use renamed faces.
12708 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
12709 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
12710 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
12711 Use renamed faces.
12712 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
12713 names.
12714 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
12715 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
12716 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
12717 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
12718 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
12719 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
12720
33595ec6
MB
12721 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
12722 face name.
12723 (sh-heredoc-face): New backward-compatibility alias for renamed face.
12724 (sh-heredoc-face): Use renamed sh-heredoc face.
12725
57267a95
MB
12726 * progmodes/idlw-help.el (idlwave-help-link):
12727 Remove "-face" suffix from face name.
12728 (idlwave-help-link-face):
12729 New backward-compatibility alias for renamed face.
12730 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
12731
12732 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
12733 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
12734 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
12735 New backward-compatibility aliases for renamed faces.
12736 (idlwave-shell-disabled-breakpoint-face)
12737 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
12738
10f401d2 12739 * progmodes/flymake.el (flymake-errline, flymake-warnline):
ded09abd
MB
12740 Remove "-face" suffix from face names.
12741 (flymake-errline-face, flymake-warnline-face):
12742 New backward-compatibility aliases for renamed faces.
12743 (flymake-highlight-line): Use renamed flymake faces.
12744
4f2d55da
MB
12745 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12746 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
12747 (ebrowse-member-class, ebrowse-progress):
12748 Remove "-face" suffix from face names.
12749 (ebrowse-tree-mark-face, ebrowse-root-class-face)
12750 (ebrowse-file-name-face, ebrowse-default-face)
12751 (ebrowse-member-attribute-face, ebrowse-member-class-face)
e6838581 12752 (ebrowse-progress-face):
4f2d55da
MB
12753 New backward-compatibility aliases for renamed faces.
12754 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
12755 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
12756 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
12757 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
12758
ca19f3f1
AS
12759 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
12760 antlr-syntax)
7a3dfaee 12761 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
ca19f3f1
AS
12762 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
12763 names.
7a3dfaee
MB
12764 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
12765 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
12766 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
ca19f3f1
AS
12767 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
12768 backward-compatibility aliases for renamed faces.
7a3dfaee
MB
12769 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
12770 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
ca19f3f1
AS
12771 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
12772 remove "font-lock-". Use renamed antlr-mode faces.
12773 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
12774 literal face-names with face variable references.
7a3dfaee 12775
b6116bd2
MB
12776 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
12777 face name.
12778 (Buffer-menu-buffer-face): New backward-compatibility alias for
12779 renamed face.
12780 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
12781
14901265
DP
127822005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
12783
12784 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
12785 Eliminate "-face" suffix.
10f401d2 12786 (makefile-targets): Inherit from font-lock-function-name-face and
14901265
DP
12787 eliminate "-face" suffix.
12788 (makefile-shell): Remove attributes and eliminate "-face" suffix.
12789 (makefile-*-font-lock-keywords): Append makefile-targets in rule
12790 actions, instead of prepending, to make it less visible.
10f401d2
SM
12791 (makefile-previous-dependency, makefile-match-dependency):
12792 Don't match a target on a continuation line.
14901265
DP
12793
12794 * files.el (auto-mode-alist): Put Makefile in gmake mode.
12795
3da629bd
NR
127962005-06-15 Nick Roberts <nickrob@snap.net.nz>
12797
1c955542
NR
12798 * progmodes/gdb-ui.el (menu): Re-order menu items.
12799 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8346425e 12800
3da629bd
NR
12801 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
12802 Define in tooltip.el.
12803 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
12804 (gud-tooltip-tips): Respect tooltip-use-echo-area and
12805 gud-tooltip-echo-area.
12806
12807 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
12808 backward compatibility and make obsolete.
12809 (tooltip-help-tips): Use tooltip-use-echo-area.
12810 (tooltip-show-help-function): Rename to...
12811 (tooltip-show-help): ...this, because it is a function.
12812 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
12813
197a7aaa
LT
128142005-06-14 Luc Teirlinck <teirllm@auburn.edu>
12815
12816 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
12817 (edebug-print-length, edebug-print-level, edebug-print-circle)
12818 (edebug-modify-breakpoint, edebug-eval-last-sexp)
12819 (edebug-eval-print-last-sexp): Doc fixes.
12820
6de5b135
KS
128212005-06-14 Kim F. Storm <storm@cua.dk>
12822
12823 * ido.el (ido-mode): Make a new keymap every time we enable ido,
12824 as the coverage buffer/file/both may change.
12825
b59f605b
LK
128262005-06-14 Lute Kamstra <lute@gnu.org>
12827
12828 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
12829 and run-mode-hooks. Simplify.
12830
12831 * mail/rmailedit.el (rmail-edit-mode):
12832 * progmodes/octave-inf.el (inferior-octave-mode):
12833 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
12834
12835 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
12836 and run-mode-hooks.
12837 (recentf-edit-list, recentf-open-files): Don't call
12838 kill-all-local-variables directly.
12839
12840 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
12841
ca0a6900
JB
128422005-06-14 Juanma Barranquero <lekktu@gmail.com>
12843
0b46b379
JB
12844 * emacs-lisp/byte-run.el (make-obsolete)
12845 (define-obsolete-function-alias): Rename arguments FUNCTION and
12846 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10f401d2
SM
12847 (make-obsolete-variable, define-obsolete-variable-alias):
12848 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
0b46b379
JB
12849 respectively.
12850
12851 * isearchb.el (isearchb-activate):
12852 * pcvs.el (cvs-mode):
12853 * ses.el (ses-load):
12854 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
12855 * net/tramp.el (tramp-find-file-exists-command)
12856 (tramp-find-shell):
12857 * progmodes/ada-mode.el (ada-create-case-exception)
12858 (ada-create-case-exception-substring, ada-make-subprogram-body):
12859 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12860 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
12861 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
12862 * textmodes/org.el (org-promote, org-evaluate-time-range)
12863 (org-agenda-next-date-line, org-agenda-previous-date-line)
12864 (org-agenda-error, org-open-at-point, org-table-move-row)
12865 (org-format-table-table-html-using-table-generate-source)
12866 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
12867 * textmodes/reftex.el (reftex-access-scan-info):
12868 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
12869 (reftex-toc-promote-prepare): Follow error conventions.
12870
12871 * diff-mode.el (diff-mode): Fix typo in docstring.
12872
ca0a6900
JB
12873 * forms.el (forms--intuit-from-file): Fix reference to
12874 `forms-number-of-fields' in error message.
12875 (forms-print): Fix quoting in error message.
12876
12877 * forms.el (forms-mode):
12878 * emulation/vi.el (vi-goto-insert-state):
12879 * progmodes/flymake.el (flymake-new-err-info)
12880 (flymake-start-syntax-check-for-current-buffer)
12881 (flymake-simple-cleanup):
12882 * eshell/esh-var.el (eshell/export):
12883 * progmodes/gud.el (xdb):
12884 * textmodes/flyspell.el (flyspell-incorrect-hook)
12885 (flyspell-maybe-correct-transposition)
12886 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
12887
7efb41ae
LT
128882005-06-13 Luc Teirlinck <teirllm@auburn.edu>
12889
12890 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
12891 minibuffer prompt.
12892
929129ff
KS
128932005-06-13 Kim F. Storm <storm@cua.dk>
12894
12895 * subr.el (add-to-ordered-list): New defun.
12896
12897 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
12898 add cua--keymap-alist to emulation-mode-map-alists.
12899
5aa6db57
SM
129002005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12901
12902 * subr.el (complete-in-turn): New macro.
12903 (dynamic-completion-table, lazy-completion-table): Add debug info.
12904
12905 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
12906 in preference to face aliases.
12907
12908 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
12909 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
12910 Remove unused vars `start' and `firstline'.
12911 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
12912 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
12913
2702394e
EZ
129142005-06-13 Eli Zaretskii <eliz@gnu.org>
12915
12916 * cus-start.el (all): Don't complain about missing GTK-related
12917 variables, unless either `gtk' is boundp or this isn't a
12918 `windows-nt' build.
12919
dd72a03a
LK
129202005-06-13 Lute Kamstra <lute@gnu.org>
12921
4da76c6a
LK
12922 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
12923 run-mode-hooks.
12924
12925 * ediff-mult.el (ediff-meta-mode):
12926 * ediff-util.el (ediff-mode): Use run-mode-hooks.
12927
12928 * ledit.el (ledit-mode): Use delay-mode-hooks.
12929
63e9aa8e
LK
12930 * woman.el (woman-mode-line-format): Delete constant.
12931 (woman-mode-map): Initialize it properly.
5aa6db57
SM
12932 (woman-mode): Set mode-class property to special.
12933 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
12934 Set major-mode and mode-name. Don't set mode-line-format directly.
12935 (Man-getpage-in-background): Don't reference woman-mode-line-format.
63e9aa8e 12936
dd72a03a
LK
12937 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
12938 string argument obsolete.
12939
30313b90
CD
129402005-06-13 Carsten Dominik <dominik@science.uva.nl>
12941
0b46b379 12942 * textmodes/org.el (org-CUA-compatible): New option.
30313b90
CD
12943 (org-disputed-keys): New variable.
12944 (org-key): New function.
12945 (orgtbl-make-binding): Add docstring to the created function.
12946 (org-mode): Set paragraph start/separate regexps.
12947 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
12948 (org-archive-location, org-archive-mark-done)
12949 (org-archive-stamp-time): New options.
12950 (org-archive-subtree): New command.
12951 (org-fill-paragraph): New function.
12952 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
12953 (org-fake-empty-table-line): Function removed.
12954 (org-format-org-table-html): Do not create empty table lines at
12955 separator lines. Improved table header treatment.
12956 (org-link-format): New option.
12957 (org-make-link): New function.
12958 (org-insert-link, org-store-link): Use org-make-link.
12959 (org-open-file): Quote file name for shell command, to allow
12960 spaces in file names.
5aa6db57
SM
12961 (org-link-regexp): Fix bug with mailto link.
12962 (org-link-maybe-angles-regexp, org-protected-link-regexp):
12963 New constants.
30313b90
CD
12964 (org-export-as-html): Deal with the optional angles around a link.
12965 Better treatment of file: links.
12966 (org-open-at-point): Replace @{ and @} with < and >.
12967 (org-run-mode-hooks): Function removed.
12968 (org-agenda-mode): No longer use `org-run-mode-hooks'.
12969
3fd355d4
NR
129702005-06-13 Nick Roberts <nickrob@snap.net.nz>
12971
12972 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
12973 MI command -data-list-register-values.
12974 (gdb-post-prompt): Indent properly.
12975
b1412131
JB
129762005-06-13 Juanma Barranquero <lekktu@gmail.com>
12977
12978 * hilit-chg.el (highlight-changes-colors): Rename from
12979 `highlight-changes-colours'.
12980 (highlight-changes-colours): Keep as obsolete alias.
12981 (highlight-changes-face-list): Doc fix.
12982 (hilit-chg-make-list): Use `highlight-changes-colors'.
12983
defa8e19
MH
129842005-06-12 Mark A. Hershberger <mah@everybody.org>
12985
12986 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
12987 defun-prompt-regexp.
12988
a1e8cad6
EZ
129892005-06-12 Eli Zaretskii <eliz@gnu.org>
12990
0e659f57
EZ
12991 * loadup.el: Don't say we are dumping under 2 names on windows-nt
12992 and cygwin.
12993
5aa6db57
SM
12994 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
12995 Don't use an old loaddefs.el, as in Makefile.in.
a1e8cad6 12996
ca0113b8
LK
129972005-06-12 Lute Kamstra <lute@gnu.org>
12998
f586d18e
LK
12999 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
13000
3a1524ed
LK
13001 * man.el (Man-mode-map): Initialize it properly.
13002 (Man-mode): Set mode-class property to special.
13003
ca0113b8
LK
13004 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
13005
32cc0b00
LT
130062005-06-11 Luc Teirlinck <teirllm@auburn.edu>
13007
13008 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
13009 A newline is needed in the docstring there.
13010
13011 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
13012 Doc fixes.
13013
ac9abffe
VJL
130142005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13015
13016 * printing.el: Doc fix. The menubar is no more changed when printing
13017 is loaded, it only changes when pr-menu-bind or pr-update-menus is
b2c9cbd3 13018 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
ac9abffe
VJL
13019 (pr-version): New version number (6.8.4).
13020 (pr-menu-bind): New command.
13021 (pr-update-menus): Docstring and code fix.
13022 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
13023 Docstring fix.
13024 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
13025 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
13026
d4ddf783
TTN
130272005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
13028
13029 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
13030 "Returns" to "return", document useful return values, etc.
13031
98d1a1cf
EZ
130322005-06-11 Alan Mackenzie <acm@muc.de>
13033
13034 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
13035 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
13036 (adaptive-file-function): Minor amendment to doc-string.
13037
e0dcaa3f
EZ
130382005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13039
67ed6461 13040 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5aa6db57
SM
13041 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
13042 Fix :type--it is `integer', not `string'.
67ed6461 13043
e0dcaa3f
EZ
13044 * faces.el (modeline-highlight): Rename from (the erroneous)
13045 `modeline-higilight'.
13046
e5d79aa5
LK
130472005-06-11 Lute Kamstra <lute@gnu.org>
13048
13049 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
13050 lisp-interaction-mode-map but make it the parent.
13051 (edebug-eval-mode): Use define-derived-mode.
13052
480c8cd3
AS
130532005-06-11 Andreas Schwab <schwab@suse.de>
13054
13055 * bindings.el: Add binding of `ESC functionkey' for every
13056 `M-functionkey'.
13057 * hexl.el (hexl-mode-map): Likewise.
13058
d11f8e1a
JR
130592005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
13060
13061 * progmodes/compile.el (compilation-error-regexp-alist-alist)
13062 [msft]: update regexp for newer msft compilers.
13063
23d519e4
MH
130642005-06-10 Mark A. Hershberger <mah@everybody.org>
13065
13066 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
13067 ATTLIST portions of included DTDs.
13068 (xml-parse-dtd): Eliminate use of inefficient match-data.
13069
62d39a42
MB
130702005-06-10 Miles Bader <miles@gnu.org>
13071
530b0472
MB
13072 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13073 (mpuz-text): Remove "-face" suffix from face names.
13074 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
13075 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
13076 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
13077
62d39a42
MB
13078 * play/gomoku.el (gomoku-O, gomoku-X):
13079 Remove "-face" suffix from face names.
13080 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
13081 New backward-compatibility aliases for renamed faces.
13082 (gomoku-font-lock-keywords): Use renamed gomoku faces.
13083
83acf231
JB
130842005-06-10 Juanma Barranquero <lekktu@gmail.com>
13085
578c1340
JB
13086 * thumbs.el: Fixes for changes of 2005-06-09.
13087 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
13088 as a directory.
13089 (thumbs-thumbname): Remove directory separator from format string;
13090 `thumbs-thumbsdir' now returns a valid directory name.
13091 (thumbs-temp-dir): New defsubst.
13092 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
13093 Use it.
13094
466c78c0
JB
13095 * cus-edit.el (minibuffer):
13096 * files.el (make-backup-file-name-function):
13097 * filesets.el (filesets-external-viewers):
13098 * hilit-chg.el (highlight-changes-colours)
13099 (highlight-changes-face-list, highlight-changes-rotate-faces):
13100 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
13101 * kmacro.el (kmacro-call-macro):
13102 * log-edit.el (log-edit-changelog-full-paragraphs):
13103 * mouse.el (mouse-1-click-follows-link):
13104 * skeleton.el (skeleton-autowrap):
13105 * subr.el (insert-for-yank-1):
13106 * tempo.el (tempo-insert-region):
13107 * terminal.el (terminal-emulator):
13108 * time.el (display-time-mail-face):
13109 * vc.el (vc-annotate):
13110 * vcursor.el (vcursor-copy-line):
13111 * woman.el (woman-bold-headings, woman-ignore)
13112 (woman-default-faces, woman-monochrome-faces):
13113 * calendar/todo-mode.el (todo-insert-threshold):
13114 * emulation/pc-select.el (pc-select-selection-keys-only)
13115 (pc-selection-mode):
13116 * emulation/vip.el (vip-find-char-forward):
13117 * emulation/viper-cmd.el (viper-find-char-forward):
ca19f3f1
AS
13118 * international/mule-cmds.el
13119 (select-safe-coding-system-accept-default-p)
466c78c0
JB
13120 (input-method-exit-on-invalid-key):
13121 * international/mule-diag.el (describe-coding-system):
13122 * international/ucs-tables.el (unify-8859-on-encoding-mode):
13123 * net/browse-url.el (browse-url-xterm-program):
13124 * obsolete/lazy-lock.el (lazy-lock-mode):
13125 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
13126 (cperl-mode):
13127 * progmodes/cpp.el (cpp-face-light-name-list)
13128 (cpp-face-dark-name-list):
13129 * progmodes/delphi.el (delphi-newline-always-indents):
13130 Fix spellings in docstrings.
13131
83acf231
JB
13132 * ido.el (ido-mode, ido-file-extensions-order)
13133 (ido-default-file-method, ido-default-buffer-method)
13134 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
13135 (ido-decorations, ido-read-file-name-as-directory-commands)
13136 (ido-read-file-name-non-ido, ido-work-directory-list)
13137 (ido-ignore-item-temp-list, ido-current-directory)
13138 (ido-magic-forward-char, ido-enter-find-file)
13139 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
13140 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
13141
257914aa
LK
131422005-06-10 Lute Kamstra <lute@gnu.org>
13143
13144 * play/dunnet.el (dun-mode): Use define-derived-mode.
13145 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
13146 obsolete alias.
13147
2aa8e74a
LK
13148 * play/doctor.el (doctor-mode-map): Remove defvar.
13149 (doctor-mode): Use define-derived-mode.
13150
7bdd8beb
LK
13151 * mail/mspools.el (mspools-mode):
13152 * net/eudc-hotlist.el (eudc-hotlist-mode):
2aa8e74a
LK
13153 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
13154
0efefc52
MB
131552005-06-10 Miles Bader <miles@gnu.org>
13156
c43aed5a
MB
13157 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13158 Remove "-face" suffix from face names.
13159 (flyspell-incorrect-face, flyspell-duplicate-face):
13160 New backward-compatibility aliases for renamed faces.
13161 (flyspell-mode-on, make-flyspell-overlay)
13162 (flyspell-highlight-incorrect-region)
13163 (flyspell-highlight-duplicate-region)
13164 (flyspell-display-next-corrections)
13165 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
13166
e639491a
MB
13167 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
13168 from face name.
13169 (texinfo-heading-face): New backward-compatibility alias for
13170 renamed face.
13171 (texinfo-heading-face): Use renamed texinfo-heading face.
13172
ad49d9d6
MB
13173 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
13174 suffix from face names.
83acf231 13175 (tex-math-face, tex-verbatim-face):
ad49d9d6
MB
13176 New backward-compatibility aliases for renamed faces.
13177 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
13178 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
13179 literal face name.
13180
b4c925d8
MB
13181 * textmodes/table.el (table-cell): Remove "-face" suffix from face
13182 name.
13183 (table-cell-face): New backward-compatibility alias for renamed face.
13184 (table--put-cell-face-property, table--update-cell-face):
13185 Use renamed table-cell face.
13186
b390eb09
MB
13187 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
13188 from face name.
13189 (sgml-namespace-face): New backward-compatibility alias for
13190 renamed face.
13191 (sgml-namespace-face): Use renamed sgml-namespace face.
13192
8e49668e
MB
13193 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
13194 (org-level-4, org-level-5, org-level-6, org-level-7)
13195 (org-level-8, org-warning, org-headline-done)
13196 (org-deadline-announce, org-scheduled-today)
13197 (org-scheduled-previously, org-link, org-done, org-table)
13198 (org-time-grid): Remove "-face" suffix from face names.
13199 (org-level-1-face, org-level-2-face, org-level-3-face)
13200 (org-level-4-face, org-level-5-face, org-level-6-face)
13201 (org-level-7-face, org-level-8-face, org-warning-face)
13202 (org-headline-done-face, org-deadline-announce-face)
13203 (org-scheduled-today-face, org-scheduled-previously-face)
13204 (org-link-face, org-done-face, org-table-face)
13205 (org-time-grid-face):
13206 New backward-compatibility aliases for renamed faces.
13207 (org-level-faces, org-set-font-lock-defaults, org-timeline)
13208 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
13209 (org-agenda-get-timestamps, org-agenda-get-scheduled)
13210 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
13211
25c06649
MB
13212 * emulation/viper-init.el (viper-search, viper-replace-overlay)
13213 (viper-minibuffer-emacs, viper-minibuffer-insert)
13214 (viper-minibuffer-vi): Remove "-face" suffix from face names.
13215 (viper-search-face, viper-replace-overlay-face)
13216 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13217 (viper-minibuffer-vi-face):
13218 New backward-compatibility aliases for renamed faces.
13219 (viper-search-face, viper-replace-overlay-face)
13220 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13221 (viper-minibuffer-vi-face): Use renamed viper faces.
13222
4719d184
MB
13223 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
13224 Remove "-face" suffix from face names.
13225 (testcover-nohits-face, testcover-1value-face):
13226 New backward-compatibility aliases for renamed faces.
13227 (testcover-mark): Use renamed testcover faces.
13228
ccacbcec
MB
13229 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
13230 face name.
13231 (diary-button-face): New backward-compatibility alias for renamed face.
13232 (diary-entry): Use renamed diary-button face.
13233
75eb05f6
MB
13234 * calendar/calendar.el (diary, calendar-today, holiday)
13235 (mark-visible-calendar-date): Remove "-face" suffix from face names.
13236 (diary-face, calendar-today-face, holiday-face):
13237 New backward-compatibility aliases for renamed faces.
13238 (eval-after-load "facemenu", diary-entry-marker)
13239 (calendar-today-marker, calendar-holiday-marker, diary-face):
13240 Use renamed calendar faces.
13241
37af2dd3
MB
13242 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
13243 (compare-windows-face): New backward-compatibility alias for
13244 renamed face.
13245 (compare-windows-highlight): Use renamed compare-windows face.
13246
10853fc3
MB
13247 * strokes.el (strokes-char): Remove "-face" suffix from face name.
13248 (strokes-char-face): New backward-compatibility alias for renamed face.
13249 (strokes-encode-buffer): Use renamed strokes-char face.
13250
2058218e
MB
13251 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
13252 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
13253 Remove "-face" suffix from face names.
13254 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13255 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13256 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
83acf231 13257 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2058218e 13258 Use renamed pcvs faces.
4a9ad3c6
MB
13259 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
13260 * pcvs-defs.el (cvs-mode-map): Likewise.
13261 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2058218e 13262
a335c06e
MB
13263 * info.el (info-title-1, info-title-2, info-title-3)
13264 (info-title-4): Remove "-face" suffix from and downcase face names.
13265 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13266 (Info-title-4-face):
13267 New backward-compatibility aliases for renamed faces.
13268 (Info-fontify-node): Use renamed info faces.
13269
a01853d7
MB
13270 * hilit-chg.el (highlight-changes, highlight-changes-delete):
13271 Remove "-face" suffix from face names.
13272 (highlight-changes-face, highlight-changes-delete-face):
13273 New backward-compatibility aliases for renamed faces.
13274 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
13275 (hilit-chg-make-list): Use renamed highlight-changes faces.
13276
f0b3dcbf
MB
13277 * generic-x.el (show-tabs-tab, show-tabs-space):
13278 Remove "-face" suffix from face names.
13279 (show-tabs-tab-face, show-tabs-space-face):
13280 New backward-compatibility aliases for renamed faces.
13281 (show-tabs-generic-mode-font-lock-defaults-1)
13282 (show-tabs-generic-mode-font-lock-defaults-2):
13283 Use renamed show-tabs faces.
13284
e8bfdf82
MB
13285 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
13286 (smerge-markers): Remove "-face" suffix from face names.
13287 (smerge-mine-face, smerge-other-face, smerge-base-face)
83acf231 13288 (smerge-markers-face):
e8bfdf82
MB
13289 New backward-compatibility aliases for renamed faces.
13290 (smerge-mine-face, smerge-other-face, smerge-base-face)
13291 (smerge-markers-face): Use renamed smerge faces.
13292
ca19f3f1
AS
13293 * log-view.el (log-view-file, log-view-message): Remove "-face"
13294 suffix from face names.
8511877a
SM
13295 (log-view-file-face, log-view-message-face):
13296 New backward-compatibility aliases for renamed faces.
ca19f3f1
AS
13297 (log-view-file-face, log-view-message-face): Use renamed log-view
13298 faces.
d842de85 13299
83acf231 13300 * paren.el (show-paren-match, show-paren-mismatch):
2ec46551 13301 Remove "-face" suffix from face names.
83acf231 13302 (show-paren-match-face, show-paren-mismatch-face):
2ec46551
MB
13303 New backward-compatibility aliases for renamed faces.
13304 (show-paren-function): Use renamed show-paren faces.
13305
42e64878
MB
13306 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
13307 (ruler-mode-margins, ruler-mode-fringes)
13308 (ruler-mode-column-number, ruler-mode-fill-column)
13309 (ruler-mode-comment-column, ruler-mode-goal-column)
ca19f3f1
AS
13310 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
13311 suffix from face names.
42e64878
MB
13312 (ruler-mode-default-face, ruler-mode-pad-face)
13313 (ruler-mode-margins-face, ruler-mode-fringes-face)
13314 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
13315 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8511877a
SM
13316 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
13317 New backward-compatibility aliases for renamed faces.
42e64878
MB
13318 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
13319 (ruler-mode-column-number, ruler-mode-fill-column)
13320 (ruler-mode-comment-column, ruler-mode-goal-column)
13321 (ruler-mode-tab-stop, ruler-mode-current-column)
ca19f3f1
AS
13322 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
13323 faces.
42e64878 13324
ee01ad0e
MB
13325 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
13326 face name.
13327 (whitespace-highlight-the-space): Use renamed face.
10853fc3
MB
13328 (whitespace-highlight-face): New backward-compatibility alias for
13329 renamed face.
ee01ad0e 13330
b66e8575
MB
13331 * woman.el (woman-italic, woman-bold, woman-unknown)
13332 (woman-addition, woman-symbol-face):
13333 Remove "-face" suffix from face names.
13334 (woman-italic-face, woman-bold-face, woman-unknown-face)
13335 (woman-addition-face):
13336 New backward-compatibility aliases for renamed faces.
13337 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
13338 (woman-decode-region, woman-replace-match)
13339 (woman-display-extended-fonts, woman-special-characters)
13340 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
13341 Use renamed woman faces.
13342
041a6e47
MB
13343 * longlines.el (longlines-visible-face): Face removed.
13344
221711eb
MB
13345 * diff-mode.el (diff-header, diff-file-header, diff-index)
13346 (diff-hunk-header, diff-removed, diff-added, diff-changed)
041a6e47 13347 (diff-function, diff-context, diff-nonexistent): Remove "-face"
221711eb
MB
13348 suffix from face names.
13349 (diff-header-face, diff-file-header-face, diff-index-face)
13350 (diff-hunk-header-face, diff-removed-face, diff-added-face)
13351 (diff-changed-face, diff-function-face, diff-context-face)
041a6e47 13352 (diff-nonexistent-face): New backward-compatibility aliases for
221711eb
MB
13353 renamed faces.
13354 (diff-header-face, diff-file-header-face)
13355 (diff-index, diff-index-face, diff-hunk-header)
13356 (diff-hunk-header-face, diff-removed, diff-removed-face)
13357 (diff-added, diff-added-face, diff-changed-face, diff-function)
13358 (diff-function-face, diff-context-face, diff-nonexistent)
13359 (diff-nonexistent-face): Use renamed diff-mode faces.
13360
541a6d0d
MB
13361 * progmodes/compile.el (compilation-warning-face)
13362 (compilation-info-face): Remove "-face" suffix from face names.
83acf231 13363 (compilation-warning-face, compilation-info-face):
541a6d0d
MB
13364 New backward-compatibility aliases for renamed faces.
13365 (compilation-warning-face, compilation-info-face):
13366 Use renamed compilation faces.
13367
fe735a8d
MB
13368 * add-log.el (change-log-date, change-log-name)
13369 (change-log-email, change-log-file, change-log-list)
13370 (change-log-conditionals, change-log-function)
13371 (change-log-acknowledgement): Remove "-face" suffix from face names.
13372 (change-log-date-face, change-log-name-face)
13373 (change-log-email-face, change-log-file-face)
13374 (change-log-list-face, change-log-conditionals-face)
83acf231 13375 (change-log-function-face, change-log-acknowledgement-face):
fe735a8d
MB
13376 New backward-compatibility aliases for renamed faces.
13377 (change-log-font-lock-keywords): Use renamed change-log faces.
13378
d478e69d
MB
13379 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
13380 (custom-set, custom-changed, custom-saved, custom-button)
13381 (custom-button-pressed, custom-documentation, custom-state)
13382 (custom-comment, custom-comment-tag, custom-variable-tag)
13383 (custom-variable-button, custom-face-tag, custom-group-tag-1)
13384 (custom-group-tag): Remove "-face" suffix from face names.
13385 (custom-magic-alist, custom-magic-value-create)
13386 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
13387 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13388 (custom-set-face, custom-changed-face, custom-saved-face)
13389 (custom-button-face, custom-button-pressed-face)
13390 (custom-documentation-face, custom-state-face)
13391 (custom-comment-face, custom-comment-tag-face)
13392 (custom-variable-tag-face, custom-variable-button-face)
13393 (custom-face-tag-face, custom-group-tag-face-1)
83acf231 13394 (custom-group-tag-face):
d478e69d
MB
13395 New backward-compatibility aliases for renamed faces.
13396
0efefc52
MB
13397 * wid-edit.el (widget-documentation, widget-button)
13398 (widget-field, widget-single-line-field, widget-inactive)
13399 (widget-button-pressed): "-face" suffix removed from face names.
13400 (widget-documentation-face, widget-button-face)
13401 (widget-field-face, widget-single-line-field-face)
13402 (widget-inactive-face, widget-button-pressed-face):
13403 New backward-compatibility aliases for renamed faces.
13404 (widget-documentation-face, widget-button-face)
13405 (widget-button-pressed-face, widget-specify-field)
13406 (widget-specify-inactive): Use renamed widget faces.
13407
d8338794
KH
134082005-06-10 Kenichi Handa <handa@m17n.org>
13409
13410 * term/x-win.el (x-clipboard-yank): Remove condition-case
13411 wrapping.
13412
134132005-06-11 Kenichi Handa <handa@m17n.org>
13414
13415 * add-log.el (change-log-font-lock-keywords): Make the regexp for
13416 date lines stricter.
13417
63e88db3
KH
134182005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
13419
13420 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
13421 of x-get-selection.
13422
63baed99
JB
134232005-06-10 Juanma Barranquero <lekktu@gmail.com>
13424
13425 * comint.el (comint-mode, comint-snapshot-last-prompt):
13426 * frame.el (frame-current-scroll-bars):
13427 * term.el (term-mode, term-check-proc, term-input-sender)
13428 (term-simple-send, term-extract-string, term-word)
13429 (term-match-partial-filename):
13430 * window.el (window-current-scroll-bars):
13431 * emulation/cua-base.el (cua-normal-cursor-color)
13432 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
13433 (cua-global-mark-cursor-color):
13434 * mail/undigest.el (rmail-forward-separator-regex):
13435 Fix typos in docstrings.
13436
13437 * comint.el (comint-check-proc, make-comint-in-buffer)
13438 (comint-source-default): Doc fixes.
13439
8511877a 13440 * term.el (term-send-string): Improve argument/docstring consistency.
63baed99 13441
3c28ffec
LT
134422005-06-09 Luc Teirlinck <teirllm@auburn.edu>
13443
13444 * comint.el (comint-send-input): Bind `inhibit-read-only' around
13445 call to `delete-region'.
13446 (comint-mode-hook): Do not enable Font Lock by default.
13447
420adcc6
LK
134482005-06-09 Lute Kamstra <lute@gnu.org>
13449
13450 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
13451 could be void.
13452
6c06bd88
SM
134532005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13454
13455 * emacs-lisp/debug.el (debugger-will-be-back): New var.
13456 (debug): Use it.
13457 (debugger-step-through, debugger-continue, debugger-jump)
13458 (debugger-return-value): Set it when needed.
13459 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
13460 Use inhibit-read-only.
13461
f271d3c7
JB
134622005-06-09 Juanma Barranquero <lekktu@gmail.com>
13463
fd8529d0
JB
13464 * window.el (shrink-window-if-larger-than-buffer)
13465 (window-size-fixed): Fix typo in docstring.
9fa87e0d 13466
f271d3c7
JB
13467 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
13468 thumbnails directory on loading.
13469 (thumbs-conversion-program): Use `eq' to check the system type,
13470 not `equal'.
13471 (thumbs-temp-dir): Initialize to `temporary-file-directory',
13472 not "/tmp". Fix docstring.
13473 (thumbs-thumbsdir): New function to return the thumbnails
13474 directory, creating it if needed.
13475 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
13476 (thumbs-temp-file): Delete variable and make it into a function.
13477 (thumbs-resize-image, thumbs-modify-image): Use it.
13478 (thumbs-kill-buffer): Simplify.
13479 (thumbs-gensym): Defalias or duplicate CL `gensym'.
13480 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
13481 docstrings.
13482
b7aae902
KS
134832005-06-09 Kim F. Storm <storm@cua.dk>
13484
13485 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
13486 set-match-data to free markers in match-data.
13487
13488 * replace.el (replace-match-data): Pass RESEAT arg `t' to
13489 match-data to unchain markers in match-data.
13490
72f23b85
SM
134912005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
13494 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
13495 unnecessary now.
13496
99598737
RS
134972005-06-08 Richard M. Stallman <rms@gnu.org>
13498
13499 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
13500 give the variable a doc string that doesn't say don't set it directly.
13501
13502 * textmodes/ispell.el (ispell-check-version):
13503 Use match-string-no-properties.
af71d4c0 13504 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
99598737
RS
13505 (ispell-buffer-local-words): Likewise.
13506
13507 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
13508 except on terminals with enough colors to really display it.
13509 (makefile-dependency-regex): Delete spurious `bb'.
13510
13511 * faces.el (escape-glyph): Use blue once again in last case.
72f23b85 13512 (no-break-space): Redefine so that it isn't invisible on a tty.
99598737 13513
4a29de23
KS
135142005-06-08 Kim F. Storm <storm@cua.dk>
13515
13516 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
13517 also when reading directory name.
13518
b978659c
LK
135192005-06-08 Lute Kamstra <lute@gnu.org>
13520
13521 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
f8820a55
LK
13522 (flyspell-mode-line-string): Remove autoload cookie.
13523 (flyspell-mode): Remove defvar.
b978659c 13524
6d64c191
LK
135252005-06-07 Lute Kamstra <lute@gnu.org>
13526
13527 * textmodes/org.el (org-run-mode-hooks): New function.
13528 (org-agenda-mode): Use it.
13529
590bc48b
JB
135302005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
13531
99598737 13532 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
590bc48b 13533
3d031334
SM
135342005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13535
13536 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
13537
a54aae9e
LT
135382005-06-06 Luc Teirlinck <teirllm@auburn.edu>
13539
13540 * font-lock.el (font-lock-add-keywords): Doc fix.
13541
ed975fa6
SM
135422005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13543
29a47b89
SM
13544 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
13545 (tex-compile-default): In the absence of any history, use the order in
13546 tex-compile-alist to choose the preferred command.
13547 (tex-compile-commands): Reorder a bit.
13548
7ad04640
SM
13549 * textmodes/flyspell.el (flyspell-auto-correct-binding)
13550 (flyspell-incorrect-face, flyspell-duplicate-face):
13551 Use (X)Emacs-agnostic code.
13552 (flyspell-mode-map): Don't overwrite at each load. Remove code
13553 redundant with the subsequent add-minor-mode. Merge Emacs and
13554 XEmacs code.
13555 (flyspell-word): Minor simplification.
13556 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8511877a
SM
13557 (flyspell-external-point-words): Remove unused vars `size' and `start'.
13558 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
13559 Merge the corresponding Emacs code.
13560 (flyspell-correct-word, flyspell-xemacs-popup):
13561 Use flyspell-do-correct.
7ad04640 13562
532c188a
SM
13563 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
13564 a dedicated window.
13565
ed975fa6
SM
13566 * international/latexenc.el (latexenc-find-file-coding-system):
13567 Undo part of last patch, to turn off a compiler warning.
13568
e43cbeae
JL
135692005-06-06 Juri Linkov <juri@jurta.org>
13570
13571 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
13572 Rename `tmm-inactive-face' to `tmm-inactive'.
13573
4bad17c2
KS
135742005-06-06 Matt Hodges <MPHodges@member.fsf.org>
13575
13576 * iswitchb.el: Rename faces.
13577
c7b96d76
KS
135782005-06-06 Kim F. Storm <storm@cua.dk>
13579
13580 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
13581 (cua-global-mark): Remove -face suffix from face names.
13582
ed975fa6
SM
13583 * emulation/cua-gmrk.el (cua--init-global-mark):
13584 Remove cua-global-mark face setup.
c7b96d76 13585
ce6e10af
RS
135862005-06-06 Richard M. Stallman <rms@gnu.org>
13587
13588 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
13589 just like other allowed characters.
13590 (makefile-match-dependency): Exclude leading and training whitespace
13591 from the range of regexp subexp 1.
13592 (makefile-macroassign-regex): Don't try to match the body,
13593 just the name of the macro being defined.
13594
13595 * info.el (Info-read-node-name-2): New function.
13596 (Info-read-node-name-1): Use that.
13597 Add a completion-base-size-function property.
13598
13599 * simple.el (completion-setup-function): Look for
8511877a 13600 completion-base-size-function property of minibuffer-completion-table.
ce6e10af
RS
13601
13602 * files.el (locate-file-completion): Doc fix.
13603
13604 * printing.el: Don't call pr-update-menus; user must do that.
13605
13606 * emacs-lisp/debug.el (debugger-window): New variable.
13607 (debug): Use debugger-window if it is set and still alive.
13608 Record debugger-window for next entry.
c7b96d76 13609
ce6e10af
RS
13610 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
13611
c7b96d76 136122005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
ce6e10af
RS
13613
13614 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
13615 (hack-one-local-variable, hack-local-variables)
13616 (hack-local-variables-prop-line): Pass that arg.
13617
9c7f6bb3
KS
136182005-06-06 Kim F. Storm <storm@cua.dk>
13619
13620 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13621 (ido-indicator): Remove -face suffix from face names.
13622
c476bcb0
JL
136232005-06-06 Juri Linkov <juri@jurta.org>
13624
13625 * font-lock.el (font-lock-regexp-backslash)
13626 (font-lock-regexp-backslash-construct): New faces.
13627 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
13628 after `('. Add `while-no-input' to control structures.
13629
13630 * faces.el (no-break-space, shadow): New faces.
13631 (escape-glyph): Use less loud colors pink2 and red4.
13632
13633 * diff-mode.el (diff-context-face)
13634 * dired.el (dired-ignored)
13635 * rfn-eshadow.el (file-name-shadow)
13636 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
13637
13638 * info.el (Info-title-1-face): Use green instead of yellow because
13639 bold yellow is not readable on light backgrounds.
13640
13641 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
13642 before selecting the desired mode to not spend time fontifying
13643 old contents.
13644
f7f17975
JB
136452005-06-06 Juanma Barranquero <lekktu@gmail.com>
13646
b3c70578
JB
13647 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
13648 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
13649
01f438b9
JB
13650 * ps-print.el (ps-default-fg, ps-default-bg):
13651 Fix typos in docstrings.
13652
f7f17975
JB
13653 * isearchb.el (isearchb): Don't pass a spurious second argument to
13654 `iswitchb-completions'.
13655
c1205dad
NR
136562005-06-05 Nick Roberts <nickrob@snap.net.nz>
13657
13658 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
13659 to preserve point.
13660 (gdb-find-file-hook): Add doc string.
13661
13662 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
eb78dfb8 13663 C dereferenced pointer expression.
32759db5 13664 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
c1205dad
NR
13665
13666 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
13667
eb78dfb8
JB
13668 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
13669 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
13670 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
13671 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
13672 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
c1205dad
NR
13673 Make background transparent.
13674
bfe5418b
LT
136752005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13676
13677 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
13678 (font-lock-remove-keywords): Doc fix.
13679 (font-lock-mode-major-mode): Compiler defvar.
13680 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
13681
13682 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
13683 (font-lock-mode): Update `font-lock-mode-major-mode'.
13684 (font-lock-set-defaults): Compiler defvar.
13685 (font-lock-default-function): Take `font-lock-mode-major-mode'
13686 into account.
13687
13688 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
13689 keep track of which major mode it enabled the minor mode for.
13690 Use find-file-hook again. Update docstring.
13691
13692 * simple.el (eval-expression-print-level)
13693 (eval-expression-print-length, eval-expression-debug-on-error):
13694 Doc fixes.
13695
91018229
EZ
136962005-06-04 Matt Hodges <MPHodges@member.fsf.org>
13697
b6f0a397
EZ
13698 * iswitchb.el (iswitchb-single-match-face)
13699 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
13700 (iswitchb-invalid-regexp-face): New faces.
13701 (iswitchb-completions): Use them.
ed975fa6 13702 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
b6f0a397
EZ
13703 now marked as an obsolete alias.
13704 (iswitchb-read-buffer): Remove check for bound font variables.
13705 (iswitchb-invalid-regexp): New free variable.
13706 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
13707 set iswitchb-invalid-regexp.
13708 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
13709 invalid regexps.
13710 (iswitchb-completions): Add check for complete match when entering
13711 a regexp.
13712 (iswitchb-completions): Remove require-match argument.
bfe5418b 13713 (iswitchb-exhibit): Fix caller.
b6f0a397
EZ
13714 (iswitchb-common-match-inserted): New variable.
13715 (iswitchb-complete, iswitchb-completion-help): Use it.
91018229 13716
94d4bafb
EZ
137172005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
13718
13719 * url-http.el (url-http-chunked-encoding-after-change-function):
13720 Use `url-http-debug' instead of `message'.
13721
86b21ac3
EZ
137222005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
13723
13724 * url-http.el (url-http-parse-headers): Pass redirected URL as a
13725 callback argument.
13726
61e40b6d
KS
137272005-06-04 Kim F. Storm <storm@cua.dk>
13728
555228aa
KS
13729 * simple.el (line-move): Only call sit-for when moving backwards.
13730
61e40b6d
KS
13731 * ido.el (ido-make-merged-file-list-1): New defun split from
13732 ido-make-merged-file-list.
13733 (ido-make-merged-file-list): Bind throw-on-input around call to
13734 ido-make-merged-file-list-1. Return input-pending-p if
13735 interrupted by more input available.
13736 (ido-read-internal): Handle input-pending-p return value from
13737 ido-make-merged-file-list.
13738
10b234c0
SM
137392005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13740
fab31ec3
SM
13741 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
13742 compatibility code.
13743
10b234c0
SM
13744 * international/latexenc.el (latexenc-find-file-coding-system):
13745 Don't inherit the EOL part of the coding-system from the
13746 tex-main buffer. Fit within 80 columns.
13747
76668788
NR
137482005-06-03 Matt Hodges <MPHodges@member.fsf.org>
13749
13750 * tmm.el (tmm-inactive-face): New face.
13751 (tmm-remove-inactive-mouse-face): New function.
13752 (tmm-prompt, tmm-add-one-shortcut)
13753 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
13754 but not selectable.
13755
6312e5f7
JB
137562005-06-03 Juanma Barranquero <lekktu@gmail.com>
13757
13758 * faces.el (face-equal): Improve argument/docstring consistency.
13759
30edba6e
DP
137602005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
13761
13762 * progmodes/make-mode.el (makefile-targets-face)
13763 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
13764 (makefile-bsdmake-dependency-regex)
13765 (makefile-makepp-rule-action-regex)
13766 (makefile-bsdmake-rule-action-regex): New constants.
13767 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
13768
13769 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13770 Allow (...) within `...' for makepp messages.
13771
899a431b 137722005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30edba6e 13773
85268d70 13774 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30edba6e 13775
85268d70
JB
13776 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
13777 "." files are deleted from all file lists before comparison.
30edba6e 13778
85268d70
JB
13779 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13780 (viper-ESC-key): Made them customizable.
30edba6e 13781
10b234c0 13782 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
30edba6e 13783
bfadb7ec
LT
137842005-06-01 Luc Teirlinck <teirllm@auburn.edu>
13785
13786 * autorevert.el (auto-revert-buffers): Use save-match-data.
13787
6cb9fac3
SM
137882005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13789
13790 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
13791 menu items with a nil command binding.
13792
011131fd
JB
137932005-06-01 Juanma Barranquero <lekktu@gmail.com>
13794
358e4d6d
JB
13795 * emacs-lisp/cl-macs.el (defsetf):
13796 Improve argument/docstring consistency.
13797
011131fd
JB
13798 * faces.el (list-faces-display): Improve the formatting by
13799 computing the maximum length required for any face-name (reworked
13800 patch of 1999-01-11, accidentally deleted on 1999-07-21).
13801 (internal-find-face): Remove redundant info in docstring.
13802
7653a3dc
NR
138032005-06-01 Nick Roberts <nickrob@snap.net.nz>
13804
13805 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
13806 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
13807 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
13808 (gdb-assembler-custom): Improve regexps.
ed975fa6 13809 (def-gdb-auto-update-handler): Use window point to preserve point.
7653a3dc 13810
9ccee7d0
SM
138112005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13812
13813 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
13814
ad83e1f4
JB
138152005-05-31 Jay Belanger <belanger@truman.edu>
13816
13817 * calc/calc-embed.el (calc-embedded-word): Change argument passed
13818 to calc-embedded.
13819 (calc-embedded-make-info): Have plain prefix argument select
13820 entire line.
13821
2cd16d74
JB
138222005-05-31 Juanma Barranquero <lekktu@gmail.com>
13823
d0213ee1
JB
13824 * faces.el (list-faces-display): Signal error if passed a regexp
13825 that matches no face name.
13826
2cd16d74
JB
13827 * simple.el (filter-buffer-substring): Fix typo in docstring.
13828
f35aff82
RS
138292005-05-31 Richard M. Stallman <rms@gnu.org>
13830
9ccee7d0 13831 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
f35aff82
RS
13832 (vhdl-emacs-21): Doc fix.
13833 (vhdl-mode): Unconditionally set comment-padding.
13834 (vhdl-fixup-whitespace-region): Insert spaces only where
13835 there are none.
13836 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
13837
c7a4ce37
JW
138382005-05-30 John Wiegley <johnw@newartisans.com>
13839
881b07f9
JB
13840 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13841 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
13842 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
c7a4ce37
JW
13843 `directory-sep-char' to ?/, and all uses of `string-to-int' to
13844 `string-to-number'.
13845
e39f3cfe
JB
138462005-05-30 Jay Belanger <belanger@truman.edu>
13847
13848 * calc/calc.el (calc-bug-address): Fix docstring.
13849 (calc-window-hook, calc-trail-window-hook): New variables.
13850 (calc-trail-display): Restore use of calc-trail-window-hook.
13851 (calc): Restore use of calc-window-hook.
13852
6dfa731f
MY
138532005-05-31 Masatake YAMATO <jet@gyve.org>
13854
3c1ebc5a 13855 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6dfa731f 13856
3c1ebc5a 13857 * help-fns.el (help-C-file-name): Add autoload mark for
6dfa731f
MY
13858 `find-function-noselect'.
13859
3c1ebc5a
SM
138602005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
13863 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
13864
3f72dc73
GM
138652005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13866
13867 * calendar/diary-lib.el (mark-included-diary-files): Only kill
13868 included diary buffer if it was not already being visited.
13869 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
13870
119f6f17 13871 * calendar/icalendar.el (top-level): Do not require appt.
3f72dc73
GM
13872
13873 * mail/supercite.el (sc-select-attribution): Only use a list
13874 element from sc-attrib-selection-list if it returns a string.
13875 Reported by Davide G. M. Salvetti <salve@debian.org>.
13876
0df06447
JB
138772005-05-30 Juanma Barranquero <lekktu@gmail.com>
13878
588c0770 13879 * thumbs.el (thumbs-thumbname): The resulting thumbname now
0df06447
JB
13880 includes a hash value to improve its uniqueness, and has a ".jpg"
13881 extension. Also, it is now a valid filename on all systems.
13882 (thumbs-make-thumb): Use `let', not `let*'.
13883 (thumbs-show-thumbs-list): Check for JPEG availability.
13884
b8caac06
RS
138852005-05-30 Richard M. Stallman <rms@gnu.org>
13886
13887 * filesets.el (filesets-menu-ensure-use-cached):
13888 Prevent warning when emacs-version>= is undefined.
13889
13890 * printing.el (pr-interactive-n-up): Use string-to-number.
13891
13892 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
13893
13894 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13895 Warn only when name to be defined is quoted.
13896
4809e59f
NR
138972005-05-30 Nick Roberts <nickrob@snap.net.nz>
13898
13899 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
13900 Make regexp more robust.
0df06447 13901 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4809e59f
NR
13902 Force regeneration of disassembly.
13903
2a1669a2
JB
139042005-05-29 Jay Belanger <belanger@truman.edu>
13905
13906 * calc/calc.el (calc-user-invocation): Check if
13907 calc-invocation-macro is non-nil.
13908
5f43c63c
JL
139092005-05-29 Juri Linkov <juri@jurta.org>
13910
13911 * add-log.el (change-log-font-lock-keywords):
13912 Add `+' to e-mail regexp to accept mail address with keywords.
13913
13914 * man.el (Man-name-regexp): Add `:' to accept qualified names.
13915
7fa9f4eb
LT
139162005-05-29 Luc Teirlinck <teirllm@auburn.edu>
13917
13918 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
13919
13920 * ielm.el (inferior-emacs-lisp-mode): Ditto.
13921
cad2b414
RS
139222005-05-29 Richard M. Stallman <rms@gnu.org>
13923
13924 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13925 Undo the change that moves to end of the current word.
13926
8c6fb9d0
NR
139272005-05-29 Nick Roberts <nickrob@snap.net.nz>
13928
13929 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
13930 Throw error when count <= 0 to ensure input is a number.
13931 (gdb-read-memory-custom): Pick up address from buffer.
13932 (gdb-memory-mode): Allow user to increment and decrement
13933 memory address from header line.
13934
c16b1394
RS
139352005-05-29 Richard M. Stallman <rms@gnu.org>
13936
a8c453e6
RS
13937 * flyspell.el (flyspell-version): Function deleted.
13938 (flyspell-auto-correct-previous-hook): Doc fix.
7fa9f4eb 13939
c16b1394
RS
13940 * jit-lock.el (jit-lock-function, jit-lock-after-change):
13941 Do nothing if memory is full.
13942
13943 * font-lock.el (font-lock-fontify-syntactically-region):
13944 Pass t for GREEDY to looking-back.
13945
13946 * saveplace.el (save-place-alist-to-file): Write the file
13947 using write-region.
13948
13949 * subr.el (looking-back): New argument GREEDY.
13950
13951 * progmodes/compile.el (compilation-start): Set the mode
13952 before inserting the initial text.
13953
13954 * progmodes/which-func.el (which-func-update-1): Turn the mode
13955 off in case of error by setting which-func-mode.
7fa9f4eb 13956
52eb0373 139572005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
c16b1394 13958
cad2b414 13959 * flyspell.el (flyspell-auto-correct-previous-word):
7fa9f4eb 13960 Narrow down to what's on the screen, and recenter overlays
cad2b414 13961 at the end of the next word.
7fa9f4eb 13962
52eb0373 139632005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7fa9f4eb 13964
a8c453e6 13965 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
0df06447 13966 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
a8c453e6
RS
13967 (flyspell-abbrev-p): Default to nil.
13968 (flyspell-use-global-abbrev-table-p): Doc fix.
13969 (flyspell-large-region): Allow nil as value.
13970 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
13971
13972 (mail-mode-flyspell-verify): More robust handling
13973 of `mail-header-separator'. More efficient signature detection.
13974 Allow for regexp metacharacters in message-header-separator.
85be564d 13975 Adding `To' not to be checked in mail-mode-flyspell-verify.
a8c453e6
RS
13976
13977 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
13978 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
13979 Bind flyspell-auto-correct-binding.
13980 Bind C-. and C-, .
13981 (flyspell-mode-map): Likewise.
13982 (flyspell-mode): Doc fix.
13983 (flyspell-accept-buffer-local-defs): Preserve current buffer.
13984 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
13985 (flyspell-word-cache-result): New var, always local.
13986 (flyspell-check-pre-word-p): Doc fix.
13987 (flyspell-check-changed-word-p): Handle spc like newline.
13988 (flyspell-post-command-hook): Set flyspell-word-cache-result.
13989 (flyspell-word-search-backward, flyspell-word-search-forward):
13990 New functions.
13991 (flyspell-word): Return t if nothing to check.
13992 When parsing TeX code, check for after } or \.
13993 Use flyspell-word-search-backward to find previous word.
13994 Return nil if duplicated word.
13995 For word already checked, return same value as last time.
13996 Set flyspell-word-cache-result after checking.
13997 Don't clobber the return value.
13998 (flyspell-get-word): Major rewrite.
13999 (flyspell-external-point-words): New locals pword, pcount.
14000 Fix size used in progress message.
14001 Find the proper corresponding word in flyspell-large-region-buffer.
14002 (flyspell-region): Check for flyspell-large-region = nil.
14003 (flyspell-highlight-incorrect-region): Clean up overlays in region.
14004 (flyspell-auto-correct-word): Check that WORD is a cons.
14005 (flyspell-correct-word): Likewise.
a8c453e6 14006
adde7693
DP
140072005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
14008
14009 * progmodes/make-mode.el (makefile-rule-action-regex)
d85d15c8
DP
14010 (makefile-macroassign-regex, makefile-makepp-mode)
14011 (makefile-bsdmake-mode): Continuation lines may be empty.
adde7693
DP
14012 Reported by Joshua Varner.
14013 (makefile-makepp-font-lock-keywords): Add $(stem).
14014
b5352ff5
KB
140152005-05-28 Karl Berry <karl@gnu.org>
14016
0df06447 14017 * textmodes/tex-mode.el: Now that tex-send-command calls
b5352ff5
KB
14018 shell-quote-argument (2005-03-31 change), remove all calls to
14019 shell-quote-argument; they all end up invoking tex-send-command.
14020 The double quoting loses on filenames with non-safe characters,
14021 such as "@". Reported by Frederik Fouvry.
14022
3daabddd
NR
140232005-05-29 Nick Roberts <nickrob@snap.net.nz>
14024
14025 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
14026 about preserving point.
14027
1565a620
JB
140282005-05-27 Jay Belanger <belanger@truman.edu>
14029
14030 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
14031 Info-goto-node.
14032
05294d63
JB
14033 * calc/calc-embed.el (calc-embed-arg): New variable.
14034 (calc-do-embedded-activate, calc-embedded-activate-formula)
14035 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
14036 variable by new variable.
14037 (calc-embedded-make-info): Replace undeclared variable by new
14038 variable. When selecting region with positive prefix
14039 argument, use end of previous line instead of beginning of line.
14040
14041 * calc/calc-aent.el (calc-arg-values): Declare it.
14042
14043 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
14044 Declare them.
14045
14046 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
14047
14048 * calc/calc.el (calc-alg-map): Declare it.
14049
14050 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
14051
f8916156
NR
140522005-05-28 Nick Roberts <nickrob@snap.net.nz>
14053
14054 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
14055 (gdb-registers-buffer, toggle-gdb-all-registers):
14056 Toggle display of floating point registers.
14057 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
14058
0df06447 14059 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
f8916156
NR
14060 (toggle-gud-tooltip-dereference):
14061 Rename from gud-toggle-tooltip-dereference.
14062
83040cb0
SM
140632005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14064
14065 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
14066
63971eab
JB
140672005-05-27 Jay Belanger <belanger@truman.edu>
14068
14069 * calc/calc-prog.el (calc-kbd-report): Remove.
14070 (calc-kbd-query): Rewrite.
14071
d5e1a786
JB
140722005-05-27 Juanma Barranquero <lekktu@gmail.com>
14073
83040cb0 14074 * image.el (image-library-alist): Move to image.c.
d5e1a786
JB
14075 (image-type-available-p): Doc fix.
14076
6c5a38fa
LK
140772005-05-27 Lute Kamstra <lute@gnu.org>
14078
18a8c773 14079 * calc/calc.el (calc):
1f2503a5 14080 * outline.el (outline-1, outline-2, outline-3, outline-4)
18a8c773
LK
14081 (outline-5, outline-6, outline-7, outline-8):
14082 * textmodes/dns-mode.el (dns-mode):
14083 * textmodes/sgml-mode.el (sgml-namespace-face):
14084 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3ec0e903 14085 (tex-verbatim-face, tex-use-reftex):
83040cb0
SM
14086 * textmodes/texinfo.el (texinfo-heading-face):
14087 Specify customization group.
1f2503a5 14088
6c5a38fa
LK
14089 * longlines.el: Don't require easy-mmode.
14090 (longlines-visible-face): Specify customization group.
14091
7cf49add
KH
140922005-05-27 Kenichi Handa <handa@m17n.org>
14093
14094 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
14095 encoding table of windows-1251.
14096
83040cb0
SM
14097 * international/ucs-tables.el (ucs-set-table-for-input):
14098 If translation-table-for-input of a coding system is a symbol, get
7cf49add
KH
14099 its translation-table property.
14100
14101 * international/code-pages.el: Don't register a coding system into
14102 non-iso-charset-alist more than once.
14103 (cp-make-coding-system): Likewise.
1f2503a5 14104
9c041409
JW
141052005-05-26 John Wiegley <johnw@newartisans.com>
14106
6b6f91b3
JW
14107 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
14108 `eshell-resume-eval' is wrapped in a list, it indicates that the
14109 command was run asynchronously. In that case, unwrap the value
14110 before checking the delimiter value.
14111
9c041409 14112 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
83040cb0
SM
14113 character before a space at the end of a line is \, assume the space
14114 is part of the last argument rather than a final argument separator.
9c041409 14115
83040cb0
SM
14116 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
14117 is in use, and the target is `t' or `nil' (which are the most common
14118 values), don't assume that the symbol target is a buffer.
9c041409 14119
ddfbe5db
LT
141202005-05-26 Luc Teirlinck <teirllm@auburn.edu>
14121
14122 * calendar/calendar.el (calendar-mode-line-format):
14123 Use mode-line-highlight as mouse-face.
14124
14125 * time.el (display-time-string-forms, display-time-update):
14126 Use mode-line-highlight as mouse-face.
14127
04e9c13c
JB
141282005-05-26 Jay Belanger <belanger@truman.edu>
14129
14130 * calc/calc.el (calc-language-alist): Remove extra defvar.
14131
6441d280
LK
141322005-05-26 Lute Kamstra <lute@gnu.org>
14133
14134 * arc-mode.el (archive-mode):
14135 * bookmark.el (bookmark-read-annotation-mode)
14136 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
14137 * bs.el (bs-mode):
14138 * calc/calc-yank.el (calc-edit-mode):
14139 * calc/calc.el (calc-mode, calc-trail-mode):
14140 * calculator.el (calculator-mode):
14141 * chistory.el (command-history-mode):
14142 * comint.el:
14143 * cus-edit.el (custom-mode):
14144 * descr-text.el (describe-text-mode):
14145 * ebuff-menu.el (Electric-buffer-menu-mode):
14146 * ediff-util.el (ediff-mode):
4b66bdf0
LK
14147 * emacs-lisp/re-builder.el (reb-mode):
14148 * emulation/vi.el (vi-mode-setup):
14149 * emulation/ws-mode.el (wordstar-mode):
14150 * eshell/esh-mode.el (eshell-mode):
6441d280
LK
14151 * forms.el (forms-mode):
14152 * help-mode.el (help-mode):
14153 * hexl.el (hexl-mode):
14154 * ibuffer.el (ibuffer-mode):
14155 * ielm.el (inferior-emacs-lisp-mode):
14156 * info.el (Info-mode, Info-edit-mode):
4b66bdf0 14157 * international/swedish.el:
6441d280
LK
14158 * ledit.el (ledit-from-lisp-mode):
14159 * locate.el (locate-mode):
4b66bdf0
LK
14160 * mail/rmail.el (rmail-mode):
14161 * mail/rmailedit.el (rmail-edit-mode):
14162 * mail/rmailsum.el (rmail-summary-mode):
14163 * mail/supercite.el (sc-electric-mode):
14164 * net/eudc.el (eudc-mode):
14165 * net/quickurl.el (quickurl-list-mode):
14166 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
14167 * obsolete/ooutline.el (outline-mode):
14168 * obsolete/options.el (Edit-options-mode):
14169 * obsolete/rnews.el (news-mode):
14170 * obsolete/rnewspost.el (news-reply-mode):
14171 * play/5x5.el (5x5-mode):
14172 * play/decipher.el (decipher-mode, decipher-stats-mode):
14173 * play/gomoku.el (gomoku-mode):
14174 * play/snake.el (snake-mode):
14175 * play/solitaire.el (solitaire-mode):
14176 * play/tetris.el (tetris-mode):
681c6a37
LK
14177 * progmodes/ada-mode.el (ada-mode):
14178 * progmodes/antlr-mode.el (antlr-mode):
14179 * progmodes/autoconf.el (autoconf-mode):
14180 * progmodes/dcl-mode.el (dcl-mode):
14181 * progmodes/delphi.el (delphi-mode):
9a969196
LK
14182 * progmodes/ebrowse.el (ebrowse-tree-mode)
14183 (ebrowse-electric-list-mode, ebrowse-member-mode)
681c6a37
LK
14184 (ebrowse-electric-position-mode):
14185 * progmodes/f90.el (f90-mode):
14186 * progmodes/fortran.el (fortran-mode):
14187 * progmodes/icon.el (icon-mode):
14188 * progmodes/idlw-help.el (idlwave-help-mode):
14189 * progmodes/idlw-shell.el (idlwave-shell-mode):
14190 * progmodes/idlwave.el (idlwave-mode):
14191 * progmodes/inf-lisp.el (inferior-lisp-mode):
14192 * progmodes/m4-mode.el (m4-mode):
14193 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
14194 * progmodes/modula2.el (modula-2-mode):
14195 * progmodes/octave-inf.el (inferior-octave-mode):
14196 * progmodes/octave-mod.el (octave-mode):
14197 * progmodes/pascal.el (pascal-mode):
14198 * progmodes/sh-script.el (sh-mode):
14199 * progmodes/sql.el (sql-mode, sql-interactive-mode):
14200 * progmodes/vhdl-mode.el (vhdl-mode):
14201 * progmodes/xscheme.el (scheme-interaction-mode):
6441d280
LK
14202 * replace.el (occur-mode):
14203 * ses.el (ses-mode):
14204 * simple.el (completion-list-mode):
14205 * skeleton.el:
14206 * speedbar.el (speedbar-mode):
48985adc 14207 * term.el (term-mode):
6441d280 14208 * terminal.el (terminal-edit-mode):
681c6a37
LK
14209 * textmodes/reftex-index.el (reftex-index-mode)
14210 (reftex-index-phrases-mode):
14211 * textmodes/reftex-sel.el (reftex-select-label-mode)
14212 (reftex-select-bib-mode):
14213 * textmodes/reftex-toc.el (reftex-toc-mode):
6441d280 14214 * wdired.el (wdired-change-to-wdired-mode):
48985adc
KS
14215 * wid-browse.el (widget-browse-mode):
14216 Use run-mode-hooks.
6441d280
LK
14217
14218 * array.el (array-mode):
4b66bdf0
LK
14219 * calendar/todo-mode.el (todo-mode):
14220 * man.el (Man-mode):
14221 * play/landmark.el (lm-mode):
48985adc
KS
14222 * play/mpuz.el (mpuz-mode):
14223 Use kill-all-local-variables and run-mode-hooks.
6441d280
LK
14224
14225 * subr.el (delay-mode-hooks): Specify indentation.
14226
4b66bdf0
LK
142272005-05-26 Mark A. Hershberger <mah@everybody.org>
14228
ca19f3f1
AS
14229 * xml.el (xml-substitute-special): Don't die for undefined xml
14230 entities.
4b66bdf0 14231
3e00c50e
JB
142322005-05-26 Jay Belanger <belanger@truman.edu>
14233
14234 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
14235 of nil.
14236
8da4dd76
NR
142372005-05-27 Nick Roberts <nickrob@snap.net.nz>
14238
14239 * progmodes/gdb-ui.el (gdb-frame-address):
14240 Rename from gdb-current-address.
14241 (gdb-previous-frame-address): Rename from gdb-previous-address.
14242 (gdb-selected-frame): Rename from gdb-current-frame.
14243 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
14244 (gdb-frame-number): Rename from gdb-current-stack-level.
14245 (gdb-ann3): Match new mode-name for disassembly buffer.
588c0770 14246 Extend initialization of variables.
8da4dd76
NR
14247 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
14248 (gdb-memory-mode): Use mouse-face in header line.
14249 (gdb-assembler-buffer-name): Call it disassembly and give frame
14250 in mode line.
14251 (gdb-source-spec-regexp, gdb-assembler-custom)
14252 (gdb-invalidate-assembler, gdb-frame-handler):
14253 Make robust to leading zeroes in address format.
14254
8ba93b1c
CD
142552005-05-26 Carsten Dominik <dominik@science.uva.nl>
14256
d5e1a786 14257 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8ba93b1c
CD
14258 define `org-mode'.
14259 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
14260
83040cb0 142612005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
04c71a26
NR
14262
14263 * log-edit.el (log-edit-changelog-entries): Distinguish between
14264 filenames like xfns.c and fns.c.
04c71a26 14265
dd53d2c8
LT
142662005-05-25 Luc Teirlinck <teirllm@auburn.edu>
14267
14268 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
14269 point after reverting.
14270 (Buffer-menu-make-sort-button): Handle the case where
14271 `Buffer-menu-use-header-line' is nil.
14272
214dd398
TTN
142732005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
14274
14275 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
14276 New funcs. In minibuffer-local-completion-map bind `]', `/'
14277 and `:' to them.
14278
b6666b5f
SM
142792005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14280
14281 * startup.el (normal-top-level): Allow modification of load-path while
14282 we're iterating over it.
14283
f75049fc
JB
142842005-05-25 Juanma Barranquero <lekktu@gmail.com>
14285
14286 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
14287 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
14288 (thumbs-resize-interactive, thumbs-insert-image)
14289 (thumbs-insert-thumb, thumbs-dired-show-marked)
14290 (thumbs-find-image-at-point, thumbs-delete-images)
14291 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
14292 (thumbs-increment-image-size, thumbs-decrement-image-size):
14293 Fix typos in docstrings.
14294
ccc90048
AS
142952005-05-24 Andre Spiegel <spiegel@gnu.org>
14296
83040cb0 14297 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
ccc90048
AS
14298 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
14299 (cperl-mode): Use them.
14300
18fde850
JB
143012005-05-24 Juanma Barranquero <lekktu@gmail.com>
14302
14303 * window.el (quit-window, shrink-window-if-larger-than-buffer):
14304 Doc fixes.
14305
86041bae
NR
143062005-05-24 Nick Roberts <nickrob@snap.net.nz>
14307
b6666b5f 14308 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
04c71a26 14309 Bind C-d to gdb-inferior-io-eof.
86041bae
NR
14310
14311 * dired.el (dired-dnd-popup-notice): Use message-box.
14312
359e4563
MY
143132005-05-23 Masatake YAMATO <jet@gyve.org>
14314
b6666b5f
SM
14315 * bindings.el (mode-line-major-mode-keymap):
14316 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
359e4563
MY
14317
14318 * faces.el (mode-line-highlight): New face.
14319
14320 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
14321 as mouse-face.
14322
14323 * bindings.el (top-level, help-echo, mode-line-modified)
14324 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
14325 as mouse-face.
14326
28fdc86a
JB
143272005-05-23 Juanma Barranquero <lekktu@gmail.com>
14328
a4632380
JB
14329 * progmodes/cc-engine.el (c-guess-basic-syntax):
14330 Remove spurious call to `zerop'.
14331
28fdc86a
JB
14332 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
14333
7c09345f
MS
143342005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
14335
14336 CC Mode update to 5.30.10:
14337
83040cb0 14338 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7c09345f
MS
14339 could go past the limit in decoration level 2, thereby causing
14340 errors during interactive fontification.
14341
83040cb0 14342 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7c09345f
MS
14343 the file is evaluated interactively.
14344
14345 * cc-engine.el (c-guess-basic-syntax): Handle operator
14346 declarations somewhat better in C++.
14347
14348 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
14349 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28fdc86a
JB
14350 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14351 (awk-mode): Use it.
7c09345f
MS
14352 (make-local-hook): Suppress warning about obsoleteness.
14353
14354 * cc-engine.el, cc-align.el, cc-cmds.el
28fdc86a
JB
14355 (c-append-backslashes-forward, c-delete-backslashes-forward)
14356 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7c09345f
MS
14357 Compensate for return value from `forward-line' when it has moved
14358 but not to a different line due to eob.
14359
83040cb0 14360 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7c09345f
MS
14361 `objc-method-intro' and `objc-method-args-cont'.
14362
143632005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
14364
14365 CC Mode update to 5.30.10:
14366
14367 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
14368 in the copyright statement. Incidentally, change "along with GNU
14369 Emacs" to "along with this program" where it occurs.
14370
14371 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
14372 so that it is interactive, hence can be found by M-x awk-mode
14373 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
14374 <gmorris+emacs@ast.cam.ac.uk>.
14375
14376 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
14377 Mode's regexps.
14378
28fdc86a 143792005-05-23 Kevin Ryde <user42@zip.com.au>
7c09345f
MS
14380
14381 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
14382 c-parse-state, to avoid a lisp error (on bad code).
14383
f1e9abb9
LK
143842005-05-23 Lute Kamstra <lute@gnu.org>
14385
14386 * subr.el (font-lock-defaults): Remove defvar as it's already
14387 defined in font-core.el.
14388
83040cb0 14389 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
f1e9abb9 14390
28fdc86a
JB
143912005-05-23 Nick Roberts <nickrob@snap.net.nz>
14392
14393 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
14394 more general and work when GDB variable "print pretty" is on,
14395 as with Emacs, for example.
14396
21178fee
LT
143972005-05-22 Luc Teirlinck <teirllm@auburn.edu>
14398
14399 * font-core.el: Update comment.
14400
83040cb0
SM
14401 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14402 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21178fee
LT
14403
14404 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
14405
a0e8eaa3
EZ
144062005-05-22 Eli Zaretskii <eliz@gnu.org>
14407
14408 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
14409 and `yank-handler' in the doc strings.
14410
6cd0254f
SM
144112005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14412
14413 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
14414
724e07b9
RS
144152005-05-22 Richard M. Stallman <rms@gnu.org>
14416
1b12fa9d
RS
14417 * help.el (describe-key): Move print-help-return-message call
14418 out of conditional.
14419
724e07b9
RS
14420 * progmodes/etags.el (list-tags): Use with-no-warnings.
14421
14422 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
14423 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
14424 (starttls-extra-args, starttls-extra-arguments): Add defvars.
14425
14426 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
14427
14428 * language/viet-util.el (viet-viscii-nonascii-translation-table):
14429 Add defvar.
14430
14431 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
14432 Use defvar, not defconst.
14433
14434 * hexl.el (hexl-follow-line): Use with-no-warnings.
14435
14436 * emulation/tpu-extras.el: Use write-file-functions instead of
14437 write-file-hooks.
14438
14439 * dired.el (dired-font-lock-keywords): Fontify files with junk
14440 extensions even if marked by -F.
14441
2641cc63
JB
144422005-05-22 Juanma Barranquero <lekktu@gmail.com>
14443
3187ba1c
JB
14444 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
14445 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
14446 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
14447 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
14448 (concatenate, list-length, get*, getf, cl-remprop):
14449 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
14450 (etypecase, progv, lexical-let, lexical-let*)
14451 (multiple-value-bind, multiple-value-setq, shiftf):
14452 Improve argument/docstring consistency.
14453
aa230d94 14454 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
2641cc63 14455
a41c216f
AS
144562005-05-22 Andre Spiegel <spiegel@gnu.org>
14457
14458 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
14459 doesn't exist.
14460
83040cb0
SM
14461 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
14462 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3187ba1c 14463
fdd55b6a
NR
144642005-05-22 Nick Roberts <nickrob@snap.net.nz>
14465
14466 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
14467 already deleted variables: auto-fill-hook, blink-paren-hook,
52eb0373 14468 lisp-indent-hook, inhibit-local-variables, unread-command-event,
fdd55b6a
NR
14469 suspend-hooks, comment-indent-hook, meta-flag,
14470 before-change-function, after-change-function,
14471 font-lock-doc-string-face.
14472
71f800cf
LT
144732005-05-21 Luc Teirlinck <teirllm@auburn.edu>
14474
14475 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14476
bb4afd09
EZ
144772005-05-21 Eli Zaretskii <eliz@gnu.org>
14478
14479 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
14480 rmail-dont-reply-to.
14481
a2c9aee6
EZ
144822005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14483
14484 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
14485 literal blank when splitting new-header-values.
14486
6e50f7e0
EZ
144872005-05-21 Matt Hodges <MPHodges@member.fsf.org>
14488
14489 * calendar/cal-menu.el (cal-menu-update): Add separator as a
14490 string so that tmm doesn't create a completion entry for it.
14491
14492 * textmodes/table.el (table-disable-menu): Ditto.
14493
a527b753
RS
144942005-05-21 Richard M. Stallman <rms@gnu.org>
14495
14496 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
14497
14498 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
14499
14500 * net/rcompile.el (remote-compile): Use compilation-start.
14501
14502 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
14503
774cd454
DP
145042005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
14505
14506 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
14507 Default to makefile-bsdmake-mode on BSD systems.
14508
14509 * imenu.el (imenu-generic-expression, imenu--generic-function'):
14510 REGEXP may also be a search function now. The part of doc-string
14511 for describing the structure was 95% identical to that of
14512 `imenu--generic-function'. Unify it there.
14513
6cd0254f
SM
14514 * progmodes/make-mode.el (makefile-imenu-generic-expression):
14515 Use function to find dependencies, because regexp alone is so complex,
774cd454
DP
14516 it easily goes into an endless loop.
14517 (makefile-makepp-mode): Also add submenu for Perl functions
14518 defined in the makefile.
14519 (makefile-bsdmake-mode): Special imenu-generic-expression no
14520 longer needed, due to function call.
14521 (makefile-match-dependency): Take BOUND into account when checking
14522 if we're through.
14523
ed8060d9
JB
145242005-05-20 Jay Belanger <belanger@truman.edu>
14525
14526 * calc/calc-units.el (calc-invalidate-units-table):
14527 Use inhibit-read-only.
14528 (math-build-units-table-buffer): Use view-mode.
14529
8292be61
DK
145302005-05-20 David Kastrup <dak@gnu.org>
14531
14532 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
14533 easy-menu-add is not a nop on Emacs; and clarify when to call it.
14534
0a418fa1
JB
145352005-05-20 Lute Kamstra <lute@gnu.org>
14536
14537 * diff-mode.el (diff-header-face, diff-file-header-face)
14538 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14539 (diff-added-face, diff-changed-face, diff-function-face)
14540 (diff-context-face, diff-nonexistent-face): Put them in the
14541 diff-mode customization group.
14542
145432005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14544
14545 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
14546
14547 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
14548
14549 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
14550 Minor regexp-optimization.
14551
24e9a727
CD
145522005-05-20 Carsten Dominik <dominik@science.uva.nl>
14553
14554 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
14555 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
14556 (org-agenda-add-time-grid-maybe): New function.
14557 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
14558 (org-table-create): `dotimes' instead of `mapcar'.
44a91a68 14559 (org-xor): Simplify implementation.
24e9a727
CD
14560 (org-agenda): `inhibit-redisplay' turned on.
14561 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
14562 a consistent line after a state change.
14563 (org-agenda-remove-times-when-in-prefix): New option.
14564 (org-prefix-has-time): New variable.
14565 (org-parse-time-string): Optional argument NODEFAULT.
14566 (org-format-agenda-item): Parse items for time-of-day
14567 specifications and move these into the prefix if possible.
14568 (org-agenda-priority): Get current heading, not previous heading
14569 during agenda remote editing.
14570
a18ff988
JB
145712005-05-20 Juanma Barranquero <lekktu@gmail.com>
14572
47bc4b3f
JB
14573 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
14574 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
14575 (remove-duplicates, delete-duplicates, substitute)
14576 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
14577 (nsubstitute-if-not, find, find-if, find-if-not, position)
14578 (position-if, position-if-not, count, count-if, count-if-not)
14579 (mismatch, search, sort*, stable-sort, merge, member*)
14580 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
14581 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
14582 (intersection, nintersection, set-difference, nset-difference)
14583 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
14584 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
14585 (nsublis, tree-equal): Improve argument/docstring consistency.
14586
aa230d94 14587 * subr.el (send-string, send-region): Remove obsolescence declaration.
a18ff988
JB
14588 (window-dot, set-window-dot, read-input, show-buffer)
14589 (eval-current-buffer, string-to-int):
14590 Add release number to obsolescence declarations.
14591
f4056bf7
KS
145922005-05-19 Kim F. Storm <storm@cua.dk>
14593
14594 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
14595 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
14596
35a0a8aa
NR
145972005-05-20 Matt Hodges <MPHodges@member.fsf.org>
14598
14599 * faces.el (list-faces-display): Make back button respect optional
14600 regexp arg.
14601
bfd187c8
JB
146022005-05-19 Juanma Barranquero <lekktu@gmail.com>
14603
14604 * calculator.el (calculator-radix-grouping-mode)
14605 (calculator-radix-grouping-digits, calculator-displayer)
14606 (calculator-radix-grouping-separator, calculator-copy-displayer):
14607 * dabbrev.el (dabbrev-search-these-buffers-only):
14608 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
14609 (diff-advance-after-apply-hunk, diff-mode-hook)
14610 (diff-minor-mode-prefix):
14611 * imenu.el (imenu-use-popup-menu):
14612 * jit-lock.el (jit-lock-context-time):
14613 * newcomment.el (comment-fill-column, comment-column)
14614 (comment-style, comment-padding, comment-multi-line)
14615 (comment-empty-lines, comment-auto-fill-only-comments):
14616 * reveal.el (reveal-around-mark):
14617 * uniquify.el (uniquify-buffer-name-style)
14618 (uniquify-after-kill-buffer-p)
14619 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
14620 (uniquify-min-dir-content, uniquify-separator)
14621 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
14622 * w32-vars.el (w32-fixed-font-alist):
14623 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
14624 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
14625 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
14626 * progmodes/perl-mode.el (perl-indent-level)
14627 (perl-continued-statement-offset, perl-continued-brace-offset)
14628 (perl-brace-offset, perl-brace-imaginary-offset)
14629 (perl-label-offset, perl-indent-continued-arguments)
14630 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
14631 * progmodes/tcl.el (tcl-indent-level)
14632 (tcl-continued-indent-level, tcl-auto-newline)
14633 (tcl-tab-always-indent, tcl-electric-hash-style)
14634 (tcl-help-directory-list, tcl-use-smart-word-finder)
14635 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
14636 (inferior-tcl-source-command):
14637 * textmodes/fill.el (enable-kinsoku):
14638 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
14639 * textmodes/table.el (table-yank-handler):
14640 Specify missing group (and type, if simple) in defcustom.
14641
620d3304
LT
146422005-05-19 Luc Teirlinck <teirllm@auburn.edu>
14643
14644 * progmodes/compile.el (compilation-finish-function): Fix defvar.
14645
e1c45277
RS
146462005-05-19 Richard M. Stallman <rms@gnu.org>
14647
14648 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
14649
14650 * subr.el (event-basic-type): Don't get an error.
14651 (left-fringe-p): Function deleted.
14652
14653 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
a527b753 14654 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
e1c45277
RS
14655
14656 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
14657 in recursive copy.
14658
14659 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
14660
14661 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
14662
ca19f3f1 14663 * emacs-lisp/bytecomp.el
aa230d94
SM
14664 (byte-compile-file-form-custom-declare-variable):
14665 Call byte-compile-nogroup-warn if appropriate.
e1c45277
RS
14666
14667 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
14668 (compilation-set-window): Don't call left-fringe-p; do it directly.
620d3304 14669
de327926
JB
146702005-05-19 Jay Belanger <belanger@truman.edu>
14671
14672 * calc/calc-graph.el (calc-graph-format-data): Make sure
14673 var-PlotRejects is bound before trying to check its value.
14674
73d5f668
CD
146752005-05-19 Carsten Dominik <dominik@science.uva.nl>
14676
b6666b5f 14677 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
73d5f668
CD
14678 definition of this variable from reftex-global.el to reftex.el,
14679 because it is needed in the menu.
14680
96474944
LK
146812005-05-19 Lute Kamstra <lute@gnu.org>
14682
14683 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
14684 years are fixed. Don't insert a space after a dash.
14685
8d9386a1
KS
146862005-05-19 Kim F. Storm <storm@cua.dk>
14687
14688 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
14689
dfa89b5d
DP
146902005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
14691
14692 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
14693 strings, because (eq ... ?\\) is fairly frequent.
14694
14695 * progmodes/make-mode.el (makefile-add-this-line-targets):
14696 Simplify and integrate into `makefile-pickup-targets'.
14697 (makefile-add-this-line-macro): Simplify and integrate into
14698 `makefile-pickup-macros.
14699 (makefile-pickup-filenames-as-targets): Simplify.
b6666b5f
SM
14700 (makefile-previous-dependency, makefile-match-dependency):
14701 Don't stumble over `::'.
dfa89b5d 14702
2fcd33fe
NR
147032005-05-19 Nick Roberts <nickrob@snap.net.nz>
14704
dfa89b5d 14705 * subr.el (post-command-idle-hook, post-command-idle-delay):
24d40bc2
NR
14706 Remove obsoletion of post-command-idle-hook and
14707 post-command-idle-delay.
14708
639ec765 14709 * faces.el (list-faces-display): Provide button when describe-face
85be564d 14710 is called to take user back to the list of faces.
639ec765
NR
14711
14712 * help-fns.el (describe-variable): Remove hyperlinks in a
14713 variable's value as these are quite frequently inappropriate.
14714
b6666b5f
SM
14715 * follow.el (follow-submit-feedback, follow-mode):
14716 Remove references to post-command-idle-hook.
2fcd33fe 14717
5c8b5442
DP
147182005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
14719
14720 * progmodes/make-mode.el (makefile-previous-dependency)
14721 (makefile-match-dependency): Check for := (and in bsd mode also
14722 !=) to give a better result, even when font-lock is not on.
14723
ec249c71
JB
147242005-05-18 Jay Belanger <belanger@truman.edu>
14725
44a91a68
JB
14726 * calc/calc-help.el (calc-s-prefix-help):
14727 Add `calc-copy-special-constant' to help string.
ec249c71 14728
2e5df9ac
LT
147292005-05-18 Luc Teirlinck <teirllm@auburn.edu>
14730
14731 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14732
73b990b1
JB
147332005-05-18 Jay Belanger <belanger@truman.edu>
14734
14735 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
14736 in linear factors are in proper order.
3a1e8128
CD
14737
147382005-05-18 Carsten Dominik <dominik@science.uva.nl>
14739
44a91a68
JB
14740 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14741 Support for jurabib.
3a1e8128
CD
14742
14743 * textmodes/reftex.el (featurep): Define aliases for overlay
14744 commands, for XEmacs compatibility, and use these aliases in
14745 overlay initializations.
14746 (reftex-highlight): Use `reftex-move-overlay'.
14747 (reftex-unhighlight): Use `reftex-delete-overlay'.
588c0770 14748 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3a1e8128
CD
14749 (reftex-access-search-path): Use `reftex-uniquify' instead of
14750 `reftex-uniq'
14751
ca19f3f1
AS
14752 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
14753 `before-string' property modification enables for Emacs as well.
3a1e8128
CD
14754 (reftex-select-item): Use `reftex-delete-overlay'.
14755 (reftex-select-mark): Use `reftex-make-overlay' and
14756 `reftex-overlay-put'.
14757 (reftex-select-unmark): Use `reftex-delete-overlay' and
14758 `reftex-overlay-put'.
14759
7bc10886
LK
147602005-05-18 Lute Kamstra <lute@gnu.org>
14761
14762 * emacs-lisp/lisp.el (check-parens): Fix docstring.
14763
d11ad5a7
JB
147642005-05-18 Juanma Barranquero <lekktu@gmail.com>
14765
1902b5b6
JB
14766 * add-log.el (add-change-log-entry):
14767 * array.el (array-make-template, array-reconfigure-rows)
14768 (array-init-max-row, array-init-max-column)
14769 (array-init-columns-per-line, array-init-field-width):
14770 * replace.el (replace-match-maybe-edit, perform-replace):
14771 * textmodes/spell.el (spell-region):
14772 Replace `read-input' by `read-string'.
14773
14774 * forms.el (forms-mode):
14775 * finder.el (finder-compile-keywords):
14776 * shadowfile.el (shadow-read-files):
14777 Replace `eval-current-buffer' by `eval-buffer'.
14778
14779 * terminal.el (te-pass-through):
14780 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
14781 (ange-ftp-raw-send-cmd):
14782 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
14783 (send-process-next-char, telnet-initial-filter, telnet):
14784 Replace `send-string' by `process-send-string'.
14785
14786 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
14787 (prolog-consult-region): Replace `send-string' by
44a91a68 14788 `process-send-string'; replace `send-region' by `process-send-region'.
1902b5b6
JB
14789
14790 * progmodes/delphi.el (delphi-log-msg):
14791 Replace `set-window-dot' by `set-window-point'.
14792
d11ad5a7
JB
14793 * subr.el (window-dot, set-window-dot, read-input, send-string)
14794 (send-region, show-buffer, eval-current-buffer):
14795 Make really obsolete, as the comment says.
14796
77e2c652
KS
147972005-05-17 Kim F. Storm <storm@cua.dk>
14798
14799 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
14800 (cua--init-keymaps): Bind C-return instead of S-return to set
14801 rectangle mark.
14802
14803 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
14804 instead of S-return to toggle/clear rectangle mark.
14805
0b11ce59
DP
148062005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
14807
14808 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8ade3c25
DP
14809 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
14810 Also fontify plain strings assigned to variables, mostly so that a
14811 colon has a face and is thus not taken as a dependency separator.
0b11ce59
DP
14812 (makefile-previous-dependency): Inline the new matcher, because it
14813 is too complex to work in both directions.
14814 (makefile-match-dependency): Eliminate `backward' arg (see above).
14815 Completely reimplemented so as to not sometimes go into an endless
14816 loop. It should also be more efficient, because first it only
14817 searches for `:', instead of applying the very complex regexp.
8ade3c25 14818 (makefile-mode): Cancel `font-lock-support-mode', because blocks
44a91a68
JB
14819 to be fontified in one piece can be too long for JIT.
14820 Makefiles are never *that* big.
0b11ce59 14821
6ae53dc1
RS
148222005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
14823
14824 * dired.el (dired-mode): Simplify.
14825
77777daf
LK
148262005-05-17 Lute Kamstra <lute@gnu.org>
14827
f8d0b769
LK
14828 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
14829 defcustom for the mode hook variable.
14830
77777daf
LK
14831 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
14832 Emacs Lisp Reference Manual.
14833
430c1c66
JB
148342005-05-17 Juanma Barranquero <lekktu@gmail.com>
14835
213233f0
JB
14836 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
14837 (evenp, list*):
14838 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
14839 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
14840
430c1c66
JB
14841 * net/tramp-smb.el (tramp-smb-open-connection):
14842 Pass `tramp-chunksize' as fifth (required) argument.
14843
71994ae7
DP
148442005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
14845
44a91a68
JB
14846 * font-lock.el (lisp-font-lock-keywords-1):
14847 Set `font-lock-negation-char-face' for [^...] char group.
71994ae7
DP
14848 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
14849
14850 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
14851 a var, and refine it to mask one more level of nested vars.
14852 (makefile-rule-action-regex): Turn it into a var, and refine it so
14853 it recognizes backslashed continuation lines as belonging to the
14854 same command.
14855 (makefile-macroassign-regex): Refine it so it recognizes
14856 backslashed continuation lines as belonging to the same command.
14857 (makefile-var-use-regex): Don't look at the next char, because it
14858 might be the same one to be skipped by the initial [^$], leading
14859 to an overlooked variable use.
14860 (makefile-make-font-lock-keywords): Remove two parameters, which
44a91a68
JB
14861 are now variables that some of the modes set locally.
14862 Handle dependency and rule action matching through functions, because
71994ae7 14863 regexps alone match too often. Dependency matching now comes
44a91a68 14864 last, so it can check, whether a colon already matched something else.
71994ae7
DP
14865 (makefile-mode): Inform that font-lock improves makefile parsing
14866 capabilities.
14867 (makefile-match-dependency, makefile-match-action): New functions.
14868
cc211a0f
JB
148692005-05-16 Juanma Barranquero <lekktu@gmail.com>
14870
1e866943
JB
14871 * emacs-lisp/cl-extra.el (equalp): Doc fix.
14872
027a4b6b
JB
14873 * align.el (align-regexp):
14874 * ansi-color.el (ansi-color-get-face):
14875 * array.el (array-reconfigure-rows, array-init-max-row)
14876 (array-init-max-column, array-init-columns-per-line)
14877 (array-init-field-width):
14878 * dired-aux.el (dired-trample-file-versions):
14879 * dired-x.el (dired-mark-sexp):
14880 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
14881 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
14882 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
14883 * faces.el (face-read-integer):
14884 * files.el (backup-extract-version, insert-directory):
14885 * hexl.el (hexl-insert-decimal-char):
14886 * server.el (server-process-filter):
14887 * shell.el (shell-extract-num):
14888 * startup.el (command-line-1):
14889 * term.el (term-command-hook):
14890 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
14891 (time-stamp-do-number):
14892 * time.el (display-time-update):
14893 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
14894 (timezone-fix-time):
14895 * vms-patch.el (vms-suspend-resume-hook):
14896 * calendar/appt.el (appt-convert-time):
14897 * calendar/cal-bahai.el (mark-bahai-diary-entries):
14898 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14899 * calendar/cal-islam.el (mark-islamic-diary-entries):
14900 * calendar/calendar.el (calendar-cursor-to-date)
14901 (calendar-star-date):
14902 * calendar/diary-lib.el (diary-attrtype-convert)
14903 (mark-diary-entries, diary-entry-time):
14904 * calendar/solar.el (solar-get-number):
14905 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
14906 * emacs-lisp/re-builder.el (reb-display-subexp):
14907 * emulation/edt.el (edt-set-scroll-margins):
14908 * emulation/tpu-extras.el (tpu-set-scroll-margins):
14909 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
14910 (vip-get-ex-count):
14911 * emulation/viper-ex.el (viper-get-ex-token)
14912 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
14913 * international/fontset.el (fontset-plain-name):
14914 * mail/feedmail.el (feedmail-look-at-queue-directory):
14915 * mail/mailalias.el (mail-get-names):
14916 * mail/rmail.el (rmail-convert-to-babyl-format):
14917 * mail/rmailsum.el (rmail-make-basic-summary-line)
14918 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
14919 (rmail-summary-goto-msg):
14920 * mail/smtpmail.el (smtpmail-read-response):
14921 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
14922 (ange-ftp-vms-add-file-entry):
14923 * play/gametree.el (gametree-looking-at-ply)
14924 (gametree-current-branch-score):
14925 * progmodes/ada-xref.el (ada-prj-find-prj-file)
14926 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
14927 * progmodes/cperl-mode.el (condition-case):
14928 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
14929 (ebrowse-set-member-buffer-column-width)
14930 (ebrowse-select-1st-to-9nth):
14931 * progmodes/etags.el (etags-snarf-tag):
14932 * progmodes/flymake.el (flymake-parse-line):
14933 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
14934 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
14935 (idlwave-shell-menu-def):
14936 * progmodes/ps-mode.el (ps-run-goto-error):
14937 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
14938 (vhdl-speedbar-contract-level):
14939 * term/mac-win.el (x-handle-numeric-switch):
14940 * term/sun-mouse.el (sun-get-frame-data):
14941 * term/w32-win.el (x-handle-numeric-switch):
14942 * term/x-win.el (x-handle-numeric-switch):
14943 * textmodes/ispell.el (ispell-parse-output):
14944 * textmodes/nroff-mode.el (nroff-outline-level):
14945 * textmodes/reftex-cite.el (reftex-bib-sort-year)
14946 (reftex-bib-sort-year-reverse, reftex-format-citation):
14947 * textmodes/reftex-parse.el (reftex-init-section-numbers)
14948 (reftex-section-number):
44a91a68
JB
14949 * textmodes/texinfmt.el (texinfo-paragraphindent):
14950 Replace `string-to-int' by `string-to-number'.
027a4b6b 14951
cc211a0f
JB
14952 * international/latexenc.el: Add page marker to force the "Local
14953 Variables:" string out of the last page.
14954
c65a8e73
NR
149552005-05-16 Nick Roberts <nickrob@snap.net.nz>
14956
14957 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
14958 tooltip-change-major-mode.
14959 (gud-tooltip-print-command): Remove case where gud-minor-mode
14960 is gdb ("--fullname").
14961 (gud-tooltip-tips): Turn GUD tooltips off for this case and
14962 explain to user.
14963
97c66d74
JB
149642005-05-16 Jay Belanger <belanger@truman.edu>
14965
14966 * calc/calc-store.el (calc-copy-special-constant): New function.
14967
14968 * calc/calc-ext.el (calc-init-extensions): Add binding for
14969 `calc-copy-special-constant'.
14970
14971 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
14972 for the `calc-copy-special-constant' command.
14973
0f182ca2
NR
149742005-05-16 Nick Roberts <nickrob@snap.net.nz>
14975
14976 * subr.el (left-fringe-p): New function.
14977
e6467bba
NR
14978 * progmodes/compile.el (compilation-setup): Set local value of
14979 overlay-arrow-string to "" always.
52eb0373
JB
14980 (compilation-set-window): Left fringe then don't scroll.
14981 No left fringe then no arrow and scroll message to top.
0f182ca2
NR
14982 (compilation-context-lines): Adjust doc string accordingly.
14983
bffc3c6e
KS
149842005-05-16 Kim F. Storm <storm@cua.dk>
14985
14986 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
14987 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
14988 (ido-wide-find-dir-or-delete-dir): New command for M-d.
14989 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
14990 (ido-read-file-name): Handle commands with ido property value
14991 equal to find-file as reading a file name, to allow C-d to enter dired.
14992 (ibuffer-find-file): Add ido property with value find-file.
14993
294c599c
KS
149942005-05-15 Kim F. Storm <storm@cua.dk>
14995
14996 * subr.el (open-network-stream-nowait): Remove.
14997 (open-network-stream-server): Remove.
14998
85ddb888
RS
149992005-05-15 Richard M. Stallman <rms@gnu.org>
15000
f1bc6e52
RS
15001 * faces.el (describe-face): Output a definition link button.
15002
15003 * help-mode.el (help-face-def): New button type.
15004
02d9d682
RS
15005 * emacs-lisp/copyright.el (copyright-fix-years):
15006 Match properly if the first year is 2-digit.
15007 Don't mess up the whitespace after the years by filling.
15008
15009 * dired-aux.el (dired-mark-confirm):
15010 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
15011
15012 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
15013 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
15014 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
15015
85ddb888
RS
15016 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15017 Set font-lock-comment-start-skip.
15018
15019 * font-lock.el (font-lock-comment-start-skip): New variable.
15020 (font-lock-comment-end-skip): New variable.
15021 (font-lock-fontify-syntactically-region): Use them if non-nil.
15022
fcd6e601
JB
150232005-05-15 Jay Belanger <belanger@truman.edu>
15024
15025 * calc/calc-store.el (calc-store-value): Return a string rather
15026 than display it as a message.
15027 Use calc-var-name for variable name.
15028 (calc-store-into): Add the result of calc-store-value to message.
15029 (calc-copy-variable): Add a message.
15030 (calc-store-exchange): Improve error messages.
15031 (calc-store-binary, calc-store-map): Don't reset the values of
15032 special constants.
15033
af415106
LT
150342005-05-14 Luc Teirlinck <teirllm@auburn.edu>
15035
15036 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
15037 manual to docstring.
15038
15039 * files.el (hack-local-variables-confirm): Add STRING argument.
15040 Make the function handle non file visiting buffers correctly.
15041 (hack-local-variables-prop-line, hack-local-variables)
15042 (hack-one-local-variable): Use STRING arg of
15043 `hack-local-variables-confirm'.
15044
7177e2a3
MA
150452005-05-14 Michael Albinus <michael.albinus@gmx.de>
15046
15047 Sync with Tramp 2.0.49.
15048
11948172 15049 * net/tramp.el (tramp-handle-dired-call-process)
7177e2a3
MA
15050 (tramp-handle-insert-directory):`insert-buffer' cannot be used
15051 because the contents of the Tramp buffer is changed before
15052 insertion (`expand-file' and alike).
15053 (tramp-handle-insert-directory): If `localname' has an empty
15054 nondirectory name, it must not be quoted.
15055 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
15056 variable `tramp-chunksize'. Change callees.
15057 (tramp-open-connection-setup-interactive-shell): Check remote host
44a91a68
JB
15058 for buggy `send-process-string' implementation.
15059 Set `tramp-chunksize' if found. Reported by Michael Kifer
7177e2a3
MA
15060 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
15061 (tramp-handle-shell-command): `insert-buffer' cannot be used
15062 because the contents of the Tramp buffer is changed before
e0ad342f 15063 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7177e2a3
MA
15064 <frederic.bothamy@free.fr>.
15065 (tramp-set-auto-save): Actions should be done for Tramp file name
44a91a68
JB
15066 handler only. Ange-FTP has its own auto-save mechanism.
15067 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7177e2a3
MA
15068 (tramp-set-auto-save-file-modes): Set file modes of
15069 `buffer-auto-save-file-name' to ?\600 as fallback solution.
15070 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
15071 (tramp-bug): Remove obsolete variable.
15072 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
44a91a68 15073 for presence of `mml-mode'. Make it running for older Emacsen as well.
7177e2a3 15074
39c7eb8a
JPW
150752005-05-14 John Paul Wallington <jpw@pobox.com>
15076
7177e2a3 15077 * ibuf-ext.el (define-ibuffer-filter filename):
39c7eb8a
JPW
15078 If `dired-directory' is a list, use its car.
15079
150802005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
15081
15082 * ibuffer.el (define-ibuffer-column filename):
15083 If `dired-directory' is a list, use its car.
15084
bbf87c29
RS
150852005-05-14 Richard M. Stallman <rms@gnu.org>
15086
e72e5833
RS
15087 * subr.el (symbol-file): Doc fix.
15088
11efeb9b
RS
15089 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
15090 (byte-compile-form): Call byte-compile-nogroup-warn.
15091 (byte-compile-warning-types): Doc fix.
15092
d06ba294
RS
15093 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
15094
bbf87c29
RS
15095 * progmodes/cc-engine.el (c-literal-faces):
15096 Add font-lock-comment-delimiter-face.
15097
15098 * net/net-utils.el (dig): Use with-no-warnings.
15099
15100 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
15101 (sc-recite-frame-alist, sc-default-cite-frame)
15102 (sc-default-uncite-frame, sc-default-recite-frame)
7177e2a3 15103 (sc-attrib-selection-list, sc-rewrite-header-list):
bbf87c29
RS
15104 Mark as risky-local-variable.
15105
15106 * international/ogonek.el (ogonek-jak, ogonek-how):
15107 Don't use beginning-of-buffer.
15108
15109 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
15110
15111 * calendar/solar.el (solar-data-list): Move definition up.
15112
15113 * dnd.el (dnd-protocol-alist): Add autoload.
15114
15115 * progmodes/sh-script.el: Many doc usage fixes.
15116 (sh-indent-after-do): Change default to match common styles.
15117
043fa787
LT
151182005-05-13 Luc Teirlinck <teirllm@auburn.edu>
15119
15120 * files.el (interpreter-mode-alist)
15121 (auto-mode-interpreter-regexp): Doc fixes.
15122
90713743
NR
151232005-05-13 Matt Hodges <MPHodges@member.fsf.org>
15124
44a91a68 15125 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
90713743
NR
15126
15127 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
15128
d90b02af
JD
151292005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15130
15131 * dired.el (dired-mode): make-variable-buffer-local =>
44a91a68 15132 make-local-variable.
d90b02af 15133
5063dbbf
YM
151342005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15135
15136 * term/mac-win.el (mac-select-convert-to-string): Try coding
15137 systems in mac-script-code-coding-systems if specified one cannot
15138 encode string for `com.apple.traditional-mac-plain-text'.
15139
27a7c83f
DP
151402005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
15141
15142 * progmodes/make-mode.el (makefile-targets-face)
15143 (makefile-shell-face, makefile-makepp-perl-face): New faces.
15144 (makefile-dependency-regex): Fix it to not make the colon in
15145 $(var:a=b) special.
15146 (makefile-rule-action-regex): New regexp for highlighting embedded
15147 Shell strings.
15148 (makefile-macroassign-regex): Handle != for highlighting as
15149 embedded Shell strings.
15150 (makefile-var-use-regex): New const.
15151 (makefile-statements, makefile-automake-statements)
15152 (makefile-gmake-statements, makefile-makepp-statements)
15153 (makefile-bsdmake-statements): New consts.
15154 (makefile-make-font-lock-keywords): New function.
15155 (makefile-automake-font-lock-keywords)
15156 (makefile-gmake-font-lock-keywords)
15157 (makefile-makepp-font-lock-keywords)
15158 (makefile-bsdmake-font-lock-keywords): New consts.
15159 (makefile-mode-map): Add switchers between the various submodes.
15160 (makefile-mode): Document the availability of the variants.
15161 (makefile-automake-mode, makefile-gmake-mode)
15162 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
15163
15164 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
15165 new variants of makefile-mode.
15166
3989c3e7
SM
151672005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15168
15169 * font-lock.el (font-lock-comment-delimiter-face): Fix up
15170 the inheritance.
15171
0cc61511
LT
151722005-05-12 Luc Teirlinck <teirllm@auburn.edu>
15173
0de01c28
LT
15174 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
15175 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
15176
0cc61511
LT
15177 * files.el (normal-mode): Extend the scope of the
15178 `enable-local-variables' binding to include the `set-auto-mode' call.
15179 (magic-mode-alist): Doc fix.
15180
bf2cea1d
SM
151812005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15182
15183 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
15184 font-lock-comment-face rather than copying its setting.
15185
e94dae7f
AS
151862005-05-12 Andreas Schwab <schwab@suse.de>
15187
15188 * eshell/esh-mode.el (eshell-send-input): Doc fix.
15189
19958124
LK
151902005-05-12 Lute Kamstra <lute@gnu.org>
15191
15192 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
15193 defcustom for the mode hook variable. Delete the last argument.
15194 * generic-x.el: Fix callers of define-generic-mode.
15195 (generic-x-modes): Delete group.
15196 (show-tabs-tab-face, show-tabs-space-face): Put them in the
15197 generic-x customization group.
15198
6da4411e
KS
151992005-05-12 Kim F. Storm <storm@cua.dk>
15200
15201 * font-lock.el (font-lock-negation-char-face): Default to "off".
15202
15203 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
15204 font-lock-negation-char-face to ! in !=.
15205
218cf475
MY
152062005-05-12 Masatake YAMATO <jet@gyve.org>
15207
15208 * add-log.el (find-change-log): Fix typos in the docstring
15209 of function.
15210
405cb12a
LK
152112005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15212
15213 * international/latexenc.el (latexenc-find-file-coding-system):
15214 Avoid `re-search-forward' when looking for input encoding because
15215 of speed and safety. Better regular expressions for recognizing
15216 input encoding. Limit a search for TeX-master/tex-main-file to
15217 the local variable section.
15218
8cec35c4
DN
152192005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
15220
15221 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
15222 syntax of $ to "'" (quote).
15223
1ed8284d
RS
152242005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
15225
15226 * dnd.el (dnd-protocol-alist): Improve custom type.
15227
15228 * dired.el (dired-dnd-protocol-alist): New variable.
15229 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
15230 `dired-mode-hook' to the end.
15231
3989c3e7
SM
152322005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15233
15234 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
15235 comment-end if comment-start-skip is not set.
15236 Obey the font-lock-comment-delimiter-face variables.
15237
b71813cb
SM
152382005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15239
ca19f3f1
AS
15240 * files.el (executable-find): Move from executable.el. Use
15241 locate-file.
ba47dcb2
SM
15242 * progmodes/executable.el (executable-find): Move to files.el.
15243
b71813cb
SM
15244 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
15245 when trying to ensure forward progress.
15246
1f9d439a
KS
152472005-05-11 Chong Yidong <cyd@stupidchicken.com>
15248
15249 * mouse-sel.el (mouse-sel-follow-link-p): New function.
15250 (mouse-select, mouse-select-internal, mouse-extend-internal):
15251 Use it to implement mouse-1-click-follows-link functionality.
15252
c50089c9
RS
152532005-05-11 Richard M. Stallman <rms@gnu.org>
15254
15255 * font-lock.el (font-lock-fontify-syntactically-region):
15256 Use font-lock-comment-delimiter-face for comment delimiters.
15257
cfb79865
JB
152582005-05-10 Jay Belanger <belanger@truman.edu>
15259
15260 * calc/calc-help.el (calc-m-prefix-help): Add mention of
15261 preserving embedded modes.
15262
d101bf56
RS
152632005-05-10 Richard M. Stallman <rms@gnu.org>
15264
15265 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
15266
15267 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
ba47dcb2 15268 Move from ada-stmt.el.
d101bf56
RS
15269 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
15270
15271 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
b71813cb
SM
15272 Move to ada-mode.el.
15273 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
d101bf56
RS
15274
15275 * cus-edit.el (custom-file): Call file-chase-links.
15276
15277 * files.el (read-directory-name): Fix previous change.
af415106
LT
15278 (hack-local-variables-confirm): New function.
15279 (hack-local-variables-prop-line, hack-local-variables)
15280 (hack-one-local-variable): Use it.
d101bf56 15281
0003d2e3
LK
152822005-05-10 Lute Kamstra <lute@gnu.org>
15283
15284 * font-lock.el (font-lock-keywords-alist)
15285 (font-lock-removed-keywords-alist): Clarify docstrings.
15286
556dd15d
NR
152872005-05-10 Nick Roberts <nickrob@snap.net.nz>
15288
15289 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
15290 (gdb-source-info): Check for preprocessor info.
52eb0373 15291 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
556dd15d 15292 a macro for a function.
556dd15d 15293 (gdb-info-breakpoints-custom): Try to find file again if not already
52eb0373 15294 found (user might have used GDB dir command).
556dd15d
NR
15295 (gdb-get-location): Update gdb-location-alist correctly for change
15296 to gdb-info-breakpoints-custom.
15297
15298 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
15299 (gud-tooltip-print-command): Add gdbmi case.
15300 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
15301 preprocessor info.
15302
a8a64bf4
RS
153032005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
15304
15305 * startup.el (fancy-splash-insert): Fix typo in doc string.
15306
f1701e65
JB
153072005-05-09 Juanma Barranquero <lekktu@gmail.com>
15308
78640104
JB
15309 * obsolete/float.el (string-to-float):
15310 * obsolete/hilit19.el (hilit-add-pattern):
15311 * obsolete/rnews.el (news-parse-range, news-select-message)
15312 (news-get-pruned-list-of-files): Replace `string-to-int' by
15313 `string-to-number'.
15314
f1701e65
JB
15315 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
15316 `find-file-not-found-hooks'; use `add-hook'.
15317 (uncompress-while-visiting): Set `write-file-functions', not
15318 `write-file-hooks'; use `add-hook'.
15319
a0e6f952
KS
153202005-05-09 Kim F. Storm <storm@cua.dk>
15321
15322 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
15323 (cua-paste): Handle clipboard action.
15324 (cua--init-keymaps): Remap clipboard-kill-region and
15325 clipboard-kill-ring-save.
15326
c29d24ea
EZ
153272005-05-08 Eli Zaretskii <eliz@gnu.org>
15328
b659edce
SM
15329 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15330 Improve commentary.
906aee93 15331
c29d24ea
EZ
15332 * simple.el (next-error-overlay-arrow-position): Revert the change
15333 made on 2005-04-30.
15334
1d64910f
JB
153352005-05-07 Jay Belanger <belanger@truman.edu>
15336
15337 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
15338 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
15339 `calc-sel-reselect'.
15340
15341 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
15342 Calc is in embedded mode.
15343
55b958f0
EZ
153442005-05-07 Eli Zaretskii <eliz@gnu.org>
15345
b659edce
SM
15346 * progmodes/compile.el (compilation-setup):
15347 Set overlay-arrow-string to an empty string on text terminals.
6a4fb78f 15348
55b958f0
EZ
15349 * textmodes/ispell.el (ispell-program-name): Try looking for
15350 "aspell" along exec-path, and if found, use it as the default
15351 speller program.
15352
c2c51a11
EZ
153532005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
15354
b659edce
SM
15355 * international/mule.el (sgml-xml-auto-coding-function):
15356 Recognize encoding='FOO' in single quotes as well as in double quotes.
c2c51a11 15357
f1701e65 153582005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
a5ad278d
EZ
15359
15360 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
15361 as well as `interactive', so that defmacro* would recognize
15362 `declare' forms.
15363
e6469973
EZ
153642005-05-07 Eli Zaretskii <eliz@gnu.org>
15365
b659edce
SM
15366 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15367 Explain more about the LIGHTER arg's usage in the doc string.
15368 Add commentary to clarify what the code does. Fix the regexp that
e6469973
EZ
15369 strips whitespace from LIGHTER. Quote LIGHTER before using it,
15370 since it could have characters special to regular expressions.
15371
06df7f87
EZ
153722005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
15373
15374 * replace.el (occur-1): Bind inhibit-read-only so that
15375 erase-buffer doesn't barf on read-only text properties (likewise
b659edce 15376 for add-text-properties in occur-engine). Mark buffer as unmodified.
06df7f87
EZ
15377 (occur-engine): Don't set buffer-read-only here.
15378
5f4d0dd9
SM
153792005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15380
15381 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
15382 list-buffers-directory. This caused the *cvs-commit* buffer to be
15383 sometimes mistakenly reused as a *cvs* buffer.
15384
ffdb022f
NR
153852005-05-07 Nick Roberts <nickrob@snap.net.nz>
15386
15387 * tooltip.el: Move code for GUD tooltips into gud.el.
15388 (require): CL no longer needed to compile case.
15389 (tooltip-mode): Do not toggle functions for GUD tooltips.
52eb0373 15390 (tooltip-gud-tips-p): Remove. Replace with minor mode
ffdb022f
NR
15391 gud-tooltip-mode in gud.el.
15392 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
15393 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
15394 tooltip-gud prefix with gud-tooltip and obsolete.
15395 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
15396 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
15397 (tooltip-mouse-motion): Mouse movement functions/variable.
15398 Rename in gud.el by adding gud prefix.
15399 (tooltip-gud-original-filter, tooltip-gud-dereference)
15400 (tooltip-gud-event, tooltip-toggle-gud-tips)
15401 (tooltip-gud-process-output, tooltip-gud-print-command)
52eb0373 15402 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
ffdb022f
NR
15403 gud.el by replacing tooltip-gud prefix with gud-tooltip.
15404 (gdb-tooltip-print): Move to gdb-ui.el.
15405
15406 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
15407 (require): CL needed to compile case.
588c0770 15408 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
52eb0373 15409 tooltip-gud-tips-p. Make it a minor-mode.
ffdb022f
NR
15410 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
15411 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
15412 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
15413 (gud-tooltip-change-major-mode)
15414 (gud-tooltip-activate-mouse-motions-if-enabled)
15415 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
15416 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
15417 (gud-tooltip-original-filter, gud-tooltip-dereference)
15418 (gud-tooltip-event, tooltip-toggle-gud-tips)
15419 (gud-tooltip-process-output, gud-tooltip-print-command)
5f4d0dd9 15420 (gud-tooltip-tips): Move from tooltip.el.
ffdb022f 15421
5f4d0dd9 15422 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
ffdb022f
NR
15423 (gdb-cpp-define-alist-flags): Doc fix.
15424 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
15425 gud-tooltip-mode is t.
15426
64981116
SM
154272005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15428
15429 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
15430 evaporate if their text is deleted.
15431 (goto-address-at-point): Make it work as a mouse binding as well.
15432 (goto-address-at-mouse): Obsolete it. Update users.
15433
860f2506
GM
154342005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
15435
15436 * calendar/appt.el (top-level): No longer activate on load.
15437
19f26a89
JB
154382005-05-06 Juanma Barranquero <lekktu@gmail.com>
15439
15440 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15441 * net/webjump.el (webjump):
15442 * progmodes/idlw-help.el (idlwave-do-context-help1)
15443 (idlwave-highlight-linked-completions):
64981116
SM
15444 * textmodes/po.el (po-find-file-coding-system-guts):
15445 Replace `assoc-ignore-case' by `assoc-string'.
19f26a89 15446
6ff95f1d
EZ
154472005-05-06 Eli Zaretskii <eliz@gnu.org>
15448
2c6b25c7
EZ
15449 * files.el (locate-file): Doc fix.
15450
38a300b1
EZ
15451 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
15452 Remove the redundant test for ms-dos.
15453
ab3290cb
EZ
15454 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
15455 look for the preprocessor with exec-suffixes. If not found in
15456 standard places, look in exec-path. Remove most of the tests that
15457 used system-type.
15458
6ff95f1d
EZ
15459 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
15460
15461 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
15462
15463 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
15464 file-name clash with jka-compr.el on 8+3 filesystems.
15465
17d28d26
YM
154662005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15467
15468 * term/mac-win.el: Don't define or bind scroll bar functions if
15469 x-toolkit-scroll-bars is t.
ca19f3f1
AS
15470 (x-select-text, x-get-selection-value): Clear
15471 x-last-selected-text-clipboard if x-select-enable-clipboard is
15472 nil.
17d28d26
YM
15473 (PRIMARY): Put mac-scrap-name property.
15474 (mac-select-convert-to-file-url): New function.
15475 (public.file-url): New selection target type. Add to
15476 selection-converter-alist.
15477 (x-get-selection, x-selection-value): Handle it.
15478 (x-cut-buffer-or-selection-value): New alias.
15479
b659edce
SM
154802005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15481
15482 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
15483 entry to avoid calling bibtex-find-entry with arg global
15484 being t. Remove arg key.
15485 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
15486 (bibtex-copy-summary-as-kill): Change accordingly.
15487
154882005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15489
15490 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
15491 (org-agenda-date-later): Use with-current-buffer.
15492
643b4cf5
LT
154932005-05-05 Luc Teirlinck <teirllm@auburn.edu>
15494
15495 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
15496 (define-obsolete-variable-alias): Doc Fixes.
15497
dc1a7e26
KS
154982005-05-06 Kim F. Storm <storm@cua.dk>
15499
8a370783
KS
15500 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
15501 vertical-motion when selective-display is active.
15502
dc1a7e26
KS
15503 * ido.el (ido-setup-hook): New hook.
15504 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
15505 (ido-input-stack): New var.
52eb0373 15506 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
dc1a7e26
KS
15507 ido-next-work-file binding to M-O.
15508 Bind M-f to ido-wide-find-file-or-pop-dir.
15509 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
15510 (ido-read-internal): Run ido-setup-hook.
15511 Catch quit in read-file-name and read-string to cancel edit.
15512 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
15513 Automatically pop-all when completing a directory name (RET).
15514 (ido-file-internal): Add with-no-warnings around ffap and dired code.
15515 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
15516 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
64981116
SM
15517 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
15518 New functions for M-b/M-f to move among the directory components.
dc1a7e26
KS
15519 (ido-make-merged-file-list): Catch quit to cancel merge.
15520 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
15521 (ido-completion-help): No warnings for ido-completion-buffer-full.
10f518f7 15522
dc1a7e26 155232005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10f518f7 15524
dc1a7e26 15525 * font-lock.el (font-lock-negation-char-face): New face and variable.
10f518f7 15526 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10f518f7 15527 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10f518f7 15528 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10f518f7
DP
15529 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
15530
dc75b163
JB
155312005-05-05 Juanma Barranquero <lekktu@gmail.com>
15532
64981116
SM
15533 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
15534 Fix typo in docstring.
3fe26922 15535
1c1d2dc8
JB
15536 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
15537 (ebrowse-print-statistics-line)
15538 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
15539
dc75b163
JB
15540 * term/w32-win.el (image-library-alist): Add additional name for
15541 Xpm library.
15542
ae23f980
NR
155432005-05-05 Nick Roberts <nickrob@snap.net.nz>
15544
15545 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
15546 use gcc instead of cpp.
15547
15548 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3fe26922 15549 (gdb-create-define-alist): Use it.
19f26a89 15550 (gdb-cpp-define-alist-program): Update for MS-DOS.
ae23f980 15551
02636b9c
NR
155522005-05-04 Nick Roberts <nickrob@snap.net.nz>
15553
588c0770 15554 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
02636b9c 15555
01a50b51
KS
155562005-05-04 Richard M. Stallman <rms@gnu.org>
15557
d101bf56
RS
15558 * help.el (describe-key): No error when UNTRANSLATED is nil.
15559
01a50b51
KS
15560 * simple.el (line-move-1): Fix previous change to signal errors
15561 appropriately.
15562
fa2b23e5 155632005-05-03 Ulf Jasper <ulf.jasper@web.de>
832e0e22
GM
15564
15565 * calendar/icalendar.el (icalendar-version): Now at 0.12.
15566 (icalendar-duration-correction): Remove.
15567 (icalendar--get-event-properties): Split result at commas.
15568 (icalendar--decode-isoduration): New optional argument
15569 DURATION-CORRECTION.
fa2b23e5
KS
15570 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
15571 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
15572 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
15573 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
832e0e22
GM
15574 (icalendar--convert-anniversary-to-ical): New functions, extracted
15575 from icalendar-export-region, with bug fixes.
15576 (icalendar-export-region): Use the above functions.
15577 (icalendar-import-buffer): Check before saving diary file.
15578 (icalendar--convert-recurring-to-diary)
15579 (icalendar--convert-non-recurring-all-day-to-diary)
fa2b23e5
KS
15580 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
15581 extracted from icalendar--convert-ical-to-diary, with bug fixes.
832e0e22
GM
15582 (icalendar--convert-ical-to-diary): Use the above functions.
15583
be50a727
NR
155842005-05-03 Nick Roberts <nickrob@snap.net.nz>
15585
15586 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
15587 Remove these recent additions.
15588 (c-mode): Restore to before 2005-04-28.
15589
15590 * progmodes/cc-vars.el (cc-define-list-program): Remove this
15591 recent addition.
15592
15593 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
15594 (gdb-define-alist): New variables.
15595 (gdb-create-define-alist): New function.
15596 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
15597 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
15598 with string-to-number.
52eb0373 15599 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
be50a727
NR
15600
15601 * progmodes/gud.el: Replace string-to-int with string-to-number.
15602 (gud-find-file): Handle gdb-define-alist.
15603
15604 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
15605
bc446113
JB
156062005-05-02 Jay Belanger <belanger@truman.edu>
15607
fa2b23e5
KS
15608 * calc/calc-aent.el (math-read-token):
15609 * calc/calc-bin.el (calc-word-size):
15610 * calc/calc-ext.el (calc-read-number-fancy):
15611 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
bc446113 15612 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
fa2b23e5 15613 * calc/calc-frac.el (calc-over-notation):
bc446113 15614 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
fa2b23e5 15615 (calc-graph-num-points, calc-graph-init):
bc446113 15616 * calc/calc-prog.el (calc-read-parse-table-part)
fa2b23e5
KS
15617 (calc-edit-macro-repeats):
15618 * calc/calc-yank.el (calc-do-grab-rectangle):
15619 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
15620 Replace `string-to-int' by `string-to-number'.
bc446113 15621
e40527dc
KS
156222005-05-02 Kim F. Storm <storm@cua.dk>
15623
15624 * kmacro.el: Use executing-kbd-macro-index variable.
15625
9a479835
TTN
156262005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
15627
15628 * net/rlogin.el (rlogin-parse-words): Delete func.
15629 (rlogin): Use split-string, not rlogin-parse-words.
15630 Also, if there are option-like elements in the parsed args,
15631 take the host to be the first arg immediately following them.
15632 Suggested by Michael Mauger.
15633
f6b1b15a
LT
156342005-05-01 Luc Teirlinck <teirllm@auburn.edu>
15635
15636 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
15637
975e5c47 156382005-05-02 Nick Roberts <nickrob@snap.net.nz>
9a479835 15639
975e5c47
NR
15640 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
15641 (cc-mode-cpp-program): Rename to cc-define-list-program and
15642 move to cc-vars.el.
f6b1b15a 15643
975e5c47 15644 * progmodes/cc-vars.el (cc-define-list-program):
52eb0373 15645 Change to "gcc -E -dM -". Make customizable.
975e5c47 15646
5c2e5a5e
KS
156472005-05-02 Kim F. Storm <storm@cua.dk>
15648
15649 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
15650
95bb5b56
NR
156512005-05-02 Nick Roberts <nickrob@snap.net.nz>
15652
b161ea4e
NR
15653 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
15654
95bb5b56
NR
15655 * international/mule-util.el (truncate-string): Remove alias and
15656 obsolete declaration.
15657
15658 * international/mule-cmds.el (update-iso-coding-systems):
15659 Remove alias and obsolete declaration.
15660
15661 * international/mule.el (coding-system-parent): Remove alias and
15662 obsolete declaration.
15663
15664 * subr.el (define-function, sref): Remove aliases and obsolete
15665 declarations.
15666 (chars-in-region): Remove obsolete declaration.
15667
ebbfa918
RS
156682005-05-01 Richard M. Stallman <rms@gnu.org>
15669
15670 * info.el (Info-mode): Set widen-automatically to nil, locally.
15671
15672 * simple.el (widen-automatically): New variable.
15673 (pop-global-mark): Obey widen-automatically.
15674
656c316d
DN
156752005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
15676
15677 * term/xterm.el (function-key-map): Call substitute-key-definition
5c2e5a5e 15678 before the keymap size is increased by a lot of define-key calls.
656c316d 15679
b2cfb30b
RS
156802005-05-01 Richard M. Stallman <rms@gnu.org>
15681
5c2e5a5e 15682 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
b2cfb30b
RS
15683 Rename ARG to ELEMENT. Doc fix.
15684
5c2e5a5e 156852005-05-01 Nick Roberts <nickrob@snap.net.nz>
9ded0282 15686
92bedc0e
NR
15687 * allout.el (allout-exposure): Remove macro and obsolete declaration.
15688 Remove references to allout-exposure/change to allout-new-exposure.
15689
9ded0282
NR
15690 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
15691 bytecode symbols.
15692
15693 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
15694 (compiled-function-p, focus-frame, unfocus-frame):
15695 Remove aliases and obsolete declarations.
52eb0373 15696 Back out inadvertent changes from previous commit.
9ded0282 15697
a87fdbbd
LT
156982005-05-01 Luc Teirlinck <teirllm@auburn.edu>
15699
15700 * files.el (require-final-newline): Make Custom tags consistent
15701 with mode-require-final-newline.
15702 (mode-require-final-newline): Doc fix.
15703
af71d4c0 157042005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
0003d2e3
LK
15705
15706 * international/latexenc.el (latexenc-find-file-coding-system):
15707 Fix regular expressions.
15708
af71d4c0 157092005-05-01 David Kastrup <dak@gnu.org>
b7f29772
LK
15710
15711 * international/latexenc.el (latexenc-find-file-coding-system):
0003d2e3 15712 Fix regular expressions.
b7f29772 15713
bdf7ae41
NR
157142005-05-01 Nick Roberts <nickrob@snap.net.nz>
15715
15716 * subr.el (string-to-int): Make obsolete.
15717
0b1fc48a
RS
157182005-04-30 Richard M. Stallman <rms@gnu.org>
15719
7e995a23 15720 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
0b1fc48a
RS
15721
15722 * loadup.el: load jka-comp-hook.
15723
6ff95f1d 15724 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
0b1fc48a 15725 (jka-compr-handler): Add autoload. `put' calls moved
6ff95f1d
EZ
15726 to jka-comp-hook.el.
15727 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
0b1fc48a 15728 (jka-compr-inhibit): Autoload.
a87fdbbd 15729
0b1fc48a
RS
15730 * jka-comp-hook.el: New file.
15731 Enable the mode by default.
15732
15733 * files.el (backup-buffer-copy): Use copy-file instead
15734 of write-region, and put back the 'excl.
15735
157362005-04-30 Chong Yidong <cyd@stupidchicken.com>
15737
15738 * progmodes/flymake.el (flymake-split-string)
15739 (flymake-split-string, flymake-log, flymake-pid-to-names)
15740 (flymake-reg-names, flymake-get-source-buffer-name)
15741 (flymake-unreg-names, flymake-add-line-err-info)
15742 (flymake-add-err-info): Clarify docstrings.
15743 (flymake-popup-menu, flymake-make-emacs-menu)
15744 (flymake-make-xemacs-menu): Add docstrings.
15745 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
15746 Set variables directly throughout.
15747
80b61a0f
NR
157482005-04-30 Nick Roberts <nickrob@snap.net.nz>
15749
15750 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
588c0770 15751 exists. Initialize cc-define-alist.
80b61a0f 15752 (c-mode): Add cc-create-define-alist locally to after-save-hook.
898d58d7 15753 If there is no file (Macroexpansion) don't create an alist.
80b61a0f 15754
bb9c1f2a
SS
157552005-04-29 Sam Steingold <sds@gnu.org>
15756
15757 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
15758 (cc-create-define-alist): Use it instead of the hard-coded string.
15759
2d5e5eb8
SM
157602005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15761
15762 * international/mule-conf.el (file-coding-system-alist): Fix regexp
15763 for latexenc.
15764
57efa539
LK
157652005-04-29 Lute Kamstra <lute@gnu.org>
15766
15767 * emacs-lisp/generic.el: Improve commentary section.
15768 (define-generic-mode): Improve docstring.
15769
56c91423
CD
157702005-04-29 Carsten Dominik <dominik@science.uva.nl>
15771
b67a4e9f 15772 * textmodes/org.el (many places): Change to quiet the byte compiler.
56c91423
CD
15773 (org-prefix-format-compiled): New variable.
15774 (org-compile-prefix-format): New function.
b67a4e9f 15775 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
af71d4c0 15776 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
b67a4e9f
KS
15777 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
15778 (org-get-entries-from-diary): Use `org-get-time-of-day' for
56c91423 15779 consistency with entries from `org-mode' files.
b67a4e9f 15780 (org-get-time-of-day): Fix bug with partial matches early in a line.
56c91423
CD
15781 (org-non-link-chars): New constant.
15782 (org-link-regexp): Respect `org-non-link-chars'.
b67a4e9f
KS
15783 (org-agenda-day-view): Remove command.
15784 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
56c91423
CD
15785 (org-follow-bbdb-link, org-store-link): Search also company field.
15786 (org-highlight-overlay): New variable.
15787 (org-highlight, org-unhighlight): New functions.
b67a4e9f
KS
15788 (org-agenda-mode): Add pre-command-hook to remove highlight.
15789 (org-evaluate-time-range): Behavior depends upon whether time stamp
15790 contains a time or not.
56c91423
CD
15791 (org-show-subtree, org-show-entry): New functions.
15792 (org-agenda-cleanup-fancy-diary): Remove empty lines.
56c91423 15793
7eb6ede5
LT
157942005-04-28 Luc Teirlinck <teirllm@auburn.edu>
15795
15796 * comint.el (comint-output-filter-functions): Add autoload cookie.
15797
b7ce4173
KS
157982005-04-28 Kim F. Storm <storm@cua.dk>
15799
15800 * ido.el (ido-everywhere): Fix last change.
15801
0b606bb2
TTN
158022005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15803
15804 * international/latexenc.el: New file.
15805 * international/mule-conf.el (file-coding-system-alist): For .tex,
15806 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
15807
d79b6c21
LK
158082005-04-28 Lute Kamstra <lute@gnu.org>
15809
0a20b1dc
LK
15810 * font-lock.el (font-lock-add-keywords)
15811 (font-lock-remove-keywords): Clarify docstring.
15812 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
15813 Don't start docstrings with a `*'.
15814 (font-lock-update-removed-keyword-alist): Give it a docstring.
15815
d79b6c21
LK
15816 * generic-x.el: Update commentary section.
15817 Only require font-lock when compiling.
15818 Define all modes conditionally.
15819 Place all generic modes in the generic-x-modes customization group.
15820 (generic-x-modes): New customization group.
15821 (generic-default-modes, generic-mswindows-modes)
15822 (generic-unix-modes, generic-other-modes): New constants.
15823 (generic-define-mswindows-modes, generic-define-unix-modes):
15824 Update docstrings. Make them obsolete.
2d5e5eb8
SM
15825 (generic-extras-enable-list): New default value. Update docstring.
15826 Improve :type. Change :set function.
d79b6c21
LK
15827 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
15828 Fix docstring.
15829
2d5e5eb8
SM
15830 * emacs-lisp/generic.el (generic-mode-internal):
15831 Simplify font-lock-defaults.
817edb15 15832 (define-generic-mode): Fix docstring.
d79b6c21
LK
15833
158342005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15835
15836 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
15837 font-lock-face property to highlight matches.
15838
8c75afbf
NR
158392005-04-28 Nick Roberts <nickrob@snap.net.nz>
15840
52eb0373 15841 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8c75afbf 15842 (cc-define-alist): New variable.
588c0770 15843 (c-mode): Make it local and initialize it.
8c75afbf
NR
15844
15845 * progmodes/gdb-ui.el (gdb-active-process): New variable.
15846 (gdb-exited): New function.
15847 (gdb-annotation-rules): Use it.
15848 (gdb-starting): Set gdb-active-process to t.
15849 (gdb-stopping): Amend doc string.
15850 (gdb-reset): Set gdb-active-process to nil.
15851
15852 * tooltip.el (tooltip-gud-tips): Show the associated #define
15853 directives when a C program under GDB is not executing.
15854
b8a04883
SM
158552005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15856
15857 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
15858 font-lock-fontify-syntactic-keywords.
15859
15860 * font-lock.el (font-lock-default-fontify-region): Don't force
15861 parse-sexp-lookup-properties to nil.
15862
a46f2d6d
EZ
158632005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15864
15865 * man.el (man-mode-syntax-table): Set up `:' to have
15866 word-constituent syntax.
15867
b2b46494
LK
158682005-04-27 Lute Kamstra <lute@gnu.org>
15869
15870 * novice.el (disable-command): Don't add spurious newlines to the
15871 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
15872
a715531f
JB
158732005-04-26 Jay Belanger <belanger@truman.edu>
15874
15875 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
15876 than one window before deleting window.
15877
85ab9f4e
LT
158782005-04-26 Luc Teirlinck <teirllm@auburn.edu>
15879
15880 * shell.el (shell-prompt-pattern): Doc fix.
15881 (shell-mode): Set paragraph-separate buffer locally to "\\'".
15882
15883 * comint.el (comint-prompt-regexp, comint-get-old-input)
15884 (comint-use-prompt-regexp)
15885 (comint-use-prompt-regexp-instead-of-fields)
15886 (comint-replace-by-expanded-history, comint-send-input)
15887 (comint-output-filter, comint-get-old-input-default)
15888 (comint-line-beginning-position, comint-bol, comint-show-output)
15889 (comint-backward-matching-input, comint-forward-matching-input)
b8a04883
SM
15890 (comint-next-prompt, comint-previous-prompt):
15891 Rename `comint-use-prompt-regexp-instead-of-fields' to
85ab9f4e
LT
15892 `comint-use-prompt-regexp'. Keep old name as alias and declare
15893 obsolete.
15894 (comint-use-prompt-regexp): Shorten first line of doc string.
15895
15896 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
15897 Set paragraph-separate buffer locally to "\\'".
15898
15899 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
15900 Adapt to above name change.
15901
15902 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15903 (smbclient-prompt-regexp): Ditto.
15904
15905 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
15906
19475957
NR
159072005-04-27 Nick Roberts <nickrob@snap.net.nz>
15908
15909 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
15910 gdb-location-list.
15911 Break lines that are over 80 characters wide.
15912
2231c2bc
SM
159132005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15914
15915 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
15916 New fun and var, to preserve compatibility.
15917
15918 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
15919
159202005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
15921
15922 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
15923 name to file-newer-than-file-p.
15924
68a94f5a
RS
159252005-04-26 Richard M. Stallman <rms@gnu.org>
15926
f03f317a
RS
15927 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
15928
68a94f5a
RS
15929 * progmodes/python.el (python-mode):
15930 Use new name eldoc-documentation-function.
15931
15932 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
15933
15934 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15935 (eldoc-documentation-function):
2231c2bc 15936 Rename from eldoc-print-current-symbol-info-function. Calls changed.
68a94f5a 15937
c9c1312d
NR
159382005-04-26 Nick Roberts <nickrob@snap.net.nz>
15939
15940 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
15941
35b1b8ab
DN
159422005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
15943
15944 * term/xterm.el (function-key-map): Fix strings for
2231c2bc 15945 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
35b1b8ab
DN
15946 {C,S,A,C-S}-{f1-f12}.
15947
bc10bcbd
KH
159482005-04-26 Kenichi Handa <handa@m17n.org>
15949
2231c2bc
SM
15950 * international/mule-cmds.el (select-safe-coding-system):
15951 Fix previous change.
bc10bcbd 15952
ec1e11a9
LK
159532005-04-26 Lute Kamstra <lute@gnu.org>
15954
c25eec81
LK
15955 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
15956
15957 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
15958 (font-lock-comment-delimiter-face): Ditto.
15959
ec1e11a9
LK
15960 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
15961
2b2920a9
JB
159622005-04-25 Jay Belanger <belanger@truman.edu>
15963
15964 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
15965 to t while inserting information; use help-mode.
15966
c9b630f7
DN
159672005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
15968
15969 * term.el (ansi-term-color-vector): Use the xterm colors.
52eb0373 15970 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
c9b630f7 15971
8ba81e93
LK
159722005-04-25 Lute Kamstra <lute@gnu.org>
15973
15974 * font-core.el (font-lock-defaults): Fix docstring.
15975
15976 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
15977
901ae597
KH
159782005-04-25 Kenichi Handa <handa@m17n.org>
15979
2231c2bc
SM
15980 * international/mule-cmds.el (select-safe-coding-system):
15981 Don't check consistency with coding: spec, etc if raw-text or
901ae597
KH
15982 no-conversion was found to be safe.
15983
a6390474
RS
159842005-04-24 Richard M. Stallman <rms@gnu.org>
15985
15986 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
15987 citation markers at start of each line.
15988
15989 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
15990 citation markers at start of each line.
15991
15992 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
15993
15994 * files.el (mode-require-final-newline): Fix previous change.
15995 (require-final-newline): Fix type label.
15996
2538808f
GM
159972005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
15998
15999 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
16000 statement in buffer (broken by 2004-11-24 change).
16001
456986fd
KS
160022005-04-24 Kim F. Storm <storm@cua.dk>
16003
16004 * ido.el (ido-everywhere): Save and restore old read-buffer-function
16005 and read-file-name-function values. Don't overwrite existing
16006 non-nil values if ido-mode is enabled without ido-everywhere.
16007
e5baf107
LT
160082005-04-24 Luc Teirlinck <teirllm@auburn.edu>
16009
16010 * files.el (mode-require-final-newline): Minor doc fix.
16011
1441edfe
EZ
160122005-04-24 Eli Zaretskii <eliz@gnu.org>
16013
9d1ffd5a 16014 * subr.el (syntax-after): Doc fix.
f3714ab2
EZ
16015 (syntax-class): If argument is nil, return nil. Mask off upper 16
16016 bits, not 8 bits.
9d1ffd5a 16017
1441edfe
EZ
16018 * files.el (mode-require-final-newline): Doc fix.
16019 (backup-buffer-copy): Fix last change.
16020
49ed33c7
YM
160212005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16022
16023 * term/mac-win.el: Require select. Set selection-coding-system to
16024 mac-system-coding-system. Call menu-bar-enable-clipboard.
16025 (x-last-selected-text-clipboard, x-last-selected-text-primary)
16026 (x-select-enable-clipboard): New variables.
16027 (x-select-text, x-get-selection, x-selection-value)
16028 (x-get-selection-value, mac-select-convert-to-string)
16029 (mac-services-open-file, mac-services-open-selection)
16030 (mac-services-insert-text): New functions.
16031 (CLIPBOARD, FIND): Put mac-scrap-name property.
16032 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
16033 (public.tiff): Put mac-ostype property.
16034 (selection-converter-alist): Add entries for them.
16035 (mac-application-menu-map): New keymap.
16036 (interprogram-cut-function, interprogram-paste-function): Set to
16037 x-select-text and x-get-selection-value, respectively.
16038 (split-window-keep-point): Set to t.
16039
469bc679
RS
160402005-04-23 Richard M. Stallman <rms@gnu.org>
16041
16042 * files.el (read-directory-name): Always pass non-nil
16043 DEFAULT-FILENAME arg to read-file-name.
16044 (backup-buffer-copy, basic-save-buffer-2): Take care against
16045 writing thru an unexpected existing symlink.
16046 (revert-buffer): In indirect buffer, revert the base buffer.
16047 (magic-mode-alist): Doc fix.
16048 (buffer-stale-function): Doc fix.
16049 (minibuffer-with-setup-hook): Avoid warning.
16050 (mode-require-final-newline): Doc and custom fix.
e5baf107 16051
469bc679
RS
16052 * follow.el (follow-end-of-buffer): Use with-no-warnings.
16053
16054 * font-lock.el (font-lock-comment-face): On terminals with few colors,
16055 use the default appearance.
16056 (font-lock-comment-delimiter-face): New face, new variable.
16057
16058 * imenu.el (imenu--generic-function): The official position of a
16059 definition is the start of the line that BEG is in.
16060
16061 * midnight.el (midnight-timer): Move defvar up.
16062
16063 * mouse.el (mouse-drag-region-1): Delete some debugging code.
16064
16065 * saveplace.el (save-place-to-alist): Use with-no-warnings.
16066
16067 * startup.el (command-line): Use with-no-warnings.
16068
16069 * window.el (window-size-fixed): New defvar.
16070
16071 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
16072
e5baf107 16073 * mail/rmail.el (rmail-font-lock-keywords):
469bc679
RS
16074 Use font-lock-comment-delimiter-face.
16075
16076 * mail/sendmail.el (mail-font-lock-keywords):
16077 Use font-lock-comment-delimiter-face.
16078
16079 * progmodes/compile.el (next-error-highlight-timer): New defvar.
16080
160812005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
16082
e5baf107 16083 * progmodes/compile.el (compilation-mode-font-lock-keywords):
469bc679
RS
16084 Specify t for LAXMATCH when matching directories.
16085 Save match data around compilation-compat-error-properties form.
16086
1639cc2e
DK
160872005-04-23 David Kastrup <dak@gnu.org>
16088
16089 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
16090 Mention that the autoloaded aliases should be kept for AUCTeX.
16091
d379c558
AS
160922005-04-23 Andreas Schwab <schwab@suse.de>
16093
16094 * isearch.el (isearch-forward): Doc fix.
16095
4739237d
EZ
160962005-04-23 Eli Zaretskii <eliz@gnu.org>
16097
16098 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
16099 (jit-lock-stealth-nice): Change default value to 0.5.
16100
71baa28f
EZ
161012005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
16102
16103 * abbrev.el (write-abbrev-file): Write table entries in
16104 alphabetical order by table name.
16105
e271742d
KS
161062005-04-22 Kim F. Storm <storm@cua.dk>
16107
16108 * ido.el (ido-read-internal): Fix `list' completion.
16109
9a9c3a4b
KH
161102005-04-22 Kenichi Handa <handa@m17n.org>
16111
16112 * recentf.el (recentf-save-file-coding-system): New variable.
16113 (recentf-save-list): Encode the file by
16114 recentf-save-file-coding-system and add coding: tag.
16115
230e1e80
NR
161162005-04-22 Nick Roberts <nickrob@snap.net.nz>
16117
16118 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
16119
e1573595
LK
161202005-04-21 Lute Kamstra <lute@gnu.org>
16121
9721d904
LK
16122 * loadhist.el (unload-feature): Don't remove a function from hooks
16123 if it is about to be restored to an autoload . Remove functions
16124 that will become unbound from auto-mode-alist. Simplify the code.
16125
2c7b5da1
LK
16126 * subr.el (assq-delete-all): New implementation that is linear,
16127 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
16128 (rassq-delete-all): New function.
16129
2231c2bc
SM
16130 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16131 Add size-indication-mode.
e1573595 16132
2375e71a
KH
161332005-04-21 Kenichi Handa <handa@m17n.org>
16134
16135 * international/mule-cmds.el: Add autoload for widget-value in
2231c2bc 16136 eval-when-compile.
2375e71a 16137
8e447172
NR
161382005-04-21 Nick Roberts <nickrob@snap.net.nz>
16139
e271742d 16140 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8e447172
NR
16141 Add tooltip-mode.
16142
16143 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
16144
fcd9d525
LT
161452005-04-20 Luc Teirlinck <teirllm@auburn.edu>
16146
16147 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
16148 (inferior-lisp-filter-regexp, inferior-lisp-program)
16149 (inferior-lisp-load-command, inferior-lisp-prompt)
16150 (inferior-lisp-mode-hook, lisp-source-modes)
16151 (inferior-lisp-load-hook): defvar->defcustom.
16152 (inferior-lisp-program, inferior-lisp-prompt)
16153 (inferior-lisp-load-hook): Doc fixes.
16154 (inferior-lisp-install-letter-bindings): Small change in
16155 introductory comment.
16156
57428691
DN
161572005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
16158
16159 * vc.el (vc-annotate-color-map): Change some colors so that text
16160 using them as foreground is readable on both white and black
16161 backgrounds.
16162
c791cb54
SM
161632005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16164
16165 * international/mule-conf.el (translation-table-for-input):
16166 Remove redundant declaration.
16167
396fdf3c
NR
161682005-04-20 Nick Roberts <nickrob@snap.net.nz>
16169
16170 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
16171
16172 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
16173 (tooltip-toggle-gud-tips): New function.
16174
37c5c4a7
YM
161752005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16176
16177 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
16178 right angle brackets.
16179
64cb0f82
NR
161802005-04-20 Nick Roberts <nickrob@snap.net.nz>
16181
16182 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
16183
95ed7b42
SM
161842005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16185
b8471a02
SM
16186 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
16187 Remove. Update callers to use expand-file-name instead.
16188
95ed7b42
SM
16189 * subr.el (syntax-class): New function.
16190
16191 * simple.el (blink-matching-open): Use it.
16192
16193 * paren.el (show-paren-function): Use it to recognize parens that are
16194 also used in 2-char comment markers.
16195
191652f8
LK
161962005-04-19 Lute Kamstra <lute@gnu.org>
16197
16198 * loadhist.el (unload-feature): Update for new format of
16199 load-history. Simplify the code.
16200
327a3376
YM
162012005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16202
16203 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
16204 (mac-add-charset-info): New function. Initialize variable
16205 mac-charset-info-alist using it.
16206 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
16207 for translation.
16208 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
95ed7b42
SM
16209 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
16210 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
16211 New CCL programs.
327a3376 16212
5827e9d4
KS
162132005-04-19 Kim F. Storm <storm@cua.dk>
16214
16215 * simple.el (next-buffer, prev-buffer, next-error)
16216 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16217 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
16218
16219 * bindings.el (next-buffer, prev-buffer, next-error)
16220 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16221 (clone-indirect-buffer-other-window): Move bindings from simple.el.
16222 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
16223 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
16224
e5feeb31
SM
162252005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16226
16227 * isearch.el (isearch-edit-string): Make the search-ring available for
16228 minibuffer history commands.
16229 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
16230 the default history commands now work just as well.
16231 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
16232
77580d18
KS
162332005-04-18 Kim F. Storm <storm@cua.dk>
16234
16235 * emulation/cua-base.el (cua--pre-command-handler): Add more
16236 elaborate check for shift modifier on non-window systems.
16237
adbb89ef
LH
162382005-04-18 Lars Hansen <larsh@math.ku.dk>
16239
16240 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
16241
2e764c66
KS
162422005-04-18 Kim F. Storm <storm@cua.dk>
16243
16244 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
16245 and make it optional. Don't test tooltip-gud-echo-area here.
e5feeb31
SM
16246 (tooltip-gud-process-output, gdb-tooltip-print):
16247 Pass tooltip-gud-echo-area to tooltip-show.
cae07240 16248 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2e764c66 16249
3f4413f8
YM
162502005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16251
16252 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
16253 `display-graphic-p' may not be bound yet.
16254
742220b6
LT
162552005-04-17 Luc Teirlinck <teirllm@auburn.edu>
16256
16257 * startup.el (command-line): No longer enable Xterm Mouse mode by
16258 default in terminals compatible with xterm.
16259
16260 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
16261
01c515bb
NR
162622005-04-18 Nick Roberts <nickrob@snap.net.nz>
16263
16264 * tooltip.el (tooltip-gud-echo-area): Rename from
16265 tooltip-use-echo-area.
16266 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
16267 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
16268 area independently of where help tooltips are displayed.
16269
bbeb3055
DK
162702005-04-17 David Kastrup <dak@gnu.org>
16271
16272 * cus-theme.el (custom-theme-write-variables): Quote variables
16273 where necessary.
16274
ec0cf966
RS
162752005-04-17 Richard M. Stallman <rms@gnu.org>
16276
9e60c724
RS
16277 * simple.el (yank-excluded-properties): Add follow-link to value.
16278
ec0cf966
RS
16279 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
16280
16281 * startup.el (fancy-splash-max-time): Just 30 seconds.
16282 (fancy-splash-delay): Just 7.
16283 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
16284
16285 * loadhist.el (unload-feature): Update for new format of load-history.
16286 Simplify the code.
16287
16288 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
16289 (rmail-font-lock-keywords): Don't fontify the text of a citation.
16290
16291 * mail/sendmail.el (mail-font-lock-keywords):
16292 Don't fontify subject text.
16293 Don't fontify the text of a citation.
16294
162952005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
16296
16297 * comint.el (comint-output-filter): Run comint-output-filter-functions
16298 with point where the user had it.
16299
b72c5a86
SM
163002005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16301
16302 * international/ucs-tables.el (ucs-set-table-for-input):
16303 Disable when using unify-on-decoding.
16304
fbcaad36
DN
163052005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
16306
16307 * emulation/cua-base.el (cua-global-mark-face): Add special case
16308 for displays supporting a high number of colors.
16309
ccb9871d
EZ
163102005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16311
b72c5a86 16312 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
ccb9871d 16313
3d70f279
EZ
163142005-04-16 Chong Yidong <cyd@stupidchicken.com>
16315
16316 * filesets.el (filesets-add-buffer): If user supplies a name of a
16317 non-existing fileset, create a new fileset.
16318
bf94eed3
CD
163192005-04-16 Carsten Dominik <dominik@science.uva.nl>
16320
b72c5a86 16321 * textmodes/org.el (org-up-heading-all): Fix bug with
742220b6 16322 `outline-up-heading-all'.
bf94eed3 16323
a35d9075
AS
163242005-04-16 Andreas Schwab <schwab@suse.de>
16325
16326 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
16327 /etc/permissions.d/* and /etc/aliases.d/*.
16328
5f400376
KH
163292005-04-16 Kenichi Handa <handa@m17n.org>
16330
b72c5a86
SM
16331 * international/code-pages.el (cp-make-coding-system):
16332 Set `translation-table-for-input' property value to the symbol
5f400376
KH
16333 ucs-mule-to-mule-unicode, not to that value.
16334 (pt154): Escape guillemet by `\'.
16335
9e5b2858
LT
163362005-04-15 Luc Teirlinck <teirllm@auburn.edu>
16337
16338 * loadup.el: Load tooltip if x-show-tip is fboundp.
16339
16340 * startup.el (command-line): Add comment.
16341
16342 * tooltip.el (tooltip-mode): Specify correct standard value for
16343 Custom in init-value.
16344
3698ff2e
NR
163452005-04-15 Nick Roberts <nickrob@snap.net.nz>
16346
16347 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
16348 possible.
16349
a9f07b61
CD
163502005-04-15 Carsten Dominik <dominik@science.uva.nl>
16351
fe38e3b0 16352 * textmodes/org.el (org-agenda-date-prompt): Rename from
a9f07b61
CD
16353 `org-agenda-date-today'.
16354 (org-evaluate-time-range): Insert at point instead of directly
16355 after time range.
16356 (org-first-headline-recenter, org-subtree-end-visible-p)
16357 (org-optimize-window-after-visibility-change): New functions
16358 (org-agenda-post-command-hook): Don't allow point at end of line,
16359 to make sure it always hits the text properties.
b72c5a86
SM
16360 (org-agenda-next-date-line, org-agenda-previous-date-line):
16361 New commands.
a9f07b61 16362 (org-set-regexps-and-options): Category may contain white space.
b72c5a86
SM
16363 (org-agenda-get-deadlines, org-agenda-get-scheduled):
16364 Improve marker positions.
a9f07b61
CD
16365 (org-agenda-new-marker): Argument POS made optional.
16366 (org-agenda-get-timestamps): Deadlines which are done are listed
16367 in org-done-face now.
16368 (org-agenda-get-todos, org-agenda-get-timestamps)
b72c5a86
SM
16369 (org-agenda-get-deadlines, org-agenda-get-scheduled):
16370 Set `undone-face' and `done-face' properties.
a9f07b61
CD
16371 (org-last-todo-state-is-todo): New variable.
16372 (org-todo): Set `org-last-todo-state-is-todo'.
16373 (org-agenda-todo): Change face according to
588c0770 16374 `org-last-todo-state-is-todo'. And change other lines referring to
a9f07b61
CD
16375 the same entry.
16376 (org-calendar-goto-agenda): New command.
16377 (org-calendar-to-agenda-key): New option.
16378 (org-startup-folded): New allowed value `content'.
16379 (org-set-regexps-and-options): Accept new value `content' for
16380 `org-startup-folded'.
16381 (org-get-current-options): Handle new value `content' for
16382 `org-startup-folded'.
16383 (org-insert-todo-heading): New command.
16384 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
16385 interactively in empty file and option
16386 `org-insert-mode-line-in-empty-file' has been set.
af71d4c0 16387 (org-agenda-todo, org-agenda-priority): Modify to use
a9f07b61 16388 `org-agenda-change-all-lines'.
b72c5a86 16389 (org-warning-face): Change color on dark background
a9f07b61 16390
c6588b4e
YM
163912005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16392
16393 * international/mule-cmds.el (set-locale-environment): On Mac OS,
16394 use preferences AppleLocale and AppleLanguages, and variable
16395 mac-system-locale for default locale. On Mac OS Classic, use
16396 mac-system-coding-system for default coding systems.
16397
b72c5a86
SM
16398 * term/mac-win.el: Don't set file-name-coding-system.
16399 Decode variables system-name, emacs-build-system, user-login-name, and
c6588b4e
YM
16400 user-full-name by mac-system-coding-system on Mac OS Classic.
16401 (mac-system-coding-system): New variable.
16402
b3a623d0
LT
164032005-04-13 Luc Teirlinck <teirllm@auburn.edu>
16404
16405 * startup.el (command-line): Handle `xterm-mouse-mode' before
16406 reading init file.
4d727d1a
LT
16407
16408 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
b3a623d0 16409
328fc313
GM
164102005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16411
16412 * progmodes/sh-script.el (sh-here-document-word): Make it a
16413 defcustom. Doc fix.
16414 (sh-add): Bash uses $(( )) for arithmetic.
16415 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
16416 (sh-maybe-here-document): Remove quotes and leading whitespace
16417 from heredoc word when closing. Indent heredoc with tabs if word
16418 starts with "-".
16419
0047373b
RS
164202005-04-13 Richard M. Stallman <rms@gnu.org>
16421
16422 * simple.el (undo): Fix previous change.
16423
16424 * custom.el (defface): Doc fix.
16425
a2d66c78
LK
164262005-04-13 Lute Kamstra <lute@gnu.org>
16427
5c156fdf
LK
16428 * Makefile.in (DONTCOMPILE): Remove list.
16429 (compile, compile-always): Don't use DONTCOMPILE.
16430 (update-authors): Load the library in which batch-update-authors
16431 is defined.
16432 * makefile.w32-in (DONTCOMPILE): Remove list.
16433 (compile, compile-always): Fix comments.
16434 (update-authors): Load the library in which batch-update-authors
16435 is defined.
16436
a2d66c78
LK
16437 * generic-x.el (generic-mode-ini-file-find-file-hook):
16438 Rename to ini-generic-mode-find-file-hook.
16439 Keep generic-mode-ini-file-find-file-hook as an alias.
16440 (ini-generic-mode-find-file-hook): Rename from
16441 generic-mode-ini-file-find-file-hook. Fix docstring.
16442 (ini-generic-mode): Docstring change.
16443 (bat-generic-mode-run-as-comint): Silence the byte compiler.
16444
16445 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
16446 called from lisp.
16447
16448 * generic.el: Move to the emacs-lisp subdir.
16449
759e9f0c
DN
164502005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
16451
16452 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
16453 and C-S- function and cursor motion keys.
16454
dc56fc01
LT
164552005-04-12 Luc Teirlinck <teirllm@auburn.edu>
16456
16457 * startup.el (command-line): Enable Xterm Mouse mode by default.
16458 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
ed77be1d
LT
16459 for Custom. No longer show "Mouse" in mode line when enabled.
16460 Doc fix.
dc56fc01 16461
d50285de
KS
164622005-04-12 Kim F. Storm <storm@cua.dk>
16463
16464 * emulation/cua-base.el (cua-rectangle-face)
16465 (cua-rectangle-noselect-face): Define face attributes here.
16466
16467 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
16468
ed0fb1f1
JD
164692005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16470
16471 * startup.el (command-line): Turn off blinking cursor if
16472 cursorBlink in resources is off or false.
16473
a56e6111
YM
164742005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16475
16476 * term/mac-win.el (dnd): Require dnd.
16477 (mac-drag-n-drop): Call dnd-handle-one-url.
b7461be9
YM
16478 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
16479 (kTextEncodingISOLatin2): Remove constants.
16480 (mac-script-code-coding-systems): New constant.
16481 (mac-handle-language-change): New function.
16482 (special-event-map): Bind it to `language-change' event.
16483 (mac-centraleurroman, mac-cyrillic): New coding systems.
16484 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
16485 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
16486 and mac-cyrillic-encoder to encode-mac-centraleurroman and
16487 encode-mac-cyrillic, respectively.
a56e6111 16488
a1b6a089
NR
164892005-04-12 Nick Roberts <nickrob@snap.net.nz>
16490
16491 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
16492 Don't set overlay-arrow-string to "=>" as this is done
16493 globally in C now.
16494
4d88e0ad
LK
164952005-04-12 Lute Kamstra <lute@gnu.org>
16496
b72c5a86
SM
16497 * generic-x.el (rc-generic-mode, rul-generic-mode):
16498 Fix auto-mode-alist entries.
4d88e0ad
LK
16499 (etc-fstab-generic-mode): Tweak fontification.
16500
16501 * generic.el (generic-make-keywords-list): Fix docstring.
16502 (generic-mode-internal): Simplify generic-font-lock-keywords.
16503
df5e8d2c
RV
165042005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
16505
b72c5a86 16506 * whitespace.el (whitespace-buffer-leading)
2231c2bc
SM
16507 (whitespace-buffer-trailing): Revert the incorrect test inversion.
16508 However, fix the highlight area for the leading and
df5e8d2c
RV
16509 trailing whitespaces to show space.
16510
7a15a271
RV
165112005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
16512
16513 * whitespace.el (whitespace-version): Bump to 3.5
16514
b72c5a86
SM
16515 (whitespace-buffer-leading, whitespace-buffer-trailing):
16516 Invert sense of the test to highlight the whitespace.
7a15a271 16517
c80b3945
NR
165182005-04-12 Nick Roberts <nickrob@snap.net.nz>
16519
16520 * progmodes/gud.el (gud-display-line): GUD uses its own
16521 overlay arrow now so don't set overlay-arrow-string.
16522 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
16523
22c061d6
DN
165242005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
16525
16526 * term.el (term-ansi-current-bold, term-ansi-current-underline)
16527 (term-ansi-current-reverse, term-ansi-current-invisible)
16528 (term-ansi-face-already-done): Change to boolean.
16529 (term-reset-terminal, term-handle-colors-array): Handle the above
16530 vars accordingly.
16531 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
16532 (term-emulate-terminal): Use the new name.
16533
16534 * faces.el (secondary-selection): Use yellow1, not yellow.
16535 (trailing-whitespace): Use red1, not red.
16536
b438e670
JD
165372005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16538
16539 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
16540 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
16541 (dired-dnd-handle-file): Call dnd-get-local-file-uri
16542
16543 * cus-edit.el (dnd): New group.
16544
16545 * term/w32-win.el (dnd): Require dnd
16546 (w32-drag-n-drop): Call dnd-handle-one-url.
16547
16548 * x-dnd.el: Require dnd.
b72c5a86
SM
16549 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
16550 Call dnd-handle-one-url.
b438e670
JD
16551 (x-dnd-types-alist, x-dnd-insert-utf8-text)
16552 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
16553 to dnd-insert-text.
4d88e0ad
LK
16554 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
16555 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
fe38e3b0 16556 (x-dnd-get-local-file-name, x-dnd-open-local-file)
b72c5a86 16557 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
b438e670
JD
16558
16559 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
16560
0047373b 165612005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
a8f8c390
SM
16562
16563 * wdired.el: Doc fixes.
16564 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
16565 (wdired-use-dired-vertical-movement): Rename from
16566 wdired-always-move-to-filename-beginning.
16567 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
16568 (wdired-change-to-wdired-mode): Change mode name.
16569 (wdired-newline): Delete.
16570
713c9020
RS
165712005-04-11 Richard M. Stallman <rms@gnu.org>
16572
7dbe67a4
RS
16573 * whitespace.el (whitespace-highlight-the-space):
16574 Don't call whitespace-unhighlight-the-space here.
16575
713c9020
RS
16576 * simple.el (undo): Record t in undo-equiv-table
16577 for the redo record made by an undo-in-region.
16578
45bd9a1a
NR
165792005-04-12 Nick Roberts <nickrob@snap.net.nz>
16580
16581 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
16582 (gdb-frame-inferior-io-buffer): New Functions to control
16583 display of separate IO buffer.
16584 (menu): Add them to menu-bar.
16585 (gdb-display-buffer): Check for buffer another frame.
16586 Protect GUD buffer.
16587 (gdb-setup-windows): Create IO buffer if not already there.
16588 (gdb-memory-mode): Remove purecopy noops.
16589
055e0d88
GM
165902005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
16591
16592 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
16593 and pass to self-insert-command.
16594
9285b8bc
LK
165952005-04-11 Lute Kamstra <lute@gnu.org>
16596
16597 * generic.el: Commentary section cleanup.
16598 (generic): Delete.
16599 (generic-use-find-file-hook, generic-lines-to-scan)
16600 (generic-find-file-regexp, generic-ignore-files-regexp)
16601 (default-generic-mode, generic-mode-find-file-hook)
16602 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
16603 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
16604 (generic-use-find-file-hook, generic-lines-to-scan)
16605 (generic-find-file-regexp, generic-ignore-files-regexp)
16606 (default-generic-mode, generic-mode-find-file-hook)
16607 (generic-mode-ini-file-find-file-hook): Move from generic.el.
16608
9552bee8
KF
166092005-04-10 Karl Fogel <kfogel@red-bean.com>
16610
16611 * bookmark.el (bookmark-write-file): Catch errors writing file.
16612 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
16613
6695c528
RS
166142005-04-10 Richard M. Stallman <rms@gnu.org>
16615
16616 * startup.el (fancy-splash-tail): Update copyright year.
16617 (command-line): Split part of -Q into -D.
16618 (emacs-basic-display): New defvar.
16619 (fancy-splash-text): Correct name of menu item.
16620
16621 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
16622
16623 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
16624 lines in one node.
16625
16626 * comint.el (comint-send-input): New arg ARTIFICIAL.
16627 Callers in this file changed.
16628
16629 * abbrev.el (define-abbrevs): Read system abbrevs properly.
16630
16631 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
16632
166332005-04-10 Chong Yidong <cyd@stupidchicken.com>
16634
16635 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
16636 `ldap-search-internal'.
16637
35f257bb
SM
166382005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16639
f587e30b
SM
16640 * files.el (set-auto-mode-1): Use line-end-position.
16641
35f257bb
SM
16642 * international/latin-1.el:
16643 * international/latin-2.el:
16644 * international/latin-3.el:
16645 * international/latin-4.el:
16646 * international/latin-5.el:
16647 * international/latin-8.el:
16648 * international/latin-9.el: Give punctuation syntax to NBSP.
16649
16650 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
16651 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
16652 Use char-classes to accept non-ascii letters, accepted in some recent
16653 bibtex implementations.
16654
223bc577
LT
166552005-04-10 Luc Teirlinck <teirllm@auburn.edu>
16656
16657 * custom.el (custom-set-minor-mode): Any non-nil value for the
16658 variable should enable the mode when set through Custom.
16659
4bcb9c95
SM
166602005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16661
16662 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
16663 TAB binding so tab-always-indent is obeyed.
16664 (vhdl-minibuffer-local-map): Move initialization into declaration.
16665 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
16666 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
16667 (vhdl-hooked-abbrev): Avoid test for XEmacs.
16668 (vhdl-current-line): Use line-beginning-position.
16669 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
16670 with-output-to-temp-buffer, so the current position can be recorded.
16671
0c9a01ff
MY
166722005-04-10 Masatake YAMATO <jet@gyve.org>
16673
4bcb9c95
SM
16674 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16675 Add regexp for gcov.
0c9a01ff 16676
91472578
MB
166772005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16678
4bcb9c95
SM
16679 * calendar/time-date.el (time-to-seconds, seconds-to-time)
16680 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
91472578 16681 syntax which Emacs 20 doesn't support.
91472578 16682
6695c528
RS
166832005-04-09 Richard M. Stallman <rms@gnu.org>
16684
b72c5a86
SM
16685 * help.el (describe-key-briefly, describe-key):
16686 Replace strings as event types with "(any string)".
6695c528 16687
941f9778
SM
166882005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16689
16690 * arc-mode.el (archive-mode-map): Move initialization into
16691 the declaration. Override *all* bindings of `undo'.
16692 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
16693
1d1bf521
JB
166942005-04-09 Jay Belanger <belanger@truman.edu>
16695
941f9778 16696 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1d1bf521 16697
ce102cb1
DN
166982005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
16699
16700 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
16701 (xterm-register-default-colors): Update color values computation
16702 to match xterm-200.
16703
2a9e192d
KH
167042005-04-09 Kenichi Handa <handa@m17n.org>
16705
16706 * international/code-pages.el (iso-latin-7): Fix the map.
16707
e790a4a3
LT
167082005-04-08 Luc Teirlinck <teirllm@auburn.edu>
16709
16710 * emacs-lisp/lisp.el (defun-prompt-regexp)
16711 (parens-require-spaces, buffer-end, end-of-defun)
16712 (insert-parentheses): Doc fixes.
16713
3306ed3b
KS
167142005-04-08 Kim F. Storm <storm@cua.dk>
16715
16716 * comint.el (comint-highlight-prompt): Fix face spec.
e0d815a2 16717 * hi-lock.el (hi-green): Likewise.
3306ed3b 16718
099dcdcf
DN
167192005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
16720
3306ed3b 16721 * cus-edit.el (custom-modified-face):
099dcdcf
DN
16722 * comint.el (comint-highlight-input): Fix previous changes.
16723 * term.el (term-handle-ansi-escape): Add a comment.
16724
c22c3db0
SM
167252005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16726
16727 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
16728 in the buffer and in whitespace-highlighted-space.
16729 (whitespace-unhighlight-the-space): Simplify.
16730 (whitespace-buffer): Simplify.
16731
ea81d57e
DN
167322005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
16733
16734 * textmodes/table.el (table-cell-face): Add special case for
16735 displays supporting a high number of colors.
16736 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16737 (vhdl-font-lock-reserved-words-face)
16738 (vhdl-speedbar-architecture-face)
16739 (vhdl-speedbar-instantiation-face)
16740 (vhdl-speedbar-architecture-selected-face)
c22c3db0
SM
16741 (vhdl-speedbar-instantiation-selected-face): Likewise.
16742 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
16743 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
ea81d57e
DN
16744 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16745 (ebrowse-root-class-face, ebrowse-member-attribute-face)
c22c3db0
SM
16746 (ebrowse-progress-face): Likewise.
16747 * progmodes/compile.el (compilation-info-face): Likewise.
16748 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
16749 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
16750 * calendar/calendar.el (diary-face): Likewise.
ea81d57e 16751 * woman.el (woman-italic-face, woman-bold-face)
c22c3db0
SM
16752 (woman-unknown-face): Likewise.
16753 * wid-edit.el (widget-button-pressed-face): Likewise.
16754 * whitespace.el (whitespace-highlight-face): Likewise.
16755 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
16756 * pcvs-info.el (cvs-marked-face): Likewise.
16757 * info.el (info-xref): Likewise.
16758 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
ea81d57e 16759 * hilit-chg.el (highlight-changes-face)
c22c3db0 16760 (highlight-changes-delete-face): Likewise.
ea81d57e 16761 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
c22c3db0
SM
16762 (hi-red-b): Likewise.
16763 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
ea81d57e 16764 * font-lock.el (font-lock-keyword-face)
c22c3db0 16765 (font-lock-function-name-face, font-lock-warning-face): Likewise.
ea81d57e
DN
16766 * cus-edit.el (custom-invalid-face, custom-modified-face)
16767 (custom-set-face, custom-changed-face, custom-variable-tag-face)
c22c3db0
SM
16768 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
16769 * comint.el (comint-highlight-prompt): Likewise.
ea81d57e 16770
67b4790b
LK
167712005-04-08 Lute Kamstra <lute@gnu.org>
16772
16773 * font-lock.el (font-lock-keywords): Docstring fixes.
16774
9741224e
KH
167752005-04-08 Kenichi Handa <handa@m17n.org>
16776
16777 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
16778 chars are more than a limit, print " and more..." at the tail.
16779
3a10b9ce
KS
167802005-04-08 Kim F. Storm <storm@cua.dk>
16781
16782 * emacs-lisp/authors.el (authors-aliases): Update list.
16783 (authors-ignored-files): New list.
16784 (authors-fixed-entries): Fix typo.
16785 (authors-renamed-files-alist): Update list.
16786 (authors-add): Check authors-ignored-files.
16787
eaf779a7
CD
167882005-04-08 Carsten Dominik <dominik@science.uva.nl>
16789
214e2d48 16790 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
eaf779a7
CD
16791 optional, to ensure backward compatibility.
16792
fc2cae59
SE
167932005-04-08 Stephen Eglen <stephen@gnu.org>
16794
16795 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
16796
859b8989
KS
167972005-04-08 Kim F. Storm <storm@cua.dk>
16798
b72c5a86 16799 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859b8989
KS
16800
16801 * mouse.el (mouse-on-link-p): Doc fix.
16802
709bfdaf
LT
168032005-04-07 Luc Teirlinck <teirllm@auburn.edu>
16804
db648b84
LT
16805 * ielm.el (ielm-prompt-read-only): Doc fix.
16806
709bfdaf
LT
16807 * comint.el (comint-prompt-read-only): Doc fix.
16808
5b523a77
JL
168092005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
16810
16811 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
16812 ensure dired always handles wildcards passed to ffap.
16813 (find-file-at-point): Use it.
16814 (ffap-dired-wildcards): Doc fix.
16815
34d86208
JL
168162005-04-07 Juri Linkov <juri@jurta.org>
16817
16818 * simple.el (next-error-overlay-arrow-position): New defvar.
16819 Put "=>" on its property `overlay-arrow-string'. Add it to
16820 `overlay-arrow-variable-list'.
16821
16822 * progmodes/compile.el (compilation-setup):
16823 Set `next-error-overlay-arrow-position' to nil. Also set it to
16824 nil in the local hook `kill-buffer-hook'. Make local variable
16825 `overlay-arrow-string' and set it to "=>".
16826 (compilation-goto-locus): Set BOL position to
16827 `next-error-overlay-arrow-position' instead of
16828 `overlay-arrow-position'.
16829
16830 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
16831 locally instead of adding it to the global hook.
16832 (Info-kill-buffer): Move up.
16833
9fb518aa
DN
168342005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
16835
16836 * term/xterm.el (xterm-standard-colors): Update color values from
4c23089d 16837 xterm-200.
9fb518aa 16838
5c8b653b
SM
168392005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
16840
797bf075
SM
16841 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
16842
5c8b653b
SM
16843 * fast-lock.el:
16844 * lazy-lock.el: Move them to the obsolete subdir.
16845
969ee2ad
SM
168462005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16847
16848 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
16849 (wdired-add-replace-advice): Remove.
16850 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
16851
73f0d996
KS
168522005-04-06 Kim F. Storm <storm@cua.dk>
16853
16854 * startup.el (command-line): Add --bare-bones alias for -Q.
16855
369f76bb
YM
168562005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16857
16858 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
16859 create the startup fontset if a font specification ends with
16860 `mac-roman'.
16861
e0e5f076
LK
168622005-04-06 Lute Kamstra <lute@gnu.org>
16863
9e4b54a0
LK
16864 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
16865 change.
16866
e0e5f076
LK
16867 * emacs-lisp/copyright.el (copyright-update-year): Replace the
16868 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
16869
ab7bc290
LK
168702005-04-05 Lute Kamstra <lute@gnu.org>
16871
6a8cf883
LK
16872 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
16873 (define-generic-mode): Ditto. Fix debug declaration.
d9c39305 16874
969ee2ad
SM
16875 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16876 Put them in the generic-x group.
6a8cf883 16877
d9c39305 16878 * calendar/timeclock.el (timeclock): Doc fix.
6a8cf883 16879
ab7bc290
LK
16880 * generic.el (define-generic-mode): Don't use custom-current-group.
16881 Document default :group value.
16882 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
16883 (define-global-minor-mode): Don't use custom-current-group.
16884
39b32c06
GM
168852005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
16886
f4564cfd
GM
16887 * startup.el (command-line-1): Display startup-echo-area-message
16888 when fancy splash screen is in use.
16889
d6d43bde
GM
16890 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
16891 (sh-escaped-newline): New face.
16892 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
16893 newline, and use sh-escaped-newline face.
16894
39b32c06
GM
16895 * progmodes/tcl.el (tcl-escaped-newline): New face.
16896 (tcl-builtin-list): New variable.
16897 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
16898 newlines. Fix keywords subexpression number.
16899
da659ce6
CD
169002005-04-05 Carsten Dominik <dominik@science.uva.nl>
16901
d9c39305 16902 * textmodes/org.el (org-diary-default-entry): Fix call to
39b32c06 16903 `add-to-diary-entry'.
da659ce6 16904
7ed08c01
KS
169052005-04-05 Kim F. Storm <storm@cua.dk>
16906
16907 * ediff-init.el: Use (featurep 'xemacs).
16908
f1c7de69
DP
169092005-04-05 David Ponce <david@dponce.com>
16910
16911 * cus-edit.el (face): Derive from symbol widget. Display sample
16912 of the current face on the fly.
16913 (widget-face-sample-face-get, widget-face-notify): New functions.
16914 (widget-face-value-create): Remove.
16915
16916 * wid-edit.el (widget-field-end): Temporarily remove field
16917 narrowing before to call `get-char-property'.
16918
32503b32
JB
169192005-04-04 Jay Belanger <belanger@truman.edu>
16920
16921 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
16922 (math-read-subscripts): New variable.
16923 (math-read-preprocess-string): Process subscripts.
16924
47b143f3
LT
169252005-04-04 Luc Teirlinck <teirllm@auburn.edu>
16926
a9aa7c74
LT
16927 * comint.el (comint-prompt-read-only): Doc fix.
16928
47b143f3
LT
16929 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
16930 `-1'. Doc fix.
16931
6eb49472
CD
169322005-04-04 Carsten Dominik <dominik@science.uva.nl>
16933
969ee2ad
SM
16934 * textmodes/org.el (org-insert-mode-line-in-empty-file):
16935 Change default value to nil.
6eb49472 16936
171c707b
LK
169372005-04-04 Lute Kamstra <lute@gnu.org>
16938
8c6ef2ca
LK
16939 * autorevert.el (auto-revert-mode): Specify :group.
16940 * battery.el (display-battery-mode): Specify :group.
16941 * diff-mode.el (diff-minor-mode): Specify :group.
16942 * font-core.el (font-lock-mode): Specify :group.
16943 * hl-line.el (hl-line-mode): Specify :group.
16944 * iimage.el (iimage): New customization group.
16945 (iimage-mode): Specify :group.
16946 * longlines.el (longlines-mode): Specify :group.
16947 * master.el: Don't require easy-mmode.
16948 (master): New customization group.
16949 (master-mode): Specify :group.
16950 * msb.el (msb-mode): Specify :group.
16951 * reveal.el (reveal-mode): Specify :group.
16952 * simple.el (next-error-follow-minor-mode): Specify :group.
16953 * smerge-mode.el (smerge-mode): Specify :group.
16954 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
16955 * emulation/cua-base.el (cua-mode): Specify :group.
16956 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
16957 * language/thai-util.el (thai-auto-composition-mode)
16958 (thai-word-mode): Specify :group.
16959 * mail/supercite.el (sc-minor-mode): Specify :group.
16960 * progmodes/cwarn.el (cwarn-mode): Specify :group.
16961 * progmodes/flymake.el (flymake-mode): Specify :group.
16962 * progmodes/glasses.el (glasses-mode): Specify :group.
16963 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
16964 * textmodes/enriched.el (enriched-mode): Specify :group.
16965 * textmodes/refill.el (refill-mode): Specify :group.
16966
171c707b
LK
16967 * add-log.el (change-log-font-lock-keywords): Names in
16968 parenthesized lists can contain spaces.
16969
e3039e63
TTN
169702005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
16971
16972 * startup.el (fancy-splash-text): Shorten default text of
16973 "Emacs Tutorial" line. Also, if the current language env
16974 indicates an available tutorial file other than TUTORIAL,
16975 extract its title and append it to the line in parentheses.
16976 (fancy-splash-insert): If arg is a thunk, funcall it.
16977
1151215a
JB
169782005-04-04 Jay Belanger <belanger@truman.edu>
16979
16980 * calc.el (calc-language-alist): Add tags to customization type.
16981
745986d5
LT
169822005-04-03 Luc Teirlinck <teirllm@auburn.edu>
16983
81fb9e86 16984 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
745986d5
LT
16985 Doc fix.
16986
28cfe103 169872005-04-03 Marcelo Toledo <marcelo@gnu.org>
e9fd21e8 16988
969ee2ad
SM
16989 * add-log.el (change-log-font-lock-keywords): The manual
16990 describing a Change Log entry, says: (...) "Aside from these
16991 header lines, every line in the change log starts with a space or
52eb0373 16992 a tab.". The font-lock was not highlighting lines started with
969ee2ad 16993 spaces, added support for it.
e9fd21e8 16994
63d516ce
SM
169952005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16996
16997 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
52eb0373 16998 (bibtex-generate-url-list): Update docstring accordingly. Put the
63d516ce
SM
16999 complex example in the docstring.
17000 (bibtex-font-lock-url): Use pop.
17001
59bb9410
SM
170022005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17003
4c5113c7
SM
17004 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
17005
59bb9410
SM
17006 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
17007
6c381cba
GM
170082005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
17009
17010 * filesets.el (filesets-set-default): Doc fix.
17011
07e5fb9e
LK
170122005-04-03 Lute Kamstra <lute@gnu.org>
17013
c85465f9
LK
17014 * generic.el (define-generic-mode): Add argument to specify
17015 keywords for defcustom.
17016 (default-generic-mode): Specify :group.
59bb9410 17017
0c0a9c99
LK
17018 * generic-x.el: Specify :group for all generic modes.
17019
07e5fb9e 17020 * desktop.el (desktop-no-desktop-file-hook)
d9c39305 17021 (desktop-after-read-hook): Doc fix.
07e5fb9e 17022
2a0af9db
LT
170232005-04-02 Luc Teirlinck <teirllm@auburn.edu>
17024
17025 * simple.el (visible-mode): Use explicit :group keyword.
17026 This changes the group of `visible-mode-hook' from paren-blinking
17027 to editing-basics.
17028
2f2e2373
EZ
170292005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
17030
52eb0373 17031 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2f2e2373
EZ
17032 mailbox specifications as well as URLs.
17033 (rmail-insert-inbox-text): Remove unused conditional branches.
17034
1ee49a88
JB
170352005-04-01 Jay Belanger <belanger@truman.edu>
17036
17037 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
17038 (calc-gnuplot-print-command): Move definitions to calc.el.
17039
17040 * calc/calc-embed.el (calc-embedded-announce-formula)
17041 (calc-embedded-open-formula, calc-embedded-close-formula)
17042 (calc-embedded-open-word, calc-embedded-close-word)
17043 (calc-embedded-open-plain, calc-embedded-close-plain)
17044 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
17045 (calc-embedded-open-mode, calc-embedded-close-mode):
17046 Move definitions to calc.el.
17047
17048 * calc/calc.el (calc-settings-file, calc-language-alist):
17049 Make customizable.
17050 (calc-embedded-announce-formula, calc-embedded-open-formula)
17051 (calc-embedded-close-formula, calc-embedded-open-word)
17052 (calc-embedded-close-word, calc-embedded-open-plain)
17053 (calc-embedded-close-plain, calc-embedded-open-new-formula)
17054 (calc-embedded-close-new-formula, calc-embedded-open-mode)
17055 (calc-embedded-close-mode, calc-gnuplot-name)
17056 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
17057 from other files and make customizable.
17058
392fe1b7
SM
170592005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
17062 Use buffer-live-p.
17063 (cvs-mode-run): Don't call cvs-update-header here.
17064 (cvs-run-process): Call cvs-update-header.
17065 Use process properties for cvs-postprocess and cvs-buffer so that
17066 the sentinel can behave better if the temp buffer is killed.
17067 Use a pipe rather than a tty, to better handle unexpected prompts.
17068 (cvs-sentinel): Rewrite. Call cvs-update-header.
17069
2e2255f6
AS
170702005-04-01 Andre Spiegel <spiegel@gnu.org>
17071
17072 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
17073 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
17074
392fe1b7
SM
170752005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
17076
17077 * generic.el (define-generic-mode): Add indentation rule.
17078
5e9961be
LT
170792005-03-31 Luc Teirlinck <teirllm@auburn.edu>
17080
17081 * files.el (mode-require-final-newline): Make Custom correctly
17082 report a nil value and allow to set it to nil via Custom.
17083 Doc fix.
17084
9cf97f26
KH
170852005-04-01 Kenichi Handa <handa@m17n.org>
17086
17087 * international/characters.el: Enable the correct case setting for
17088 dotless-i and dotted-I.
17089
81f5c6a3
KS
170902005-04-01 Kim F. Storm <storm@cua.dk>
17091
17092 * ido.el (ido-file-internal): Fall back to non-ido command if
17093 initial directory is on slow ftp (or tramp) host.
17094
39a27f95
RS
170952005-03-31 Richard M. Stallman <rms@gnu.org>
17096
e134f4a8
RS
17097 * emacs-lisp/autoload.el (make-autoload):
17098 Handle define-global-minor-mode.
17099
39a27f95 17100 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
392fe1b7 17101 Rename from easy-mmode-define-global-mode.
39a27f95
RS
17102 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
17103
392fe1b7
SM
17104 * progmodes/scheme.el (scheme-mode-syntax-table):
17105 Update syntax of | and # for two-character comment syntax.
39a27f95 17106
66e181ad
LK
171072005-03-31 Lute Kamstra <lute@gnu.org>
17108
17109 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
17110 (define-minor-mode): Call custom-current-group at load-time.
17111
17112 * generic.el (define-generic-mode): Add debug declaration.
17113 Add defcustom for the mode hook.
17114 (generic-mode-internal): Use run-mode-hooks.
17115
34514f48
KS
171162005-03-31 Kim F. Storm <storm@cua.dk>
17117
17118 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
f793f885
KS
17119 (mouse-fixup-help-message): New defun called by show_help_echo
17120 to fixup mouse-2 prefix in help messages when applicable.
34514f48 17121
f793f885 17122 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34514f48 17123
fafbb99d 171242005-03-31 Kenichi Handa <handa@m17n.org>
7c315e1c 17125
e5729c6c
KH
17126 * language/thai-word.el (thai-find-word-ends): Pay attention to
17127 the case that we reach the end of buffer.
17128
7c315e1c
KH
17129 * textmodes/fill.el (fill-text-properties-at): New function.
17130 (fill-newline): Use fill-text-properties-at instead of
17131 text-properties-at.
17132
52eb0373 171332005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
ace4dad6 17134
d9c39305 17135 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
ace4dad6
KB
17136 not comint-quote-filename.
17137
5ee2cf8a
TTN
171382005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
17139
17140 * help-fns.el (help-with-tutorial): Revert last change.
17141
7ab4753e
KS
171422005-03-31 Kim F. Storm <storm@cua.dk>
17143
17144 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
17145
fffaba77
PE
171462005-03-30 Paul Eggert <eggert@cs.ucla.edu>
17147
17148 * calendar/cal-china.el: Update reference to "Calendrical
17149 Calculations" book; there's a new edition.
17150 * calendar/cal-coptic.el: Likewise.
17151 * calendar/cal-french.el: Likewise.
17152 * calendar/cal-hebrew.el: Likewise.
17153 * calendar/cal-islam.el: Likewise.
17154 * calendar/cal-iso.el: Likewise.
17155 * calendar/cal-julian.el: Likewise.
17156 * calendar/cal-mayan.el: Likewise.
17157 * calendar/cal-persia.el: Likewise.
17158 * calendar/calendar.el: Likewise.
17159 * calendar/holidays.el: Likewise.
17160 * calendar/lunar.el: Likewise.
17161 * calendar/solar.el: Likewise.
17162
17163 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
17164 white space from doc string.
17165
0a2bf0fa
JB
171662005-03-30 Jay Belanger <belanger@truman.edu>
17167
17168 * calc/calc-help.el (calc-full-help): Remove email address.
17169
19577b0e
TTN
171702005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
17171
17172 * help-fns.el (help-with-tutorial): Delete title line.
17173
4fdb2a6c
GM
171742005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17175
9080baba
GM
17176 * calendar/cal-x.el (calendar-one-frame-setup)
17177 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
119f6f17 17178 rather than `symbol' for set-window-dedicated-p.
9080baba 17179
204451b6
GM
17180 * calendar/appt.el (appt-buffer-name): Make it a constant.
17181 (appt-add): Doc fix.
17182
4fdb2a6c
GM
17183 * filesets.el (filesets-menu-path, filesets-menu-before)
17184 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
17185 (filesets-menu-cache-file): Use directory ~/.emacs.d.
17186 (filesets-add-submenu): Delete and use add-submenu instead.
17187
ef943dba
CD
171882005-03-30 Carsten Dominik <dominik@science.uva.nl>
17189
19577b0e 17190 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
ef943dba
CD
17191 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
17192 (org-diary-default-entry): New function.
392fe1b7 17193 (org-get-entries-from-diary): Better parsing of diary entries.
ef943dba
CD
17194 (org-agenda-check-no-diary): New function.
17195 ("diary-lib"): Advice to function `add-to-diary-list', to allow
17196 linking to diary entries.
392fe1b7
SM
17197 (org-agenda-execute-calendar-command): New function.
17198 (org-agenda): Improve visible section in window.
17199 Use `org-fit-agenda-window'.
ef943dba
CD
17200 (org-fit-agenda-window): New option.
17201 (org-move-subtree-down): Better handling of empty lines
17202 at end of subtree.
17203 (org-cycle): Numeric prefix is interpreted now as show-subtree N
17204 levels up.
17205 (org-fontify-done-headline): New option.
17206 (org-headline-done-face): New face.
17207 (org-set-font-lock-defaults): Use `org-headline-done-face'.
392fe1b7
SM
17208 (org-table-copy-down): Rename from `org-table-copy-from-above'.
17209 When current field is non-empty, it is copied to next row.
17210 (org-table-copy-from-above): Fix bug which made it
17211 impossible to copy fields containing only a single non-white character.
ef943dba 17212
c33d06b0
KS
172132005-03-30 Kim F. Storm <storm@cua.dk>
17214
17215 * kmacro.el (kmacro-end-macro): Isearch may store this command
17216 into the macro -- so ignore it when executing keyboard macro.
17217
4f5f7887
NR
172182005-03-30 Nick Roberts <nickrob@snap.net.nz>
17219
17220 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
17221
74269806
KH
172222005-03-29 Kenichi Handa <handa@m17n.org>
17223
17224 * language/thai.el ("Thai"): Set setup-function and exit-function
17225 for Thai language environment.
17226
17227 * language/thai-util.el: Require thai-word.
17228 (thai-word-mode-map): New variable.
17229 (thai-word-mode): New minor mode.
17230 (setup-thai-language-environment-internal): New function.
17231 (exit-thai-language-environment-internal): New function.
17232
17233 * language/thai-word.el (thai-word-table): Declare it by defvar,
17234 use dolist to initialize it.
17235 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
17236 (thai-fill-find-break-point): New functions.
17237
8e669bbd
RS
172382005-03-29 Richard M. Stallman <rms@gnu.org>
17239
17240 * simple.el (idle-update-delay): Move definition up.
b36a687c 17241 (set-mark): Doc fix.
8e669bbd
RS
17242
172432005-03-29 Chong Yidong <cyd@stupidchicken.com>
17244
17245 * longlines.el: New file.
c33d06b0 17246
8e669bbd
RS
17247 * simple.el (buffer-substring-filters): New variable.
17248 (filter-buffer-substring): New function.
17249 (kill-region, copy-region-as-kill): Use it.
17250
17251 * register.el (copy-to-register, append-to-register)
17252 (prepend-to-register): Use filter-buffer-substring.
17253
5f9ffb03
NR
172542005-03-30 Nick Roberts <nickrob@snap.net.nz>
17255
588c0770 17256 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5f9ffb03
NR
17257 (gud-filter-pending-text): Move in front of gdb.
17258 (gud-overlay-arrow-position): New variable.
17259 (gud-sentinel, gud-display-line): Use it in place of
17260 overlay-arrow-position.
17261
0d6d7be5
GM
172622005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
17263
b976213b
GM
17264 * progmodes/fortran.el (fortran-if-indent): Doc fix.
17265 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
17266 (fortran-font-lock-keywords-4): New variable.
17267 (fortran-blocks-re, fortran-end-block-re)
17268 (fortran-start-block-re): New constants, for hideshow.
17269 (hs-special-modes-alist): Add a Fortran entry.
17270 (fortran-mode-map): Bind fortran-end-of-block,
17271 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
52eb0373 17272 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
b976213b
GM
17273 (fortran-looking-at-if-then, fortran-end-of-block)
17274 (fortran-beginning-of-block): New functions, for hideshow.
17275
52eb0373
JB
17276 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17277 Doc fix. Tweak regexp.
0d6d7be5
GM
17278 (f90-beginning-of-block): Push mark first.
17279
bb64248b
JB
172802005-03-29 Jay Belanger <belanger@truman.edu>
17281
17282 * calc/calc.el: Update copyright date.
17283 (calc-version): Increase to 2.1.
17284 (calc-version-date): Remove.
17285
17286 * calc/calc-help.el: Update copyright date.
17287 (calc-full-help): Remove reference to calc-version-date.
17288 Update copyright date.
17289
55ec6b37
SM
172902005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17291
17292 * vc.el (vc-do-command): Use a pipe for async processes, so password
17293 prompts don't show up at places where the user can't reply.
17294
52eb0373 172952005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6380e5a7
KB
17296
17297 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
17298 on the file name we pass to the inferior shell.
17299
ef91372a
SM
173002005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17301
17302 * progmodes/which-func.el (which-function): Be robust in the face of an
17303 imenu--make-index-alist failure.
17304
8d194e3e
SM
173052005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17306
17307 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
17308
17309 * progmodes/python.el (python-preoutput-filter): Fix last change.
17310
d7029908
LK
173112005-03-29 Lute Kamstra <lute@gnu.org>
17312
17313 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
17314 functions and compiled macros.
17315 (debug-convert-byte-code): Handle macros too.
17316 (debug-on-entry-1): Don't signal an error when trying to clear a
17317 function that is not set to debug on entry.
17318
d59ea3ae
JB
173192005-03-29 Jay Belanger <belanger@truman.edu>
17320
17321 * calc/calc-lang.el: Add functions to math-function-table
17322 properties of tex and math.
17323
eab4bb89
KH
173242005-03-29 Kenichi Handa <handa@m17n.org>
17325
17326 * ps-mule.el (ps-mule-plot-string): Translate characters by
17327 ps-print-translation-table.
17328 (ps-mule-begin-job): Call find-charset-region/string with
17329 ps-print-translation-table.
8d194e3e 17330 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
eab4bb89
KH
17331
17332 * ps-print.el (ps-print-translation-table): New variable.
8d194e3e 17333 (ps-plot-region): Translate characters by ps-print-translation-table.
eab4bb89 17334
073fcaf6
JL
173352005-03-29 Juri Linkov <juri@jurta.org>
17336
17337 * simple.el (next-error-highlight-timer): New variable.
17338
17339 * progmodes/compile.el (compilation-goto-locus):
17340 Use `next-error-highlight-timer' instead of `sit-for'.
17341
caf3c78f
SM
173422005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17343
17344 * mail/supercite.el (sc-mail-field): Use assoc-string.
17345 (sc-get-address): Simplify regexps.
17346
17347 * files.el (minibuffer-with-setup-hook): New macro.
17348 (find-file-read-args): Use it to avoid let-binding
17349 minibuffer-with-setup-hook (which breaks turning on/off
17350 file-name-shadow-mode while in the prompt).
17351
e5456e73
SM
17352 * complete.el (PC-read-include-file-name-internal):
17353 Use test-completion.
caf3c78f 17354
2d526287
LT
173552005-03-28 Luc Teirlinck <teirllm@auburn.edu>
17356
17357 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
17358
12566797
SM
173592005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17360
ba96f392
SM
17361 * window.el (window-buffer-height): Use count-screen-lines.
17362
12566797
SM
17363 * progmodes/python.el (python-preoutput-leftover): New var.
17364 (python-preoutput-filter): Use it.
17365 (python-send-receive): Loop until all the result has been received.
17366
ba40634b
JL
173672005-03-28 Juri Linkov <juri@jurta.org>
17368
17369 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
17370
17371 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
17372 "Recover Crashed Session".
17373 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
17374 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
17375 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
17376 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
17377 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
17378 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
17379 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
17380 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
17381
17382 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
17383 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
17384 Ediff Sessions", "Toggle use of separate control buffer frame",
17385 "Use separate frame for Ediff control buffer".
17386
17387 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
17388 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
17389 "Rename Bookmark", "Delete Bookmark".
17390
17391 * info.el (Info-mode-menu): Remove ellipsis from "Index".
17392 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
17393 Add `:active Info-index-alternatives' to "Next Matching Item".
17394
17395 * wdired.el (wdired-change-to-wdired-mode):
17396 Mention `wdired-abort-changes' key in the initial message.
17397
17398 * international/mule.el (auto-coding-alist): Associate non-ascii
17399 image filename extensions with `no-conversion'.
17400
8d194e3e
SM
174012005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17402
17403 * international/iso-acc.el:
17404 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
17405
468b711f
LT
174062005-03-26 Luc Teirlinck <teirllm@auburn.edu>
17407
73cba75d
LT
17408 * textmodes/sgml-mode.el (html-mode): Doc update.
17409
468b711f
LT
17410 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
17411
99a56581
DN
174122005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
17413
17414 * term.el (term-move-columns): Fix face after extending a line.
17415 (term-insert-spaces): Likewise.
17416 (term-reset-terminal): Fix off by one error.
17417
54879547
EZ
174182005-03-26 Eli Zaretskii <eliz@gnu.org>
17419
17420 * international/mule.el (auto-coding-alist): Add .xpi files.
17421
17422 * files.el (auto-mode-alist): Add .xpi files.
17423
ee7a5ccb
EZ
174242005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
17425
17426 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
17427
b2705c8c
EZ
174282005-03-26 Eli Zaretskii <eliz@gnu.org>
17429
17430 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
17431
da8612d3
GM
174322005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
17433
17434 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
17435 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
17436
17437 * calendar/cal-move.el (calendar-beginning-of-year): Move the
17438 cursor to Jan 1 when needed.
17439 (calendar-end-of-year): Fix -/+ typo.
17440 Reported by Chong Yidong <cyd@stupidchicken.com>.
17441
be940bc5
SM
174422005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17443
5ffc943b
SM
17444 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
17445
be940bc5
SM
17446 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
17447 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
17448
85df292e
RS
174492005-03-25 Richard M. Stallman <rms@gnu.org>
17450
17451 * filesets.el (filesets-init): Add autoload.
17452
17453 * mail/mailalias.el (mail-directory): Doc fix.
17454
174552005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
be940bc5 17456
85df292e
RS
17457 * mail/mailalias.el (mail-directory-process): Do nothing if
17458 mail-directory-process is an atom.
17459 (mail-get-names): Ignore mail-directory-names if it is an atom.
17460 (mail-directory-process defvar): Doc fix.
17461 (mail-names): Doc fix.
17462
174632005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
17464
17465 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
17466
ae766e0d
KH
174672005-03-26 Kenichi Handa <handa@m17n.org>
17468
be940bc5
SM
17469 * international/mule-util.el (detect-coding-with-priority):
17470 Call update-coding-systems-internal before detect-coding-region.
ae766e0d 17471
5a049eca
NR
174722005-03-26 Nick Roberts <nickrob@snap.net.nz>
17473
17474 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
17475 (gdb-frames-mode-map): Add follow-link property.
17476
bba984aa
JB
174772005-03-25 Jay Belanger <belanger@truman.edu>
17478
17479 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
17480 for variables.
17481
13200335
JL
174822005-03-25 Juri Linkov <juri@jurta.org>
17483
17484 * image-mode.el: Optimize image filename extension regexps in
17485 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
17486 in `auto-mode-alist'.
17487 (image-mode): Add `image-toggle-display-text' to local hook
17488 `change-major-mode-hook'. Display the image as an image by
17489 default. Set `cursor-type' and `truncate-lines' if the image
17490 is already displayed. Take into account the current mode (image
17491 or text) in message.
17492 (image-minor-mode): New minor mode.
17493 (image-mode-maybe, image-toggle-display-text): New functions.
17494 (image-toggle-display): Use called-interactively-p.
17495 Let-bind `inhibit-read-only' to t.
17496
90d0be7d
JL
17497 * image-mode.el (image-minor-mode): Set `cursor-type' and
17498 `truncate-lines' if the image is already displayed. Add turning
17499 image-minor-mode off to `change-major-mode-hook'. Add message.
17500 Call `image-toggle-display-text' after turning image-minor-mode off.
13200335 17501
5341e481
SM
175022005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17503
17504 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
17505 Terminal.app, use utf-8.
17506 (set-display-table-and-terminal-coding-system): Add coding-system arg.
17507 (set-locale-environment): Use it.
17508
17509 * term/xterm.el: Undo last change, better done in mule-cmds.el.
17510
17511 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
17512
17513 * progmodes/python.el (python-close-block-statement-p)
17514 (python-outdent-p, python-current-defun): Use symbol-end.
17515
126c9dda
TTN
175162005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
17517
17518 * files.el (save-some-buffers): Doc fix.
17519
932fb767
WL
175202005-03-25 Werner Lemberg <wl@gnu.org>
17521
17522 * complete.el, thumbs.el: Replace `legal' with `valid'.
9f556e44 17523 * calendar/calendar.el: Replace `legal' with `valid'.
bece3937 17524 * emacs-lisp/advice.el: Replace `legal' with `valid'.
0486e05a 17525 * mail/supercite.el: Replace `legal' with `valid'.
881b07f9
JB
17526 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
17527 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
17528 Replace `legal' with `valid'.
17529 * textmodes/reftex-vars.el, textmodes/reftex.el:
17530 Replace `legal' with `valid'.
932fb767 17531
25f72ec0
WL
175322005-03-25 Werner Lemberg <wl@gnu.org>
17533
af71d4c0
JB
17534 * calc/calc-forms.el, calc/calc-sel.el
17535 * midnight.el, vc-cvs.el
17536 * emacs-lisp/cl-macs.el
17537 * emulation/vip.el
17538 * eshell/esh-io.el, eshell/esh-var.el
17539 * mail/supercite.el
881b07f9
JB
17540 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
17541 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
17542 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
af71d4c0 17543 * progmodes/sh-script.el, progmodes/xscheme.el
881b07f9
JB
17544 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
17545 * textmodes/reftex-index.el, textmodes/reftex-parse.el
17546 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
a5b5bf44
JB
17547 * textmodes/reftex.el, textmodes/org.el:
17548 Replace `illegal' with `invalid'.
25f72ec0 17549
781da985
SM
175502005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17551
5341e481
SM
17552 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
17553 (flymake-find-buildfile, flymake-find-possible-master-files)
17554 (flymake-check-include, flymake-parse-line): Replace loops over the
17555 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
17556
17557 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
17558 Substitute file-name-as-directory in the rest of the file.
17559 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
17560 (flymake-replace-region): Remove unused arg `buffer'.
17561 (flymake-check-patch-master-file-buffer): Update calls to it.
17562 (flymake-add-err-info): Remove unused var `count'.
17563 (flymake-mode): Use define-minor-mode.
17564
17565 * progmodes/flymake.el: Use with-current-buffer.
17566 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
17567 flymake-replace-regexp-in-string, flymake-line-beginning-position)
17568 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
17569 Avoid testing for `xemacs'.
17570 (flymake-nop): Move.
17571 (flymake-region-has-flymake-overlays): Return the computed value.
17572 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
17573 Remove unused var `endline'.
17574 (flymake-get-line-count): Remove unused function.
17575 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
17576
17577 * emulation/vi.el:
17578 * generic.el:
17579 * hilit-chg.el (global-highlight-changes):
17580 * hi-lock.el (hi-lock-mode):
17581 * follow.el: find-file-hooks -> find-file-hook.
17582
781da985
SM
17583 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
17584
3659a2b8
JL
175852005-03-24 Juri Linkov <juri@jurta.org>
17586
17587 * dired.el (dired-mode-map): Add menu item "Compare directories"
17588 for dired-compare-directories.
17589
17590 * dired-aux.el (dired-compare-directories): Add autoload cookie.
17591 Doc fix. Replace `read-file-name' with `read-directory-name'.
17592
781da985 175932005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
590880af
SM
17594
17595 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
17596
0fa1a6b8
JB
175972005-03-24 Jay Belanger <belanger@truman.edu>
17598
fe38e3b0 17599 * calc/calc-embed.el (calc-embedded-mode-change): Save all
0fa1a6b8
JB
17600 relevant mode settings in calc-embedded-original-modes when modes
17601 are permanently changed.
17602
a702ffbb
SM
176032005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17604
17605 * autoinsert.el: find-file-hooks -> find-file-hook.
17606
fbc5e359
LK
176072005-03-24 Lute Kamstra <lute@gnu.org>
17608
17609 * generic.el (generic-font-lock-defaults): Make it obsolete.
17610 (generic-font-lock-keywords): New variable to replace
17611 generic-font-lock-defaults.
17612 (generic-mode-set-font-lock): Delete it.
17613 (generic-mode-internal): Don't call generic-mode-set-font-lock.
17614 (generic-bracket-support): Add docstring.
17615
16a013c2
LK
17616 * generic-x.el: Rename generic-font-lock-defaults to
17617 generic-font-lock-keywords throughout.
17618 (mailagent-rules-setup-function): Delete it.
17619 (mailagent-rules-generic-mode): Use anonymous function instead.
17620 (show-tabs-generic-mode-font-lock-defaults-1)
17621 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
17622 Quote faces.
17623 (show-tabs-tab-face, show-tabs-space-face): Specify background,
17624 not foreground.
17625
48621281
LK
17626 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
17627 Recognize define-generic-mode.
17628
a702ffbb
SM
176292005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17630
17631 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
17632 if there's no completion table.
17633
c29749e7
MB
176342005-03-23 Miles Bader <miles@gnu.org>
17635
fbc5e359 17636 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
c29749e7
MB
17637 Remove tty-specific variants, as they're no longer needed.
17638
ca2d9ad8
LK
176392005-03-23 Lute Kamstra <lute@gnu.org>
17640
a702ffbb 17641 * generic-x.el: Code cleanup: make args constant whenever possible.
82e38f3e
LK
17642 (installshield-statement-keyword-list)
17643 (installshield-system-functions-list)
17644 (installshield-system-variables-list, installshield-types-list)
17645 (installshield-funarg-constants-list): Make them constants.
17646
ef300cff
LK
17647 * generic.el (generic-make-keywords-list): Add autoload cookie.
17648
a702ffbb
SM
17649 * calendar/time-date.el: Add comment on time value formats.
17650 Don't require parse-time.
ca2d9ad8
LK
17651 (with-decoded-time-value): New macro.
17652 (encode-time-value): New function.
17653 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17654 (days-to-time): Return a valid time value when arg is huge.
17655 (time-since): Use time-subtract.
17656 (time-to-number-of-days): Use time-to-seconds.
17657
bbcb3b44
DP
176582005-03-23 David Ponce <david@dponce.com>
17659
af71d4c0 17660 * recentf.el (recentf-keep): New option.
bbcb3b44
DP
17661 (recentf-menu-action): Default to `find-file'.
17662 (recentf-keep-non-readable-files-flag)
17663 (recentf-keep-non-readable-files-p)
17664 (recentf-file-readable-p, recentf-find-file)
17665 (recentf-cleanup-remote): Remove.
17666 (recentf-include-p): More robust.
17667 (recentf-keep-p): New function.
17668 (recentf-remove-if-non-kept): Rename from
52eb0373 17669 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
a702ffbb 17670 All callers updated.
bbcb3b44 17671 (recentf-menu-items-for-commands): Fix help string.
52eb0373
JB
17672 (recentf-track-closed-file): Update. Doc fix.
17673 (recentf-cleanup): Update. Count removed files. Doc fix.
bbcb3b44 17674
8df0ffbe
KS
176752005-03-23 Kim F. Storm <storm@cua.dk>
17676
17677 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17678 Don't inherit from fringe face (now happens automatically).
17679
eac7d7eb
KS
176802005-03-22 Kim F. Storm <storm@cua.dk>
17681
17682 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
17683 position values.
17684
4a4a82d6
SM
176852005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17686
17687 * menu-bar.el (showhide-date-time): Remove.
17688 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
17689 (menu-bar-make-mm-toggle): Simplify.
17690
19f26a89 176912005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4a4a82d6
SM
17692
17693 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
17694 Accept qualified variable and function names.
17695
b9d8ddef
TTN
176962005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
17697
17698 * bindings.el (completion-ignored-extensions):
17699 Remove ".lis" for `vax-vms'.
17700
9660f868
AS
177012005-03-22 Andreas Schwab <schwab@suse.de>
17702
17703 * generic-x.el: Revert last change.
17704 * ldefs-boot.el: Update.
17705
948e33b9
JB
177062005-03-22 Jay Belanger <belanger@truman.edu>
17707
99580cde 17708 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
948e33b9
JB
17709 (calc-embedded-save-original-modes)
17710 (calc-embedded-restore-original-modes): New functions.
17711 (calc-do-embedded): Save original modes when entering embedded mode
17712 and restore when leaving embedded mode.
17713 (calc-embedded-modes-change): Change the value of
17714 calc-embedded-original-modes to reflect permanent changes.
17715
e6c901b6
LK
177162005-03-22 Lute Kamstra <lute@gnu.org>
17717
17718 * generic-x.el: Require generic again.
17719
28c22055
MB
177202005-03-22 Miles Bader <miles@gnu.org>
17721
17722 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17723 Tweak details to look good on both ttys and bitmap displays, light
17724 or dark background, etc.
17725
f0ebf1eb
KS
177262005-03-21 Kim F. Storm <storm@cua.dk>
17727
17728 * tooltip.el (tooltip-show-help-function): Check car and cdr of
17729 mouse position.
17730
47fda8fc
SM
177312005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17732
17733 * icomplete.el: Don't forcibly turn on the mode upon load.
17734 (icomplete-mode): Use define-minor-mode.
17735 (icomplete-eoinput): Default to nil.
17736 (icomplete-minibuffer-setup): Remove autoload.
17737 (icomplete-tidy): Simplify.
17738 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
17739 in the initial state or if the user has modified the field.
17740 Fix handling of icomplete-max-delay-chars.
17741 Remove code that handles the oddball case where
17742 minibuffer-completion-table is an integer.
17743 Wrap icomplete-completions in while-no-input in case building
17744 completions takes more time than expected.
17745 (icomplete-completions): Simplify.
17746
a775dff4
RS
177472005-03-21 Richard M. Stallman <rms@gnu.org>
17748
17749 * jka-compr.el (jka-compr-really-do-compress):
17750 Make variable buffer-local.
17751
17752 * image-mode.el: Handle .xpm files too.
17753 (image-toggle-display): Preserve modification flag.
17754
17755 * help.el (where-is): Don't mention aliases with no key bindings.
17756
077f7085
LK
177572005-03-21 Lute Kamstra <lute@gnu.org>
17758
ca19f3f1
AS
17759 * generic.el: Fix commentary section. Don't require cl for
17760 compilation.
077f7085
LK
17761 (generic-mode-list): Add autoload cookie.
17762 (generic-use-find-file-hook, generic-lines-to-scan)
17763 (generic-find-file-regexp, generic-ignore-files-regexp)
17764 (generic-mode, generic-mode-find-file-hook)
17765 (generic-mode-ini-file-find-file-hook): Fix docstrings.
17766 (define-generic-mode): Make it a defmacro. Fix docstring.
17767 (generic-mode-internal): Code cleanup. Add autoload cookie.
17768 (generic-mode-set-comments): Code cleanup.
17769 * generic-x.el: Don't prevent compilation. Don't require generic.
17770 Follow coding conventions. Minor code cleanup.
17771 (etc-fstab-generic-mode): Add some keywords.
17772 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
17773 define-generic-mode like a function declaration.
17774
51d6d300
JB
177752005-03-21 Jay Belanger <belanger@truman.edu>
17776
17777 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
17778 changing modes.
17779
568ec09d
SS
177802005-03-21 Sam Steingold <sds@gnu.org>
17781
17782 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
17783
7651545c
TTN
177842005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
17785
17786 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
17787 Add underscore to "f$ lexicals" regexp.
17788
fe6b1dbd
JL
177892005-03-20 Juri Linkov <juri@jurta.org>
17790
17791 * subr.el (progress-reporter-do-update): When `min-value' is equal
17792 to `max-value', set `percentage' to 0 and prevent division by zero.
17793
340b8d4f
MA
177942005-03-20 Michael Albinus <michael.albinus@gmx.de>
17795
17796 Sync with Tramp 2.0.48.
17797
11948172 17798 * net/tramp.el (all): Change all addresses to .gnu.org.
340b8d4f
MA
17799 (tramp-append-tramp-buffers): New defun.
17800 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
17801 Catch `dont-send' signal.
17802 (tramp-set-auto-save-file-modes): Set always permissions, because
17803 there might be an old auto-saved file belonging to another
17804 original file. This could be a security threat. Reported by
17805 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
17806 Check for Emacs 21.3.50 removed.
17807
11948172 17808 * net/tramp-smb.el (all): Remove debug construct for
340b8d4f 17809 `with-parsed-tramp-file-name'.
a57e098f 17810 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
340b8d4f
MA
17811 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
17812 No error message if DIRECTORY or FILENAME doesn't exist.
17813 (tramp-smb-open-connection): Check existence of
17814 `tramp-smb-program'.
17815
a57e098f
SM
178162005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17817
17818 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
17819 Properly handle the case where the `m' or `s' command's argument is not
17820 yet terminated.
17821 (perl-indent-new-calculate): New function.
17822 (perl-indent-line): Use it.
17823
e38b967a
MB
178242005-03-20 Miles Bader <miles@gnu.org>
17825
17826 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
17827 in text-mode too. Change to new face names.
a57e098f 17828 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
e38b967a 17829 Add `:weight bold' attribute.
a57e098f 17830 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
e38b967a 17831
0ee6e7b7
JL
178322005-03-19 Juri Linkov <juri@jurta.org>
17833
17834 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
17835
17836 * international/mule.el (auto-coding-alist): Sync with
17837 `auto-mode-alist' by adding upper case archive file extensions
17838 and adding ear/war to jar extension.
17839
864f69e9
EZ
178402005-03-19 David Casperson <casper@unbc.ca> (tiny change)
17841
17842 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
17843 running, restart it.
17844
580a2a02
EZ
178452005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
17846
a57e098f 17847 * finder.el (finder-current-item): Throw an error on an empty line.
580a2a02
EZ
17848
17849 * man.el (Man-follow-manual-reference): If current-word returns
17850 nil, use "".
17851
09ad1a5b
EZ
178522005-03-19 Matt Hodges <MPHodges@member.fsf.org>
17853
17854 * simple.el (goto-line): Doc fix.
17855
9dce96b5
EZ
178562005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
17857
17858 * files.el (save-buffer): Doc fix.
17859
068f123a
EZ
178602005-03-19 Michael R. Mauger <mmaug@yahoo.com>
17861
17862 * recentf.el (recentf-cleanup-remote): New variable.
588c0770 17863 (recentf-cleanup): Use it to conditionally check availability of
068f123a
EZ
17864 remote files.
17865
19f26a89 178662005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1b1556b1
EZ
17867
17868 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
17869 function names.
17870
504f06a2
EZ
178712005-03-19 Eli Zaretskii <eliz@gnu.org>
17872
17873 * language/thai-word.el: New file.
17874
79d2d279
EZ
178752005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17876
17877 * files.el (backup-buffer): If the file's directory is not
17878 writable, use copy instead of move to backup the file.
17879
f3b7338c
EZ
178802005-03-19 Eli Zaretskii <eliz@gnu.org>
17881
17882 * obsolete/keyswap.el: Moved to obsolete/ from term/.
17883
5d62baca
VJL
178842005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17885
a57e098f
SM
17886 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
17887 Use functionp instead of symbolp and fboundp. Reported by Drkm
5d62baca
VJL
17888 <darkman_spam@yahoo.fr>.
17889 (ps-print-version): New version 6.6.6.
17890
951f97e6
SM
178912005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
17892
17893 * textmodes/table.el (table--line-column-position): New idiom.
17894 (table--row-column-insertion-point-p): New function to test
17895 validity of row and column insertion operation at a location.
17896 (table-global-menu, table-cell-menu): Use above functions for
17897 deterministic test operation.
17898 (table--editable-cell-p): Behave in deterministic fashion.
17899
1332f1a0
JL
179002005-03-18 Juri Linkov <juri@jurta.org>
17901
17902 * isearch.el (isearch-lazy-highlight-new-loop):
17903 Make arguments beg and end optional.
17904 (isearch-update): Remove optional arguments nil from
17905 isearch-lazy-highlight-new-loop.
17906 (isearch-lazy-highlight-search): Let-bind case-fold-search to
17907 isearch-lazy-highlight-case-fold-search instead of
17908 isearch-case-fold-search, and let-bind isearch-regexp to
951f97e6
SM
17909 isearch-lazy-highlight-regexp.
17910 Use isearch-lazy-highlight-last-string instead of isearch-string.
1332f1a0
JL
17911
17912 * replace.el (perform-replace): Remove bindings of global
17913 variables isearch-string, isearch-regexp, isearch-case-fold-search.
17914 Add three new arguments to `replace-highlight'.
17915 (replace-highlight): Add arguments string, regexp, case-fold.
17916 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
17917 to allow isearch-lazy-highlight-new-loop to use these values
951f97e6 17918 to set corresponding isearch-lazy-highlight-* internal
1332f1a0
JL
17919 variables whose values lazy highlighting will use regardless of
17920 changes to global variables isearch-string, isearch-regexp,
17921 isearch-case-fold-search during lazy highlighting loop.
17922 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
17923 to `lazy-highlight-cleanup'.
17924
17925 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
17926 (ispell-highlight-face): Set default face to `isearch' when
17927 lazy highlighting is enabled.
17928 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
17929 priority to 1. Add lazy highlighting.
17930 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
17931 from `isearch-dehighlight'.
17932
42f73fb4
DP
179332005-03-18 David Ponce <david@dponce.com>
17934
17935 * files.el (hack-local-variables): Do a case-insensitive search
17936 for End.
17937
46fe9018
JL
179382005-03-18 Juri Linkov <juri@jurta.org>
17939
17940 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
17941 `isearch-lazy-highlight-cleanup', add alias to old name and
17942 declare obsolete. Add release numbers to other obsolete vars.
951f97e6
SM
17943 (isearch-done, isearch-lazy-highlight-new-loop):
17944 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46fe9018
JL
17945 (lazy-highlight-cleanup) <variable>: Doc fix.
17946 (isearch-lazy-highlight-update): Rename obsolete
17947 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
17948
951f97e6 179492005-03-18 Kenichi Handa <handa@m17n.org>
1ab06fdf
KH
17950
17951 * language/thai-util.el: Fix categorization of Thai characters in
17952 thai-category-table.
17953 (thai-composition-pattern): Adjust it for the above change.
17954 (thai-self-insert-command, thai-compose-syllable): New functions.
17955 (thai-compose-region): Use thai-compose-syllable.
17956 (thai-compose-string): Likewise.
17957 (thai-composition-function): Likewise.
17958 (thai-auto-composition): New function.
17959 (thai-auto-composition-mode): New minor mode.
17960
17961 * language/thai.el: Fix patterns to be registered in
17962 composition-function-table.
17963
17964 * international/quail.el (quail-input-method): Locally bind
17965 inhibit-modification-hooks to t.
17966
c7bd5d57
RS
179672005-03-17 Richard M. Stallman <rms@gnu.org>
17968
17969 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
17970 (perl-mode): Use run-mode-hooks.
17971
17972 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
17973 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
17974 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
17975
951f97e6 17976 * mail/sendmail.el (sendmail-send-it): Reenable the code
c7bd5d57
RS
17977 to compute resend-to-address and use it.
17978
17979 * tar-mode.el (tar-mode): Turn off undo unconditionally.
17980
17981 * image-mode.el: New file.
17982
17983 * image.el (insert-sliced-image): Add autoload cookie.
17984
17985 * font-lock.el (font-lock-lines-before): New user option.
17986 (font-lock-after-change-function): Obey it.
17987
17988 * bindings.el (esc-map): Make M-g a prefix.
17989 Bind M-g g and M-g M-g to goto-line.
17990
c7bd5d57
RS
17991 * faces.el (face-id): Doc fix.
17992
179932005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17994
17995 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
17996 (rmail-show-message): Use rmail-unknown-mail-followup-to.
17997 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
17998
17999 * mail/sendmail.el (mail-yank-ignored-headers)
18000 (mail-font-lock-keywords, mail-mode-fill-paragraph):
18001 Add Mail-Followup-To and Mail-Reply-To headers.
18002 (mail-citation-hook): Add autoload cookie.
18003 (mail-mode): Doc fix.
18004 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
18005 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
18006 (mail-mode-fill-paragraph): Handle those headers.
18007 (mail-mailing-lists): New variable.
18008 (mail-mail-reply-to, mail-mail-followup-to): New functions.
18009
5a1f9fcf
JL
180102005-03-17 Juri Linkov <juri@jurta.org>
18011
18012 * isearch.el (isearch-fallback): Check for `(car previous)'
18013 before calling `isearch-other-end-state'.
18014
0b6ec58d
KS
180152005-03-17 Kim F. Storm <storm@cua.dk>
18016
18017 * simple.el (move-beginning-of-line): Move to beginning of buffer
18018 line, as well as beginning of screen line.
18019
eae4ba2a
GM
180202005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
18021
18022 * calendar/diary-lib.el (mark-diary-entries): Use new optional
18023 argument REDRAW rather than calendar-redrawing variable.
18024 * calendar/calendar.el (calendar-redrawing): Delete.
18025 (redraw-calendar): Do not bind calendar-redrawing.
18026
180272005-03-16 Matt Hodges <MPHodges@member.fsf.org>
18028
18029 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
18030 diary-file buffer.
18031
b3e484d7
SM
180322005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18033
18034 * help.el (describe-mode): Allow a :minor-mode-function property to
18035 specify a different minor mode toggle function than the variable.
18036 * simple.el (auto-fill-function):
18037 * subr.el (add-minor-mode): Use it.
18038
7bf880c6
KH
180392005-03-16 Kenichi Handa <handa@m17n.org>
18040
18041 * language/ethio-util.el (sera-being-called-by-w3): New variable.
18042 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
18043 (ethio-fidel-to-sera-buffer): Likewise.
18044
fe3947c3
JL
180452005-03-16 Juri Linkov <juri@jurta.org>
18046
18047 * emacs-lisp/find-func.el (find-function-regexp):
18048 Add defun-emitting macro `menu-bar-make-toggle'.
18049
18050 * isearch.el: Put `isearch-scroll' property to
18051 `split-window-horizontally'.
18052
18053 * info.el: Update error messages for `debug-ignored-errors'.
18054 (Info-isearch-search): Doc fix.
18055 (Info-find-node): Move up code to go into info buffer before
18056 recording the node to the history.
18057 (Info-fontify-node): Fontify titles only if the next line
18058 has two or more `*', `=', `-', `.'.
18059 Display "go to this node" for empty (match-string 3).
18060
6a3fac90
YM
180612005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18062
18063 * term/mac-win.el: Add mouse pointer shape constants.
18064
bc438588
KS
180652005-03-15 Kim F. Storm <storm@cua.dk>
18066
18067 * simple.el (move-beginning-of-line): Use vertical-motion.
18068
65e7180e
JL
180692005-03-15 Juri Linkov <juri@jurta.org>
18070
18071 * isearch.el (isearch-error): New variable.
18072 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 18073 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
18074 (isearch-within-brackets-state): Remove.
18075 (isearch-case-fold-search-state, isearch-pop-fun-state):
18076 Decrease frame index.
18077 (isearch-mode, isearch-top-state, isearch-push-state)
18078 (isearch-edit-string, isearch-abort, isearch-search-and-update)
18079 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
18080 (isearch-search, isearch-lazy-highlight-new-loop):
18081 Replace `isearch-invalid-regexp' with `isearch-error'.
18082 Remove `isearch-within-brackets'.
18083 (isearch-search): Add `search-failed' handler to `condition-case'.
18084 (isearch-lazy-highlight-search): Add `condition-case' to catch
18085 errors and allow `isearch-lazy-highlight-update' to try
18086 highlighting from the beginning of the window.
18087 (isearch-repeat): Move up code to set isearch-wrapped to t
18088 before calling isearch-wrap-function.
18089
18090 * info.el (Info-isearch-initial-node): New internal variable.
18091 (Info-search): Signal an error in isearch mode when search leaves
18092 the initial node. Signal an error when `bound' is non-nil and
18093 nothing was found in the current subfile.
18094 (Info-isearch-search): Remove `condition-case'.
18095 (Info-isearch-wrap): Don't wrap when search failed during leaving
18096 the initial node. If `Info-isearch-search' is nil, wrap around
18097 the current node.
18098 (Info-isearch-start): New fun.
18099 (Info-mode): Add buffer-local hook `Info-isearch-start' to
18100 `isearch-mode-hook'.
18101
a7321976
YM
181022005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18103
18104 * simple.el (normal-erase-is-backspace): Set default to t if
18105 running on Mac.
18106
18107 * term/mac-win.el (function-key-map): Sync with x-win.el.
18108
8dedddd5
KH
181092005-03-15 Kenichi Handa <handa@m17n.org>
18110
18111 * international/mule-cmds.el (locale-language-names): Modify the
18112 format of elements and add more entries.
18113 (locale-preferred-coding-systems): Add more entries.
b3e484d7 18114 (set-locale-environment): Adjust for the change of
8dedddd5
KH
18115 locale-language-names.
18116
8a462381
SM
181172005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18118
18119 * pcvs.el (smerge-ediff): Remove bogus autoload.
18120
43314bf6
LK
181212005-03-14 Lute Kamstra <lute@gnu.org>
18122
dc64809a
LK
18123 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
18124 Ignore a `*' at the beginning of a line.
18125
8a462381 18126 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
18127 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
18128 subr.el.
18129 (dont-compile, eval-when-compile, eval-and-compile): Use declare
18130 to specify indentation.
18131
43314bf6
LK
18132 * generic.el (define-generic-mode): Let generic-mode-list be a
18133 list of strings; test membership with equal.
18134
40821110
KS
181352005-03-14 Kim F. Storm <storm@cua.dk>
18136
18137 * simple.el (next-line, previous-line): Add optional try-vscroll
18138 arg to recognize interactive use. Pass it on to line-move.
18139 (line-move): Don't perform auto-window-vscroll when defining or
588c0770 18140 executing keyboard macro to ensure consistent behavior.
40821110 18141
b70d9316
SM
181422005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
18143
18144 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
18145
c4fbcb01
LK
181462005-03-13 Lute Kamstra <lute@gnu.org>
18147
18148 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
18149 debugger-setup-buffer so that backtrace marks the frames set to
18150 debug-on-exit and we don't have to do it manually. Set an extra
18151 debug-on-exit for macro's.
18152 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 18153
3fdfb09c
LK
181542005-03-12 Lute Kamstra <lute@gnu.org>
18155
18156 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
18157 lisp-indent-function throughout.
18158 (with-no-warnings): Set lisp-indent-function property.
18159
09d252f2
TTN
181602005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
18161
18162 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
18163 Add entry for backslash.
18164
c10d2217
JL
181652005-03-12 Juri Linkov <juri@jurta.org>
18166
18167 * info.el (Info-search): Four fixes for backward search.
18168
0e425a58
JB
181692005-03-11 Jay Belanger <belanger@truman.edu>
18170
18171 * calc/calc.el (calc-language-alist): New variable.
18172 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
18173 (calc-embedded-find-modes): Use calc-language-alist instead of
18174 calc-embedded-language-alist.
18175
33873bad
GM
181762005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18177
18178 * calendar/calendar.el (calendar-redrawing): New internal
18179 variable.
18180 (redraw-calendar): Remove bogus save-excursion from previous
18181 change. Bind calendar-redrawing to t for mark-diary-entries.
18182 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
18183 calendar if that is why we were called.
18184
fa815b14
KH
181852005-03-11 Kenichi Handa <handa@m17n.org>
18186
18187 * international/mule.el (make-coding-system): Set property
c7bd5d57 18188 coding-system-define-form to nil.
fa815b14
KH
18189 (define-coding-system-alias): Likewise.
18190
ac249c4c
KH
181912005-03-11 Kenichi Handa <handa@m17n.org>
18192
18193 These changes are suggested by Dave Love <fx@gnu.org>.
18194
18195 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
18196 coding: tag.
18197 (adaptive-fill-regexp): Add more bullets.
18198 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
18199 regexps.
18200
ef75a647
SM
182012005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18202
dd39c336
SM
18203 * help.el (describe-mode): Properly handle non-trivial lighters.
18204 Don't ignore minor modes that are not listed in minor-mode-list.
18205
ef75a647
SM
18206 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
18207 feature ON when the user requests to turn it OFF.
18208
449808f7
LK
182092005-03-10 Lute Kamstra <lute@gnu.org>
18210
18211 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 18212 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
18213 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
18214 second argument as the 2005-03-07 change makes it obsolete.
18215 (debug-on-entry, cancel-debug-on-entry): Update call to
18216 debug-on-entry-1.
18217 (debug, debugger-setup-buffer): Comment update.
ef75a647 18218 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 18219
134d277e
JB
182202005-03-10 Jay Belanger <belanger@truman.edu>
18221
18222 * calc/calc-embed.el (math-ms-args): Declare it.
18223 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
18224 math-ms-args.
18225 (calc-embedded-subst): Use math-multi-subst-rec to substitute
18226 variables.
18227
33c76f5a
NR
182282005-03-10 Nick Roberts <nickrob@snap.net.nz>
18229
18230 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
18231 Use message-box.
18232
18233 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
18234 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
18235 (tooltip-gud-tips): Simplify.
588c0770 18236 (tooltip-gud-tips-p): Remove superfluous :set.
33c76f5a
NR
18237 (tooltip-gud-modes): Add fortran-mode.
18238 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
18239
18240 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 18241
7f351d0b
KS
182422005-03-09 Kim F. Storm <storm@cua.dk>
18243
18244 * play/animate.el (animate-place-char): Use forward-line instead
18245 of next-line to improve performance.
18246
e62ecf85
SJ
182472005-03-09 Simon Josefsson <jas@extundo.com>
18248
18249 * net/browse-url.el (browse-url-default-browser): Doc fix.
18250
f1953880
MB
182512005-03-09 Miles Bader <miles@gnu.org>
18252
18253 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
18254 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
18255
ca8d88cd
KH
182562005-03-09 Kenichi Handa <handa@m17n.org>
18257
ec4e909a
KH
18258 * international/latin-1.el: Set case and syntax for 255 only if
18259 set-case-syntax-set-multibyte is nil.
18260
7f351d0b 18261 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 18262 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 18263 (ispell-process-line): Likewise.
ca8d88cd
KH
18264 (ispell-complete-word): Likewise.
18265
9839760a
GM
182662005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
18267
18268 * calendar/calendar.el (redraw-calendar): Preserve point.
18269 Reported by Matt Hodges <MPHodges@member.fsf.org>.
18270 (calendar-week-start-day): Move after definition of
18271 redraw-calendar. Delete buffer test, since redraw-calendar has
18272 that now.
18273
18274 * calendar/diary-lib.el (mark-diary-entries): Only call
18275 redraw-calendar in the first of any recursive calls.
18276 Reported by Alan Shutko <ats@acm.org>.
18277
9553cf63
JL
182782005-03-08 Juri Linkov <juri@jurta.org>
18279
18280 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
18281 (html-horizontal-rule, html-line, html-image, html-checkboxes)
18282 (html-radio-buttons): Add a space before the trailing `/>' where
18283 sgml-xml-mode is non-nil.
18284 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
18285 the subsequent tag of the empty XML tag.
18286 (html-href-anchor): Don't set initial input to "http:".
18287 (html-image): Ask for the image URL and set point inside alt="".
18288 (html-name-anchor): Duplicate the name in the `id' attribute when
18289 sgml-xml-mode is non-nil.
18290 (html-paragraph): Remove \n before <p>.
18291 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
18292 instead of `checked' when sgml-xml-mode is non-nil.
18293
18294 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
18295 Remove 1 space before #RRGGBB to not truncate it on terminal
18296 windows w/o fringes. Remove 1 space between bg and fg examples
18297 to get more space.
18298 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
18299 avoid byte-compile warnings.
18300
18301 * image-file.el (image-file-handler): Put `safe-magic' property to
18302 `image-file-handler'.
18303
18304 * info.el (Info-isearch-search): Emulate word search in
18305 isearching through multiple Info nodes with Info-search.
18306 (Info-isearch-wrap): Allow isearch-word.
18307
9b54d453
LK
183082005-03-08 Lute Kamstra <lute@gnu.org>
18309
18310 * emacs-lisp/debug.el (debugger-step-through): Make sure that
18311 stepping into the debugger's code is not possible.
18312 (debugger-jumping-flag): Docstring update.
18313
41d4eedc
JB
183142005-03-08 Jay Belanger <belanger@truman.edu>
18315
18316 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
18317 embedded mode begins.
18318 (calc-embedded-language-alist): New variable.
18319 (calc-embedded-find-modes): Use calc-embedded-language-alist to
18320 set default language mode.
18321
c68f7e21
KH
183222005-03-08 Kenichi Handa <handa@m17n.org>
18323
18324 * international/ccl.el (define-ccl-program): Fix docstring about
18325 extra 256 bytes assured for the output buffer.
18326
18327 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18328 Fix BUFFER_MAGNIFICATION to 2.
18329 (ccl-encode-mule-utf-16be-with-signature): Likewise.
18330
3ee9f6ac
JW
183312005-03-07 Karl Chen <quarl@cs.berkeley.edu>
18332
18333 * align.el (align-rules-list): Added an alignment rule for CSS
18334 declarations (applies to css-mode and html-mode buffers).
18335
a29cf450
SM
183362005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18337
18338 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
18339
2f8cd1ce
KS
183402005-03-07 Kim F. Storm <storm@cua.dk>
18341
a54595d4
KS
18342 * simple.el (move-beginning-of-line): New command.
18343
18344 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
18345
18346 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
18347
18348 * emulation/cua-base.el: Put CUA move property on move-end-of-line
18349 and move-beginning-of-line.
18350
2f8cd1ce
KS
18351 * apropos.el (apropos-print): Omit command from M-x ... RET.
18352
7a2306d9
NR
183532005-03-07 Nick Roberts <nickrob@snap.net.nz>
18354
18355 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
18356 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
18357
aaf2cff2
RS
183582005-03-06 Richard M. Stallman <rms@gnu.org>
18359
18360 * bindings.el (esc-map): Bind M-g to goto-line.
18361
18362 * facemenu.el (global-map): Bind M-o, not M-g.
18363
bf7970c5
JD
183642005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18365
18366 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
18367 "Open Directory" as for "Open File".
18368
0251bafb
RS
183692005-03-06 Chong Yidong <cyd@stupidchicken.com>
18370
18371 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
18372 (push-mark-command): Run activate-mark-hook.
18373
183742005-03-06 Richard M. Stallman <rms@gnu.org>
18375
18376 * help-mode.el (help-mode-finish): Don't alter the element
18377 in view-return-to-alist if there already is one.
18378
18379 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
18380 make sure the current buffer is the expected one.
18381
18382 * novice.el (disabled-command-function): Output in *Disabled Command*.
18383 Explicitly ignore non-keyboard events, and explicitly handle C-g.
18384
18385 * textmodes/flyspell.el (flyspell-large-region):
18386 Pass args differently for aspell.
18387
18388 * files.el (mode-require-final-newline): Doc fix.
18389
52eb0373 183902005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
0251bafb 18391
2f8cd1ce 18392 * progmodes/which-func.el (which-function):
0251bafb
RS
18393 Specify NOERROR when calling imenu--make-index-alist.
18394
55d0f066
SM
183952005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18396
a3194d03
SM
18397 * simple.el (normal-erase-is-backspace): Define default value.
18398
ca19f3f1
AS
18399 * custom.el (custom-theme-set-variables): Remove unused var
18400 `immediate'.
18401 (custom-reevaluate-setting): Simple function to handle variables
18402 that are defined before their default value can really be
18403 computed.
a3194d03
SM
18404
18405 * startup.el (command-line): Use it for temporary-file-directory,
18406 small-emporary-file-directory, auto-save-file-name-transforms,
18407 blink-cursor-mode, and normal-erase-is-backspace.
18408
55d0f066
SM
18409 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
18410 progress, even with buggy anchored keywords.
18411
f38c52df
LT
184122005-03-05 Luc Teirlinck <teirllm@auburn.edu>
18413
be6e87e5 18414 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 18415
bb96021a
RS
184162005-03-05 Richard M. Stallman <rms@gnu.org>
18417
18418 * simple.el (goto-line): Use a number at point as the default.
18419 With C-u as arg, switch buffers.
18420
3ff96c81
JL
184212005-03-05 Juri Linkov <juri@jurta.org>
18422
18423 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
18424 with `no-blinking-cursor'.
18425
18426 * startup.el (no-blinking-cursor): New defvar.
18427 (command-line): Add `--no-blinking-cursor' to longopts.
18428 Set `no-blinking-cursor' to t for command line arguments
18429 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
18430 with `no-blinking-cursor' in the condition for calling
18431 `blink-cursor-mode'.
18432
c3a52675
LT
184332005-03-04 Luc Teirlinck <teirllm@auburn.edu>
18434
18435 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
18436 (menu-bar-options-save): Add blink-cursor-mode.
18437 (menu-bar-options-menu): Add blink-cursor-mode.
18438
77b94af3
GM
184392005-03-04 Ulf Jasper <ulf.jasper@web.de>
18440
18441 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
18442 (icalendar-export-file, icalendar-export-region)
a29cf450 18443 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
18444 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
18445
524352d6
LK
184462005-03-04 Lute Kamstra <lute@gnu.org>
18447
a29cf450 18448 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
18449 (debug-function-list): Ditto.
18450
b12e59fd
RC
184512005-03-04 Robert J. Chassell <bob@rattlesnake.com>
18452
18453 * textmodes/texinfmt.el (texinfo-append-refill):
18454 Redefine the types of line to which @refill
18455 is not appended by replacing a search for `@refill\\|@bye' with
18456 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
18457 itemize@refill' bug and the unfilled long lines bug.
a29cf450 18458 (texinfmt-version): Update number and date.
b12e59fd 18459
518d3637
RS
184602005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
18461
18462 * international/code-pages.el (windows-1250, windows-125[2-8])
18463 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
18464
d245ff23
SM
184652005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18466
18467 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
18468 bound yet.
18469
b8210c6e
JPW
184702005-03-02 Romain Francoise <romain@orebokech.com>
18471
18472 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
18473 buffer after removing limits.
18474 (ibuffer-pop-filter): Ditto.
18475 Update copyright.
18476
aad1926a
MB
184772005-03-02 Miles Bader <miles@gnu.org>
18478
18479 * button.el (make-text-button): If the user doesn't specify a
18480 type, use the default. Rewrite to use `add-text-properties' and
18481 plist functions.
18482
284f0680
LK
184832005-03-01 Lute Kamstra <lute@gnu.org>
18484
18485 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
18486 (debugger-jumping-flag): New var.
18487 (debug-entry-code): Use it.
18488 (debugger-jump): Use debugger-jumping-flag and add
18489 debugger-reenable to post-command-hook.
18490 (debugger-reenable): Use debugger-jumping-flag and remove itself
18491 from post-command-hook.
18492 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
18493 debugger-reenable.
18494
43e7d00a
RC
184952005-03-01 Robert J. Chassell <bob@rattlesnake.com>
18496
284f0680 18497 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
18498 inclusion of "itemize\\|", which may be unnecessary, is certainly
18499 inelegant, and stops refilling in itemize lists when formatting
18500 Japanese Texinfo files to Info.
18501 Update copyright to 2005.
18502
911ba5f8
NR
185032005-03-01 Nick Roberts <nickrob@snap.net.nz>
18504
18505 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
18506 of an error if GDB can't find the source file.
18507
f830b09e
GM
185082005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
18509
18510 * calendar/calendar.el (redraw-calendar): Work from any buffer,
18511 not just the calendar.
18512
18513 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
18514 first.
18515 (diary-redraw-calendar): New function.
18516 (make-diary-entry): Add diary-redraw-calendar to local
18517 write-contents-functions. Turn off selective display before
18518 inserting in diary.
18519
5582d76d
KS
185202005-03-01 Kim F. Storm <storm@cua.dk>
18521
18522 * emacs-lisp/copyright.el (copyright-fix-years): New command.
18523
a9ee5cac
LK
185242005-03-01 Lute Kamstra <lute@gnu.org>
18525
18526 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
18527 that debug-entry-code can be safely removed from a function while
18528 this code is being evaluated. Revert the 2005-02-27 change as the
18529 new implementation no longer requires it. Make sure that a
dd39c336 18530 function body containing just a string is not mistaken for a docstring.
439368ed
LK
18531 (debug): Skip one more frame in case of debug on entry.
18532 (debugger-setup-buffer): Delete one more frame line in case of
18533 debug on entry.
18534 (debugger-frame-number): Update to use the new text introduced by
d245ff23 18535 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 18536
77032434
KS
185372005-02-28 Kim F. Storm <storm@cua.dk>
18538
18539 * double.el (double-translate-key): Call force-window-update after
18540 read-event to avoid crash in redisplay.
18541
c4d5a8a1
SM
185422005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
18543
18544 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
18545 (debug): Use it. Move the inhibit-trace earlier.
18546 (debug-entry-code): New const.
18547 (debug-on-entry-1): Use it.
18548
4c23089d 185492005-02-28 Chong Yidong <cyd@stupidchicken.com>
dbaba2d2 18550
c4d5a8a1
SM
18551 * international/utf-16.el (ccl-encode-mule-utf-16le):
18552 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
18553 (ccl-encode-mule-utf-16be): Likewise.
18554
185552005-02-28 Kenichi Handa <handa@m17n.org>
18556
18557 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18558 Fix BUFFER_MAGNIFICATION to 4.
18559 (ccl-encode-mule-utf-16be-with-signature): Likewise.
18560
0f468ead
NR
185612005-02-28 Nick Roberts <nickrob@snap.net.nz>
18562
18563 * speedbar.el (speedbar-update-flag): Doc fix.
18564 (speedbar-show-info-under-mouse): Give set-mouse-position the right
18565 argument.
18566
35c5f5d3
SM
185672005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
18568
fc88c288
SM
18569 * reveal.el (reveal-post-command): Don't try to reveal overlays which
18570 have a non-nil `invisible' property but are actually visible.
18571
35c5f5d3
SM
18572 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
18573 for perldoc sections.
18574 (perl-outline-regexp, perl-outline-level): New var and function.
18575 (perl-mode): Use them.
18576
f43ae016
GM
185772005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
18578
18579 * calendar/diary-lib.el (diary-remind): Discard any mark portion
18580 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
18581
04c9dde8
LT
185822005-02-27 Luc Teirlinck <teirllm@auburn.edu>
18583
18584 * cus-edit.el: Comment change.
18585 (custom-buffer-create-internal): Slightly reword text at top of
18586 Custom buffers. Mention there that saving an option edits the
18587 init file. Add link to Emacs manual node on `custom-file'.
18588 (custom-magic-alist): Rewrite individual State messages to use
18589 capitalized keywords. Doc fix.
18590
261b7f30
GM
185912005-02-27 Matt Hodges <MPHodges@member.fsf.org>
18592
18593 * calendar/calendar.el (calendar-buffer): Move above
18594 calendar-week-start-day.
18595 (calendar-week-start-day): Doc fix. Add :set function.
18596 (calendar-minimum-window-height): New variable.
18597 (generate-calendar-window): Only resize window if selected-window
18598 is displaying the calendar buffer. Use new variable
18599 calendar-minimum-window-height.
18600 (generate-calendar): Reword error message.
18601 (calendar-mode-map): Bind DEL to scroll-other-window-down.
18602
b71c9e75
AS
186032005-02-27 Andreas Schwab <schwab@suse.de>
18604
c58447fd
AS
18605 * vc.el (vc-do-command): Don't run command asynchronously when
18606 operating in a remote directory.
18607
b71c9e75
AS
18608 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
18609 change from sync with Tramp 2.0.47.
18610
aa5c6b3e
RS
186112005-02-27 Richard M. Stallman <rms@gnu.org>
18612
18613 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
18614
18615 * textmodes/flyspell.el (flyspell-mode-on):
18616 Call ispell-change-dictionary only if necessary.
18617
18618 * emacs-lisp/re-builder.el (regexp-builder): New function.
18619
18620 * register.el (describe-register-1): Explicitly handle
18621 yank-excluded-properties = t.
18622
18623 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
18624 (custom-magic-alist): Change the status descriptions again.
18625 (face widget-type): Total rewrite based on `restricted-sexp'
18626 to eliminate the confusing double hiding levels.
18627
18628 * emacs-lisp/debug.el (debug-on-entry-1):
18629 If function body is empty, add nil as body form.
18630
5f8a82e1
SM
186312005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18632
18633 * emacs-lisp/trace.el (inhibit-trace): New var.
18634 (trace-make-advice): Use it.
18635
18636 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
18637
c6f4488c
KS
186382005-02-26 Kim F. Storm <storm@cua.dk>
18639
18640 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
18641 (mouse-on-link-p, mouse-drag-region-1): Use it.
18642
a0b497c5
LK
186432005-02-25 Lute Kamstra <lute@gnu.org>
18644
18645 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
18646
ffa8d0ef
LT
186472005-02-24 Luc Teirlinck <teirllm@auburn.edu>
18648
18649 * frame.el (blink-cursor-mode): Add :group keyword.
18650
1a951b51
GM
186512005-02-24 Ulf Jasper <ulf.jasper@web.de>
18652
78d54dee
SM
18653 * calendar/icalendar.el (icalendar--decode-isodatetime):
18654 New optional argument DAY-SHIFT.
1a951b51
GM
18655 (icalendar-export-region): Fix coding-system-for-write.
18656 (icalendar--convert-ical-to-diary): Shift end-day of all-day
18657 events by one.
18658
6ecedb40
SM
186592005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18660
18661 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
18662
1749aa90
KS
186632005-02-24 Kim F. Storm <storm@cua.dk>
18664
18665 * international/iso-acc.el (iso-accents-compose): Fix crash
18666 during redisplay. Call force-window-update after read-event
18667 and delete-region to signal that window is not accurate.
18668
78d54dee
SM
186692005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
18670
18671 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
18672 Remove unused and inexistent var `inhibit-trace'.
18673 (debugger-mode): Use run-mode-hooks.
18674 (debugger-list-functions): Add buttons; setup xref stack.
18675
a98ac7ae
RS
186762005-02-23 Richard M. Stallman <rms@gnu.org>
18677
18678 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
18679 appointment says it was explicitly made.
18680 (appt-add): Set the 3rd element.
18681 (appt-make-list): Preserve explicit appointments.
18682
18683 * subr.el (find-tag-default): Catch errors in forward-sexp.
18684
91c66262
JL
186852005-02-23 Juri Linkov <juri@jurta.org>
18686
18687 * info.el (Info-isearch-search): New defcustom.
18688 (Info-isearch-search): Call the default isearch function
18689 when Info-isearch-search is nil.
18690 (Info-isearch-wrap): Use variable Info-isearch-search.
18691
01d746be
LT
186922005-02-22 Luc Teirlinck <teirllm@auburn.edu>
18693
18694 * cus-edit.el: Comment change.
18695
b686dd59
KS
186962005-02-22 Kim F. Storm <storm@cua.dk>
18697
6ecedb40
SM
18698 * progmodes/hideif.el (hide-ifdef-use-define-alist):
18699 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 18700
fe77c061
SJ
187012005-02-22 Simon Josefsson <jas@extundo.com>
18702
6ecedb40
SM
18703 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
18704 New variable.
fe77c061
SJ
18705 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
18706 Oskarsson" <myrkraverk@users.sourceforget.net>.
18707
baf70a02
KS
187082005-02-22 Kim F. Storm <storm@cua.dk>
18709
18710 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
18711 check that window of that event is the selected window.
18712 (mouse-drag-region-1): Compare mouse event window to selected
18713 window before setting point.
18714
18715 * tooltip.el (tooltip-show-help-function): Pass event to
18716 mouse-on-link-p so it can check selected window.
18717
ca69e8aa
KH
187182005-02-22 Kenichi Handa <handa@m17n.org>
18719
18720 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
18721 (ps-mule-show-warning): New function.
18722 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
18723 characters are found.
18724
18725 * ps-print.el (ps-header-footer-string): Return a list of header
18726 and footer strings.
18727
dae3211d
SM
187282005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
18729
18730 * pcvs.el (cvs-retrieve-revision): Fix thinko.
18731
187322005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 18733
9df747e1
SM
18734 * frame.el (blink-cursor-mode): Use define-minor-mode.
18735
2c75eddf
SM
18736 * term/mac-win.el (function-key-map): Use char-names more consistently.
18737 (file-name-coding-system): Only set it for MacOS-9. The other case is
18738 already handled in mule-cmds.el (where it also works when mac-win.el
18739 is not used).
18740
c4a166f1
KH
187412005-02-21 Kenichi Handa <handa@m17n.org>
18742
002dc239
KH
18743 * international/mule.el (ctext-pre-write-conversion): Always use
18744 " *code-converting-work*" buffer for work.
18745
c4a166f1
KH
18746 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
18747
22071507
TTN
187482005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
18749
18750 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
18751
50d9c396
JY
187522005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
18753
2c75eddf 18754 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
18755 allows changes outside the restricted area of the buffer.
18756
0fba9f25
KS
187572005-02-20 Kim F. Storm <storm@cua.dk>
18758
18759 * simple.el (line-move): Add fourth optional arg try-vscroll which
18760 must be set to perform auto-window-vscroll.
18761 When moving backwards and doing auto-window-vscroll, automatically
18762 vscroll to the last part of lines which are taller than the window.
18763 (next-line, previous-line): Set try-vscroll arg on line-move.
18764
ac010fca
DN
187652005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18766
f79bdb3a
DN
18767 * replace.el (query-replace, query-replace-regexp)
18768 (replace-string, replace-regexp): When operating on region, make
18769 the minibuffer prompt say so.
18770
ac010fca
DN
18771 * isearch.el (isearch-forward): Document isearch-query-replace and
18772 isearch-query-replace-regexp keybindings.
0fba9f25 18773
fa64fa22
JB
187742005-02-19 Jay Belanger <belanger@truman.edu>
18775
18776 * calc/calc-aent.el (math-read-token): Add local variable.
18777
18778 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
18779 (calc-edit-top): Move declaration to earlier in file.
18780 (calc-edit-macro-repeats): Add local variables.
18781
18782 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
18783 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
18784 calcFunc-tanh.
18785 Adjust integration rule for calcFunc-tan.
18786
3f9526a3 187872005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
18788
18789 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
18790 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
18791 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
18792 (viper-skip-separators): Bug fix.
18793 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 18794 particular major mode.
0fba9f25 18795 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 18796 kill ring.
0fba9f25
KS
18797
18798 * viper-ex.el (viper-color-display-p): New function.
18799 (viper-has-face-support-p): Use viper-color-display-p.
18800
18801 * viper-keym.el (viper-gnus-modifier-map): New keymap.
18802
18803 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
18804
18805 * viper-util.el (viper-glob-unix-files): Fix shell status check.
18806 (viper-file-remote-p): Make equivalent to file-remote-p.
18807
78d54dee
SM
18808 * viper.el (viper-major-mode-modifier-list):
18809 Use viper-gnus-modifier-map.
0fba9f25 18810
c761fd55
DK
188112005-02-19 David Kastrup <dak@gnu.org>
18812
18813 * subr.el (subregexp-context-p): Fix garbled doc string by adding
18814 quoting.
18815
7ca4e8a1
JB
188162005-02-19 Jay Belanger <belanger@truman.edu>
18817
18818 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 18819 Remove extra definitions.
7ca4e8a1
JB
18820 (calc-coth): New function.
18821 (calcFunc-cot): Fix `let'.
18822
0e0d5683
EZ
188232005-02-19 Eli Zaretskii <eliz@gnu.org>
18824
18825 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
18826 the reasons we use "type pc" in these faces.
18827
18828 * button.el (button): Ditto.
18829
2511035d
EZ
188302005-02-19 Michael Mauger <mmaug@yahoo.com>
18831
18832 * replace.el (query-replace-read-from): Set the value of
18833 query-replace-from-history-variable to handle the case of an empty
18834 string entered to accept the suggested default.
74f69b93 18835
78d54dee
SM
18836 * net/tramp.el (tramp-file-name-for-operation):
18837 Use dired-call-process instead of dired-call-process-command.
74f69b93 18838
7182a9a6
JB
188392005-02-19 Jay Belanger <belanger@truman.edu>
18840
18841 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
18842 (math-div-non-trig): New variables.
18843 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
18844 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
18845 (math-combine-prod, math-div-symb-fancy): Add simplifications for
18846 trig expressions.
18847
8c4e7434
NR
188482005-02-19 Nick Roberts <nickrob@snap.net.nz>
18849
18850 * progmodes/gdb-ui.el (gdb-var-update-handler)
18851 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
18852 for watch expressions,
18853 (gdb-var-create-handler): Don't set speedbar-update-flag.
18854 (gdb-post-prompt): Simplify test for speedbar.
18855
17561e4f 188562005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 18857
78d54dee 18858 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
af71d4c0 18859 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
17561e4f 18860 we use the syntax table of the correct buffer.
af71d4c0 18861 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
17561e4f 18862 Felix Gatzemeier.
0fba9f25 18863
78d54dee
SM
18864 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
18865 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 18866 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 18867
78d54dee
SM
18868 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
18869 ediff-recurse-to-subdirectories.
18870 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 18871 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 18872
78d54dee 18873 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 18874 nil.
0fba9f25 18875
9be92b96
SM
188762005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18877
18878 * log-view.el (log-view-message-re): Fix up Subversion regexp.
18879
3a51abf1
DK
188802005-02-18 David Kastrup <dak@gnu.org>
18881
18882 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
18883 use `mark-active' when defined.
18884
92dc83a9
KH
188852005-02-18 Kenichi Handa <handa@m17n.org>
18886
18887 * ps-print.el (ps-font-info-database): New entry
18888 ZapfChancery-MediumItalic with correct font name. Fix font name
18889 of the entry Zapf-Chancery-MediumItalic.
18890
6dbbc01d
LT
188912005-02-16 Luc Teirlinck <teirllm@auburn.edu>
18892
18893 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
18894
4aed6e1e
KS
188952005-02-16 Kim F. Storm <storm@cua.dk>
18896
18897 * ido.el (ido-fallback-command): Pass user input to fallback command.
18898
188992005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
18900
18901 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
18902 (gdb-find-file-hook): Add server prefix.
18903
a29c9707
RS
189042005-02-16 Richard M. Stallman <rms@gnu.org>
18905
18906 * replace.el (perform-replace): Pass new args to replace-highlight.
18907 (replace-highlight): Take region args,
18908 and pass them to isearch-lazy-highlight-new-loop.
18909
18910 * novice.el (disabled-command-hook): Autoload the defalias
18911 and the make-obsolete-variable call.
18912
18913 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
18914
18915 * isearch.el (isearch-lazy-highlight-start-limit)
18916 (isearch-lazy-highlight-end-limit): New variables limit
18917 the region for highlighting.
18918 (isearch-lazy-highlight-new-loop): New args BEG and END.
18919 (isearch-lazy-highlight-search): Use the new vars.
18920 (isearch-lazy-highlight-update): Likewise.
18921
18922 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
18923
18924 * cus-start.el (all): Use default-boundp.
18925
4aed6e1e 189262005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
18927
18928 * menu-bar.el (menu-bar-select-frame): Handle current frame.
18929
e1c9f939
LT
189302005-02-15 Luc Teirlinck <teirllm@auburn.edu>
18931
18932 * autorevert.el (auto-revert-stop-on-user-input)
18933 (auto-revert-verbose): Doc fixes.
18934
52c7f9ee
JR
189352005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
18936
18937 * international/mule-cmds.el (set-locale-environment): Remove call
18938 to set-selection-coding-system on Windows.
18939
6ec30302
JB
189402005-02-15 Jay Belanger <belanger@truman.edu>
18941
18942 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 18943 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
18944 calcFunc-coth.
18945 (math-simplify-sqrt): Add simplifications.
18946
18947 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
18948 to list.
18949
18950 * calc/calc-ext.el: Add functions to autoloads.
18951
18952 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
18953 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
18954 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
18955 (math-csc-raw, math-cot-raw): New functions.
18956
18957 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
18958
18959 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
18960 the variable name in a message.
18961
18962 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
18963 calcFunc-csc, calcFunc-cot.
18964
18965 * calc/calcalg2.el: Add derivative and integration rules for
18966 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
18967 calcFunc-csch, calcFunc-coth.
18968 (math-do-integral-methods): Add to checks for when to use
18969 substitutions.
18970
18971 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
18972
43817a75
LK
189732005-02-15 Lute Kamstra <lute@gnu.org>
18974
9be92b96
SM
18975 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18976 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
18977 <monnier@iro.umontreal.ca>
18978 (lisp-outline-level): Improve efficiency. Suggested by David
18979 Kastrup <dak@gnu.org>.
18980
34093ed7
NR
189812005-02-15 Nick Roberts <nickrob@snap.net.nz>
18982
18983 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
18984 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
18985 (gdb-set-gud-minor-mode-existing-buffers): New functions.
52eb0373 18986 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34093ed7
NR
18987 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
18988
0f014aa1
LT
189892005-02-14 Luc Teirlinck <teirllm@auburn.edu>
18990
18991 * cus-start.el (all): Comment change.
18992
23e8c095
LK
189932005-02-14 Lute Kamstra <lute@gnu.org>
18994
18995 * cus-start.el (all): Check if symbol is void.
18996
a4869139
CD
189972005-02-14 Carsten Dominik <dominik@science.uva.nl>
18998
18999 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
19000 optional argument to \cite.
19001
134948fc
RS
190022005-02-14 Richard M. Stallman <rms@gnu.org>
19003
19004 * cus-edit.el (custom-buffer-create-internal): Update help message.
19005 (custom-magic-alist): Update help messages.
19006
19007 * cus-start.el (all): Allow a var to specify a standard value.
19008
5e2087b8
LT
190092005-02-12 Luc Teirlinck <teirllm@auburn.edu>
19010
19011 * custom.el (custom-theme-set-variables): Handle variable aliases.
19012
19013 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
19014 (blink-cursor): Make it an alias for `blink-cursor-mode' and
19015 declare obsolete.
03e38499
LT
19016 (blink-cursor-mode): Define with defcustom and use correct
19017 standard expression in that defcustom.
5e2087b8
LT
19018 * startup.el (command-line): Adapt to above changes in frame.el.
19019
b7a2a696
LK
190202005-02-11 Lute Kamstra <lute@gnu.org>
19021
19022 * apropos.el (apropos-score-doc): Prevent division by zero.
19023
ea66d5e0
GM
190242005-02-11 Ulf Jasper <ulf.jasper@web.de>
19025
19026 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
19027 (icalendar--get-event-property-attributes)
19028 (icalendar--get-event-properties)
19029 (icalendar--datetime-to-diary-date): New functions.
19030 (icalendar--split-value): Doc fix.
19031 (icalendar--datetime-to-noneuropean-date)
19032 (icalendar--datetime-to-european-date): New optional argument
19033 SEPARATOR. Return result as a string instead of a list.
19034 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
19035 (icalendar--convert-string-for-export): Rename arg S to STRING.
19036 (icalendar-export-region): Doc fix. Change name of error buffer.
19037 Save output buffer.
19038 (icalendar-import-file): Add blank at end of prompt.
19039 (icalendar-import-buffer): Doc fix. Do not switch to error
19040 buffer. Indicate status in return value.
19041 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
19042 buffer. Save output buffer. Handle exception from recurrence
19043 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
19044 events. Fix problems with weekly all-day events.
19045
44291460
RS
190462005-02-10 Richard M. Stallman <rms@gnu.org>
19047
19048 * simple.el (eval-expression-print-format):
19049 Avoid warning about edebug-active.
19050
9be92b96 19051 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
19052 (help-for-help): Define with defalias.
19053
19054 * font-core.el (font-lock-default-function): Use with-no-warnings.
19055
19056 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
19057
19058 * custom.el (defface): Doc fix.
19059
37956fd5
NR
190602005-02-10 Nick Roberts <nickrob@snap.net.nz>
19061
19062 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
19063 width 0" to prevent word wrapping problems.
19064
44042fe7
KS
190652005-02-09 Kim F. Storm <storm@cua.dk>
19066
19067 * ido.el (ido-file-extensions-order): New defcustom.
19068 (ido-file-extension-lessp, ido-file-extension-aux)
19069 (ido-file-extension-order): New advanced file ordering.
19070 (ido-file-lessp): New simple file ordering.
19071 (ido-sort-list): Remove.
19072 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
19073 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
19074
e7eaabae
DN
190752005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
19076
19077 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
19078 that some versions of grep produce.
19079 (grep-mode-font-lock-keywords): Likewise.
19080
76f8cd56
NR
190812005-02-09 Nick Roberts <nickrob@snap.net.nz>
19082
19083 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 19084 (gdb-cdir): Delete.
76f8cd56
NR
19085 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
19086 (gdb-source-info): Treat case when source file is in another
19087 directory properly.
19088 (gdb-get-location): New function.
19089
519b13cd
JB
190902005-02-07 Jay Belanger <belanger@truman.edu>
19091
19092 * calc/calc-prog.el (calc-write-parse-table-part)
19093 (calc-fix-token-name): Fix a check for language type.
19094
9be92b96 19095 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 19096
009bb5d2
AS
190972005-02-07 Andre Spiegel <spiegel@gnu.org>
19098
19099 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
19100 as directory not writable.
19101
82ec225b
KS
191022005-02-07 Kim F. Storm <storm@cua.dk>
19103
19104 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
19105 (cua--standard-movement-commands): Remove list.
19106 Instead, set CUA property value to move for movement commands.
19107 (cua-movement-commands): Remove. Users must set CUA prop instead.
19108 (cua--pre-command-handler): Check CUA property.
19109 (cua--init-keymaps): Don't remap undo commands.
19110 (cua-mode): Don't call cua--rectangle-on-off.
19111
19112 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
19113 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
19114 (cua--rect-undo-set-point): New var.
19115 (cua--rectangle-undo-boundary): Setup undo apply entry.
19116 (cua--rect-undo-handler): New function for rectangle undo.
19117 (cua--rect-start-position, cua--rect-end-position): Add.
19118 (cua--rectangle-post-command): Call cua--rectangle-set-corners
19119 for restored rectangle. Set point if cua--rect-undo-set-point.
19120
c529f7f7
JB
191212005-02-06 Jay Belanger <belanger@truman.edu>
19122
19123 * calc/calc-lang.el (calc-tex-language): Display more information
19124 in messages.
19125
19126 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
19127 in TeX mode.
19128
ba2c991c
RS
191292005-02-06 Richard M. Stallman <rms@gnu.org>
19130
19131 * emacs-lisp/lisp.el (buffer-end): Doc fix.
19132
6d61d855
EZ
191332005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
19134
19135 * net/ldap.el (ldap-search-internal): Support attributes with
19136 optional descriptions separated by a semi-colon, as in
19137 "userCertificate;binary".
19138
18daafed
JD
191392005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19140
19141 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
19142 isn't a cons (i.e. the version is 0).
19143
cb602754
EZ
191442005-02-05 Eli Zaretskii <eliz@gnu.org>
19145
19146 * help.el (help-for-help): Doc fix.
19147
a0079e58
NR
191482005-02-05 Nick Roberts <nickrob@snap.net.nz>
19149
52eb0373 19150 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
a0079e58
NR
19151 GDB-Windows on the menu-bar as this works better.
19152
e67d06eb
JB
191532005-02-04 Jay Belanger <belanger@truman.edu>
19154
19155 * calc/calc-embed.el (calc-embedded-update): Don't put in
52eb0373 19156 unnecessary newlines. Adjust the end of formula marker.
e67d06eb
JB
19157
19158 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
19159 (math-latex-parse-two-args): New function.
19160
02f244c8
LK
191612005-02-03 Lute Kamstra <lute@gnu.org>
19162
19163 * help-fns.el (help-with-tutorial): Make sure that users cannot
19164 remove the entire text of the tutorial by means of `undo'.
19165
ca97010c
SM
191662005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
19167
19168 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
19169 in recent changes, where the ispell process was repeatedly
19170 killed & restarted.
a41118cc
SM
19171
19172 * international/mule-cmds.el (set-locale-environment): Set file-name
19173 coding system to utf-8 on Darwin systems.
19174 (set-default-coding-systems): Don't set default-file-name-coding-system
19175 on Darwin systems.
19176
4e07258f
RS
191772005-02-03 Richard M. Stallman <rms@gnu.org>
19178
19179 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
19180
191812005-02-03 Matt Hodges <MPHodges@member.fsf.org>
19182
19183 * faces.el (list-faces-display): Add optional argument.
19184
30b940a7
SM
191852005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19186
19187 * font-core.el (font-lock-default-function): Handle the rare case where
19188 only font-lock-keywords is set.
19189
4e07258f 191902005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 19191
30b940a7 19192 * international/characters.el: Cancel previous change for
fbbde29a
KH
19193 I-WITH-DOT-ABOVE and DOTLESS-i.
19194
19195 * international/latin-5.el: Cancel previous change.
19196
87c366c1
NR
191972005-02-02 Nick Roberts <nickrob@snap.net.nz>
19198
19199 * progmodes/gud.el: Correction to syntax in gud-menu-map.
19200
56072160
KH
192012005-02-02 Kenichi Handa <handa@m17n.org>
19202
19203 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
19204 DOTLESS-i.
19205
19206 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
19207 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
19208
394dff57 19209 * case-table.el (get-upcase-table): New function.
56072160
KH
19210 (copy-case-table): Copy upcaes table too if non-nil.
19211 (set-case-syntax-delims): Maintain upcase table too.
19212 (set-case-syntax-pair): Likewise.
19213 (set-upcase-syntax, set-downcase-syntax): New functions.
19214 (set-case-syntax): Maintain upcase table too.
19215
dd8e8b27
NR
192162005-02-02 Nick Roberts <nickrob@snap.net.nz>
19217
52eb0373 19218 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
dd8e8b27
NR
19219
19220 * progmodes/gud.el (gud-goto-info): New function.
19221 (gud-tool-bar-map): Use correct icon.
19222
cc08f5b2
TTN
192232005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19224
19225 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
19226 When delegating, order args in the funcall correctly.
19227
b961eb0e
TTN
192282005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19229
19230 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
19231
2fdf4457
CD
192322005-02-01 Carsten Dominik <dominik@science.uva.nl>
19233
19234 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
19235 buffer not visiting a file.
19236
a214f7ba
JB
192372005-01-31 Jay Belanger <belanger@truman.edu>
19238
19239 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
19240 bound on the line with the formula.
19241
fb89c330
KS
192422005-01-31 Kim F. Storm <storm@cua.dk>
19243
19244 * ses.el (ses-create-cell-variable-range)
19245 (ses-destroy-cell-variable-range, ses-reset-header-string)
19246 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
19247 (ses-insert-row): Fix format of apply undo entries.
19248
998858ae
JB
192492005-01-31 Jay Belanger <belanger@truman.edu>
19250
19251 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
19252 parts.
19253
19254 * calc/calc-embed.el (calc-embedded-open-formula)
19255 (calc-embedded-close-formula): Ignore matrix environments.
19256
19257 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
19258 TeX mode.
19259
19260 * calc/calc-lang.el (math-function-table, math-oper-table)
19261 (math-variable-table): Adjust the LaTeX portions.
19262
19263 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
19264 (math-latex-ignore-words): New constant.
19265
a6e7a34b
RS
192662005-01-31 Richard M. Stallman <rms@gnu.org>
19267
19268 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
19269 (ispell-local-dictionary): Doc fix.
19270 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
19271 Don't reinitialize at run time. Don't defcustom.
19272 All uses changed to append ispell-local-dictionary-alist,
19273 or check it first.
19274 (ispell-current-dictionary): New variable for dictionary in use.
19275 (ispell-dictionary): Now used only for global default.
19276 (ispell-start-process): Set ispell-current-dictionary,
19277 not ispell-dictionary.
19278 (ispell-change-dictionary): Use this only for setting
19279 user preferences.
19280 (ispell-internal-change-dictionary): New function
19281 to change the current dictionary in use.
fb89c330
KS
19282 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
19283 Use ispell-current-dictionary.
a6e7a34b
RS
19284 Handle ispell-local-dictionary-overridden.
19285 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
19286
1be70c61
JB
192872005-01-31 Jay Belanger <belanger@truman.edu>
19288
19289 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
19290
19291 * calc/calc-ext.el: Add calc-latex-language to autoloads.
19292 (calc-mode-map): Add calc-latex-language.
19293
19294 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
19295 (math-latex-print-frac): New functions.
19296 (math-oper-table, math-function-table, math-variable-table)
19297 (math-complex-format, math-input-filter): Add latex properties.
19298 (calc-set-language): Set math-expr-special-function-mapping.
19299
19300 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
fe38e3b0 19301 (calc-write-parse-table-part): Add LaTeX support.
1be70c61
JB
19302
19303 * calc/calc.el (calc-language): Adjust docstring.
19304 (calc-set-mode-line): Add LaTeX support.
19305 (math-expr-special-function-mapping): New variable.
e09d97e8 19306 (math-tex-ignore-words): Add to list.
fb89c330 19307
1be70c61
JB
19308 * calc/calccomp.el (math-compose-expr, math-compose-rows):
19309 Add LaTeX support.
19310 (math-compose-expr): Add support for special functions.
19311
19312 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
19313
2d08f307
NR
193142005-01-31 Nick Roberts <nickrob@snap.net.nz>
19315
19316 * progmodes/gdb-ui.el (gdb-memory-address)
19317 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
19318 (gdb-memory-mode-map, gdb-memory-format-keymap)
19319 (gdb-memory-format-menu, gdb-memory-unit-keymap)
19320 (gdb-memory-unit-menu): New variables for a buffer
19321 that lets the user examine program memory.
19322 (gdb-memory-set-address, gdb-memory-set-repeat-count)
19323 (gdb-memory-format-binary, gdb-memory-format-octal)
19324 (gdb-memory-format-unsigned, gdb-memory-format-signed)
19325 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
19326 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
19327 (gdb-memory-unit-word, gdb-memory-unit-halfword)
19328 (gdb-memory-unit-byte, gdb-memory-unit-menu)
19329 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
19330 (gdb-memory-mode, gdb-memory-buffer-name)
19331 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
19332 New functions for above buffer.
19333
ce406543
RS
193342005-01-30 Richard M. Stallman <rms@gnu.org>
19335
19336 * cus-edit.el (custom-bury-buffer): Function deleted.
19337 (custom-buffer-done-function): Option deleted.
30c02925 19338 (custom-buffer-done-kill): New replacement option.
ce406543
RS
19339 (Custom-buffer-done): Call quit-window.
19340 (custom-buffer-create-internal): Update for above changes.
19341
03c64f2e
LT
193422005-01-29 Luc Teirlinck <teirllm@auburn.edu>
19343
19344 * simple.el (undo-ask-before-discard): New var.
19345 (undo-outer-limit-truncate): Implement it.
19346 (undo-extra-outer-limit): Doc update.
19347
5a92a9eb
RS
193482005-01-29 Richard M. Stallman <rms@gnu.org>
19349
394dff57 19350 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
19351 (ses-begin-change): Doc fix.
19352
19353 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
19354 instead of rebinding C-x u and C-_.
19355
19356 * files.el (normal-backup-enable-predicate): Return nil for files
19357 in /tmp, regardless of temporary-file-directory.
19358
19359 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
19360
19361 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
19362 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 19363 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
19364 for move-to-column's 2nd arg.
19365
19366 * simple.el (undo): Fix the test for continuing a series of undos.
19367 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 19368 (pending-undo-list): Move up defvar.
5a92a9eb
RS
19369
19370 * wid-edit.el (widget-button-click):
19371 Shorten the range of the track-mouse binding.
19372
19373 * comint.el (comint-insert-input): Undo previous changes;
19374 use last-input-event in interactive spec.
19375
28d986b9
EZ
193762005-01-29 Eli Zaretskii <eliz@gnu.org>
19377
cf63e6fa
EZ
19378 * progmodes/compile.el (compilation-start): Bind buffer-read-only
19379 to nil before invoking call-process. Reset buffer's modified flag
19380 after fontifying it in the no-async branch.
19381
28d986b9
EZ
19382 * wid-edit.el (widget-specify-button): If mouse pointer shape
19383 cannot be changed, use mouse face instead.
19384
c7c87573
NR
193852005-01-29 Nick Roberts <nickrob@snap.net.nz>
19386
19387 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19388 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7 19389 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
588c0770 19390 (gdb-assembler-custom): Update to recognize breakpoint information
88cc5da7 19391 added on 2005-01-19.
c7c87573 19392
394dff57
SM
193932005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19394
19395 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
19396 (dsssl-mode): Use define-derived-mode.
19397 (scheme-mode-initialize): Remove.
19398 (scheme-mode): Use run-mode-hooks.
19399
19400 * cus-edit.el (customize-group-other-window)
19401 (custom-buffer-create-other-window): Don't override special-display-*.
19402 (custom-mode-map): Make it dense.
19403
19404 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
19405 sets the default value.
19406
2d65673f
EZ
194072005-01-28 Eli Zaretskii <eliz@gnu.org>
19408
19409 * descr-text.el: Add more keywords.
19410
6b626913
SM
194112005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19412
b9fbc167
SM
19413 * speedbar.el: Avoid unnecessary use of locate-library.
19414
6b626913
SM
19415 * international/mule-cmds.el (standard-display-european-internal):
19416 Don't fiddle with latin-1 non-break space any more since it's now
19417 special cased in the C code.
19418 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
19419
3bf93f74
LT
194202005-01-26 Luc Teirlinck <teirllm@auburn.edu>
19421
19422 * cus-start.el (all): Add `undo-outer-limit'.
19423
31df23f5
LK
194242005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19425
6b626913
SM
19426 * textmodes/bibtex.el (bibtex-format-entry):
19427 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
19428 field lines.
19429 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
19430 not on part of a buffer.
19431
194322005-01-25 Lute Kamstra <lute@gnu.org>
19433
19434 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
19435 nonempty field text strings like "{letters\\macro{}more letters}".
19436 Clarify docstring.
19437 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
19438 (bibtex-entry-offset, bibtex-parse-association)
19439 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 19440 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 19441
19f26a89 194422005-01-24 Carsten Dominik <dominik@science.uva.nl>
640d0c89 19443
60fc9395 19444 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 19445 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
19446 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
19447 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
19448
19449 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
19450 isearch minor mode.
19451
fe860842
LT
194522005-01-24 Luc Teirlinck <teirllm@auburn.edu>
19453
19454 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
19455
2fc3738c
LK
194562005-01-24 Lute Kamstra <lute@gnu.org>
19457
19458 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
19459 CASECHARS and NOT-CASECHARS regular expressions of the
19460 "nederlands" and "nederlands8" dictionaries to prevent a "Range
19461 striding over charsets" error.
19462
dacb2f70
JB
194632005-01-24 Jay Belanger <belanger@truman.edu>
19464
19465 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
19466 display variable name.
19467
e1a050dc
KH
194682005-01-24 Kenichi Handa <handa@m17n.org>
19469
19470 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
19471 Fix setting of the element of encoded-kbd-iso2022-invocations.
19472
ac94d5f4
NR
194732005-01-24 Nick Roberts <nickrob@snap.net.nz>
19474
19475 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19476 (gdb-threads-select): Change to also accept mouse events.
19477 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
19478 (gdb-threads-mouse-select): Delete.
19479
9bb99df6
LT
194802005-01-23 Luc Teirlinck <teirllm@auburn.edu>
19481
19482 * files.el (insert-directory): Take care of empty directory,
19483 listed without -a switch.
19484
bd6a8278
SM
194852005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
19486
04138be8
SM
19487 * textmodes/refill.el (refill-post-command-function):
19488 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
19489 to the list of functions that we should be careful not to undo.
19490 (refill-late-fill-paragraph-function): Remove.
19491 (refill-saved-state): New var.
19492 (refill-mode): Use it to save fill-paragraph-function.
19493 Save also the value of auto-fill-function.
19494
bd6a8278
SM
19495 * term/w32-win.el: Simplify code.
19496
5c20cae2
KS
194972005-01-23 Kim F. Storm <storm@cua.dk>
19498
8f958b40
KS
19499 * simple.el (line-move): Adapt to new return value from
19500 pos-visible-in-window-p.
19501
5c20cae2
KS
19502 * simple.el (line-move): Fix last change. Check partial
19503 visibility at point rather than at window-start.
19504
e1c7e69a
JR
195052005-01-22 Jason Rumney <jasonr@gnu.org>
19506
19507 * term/w32-win.el (xw-defined-colors): Remove debug-message.
19508
3d4d788a
DK
195092005-01-22 David Kastrup <dak@gnu.org>
19510
19511 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
19512
1a8461d3
EZ
195132005-01-22 Eli Zaretskii <eliz@gnu.org>
19514
19515 * type-break.el (type-break-mode): Add a test for
19516 type-break-file-name being non-nil.
19517
1da1887d
EZ
195182005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
19519
19520 * net/eudc.el (top level): Call (message "") via progn, so that
19521 eudc-options-file is loaded.
19522
d00e399a
KS
195232005-01-22 Kim F. Storm <storm@cua.dk>
19524
19525 * simple.el (line-move-1): Rename from line-move.
19526 (line-move): New function that adjusts vscroll for partially
19527 visible rows, and calls line-move-1 otherwise.
19528
2ff1dec9
JW
195292005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
19530
623f1465 19531 * pcomplete.el: Define pcomplete-read-event instead of read-event,
2ff1dec9
JW
19532 since it's not a complete read-event implementation
19533
7ec35700
JB
195342005-01-20 Jay Belanger <belanger@truman.edu>
19535
19536 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
19537 for called function.
19538
a15252fd
ST
195392005-01-20 Steven Tamm <steventamm@mac.com>
19540
6b626913 19541 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
19542 Controlled now by s/darwin.h:PTY_ITERATION.
19543
66c226bf
SM
195442005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19545
19546 * window.el (handle-select-window): Don't switch window when we're
19547 in the minibuffer.
19548
7c018923
SM
195492005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
19550
19551 * subr.el (dotimes-with-progress-reporter): New macro.
19552
19553 * ses.el (ses-dotimes-msg): Remove macro.
19554 Use `dotimes-with-progress-reporter' instead.
19555
8db8a5cf
ST
195562005-01-19 Steven Tamm <steventamm@mac.com>
19557
19558 * term/mac-win.el (process-connection-type): Use new
588c0770 19559 operating-system-release variable to use ptys on Darwin 7 (OS X
8db8a5cf
ST
19560 10.3) when using carbon build.
19561
7679290d
JB
195622005-01-19 Jay Belanger <belanger@truman.edu>
19563
19564 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
19565 flags if the last command was a tab or M-tab.
19566
17c90a9e
JB
19567 * calc/calc-prog.el (calc-user-define-edit): Put original formula
19568 in formula editing buffer.
19569
2c60b6d3
NR
195702005-01-19 Nick Roberts <nickrob@snap.net.nz>
19571
19572 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
19573 breakpoint image symbol in margin.
19574
1ff85beb
JB
195752005-01-19 Jay Belanger <belanger@truman.edu>
19576
19577 * calc/calc-prog.el (calc-execute-kbd-macro):
19578 Ignore calc-keep-arg-flag.
19579
664ca704
KH
195802005-01-19 Kenichi Handa <handa@m17n.org>
19581
19582 * textmodes/ispell.el (ispell-looking-at): New function.
19583 (ispell-process-line): Use ispell-looking-at to compare the ispell
19584 output and the buffer contents.
19585
926787be
JB
195862005-01-18 Jay Belanger <belanger@truman.edu>
19587
19588 * calc/calc.el (calc-display-raw): Fix docstring.
19589
67b9b71f
SM
195902005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
19591
7c018923
SM
19592 * simple.el (blink-matching-open): Strip extra info from syntax.
19593
67b9b71f
SM
19594 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
19595 funny chars in the end-of-here-doc marker.
19596
83c7f806
NR
195972005-01-19 Nick Roberts <nickrob@snap.net.nz>
19598
19599 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
19600 that enable/disabled state of breakpoints is shown correctly in
19601 fringe and on ttys.
19602 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
19603 Add breakpoint information as text properties.
67b9b71f 19604 (gdb-mouse-toggle-breakpoint):
83c7f806 19605 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 19606 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
19607 breakpoints in the margin.
19608 (gdb-remove-strings): Simplify.
19609
538a5f8b
JB
196102005-01-17 Jay Belanger <belanger@truman.edu>
19611
19612 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
19613 erasing buffer.
19614
444919be
RS
196152005-01-17 Richard M. Stallman <rms@gnu.org>
19616
19617 * progmodes/grep.el (grep-find): Copy from `grep' the condition
19618 for calling grep-compute-defaults.
19619
19620 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
19621 if buffer is empty.
19622
19623 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
19624
67476fca
SM
196252005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
19626
19627 * hilit-chg.el (highlight-changes-mode): Don't autoload.
19628
19629 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
19630 non-preloaded variables.
19631
4042dc25
ST
196322005-01-17 Steven Tamm <steventamm@mac.com>
19633
19634 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
19635 tex-shell cause to force interactivity when using pipes.
19636
aea3bdb1
KS
196372005-01-17 Kim F. Storm <storm@cua.dk>
19638
19639 * simple.el (just-one-space): Make arg optional.
19640
41774623
NR
196412005-01-17 Nick Roberts <nickrob@snap.net.nz>
19642
19643 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 19644 posn-at-x-y to t to access left-margin.
41774623 19645
01917a18
MA
196462005-01-16 Michael Albinus <michael.albinus@gmx.de>
19647
19648 Sync with Tramp 2.0.47.
19649
11948172 19650 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
01917a18
MA
19651 catching keep-date problems in cp/scp operations.
19652 (tramp-handle-copy-file): Don't call `set-file-modes'
19653 unconditionally. Specialized functions should know better what is
19654 necessary. This improves performance a little bit, and the
19655 functions could catch errors with `cp -p' and `scp -p'.
19656 (tramp-do-copy-or-rename-file-via-buffer)
19657 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
19658 when appropriate.
67476fca
SM
19659 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
19660 Call `set-file-modes' when appropriate.
01917a18
MA
19661 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
19662 Johnsson <isak@hypergene.com>
19663 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
19664 of both Tramp buffer and debug buffer. Reported by Joakim Verona
19665 <joakim@verona.se>
19666 (tramp-file-name-for-operation): Mark `shell-command' as magic for
19667 Emacs only.
19668
11948172 19669 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
01917a18
MA
19670 `find-file-hooks' and `dired-mode-hook'.
19671 (tramp-minor-mode-map): Respective map. Add remapping for
19672 `compile' and `recompile'.
19673 (tramp-remap-command, tramp-recompile): New defuns.
19674 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
19675 in buffer "*Compilation*". Call the commands asynchronously.
19676
11948172 19677 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
01917a18
MA
19678 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
19679 `shell-command', because it isn't magic in XEmacs. Reported by
19680 Adrian Aichner <adrian@xemacs.org>.
19681
11948172 19682 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
01917a18
MA
19683 `substitute-in-file-name.
19684 (tramp-smb-handle-substitute-in-file-name): New defun.
19685 (tramp-smb-advice-PC-do-completion): Delete advice.
19686
196872005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
19688
11948172 19689 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
01917a18
MA
19690 Fix error in deleting region.
19691
d4b6c2e3
RS
196922005-01-15 Richard M. Stallman <rms@gnu.org>
19693
19694 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
19695 In non-temp buffer, switch syntax table temporarily.
19696
19697 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
19698
19699 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
19700
19701 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
19702
19703 * imenu.el (imenu--split-menu): Copy menulist before sorting.
19704 (imenu--generic-function): Use START, not BEG, as pos of definition.
19705
19706 * simple.el (just-one-space): Argument specifies number of spaces.
19707
19708 * simple.el (eval-expression-print-format): Avoid warning
19709 about edebug-active.
19710
c85465f9 197112005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
d4b6c2e3
RS
19712
19713 * progmodes/sh-script.el: Code copied from make-mode.el
19714 with small changes,
19715 (sh-mode-map): Bind C-c C-\.
19716 (sh-backslash-column, sh-backslash-align): New variables.
19717 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 19718
43805352
EZ
197192005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
19720
19721 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 19722 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 19723 rmail-obsolete group.
67476fca 19724 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 19725 All callers updated.
67476fca 19726 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
19727 Take an argument specifying whether it is POP or IMAP mailbox we
19728 are using. All callers updated.
67476fca
SM
19729 (rmail-pop-password-error): Rename to
19730 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
19731 (rmail-movemail-search-path)
19732 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
19733 (rmail-remote-password, rmail-remote-password-required):
19734 New customization variables.
af71d4c0 19735 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 19736 (rmail-parse-url): New function.
67476fca 19737 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
19738 with GNU mailutils movemail.
19739
5754a69e
EZ
197402005-01-15 Kevin Ryde <user42@zip.com.au>
19741
19742 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
19743 suffix to space, $ or '$, to correctly position point when going
19744 to @table style constants like DBL_MAX.
19745
a7ed85f0
EZ
197462005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
19747
19748 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
19749 (type-break-file-keystroke-count, type-break-choose-file):
19750 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
19751 is nil.
19752 (type-break-file-name): Doc update as per the above.
19753
f79b331a
EZ
197542005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
19755
19756 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
19757 lookup-key might return nil; handle that.
19758
8b3a75ac
EZ
197592005-01-15 Alan Mackenzie <acm@muc.de>
19760
19761 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 19762 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 19763
791d856f
CD
197642005-01-14 Carsten Dominik <dominik@science.uva.nl>
19765
19766 * textmodes/org.el (org-show-following-heading): New option.
19767 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 19768 (org-cycle): Documentation fix.
791d856f
CD
19769
19770 * textmodes/org.el (orgtbl-optimized): New option
19771 (orgtbl-mode): New command, a minor mode.
19772 (orgtbl-mode-map): New variable.
19773 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
19774 (orgtbl-error, orgtbl-self-insert-command)
19775 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
19776
19777 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
19778 a local variable in each org-mode buffer.
19779
67476fca 19780 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 19781 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 19782 (org-get-current-options): Add STARTUP options.
1bef8597 19783 (org-table-insert-row): Make mode intelligent about when
791d856f 19784 realignment is needed.
67476fca
SM
19785 (org-self-insert-command, org-delete-backward-char, org-delete-char):
19786 New commands.
19787 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
19788 (org-table-blank-field): Support blanking regions if active.
19789
af41e141
CD
197902005-01-14 Carsten Dominik <dominik@science.uva.nl>
19791
099fc2c9
CD
19792 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
19793 if the year is not given.
af41e141 19794
67476fca
SM
19795 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
19796 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 19797 save-match-data.
67476fca
SM
19798 (reftex-reference): Remove ?. from list of spaces.
19799 (reftex-label-info): Add automatic label prefix recognition.
19800
19801 * textmodes/reftex-index.el (reftex-index-next-phrase):
19802 Add slave parameter to call of `reftex-index-this-phrase'.
19803 (reftex-index-this-phrase): New optional argument.
19804 (reftex-index-region-phrases): Add slave parameter to call of
19805 `reftex-index-this-phrase'.
19806 (reftex-display-index): New argument redo.
119f6f17 19807 (reftex-index-rescan): Add `redo' to arguments of
67476fca 19808 `reftex-display-index'.
af41e141 19809 (reftex-index-Rescan, reftex-index-revert)
119f6f17 19810 (reftex-index-switch-index-tag): Add `redo' to arguments of
67476fca
SM
19811 `reftex-display-index'.
19812 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
19813 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
19814 after the word.
19815
67476fca
SM
19816 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
19817 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
19818 (reftex-citation): Prefix argument no longer rescans the document,
19819 but forces prompting for optional arguments of cite macros.
67476fca 19820 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 19821
67476fca
SM
19822 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19823 Add optional arguments to most cite commands.
af41e141
CD
19824 (reftex-cite-cleanup-optional-args): New option
19825 (reftex-cite-prompt-optional-args): New option.
67476fca 19826 (reftex-trust-label-prefix): New option.
af41e141 19827
67476fca
SM
19828 * textmodes/reftex-toc.el (reftex-toc-find-section):
19829 Add push-mark before changing the position in the buffer.
af41e141 19830
67476fca
SM
19831 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
19832 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 19833
5ca75c83
NR
198342005-01-14 Nick Roberts <nickrob@snap.net.nz>
19835
19836 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
19837 more carefully.
19838
ed8031f2
SM
198392005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
19840
19841 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
19842 (sgml-mode): Use it.
19843 (sgml-get-context): Better keep track of implicitly closed tags.
19844
7573e36d
KH
198452005-01-13 Kenichi Handa <handa@m17n.org>
19846
19847 * textmodes/ispell.el: These changes are to fix misalignment error
19848 caused by equivalent characters of different Emacs charsets.
19849 (ispell-unified-chars-table): New variable.
19850 (ispell-get-decoded-string): New function.
19851 (ispell-get-casechars, ispell-get-not-casechars)
19852 (ispell-get-otherchars): Call ispell-get-decoded-string.
19853
80888260
JPW
198542005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
19855
19856 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 19857 of (defvar . symbol) in `current-load-list'.
80888260 19858
9deb0aba
RS
198592005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
19860
19861 * emacs-lisp/elint.el: Fixed typo in Commentary section.
19862
f5340eb7
JB
198632005-01-12 Jay Belanger <belanger@truman.edu>
19864
19865 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
19866 to create a Calc summary.
19867
1e801ac3
KS
198682005-01-12 Kim F. Storm <storm@cua.dk>
19869
19870 * mouse.el (mouse-on-link-p): Change functionality and doc
19871 string to comply with latest description in lisp ref.
19872
a1c9fd19
NR
198732005-01-12 Nick Roberts <nickrob@snap.net.nz>
19874
ed8031f2
SM
19875 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
19876 Enable mouse clicks on mode-line, header-line and margin.
119f6f17
RS
19877 (event-type): Give mouse event symbols an `event-kind' property
19878 with value `mouse-click'.
a1c9fd19 19879
066a23af
JL
198802005-01-12 Juri Linkov <juri@jurta.org>
19881
19882 * facemenu.el (list-colors-display): Add new arg buffer-name.
19883 Use it. Fix docstring. Replace code for identifying duplicate
19884 colors by the name with call to `list-colors-duplicates' which
19885 identifies duplicate colors by the value unless the color
19886 is one of special Windows colors. Set truncate-lines to t.
19887 Print sorted duplicate color names on each line. Indent to 22
19888 \(the longest color name in rgb.txt) instead of 20. Optimize.
19889 (list-colors-duplicates): New function.
19890 (facemenu-color-name-equal): Delete function.
19891
987d1819
JL
19892 * facemenu.el (list-colors-print): New function created from code
19893 in list-colors-display. Print #RRGGBB at the window right edge.
19894 (list-colors-display): When temp-buffer-show-function is not
19895 defined, call list-colors-print from temp-buffer-show-hook
19896 to get the right value of window-width in list-colors-print
19897 after the buffer is displayed.
19898
aac42a1b
JL
19899 * simple.el (pop-mark): Move deactivate-mark out of conditional
19900 part to deactivate the active mark regardless of the state of the
19901 mark ring.
19902
19903 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
19904 variables line in desktop files.
19905
afd33362
JL
199062005-01-12 Juri Linkov <juri@jurta.org>
19907
19908 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
19909 Bring together isearch highlight related options.
19910 (lazy-highlight): Replace group `replace' by `matching'.
19911 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19912 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19913 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
19914 and declare them obsolete.
19915 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
19916 (isearch-faces): Remove defgroup.
19917 (isearch-overlay, isearch-highlight, isearch-dehighlight):
19918 Move isearch highlighting code closer to lazy highlighting code.
19919
19920 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
19921 (query-replace-highlight, query-replace-lazy-highlight)
19922 (query-replace): Move definitions to the beginning of the file.
19923
424b9d3e
JL
199242005-01-11 Juri Linkov <juri@jurta.org>
19925
881b07f9
JB
19926 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
19927 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
424b9d3e
JL
19928 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
19929
19930 * info.el (Info-history-forward): New variable.
19931 (Info-select-node): Reset Info-history-forward to nil.
19932 (Info-last): Turn into defalias.
19933 (Info-history-back): Rename from Info-last.
19934 Add current node to Info-history-forward.
19935 (Info-history-forward): New fun.
19936 (Info-mode-map): Replace Info-last by Info-history-back.
19937 Bind Info-history-forward to "r".
19938 (Info-mode-menu): Replace Info-last by Info-history-back.
19939 Fix menu item text. Add menu item for Info-history-forward.
19940 (info-tool-bar-map): Replace Info-last by Info-history-back.
19941 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
19942 for Info-history-forward.
19943 (Info-mode): Replace Info-last by Info-history-back in docstring.
19944 Add local variable Info-history-forward.
19945 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
19946
fbd8dc8a
SM
199472005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
19948
19949 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
19950 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
19951 Ignore select-window events rather than fiddle with
19952 mouse-autoselect-window.
19953
28f94a34
RS
199542005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
19955
19956 * type-break.el (type-break-mode): Fix previous change.
19957
b748957a
JB
199582005-01-10 Jay Belanger <belanger@truman.edu>
19959
10907497 19960 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
19961 calculator; only reset when point is inside a calculator.
19962 Don't adjust the window height if the window takes up the whole height
10907497 19963 of the frame.
b748957a 19964
e4edc5cd
TTN
199652005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
19966
19967 * ebuff-menu.el (Electric-buffer-menu-mode):
19968 Preserve value of buffer-local var header-line-format.
19969
3579f0c2
JB
199702005-01-09 Jay Belanger <belanger@truman.edu>
19971
19972 * calc/calc.el (calc-mode-var-list-restore-saved-values):
19973 Make sure settings file exists before accessing it.
19974
7f72c3db
JB
19975 * calc/calc-embed.el (calc-embedded-subst):
19976 Replace math-multi-subst-rec, which is only supposed to be called
19977 by math-multi-subst, by math-multi-subst.
19978
5fbf7903
AS
199792005-01-09 Andre Spiegel <spiegel@gnu.org>
19980
19981 * vc.el (vc-allow-async-revert): New user option.
19982 (vc-disable-async-diff): New internal variable.
19983 (vc-revert-buffer): Use them to disable asynchronous diff.
19984
fbd8dc8a
SM
19985 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
19986 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
19987 asynchronously if vc-disable-async-diff is t.
19988
809c26be
JB
199892005-01-09 Jay Belanger <belanger@truman.edu>
19990
19991 * calc/calc.el (defcalcmodevar): New macro.
19992 (calc-mode-var-list-restore-default-values)
19993 (calc-mode-var-list-restore-saved-values): New functions.
19994 (calc-mode-var-list): Use defcalcmodevar to define it.
19995 (calc-always-load-extensions, calc-line-numbering)
19996 (calc-line-breaking, calc-display-just, calc-display-origin)
19997 (calc-number-radix, calc-leading-zeros, calc-group-digits)
19998 (calc-group-char, calc-point-char, calc-frac-format)
19999 (calc-prefer-frac, calc-hms-format, calc-date-format)
20000 (calc-float-format, calc-full-float-format, calc-complex-format)
20001 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
20002 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
20003 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
20004 (calc-matrix-brackets, calc-language, calc-language-option)
20005 (calc-left-label, calc-right-label, calc-word-size)
20006 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
20007 (calc-display-raw, calc-internal-prec, calc-angle-mode)
20008 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
20009 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
20010 (calc-window-height, calc-display-trail, calc-show-selections)
20011 (calc-use-selections, calc-assoc-selections)
20012 (calc-display-working-message, calc-auto-why, calc-timing)
20013 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
20014 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
20015 (calc-gnuplot-default-device, calc-gnuplot-default-output)
20016 (calc-gnuplot-print-device, calc-gnuplot-print-output)
20017 (calc-gnuplot-geometry, calc-graph-default-resolution)
20018 (calc-graph-default-resolution-3d, calc-invocation-macro)
20019 (calc-show-banner): Use defcalcmodevar to declare them and set
20020 their default values.
20021
20022 * calc/calc-ext.el (calc-reset): Restore saved values of variables
20023 instead of default values (but restore default values if there is
20024 an argument of 0).
20025
0ba9bc53
DK
200262005-01-09 David Kastrup <dak@gnu.org>
20027
20028 * desktop.el (desktop-restore-eager): Fix typo in type.
20029
03e31a1a
RS
200302005-01-08 Richard M. Stallman <rms@gnu.org>
20031
20032 * cus-edit.el (customize): Delete :link.
20033
3aba853a
JB
200342005-01-08 Jay Belanger <belanger@truman.edu>
20035
20036 * calc/calc.el (calc-mode): Remove the extension from the
20037 `calc-settings-file' file name when loading it.
20038
1f387600
KS
200392005-01-08 Kim F. Storm <storm@cua.dk>
20040
20041 * info.el (Info-mode-map, Info-next-link-keymap)
20042 (Info-prev-link-keymap, Info-up-link-keymap):
20043 Map follow-link to mouse-face.
20044 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
20045
a4dfc830
JB
200462005-01-08 Jay Belanger <belanger@truman.edu>
20047
20048 * calc/calc.el (calc-settings-file): Change default value.
20049 Suggested by cgw in a comment in calc-mode.el.
20050
20051 * calc/calc-mode.el (calc-settings-file-name):
20052 Compare calc-settings-file to user-init-file instead of ~/.emacs.
20053 Replace ~/.emacs in a prompt by calc-settings-file.
20054
9abb41eb
LH
200552005-01-07 Lars Hansen <larsh@math.ku.dk>
20056
7716b93b
KS
20057 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
20058 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
20059 (desktop-buffer-args-list): New variable.
20060 (desktop-append-buffer-args): New function.
20061 (desktop-save): Call desktop-append-buffer-args for some buffers.
20062 (desktop-lazy-create-buffer): New function.
20063 (desktop-idle-create-buffers): New function.
20064 (desktop-read): Add message about buffers to restore lazily.
20065 (desktop-lazy-abort): New command.
20066 (desktop-clear): Call desktop-lazy-abort.
20067 (desktop-lazy-complete): New command.
20068
c7ce7fc4
RS
200692005-01-06 Richard M. Stallman <rms@gnu.org>
20070
20071 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 20072 Rename from find-face.
c7ce7fc4 20073
c35b0c6b
KS
200742005-01-06 Kim F. Storm <storm@cua.dk>
20075
20076 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
20077
20078 * man.el (Man-xref-man-page, Man-xref-header-file)
20079 (Man-xref-normal-file): Add follow-link property.
20080
4c07596d
JB
200812005-01-06 Jay Belanger <belanger@truman.edu>
20082
20083 * calc/calc-units.el: Make sure the proper macro definitions are
20084 available when compiling.
20085
b49018ff
JL
200862005-01-06 Juri Linkov <juri@jurta.org>
20087
fbd8dc8a
SM
20088 * isearch.el (isearch-lazy-highlight-update):
20089 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 20090
e3cde0c7
MB
200912005-01-06 Miles Bader <miles@gnu.org>
20092
fbd8dc8a 20093 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
20094 (isearch-lazy-highlight-face): Use new name.
20095
4dbbcb46
SM
200962005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
20097
2eec3e8e
SM
20098 * uniquify.el (uniquify-rationalize-file-buffer-names):
20099 Re-add an interactive spec.
9890ec7d
SM
20100 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
20101 to the same name.
2eec3e8e 20102
4dbbcb46
SM
20103 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
20104 (isearch-update, isearch-done): Adjust calls accordingly.
20105
436c08c2
RS
201062005-01-05 Richard M. Stallman <rms@gnu.org>
20107
c7ce7fc4
RS
20108 * custom.el (custom-set-variables, custom-theme-set-variables):
20109 Clarify documentation.
20110
436c08c2 20111 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 20112 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
20113 Fix the TYPE args to find-function-read and find-function-do-it.
20114 (find-function): Doc fix.
20115 (find-function-at-point): Replace function-at-point alias.
20116
4829145a
RS
201172005-01-04 Richard M. Stallman <rms@gnu.org>
20118
20119 * cus-face.el (custom-declare-face):
20120 Record defface in current-load-list.
20121
20122 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
20123
20124 * emacs-lisp/find-func.el: Doc fixes.
20125 (find-face-regexp): New variable.
20126 (find-function-regexp-alist): New variable.
20127 (find-function-C-source): Third arg is now TYPE.
20128 (find-function-search-for-symbol): Handle general TYPE.
20129 (find-function-read, find-function-do-it): Handle general TYPE.
20130 (find-definition-noselect, find-face): New functions.
20131 (function-at-point): Alias deleted.
20132
73a6a972
SM
201332005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
20134
20135 * battery.el (display-battery-mode): Rename from display-battery.
20136 Handle the case where it gets turned off.
20137
60d1a807
RS
201382005-01-04 Richard M. Stallman <rms@gnu.org>
20139
dd496df6
RS
20140 * cus-edit.el (customize): Make :link point to user doc.
20141
20142 * man.el (Man-fontify-manpage): Turn off undo generation.
20143
60d1a807
RS
20144 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
20145
d198dfaa
AS
201462005-01-04 Andreas Schwab <schwab@suse.de>
20147
20148 * files.el (insert-directory): Only look for error lines in
73a6a972 20149 inserted text. Don't move too far after processing --dired markers.
d198dfaa 20150
69ba53f7
RS
201512005-01-04 Richard M. Stallman <rms@gnu.org>
20152
20153 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
20154 Don't expand if the character is @, period, dash, etc.
20155 (define-mail-abbrev): Quote names that contain problem characters.
20156
d4bb7735
TTN
201572005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
20158
20159 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
20160
d57c7572
RS
201612005-01-03 Richard M. Stallman <rms@gnu.org>
20162
20163 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
20164 (query-replace-highlight, query-replace-lazy-highlight)
20165 (query-replace): Definitions moved up. Doc fix.
20166
201672005-01-03 Richard M. Stallman <rms@gnu.org>
20168
20169 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
20170 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20171 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 20172 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
20173 Change all references to them.
20174
985a8e0f
LT
201752005-01-03 Luc Teirlinck <teirllm@auburn.edu>
20176
20177 * cus-edit.el (custom-file): Doc fix for defcustom.
20178 (custom-file): The function no longer sets the variable
20179 `custom-file' to its return value.
20180
20181 * startup.el (command-line): No longer load `custom-file'.
20182
8a525646
SM
201832005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20184
1b60b25a
SM
20185 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
20186
8a525646
SM
20187 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
20188 Don't confuse module-prefixed identifiers for labels.
20189 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
20190
c45c149c
RS
201912005-01-02 Richard M. Stallman <rms@gnu.org>
20192
969be033
RS
20193 * files.el (basic-save-buffer-1): Fix previous change.
20194
19996af4
RS
20195 * loadhist.el (file-loadhist-lookup): New function.
20196 (file-provides, file-requires): Use it.
20197
c45c149c
RS
20198 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
20199 instead of calculating the right size.
20200
d57c7572 202012005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 20202
3625f6b7 20203 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2 20204
d101bf56 202052005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3625f6b7 20206
5e39b98a
SM
20207 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
20208
50292b6e
SM
20209 * files.el (hack-local-variables): Fix last change.
20210
731da695
JB
202112005-01-02 Jay Belanger <belanger@truman.edu>
20212
20213 * calc/calc-yank.el (calc-edit-top): New variable.
20214 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
20215 object. Change header properties.
20216 (calc-edit-finish, calc-edit-finish-stack-object)
20217 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
20218 edited object.
20219 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
20220 for the beginning of the edited object.
20221 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
20222 for the beginning of the edited object.
20223 * calc/calc-prog.el (calc-edit-macro-finish-edit)
20224 (calc-finish-formula-edit, calc-macro-repeats)
20225 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
20226 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
20227 beginning of the edited object.
20228 (calc-user-define-edit): Change the header for editing macros.
20229 Remove unnecessary variable.
20230
227c9573
JB
202312005-01-01 Jay Belanger <belanger@truman.edu>
20232
731da695 20233 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 20234 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 20235 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 20236 header.
42a797de 20237 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
20238 mode to match new header.
20239 (calc-user-define-edit): Change titles to include names of commands.
42a797de 20240 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 20241 (calc-finish-macro-edit): Remove.
227c9573
JB
20242 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
20243 (calc-edit-macro-command, calc-edit-macro-command-type)
20244 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
20245 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
20246 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
20247 (calc-edit-macro-finish-edit): New functions.
20248 (calc-user-define-edit): Use new functions to edit named calc macros.
20249
4c6af0f6
SM
202502005-01-01 Stefan <monnier@iro.umontreal.ca>
20251
20252 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
20253
20254 * ses.el (copy-region-as-kill): Deactivate mark.
20255
3f68d7c8
RS
202562005-01-01 Richard M. Stallman <rms@gnu.org>
20257
f42a241b
RS
20258 * replace.el (occur-1): If the output buffer is also an input,
20259 don't kill it, rename it.
20260
20261 * faces.el (set-face-background, set-face-foreground): Doc fix.
20262
3f68d7c8
RS
20263 * cus-face.el (custom-face-attributes): Fix :help-echo strings
20264 for :foreground and :background.
20265
3f68d7c8 20266 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 20267 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
20268 Delete the code to use it.
20269
41d0b092
KS
202702005-01-01 Kim F. Storm <storm@cua.dk>
20271
20272 * image.el (insert-sliced-image): Use t for line-height property.
20273
aea6ad3d 20274See ChangeLog.11 for earlier changes.
55115079
PA
20275
20276;; Local Variables:
20277;; coding: iso-2022-7bit
20278;; End:
20279
aaef169d 20280 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
55115079
PA
20281 Copying and distribution of this file, with or without modification,
20282 are permitted provided the copyright notice and this notice are preserved.
20283
20284;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1