(perl-font-lock-syntactic-keywords): Correctly match / regexp matchers
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4d78a860
SM
12007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
ed0e2ad1
SM
3 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4 Correctly match / regexp matchers as first char on a line when
5 fontifying only that line.
6
4d78a860
SM
7 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
8
af9f81a0
GM
92007-08-16 Glenn Morris <rgm@gnu.org>
10
11 * ps-print.el (ps-font-size): Doc fix.
12
fba500b6
SM
132007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * vc-bzr.el: Don't fiddle with vc-handled-backend.
16 (vc-bzr-registered): Don't redundantly protect against
17 file-error. Actually use the format-specific code.
18 (vc-bzr-buffer-nonblank-p): Remove.
19 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
20
1502ed91
GM
212007-08-15 Glenn Morris <rgm@gnu.org>
22
23 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
24 sloppier, for the sake of GNU Mailman.
25 (rmail-digest-rfc1153): Initialize `result' correctly.
26
6dbb1e76
GM
272007-08-14 Glenn Morris <rgm@gnu.org>
28
29 * simple.el (bad-packages-alist): New constant.
30 (bad-package-check): New function. Together, these two add
31 elements to `after-load-alist' to check for problematic external
32 packages.
290e2424 33 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
6dbb1e76 34
9d2db4c6
JB
352007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
36
37 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
38 optional quotes around files in NEED-UPDATE . REMOVED case.
39
40 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
41 (ada-treat-cmd-string): Improve error message.
42 (ada-do-file-completion): Call `ada-require-project-file', so
43 project variables are set properly.
44 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
45 (ada-gnatfind-buffer-name): New constant.
46 (ada-find-any-references): Use new constant. Set buffer name
47 properly in compilation-start. Toggle read-only properly.
48 (ada-find-in-src-path): Fix spelling error in docstring.
49
50 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
51 by zero error.
52
9f78fa2c
NR
532007-08-13 Nick Roberts <nickrob@snap.net.nz>
54
55 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
56
ad4fed11
RS
572007-08-12 Richard Stallman <rms@gnu.org>
58
59 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
60 (cvs-execute-single-file): Use new name split-string-and-unquote.
61 (cvs-header-msg): Use new name combine-and-quote-strings.
62
63 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
64
65 * progmodes/gud.el (gud-common-init): Use new name
66 split-string-and-unquote.
67
68 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
69 in javac regexp.
70
71 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
72 combine-and-quote-strings and split-string-and-unquote.
73
74 * subr.el (combine-and-quote-strings): Renamed from strings->string.
75 (split-string-and-unquote): Renamed from string->strings.
76
62fc0b71
SM
772007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
78
5bdc71d0
SM
79 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
80 to buffer-local settings.
81
62fc0b71
SM
82 * emacs-lisp/backquote.el (backquote-delay-process): New function.
83 (backquote-process): Add internal arg `level'. Use the two to
84 correctly handle nested backquotes.
85
33e5d7d4
SM
862007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
87
88 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
89 (vc-bzr-state-words): Add "kind changed" state word.
90 (vc-bzr-status): New function. Return Bzr idea of file status,
91 which is different from VC's.
92 (vc-bzr-state): Use vc-bzr-status.
93 (vc-workfile-unchanged-p): Use vc-bzr-status.
94 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
95 (vc-dired-state): Process "kind changed" state word.
96
a3773730
SM
972007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
100
101 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
102 Move from vc-default-find-file-not-found-hook.
103
9d2db4c6 1042007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2540a3ab 105
a3773730
SM
106 * url/url-auth.el (url-basic-auth): When prompting for username
107 and password, default to the username and password in the URL.
2540a3ab 108
a88459cd
SM
1092007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * man.el: Remove spurious * in docstrings.
112 Merge defvars and toplevel setq-defaults.
113 (Man-highlight-references0): Limit=nil rather than point-max.
114 (Man-mode-map): Move initialization into the declaration.
115 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
116 (Man-view-header-file): Use expand-file-name rather than concat.
117 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
118
119 * man.el (Man-next-section): Make sure we do not move backward.
120
ea171190
VJL
1212007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
122
123 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
124 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
125 ps-print-color-p is neither nil nor black-white. Reported by Christian
126 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
127
4aaffda1
SM
1282007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * files.el (auto-mode-alist): Use the purecopied text (duh!).
131
ece11164
AS
1322007-08-08 Andreas Schwab <schwab@suse.de>
133
134 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
135 self-insert-command, not self-insert.
136
e7f767c2
GM
1372007-08-08 Glenn Morris <rgm@gnu.org>
138
139 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
140
141 * Replace `iff' in doc-strings and comments.
142
6c4a608e
GM
143 * help-mode.el (help-make-xrefs): Search for symbol constituents,
144 rather than just `-'.
145
eaccbbd3
MR
1462007-08-08 Martin Rudalics <rudalics@gmx.at>
147
148 * dired.el (dired-pop-to-buffer):
149 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
150 * calendar/calendar.el (generate-calendar-window):
151 * progmodes/compile.el (compilation-set-window-height):
152 * textmodes/two-column.el (2C-two-columns, 2C-merge):
153 Use window-full-width-p instead of comparing frame-width and
154 window-width.
155
156 * progmodes/compile.el (compilation-find-buffer): Remove extra
157 argument in call to compilation-buffer-internal-p.
158
d62c9a33
MA
1592007-08-07 Michael Albinus <michael.albinus@gmx.de>
160
161 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
162 parameters IDENTIFICATION and CONNECTED.
163 (tramp-handle-insert-file-contents): VISIT must be handled after
164 insertion of the local copy. Reported by Peter Gordon
165 <peter@pg-consultants.com>.
166 (tramp-file-name-handler): No special handling for
167 `expand-file-name'. But for `file-name-as-directory'.
168 (tramp-find-shell, tramp-open-connection-telnet)
169 (tramp-open-connection-rsh, tramp-open-connection-su)
170 (tramp-open-connection-multi)
171 (tramp-open-connection-setup-interactive-shell): Guard against
172 $PROMPT_COMMAND shell var. Reported by Steve Youngs
173 <steve@sxemacs.org>.
174 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
175 the hint.
176
177 * net/trampver.el: Update release number.
178
b14d552b
SM
1792007-08-07 Tom Tromey <tromey@redhat.com>
180
181 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
182 Add safe-local-variable property.
183
559818ab
CY
1842007-08-07 Chong Yidong <cyd@stupidchicken.com>
185
b13e2d29
CY
186 * image-mode.el (image-toggle-display): Use image-refresh.
187
559818ab
CY
188 * longlines.el (longlines-decoded): New variable.
189 (longlines-mode): Avoid encoding or decoding the buffer twice.
190
a460c94c
SM
1912007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
192
193 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
194 unofficial version.
195 (vc-bzr-command): Remove redundant setting of process-connection-type.
196 (vc-bzr-admin-checkout-format-file): Add autoload.
197 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
198 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
199 (vc-bzr-registered): Compare dirstate format tag with known good
200 value, abort parsing if match fails. Warn user in docstring.
201 (vc-bzr-workfile-version): Case for different Bzr branch formats.
202 See bzrlib/branch.py in Bzr sources.
203 (vc-bzr-diff): First argument FILES may be a string rather than a list.
204 (vc-bzr-shell-command): Remove in favor of
205 vc-bzr-command-discarding-stderr.
206 (vc-bzr-command-discarding-stderr): New function.
207
b6e6e09a
SM
2082007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
209
210 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
211 program, and return nil
212 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
213 (vc-bzr-state): Look for path names relative to the repository
214 root after status keyword.
215 (vc-bzr-file-name-relative): New function.
216 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
217 depend on it.
218 (vc-bzr-admin-dirname, ...-checkout-format-file)
219 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
220 files that we now parse directly for speed.
221 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
222 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
223 (vc-bzr-state): "bzr status" successful only if exitcode is 0
224 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
225 Bzr warnings, so we must discard it.
226 (vc-bzr-workfile-version): Speedup counting lines from
227 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
228 if that file doesn't exist.
229 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
a460c94c
SM
230 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
231 (not ".bzr"!) to `vc-directory-exclusion-list'
b6e6e09a
SM
232 (vc-bzr-shell-command): New function.
233
dfbd373d
SM
2342007-08-06 Tom Tromey <tromey@redhat.com>
235
236 * diff-mode.el (diff-unified->context, diff-reverse-direction)
237 (diff-fixup-modifs): Typo in docstring.
238
f2b18979
SM
2392007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
240
036f2966
SM
241 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
242 count-screen-lines.
243 (tpu-edt-off): Disable relevant pieces of advice.
244
f2b18979
SM
245 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
246 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
247 (newline, newline-and-indent, do-auto-fill): Use advice instead of
248 redefining the function.
249 (tpu-set-scroll-margins): Activate the pieces of advice.
250
5bc880a4
MA
2512007-08-06 Michael Albinus <michael.albinus@gmx.de>
252
253 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
254 process-filter.
255
2a5f11a2
MR
2562007-08-06 Martin Rudalics <rudalics@gmx.at>
257
258 * help.el (resize-temp-buffer-window): Use window-full-width-p
259 instead of comparing frame-width and window-width.
260
a6f882f5
VJL
2612007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
262
263 * term.el: Honor term-default-fg-color and term-default-bg-color
264 settings when modifying term-current-face.
f2b18979 265 (term-default-fg-color, term-default-bg-color): Initialize from
a6f882f5
VJL
266 default term-current-face.
267 (term-mode, term-reset-terminal): Set term-current-face with
268 term-default-fg-color and term-default-bg-color.
269 (term-handle-colors-array): term-current-face has term-default-fg-color
270 and term-default-bg-color after reset escape sequence.
271 (term-handle-colors-array): Set term-current-color with
272 term-default-fg/bg-color instead of ansi-term-color-vector when the
273 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
274
212b7268
MA
2752007-08-05 Michael Albinus <michael.albinus@gmx.de>
276
277 * files.el (set-auto-mode): Handle also remote files wrt
278 `auto-mode-alist'.
279
6435918d
MA
280 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
281 remote identification.
282
b1ab8c38
GM
2832007-08-04 Glenn Morris <rgm@gnu.org>
284
285 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
286 zero, not nil, when the library is first loaded. Check for a file
287 that has been modified on disk.
288
289 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
290 Remove duplicate defvar preventing initialization.
291 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
292
5716cebd
MB
2932007-08-03 Miles Bader <miles@gnu.org>
294
295 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
296 backend names for new backends to `Git', `Hg', and `Bzr'.
297 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
298 not `HG'.
299 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
300 name, not `GIT'.
301 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
302 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
303
3ff67968
GM
3042007-08-03 Glenn Morris <rgm@gnu.org>
305
306 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
307
7d1dad0c
RS
3082007-08-02 Richard Stallman <rms@gnu.org>
309
7d7d10b8
RS
310 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
311 to update deleted flag.
312
313 * cus-edit.el (customize-apropos, customize-apropos-options)
314 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
315
316 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
317
3ff67968 318 * startup.el (fancy-splash-head, startup-echo-area-message):
7d7d10b8
RS
319 Change message text.
320
321 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
322 All callers use line-move.
323
7d1dad0c
RS
324 * progmodes/compile.el (compilation-find-buffer): Return current
325 buffer immediately if suitable.
326 (compile, compilation-buffer-name, compilation-start): Doc fixes.
327
51f6595d
SM
3282007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
331 Make it more discriminating and more useful.
332 (vc-bzr-root-dir): Use new name.
333 (vc-bzr-registered): Use new name and look at the dirstate file to
334 determine if it's registered or not without running `bzr'.
335
c47647ca 3362007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
67de6223
VJL
337
338 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
339
7d1dad0c 3402007-07-31 Drew Adams <drew.adams@oracle.com>
aa96d4d5 341
51f6595d
SM
342 * cus-edit.el (custom-group-value-create, custom-goto-parent):
343 Fix parent groups link.
aa96d4d5 344
2d17b4d5
RS
3452007-07-31 Daiki Ueno <ueno@unixuser.org>
346
51f6595d
SM
347 * faces.el (face-normalize-spec): New function.
348 (frame-set-background-mode): Normalize face-spec before calling
349 face-spec-match-p.
2d17b4d5 350
ee9272ff
SM
3512007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
352
a0e5e075
SM
353 * vc-bzr.el: New file (copied from the trunk).
354
355 * vc-hooks.el (vc-handled-backends): Add BZR.
51f6595d
SM
356 (vc-find-file-hook): Failsafe if the backend's `registered'
357 function burps.
a0e5e075 358
ee9272ff
SM
359 * server.el (server-window): Add switch-to-buffer-other-frame option.
360
eff23ff3
DN
3612007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
362
9d2db4c6 363 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
eff23ff3 364 (vc-git-revision-completion-table): Enable.
fa4488bd 365
eff23ff3
DN
366 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
367
368 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
369
370 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
791869eb 371 (vc-hg-registered): Set the vc-state property.
eff23ff3
DN
372
373 * diff-mode.el (diff-mode-menu): New entries.
374
3752007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
378 (diff-file-kill): Use it.
379 (diff-beginning-of-hunk): Add arg `try-harder' using it.
380 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
381 Use it so they find the hunk even when we're in the file header.
382
383 * vc.el: Add new VC operation `revision-completion-table'.
384 (vc-default-revision-completion-table): New function.
385 (vc-version-diff, vc-version-other-window): Use it to provide
386 completion of revision names if the backend provides it.
387
388 * vc-arch.el (vc-arch--version-completion-table)
389 (vc-arch-revision-completion-table): New functions to provide
390 completion of revision names.
391
392 * vc-cvs.el: Require CL.
393 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
394 New functions to provide completion of revision names.
395
463dca7e
SM
3962007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
397
398 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
399 (copyright-fix-years, copyright): Correctly handle the case where
400 copyright-limit is nil.
401
4022007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
0b3ef4f1
SM
403
404 * progmodes/python.el (run-python): Fix path separator under w32.
405
b19c08e4
DN
4062007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
407
408 * vc-git.el: New File.
409
2cd3efd2
AM
4102007-07-28 Alan Mackenzie <acm@muc.de>
411
412 Fix problem with modes derived from CC Mode:
463dca7e 413 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2cd3efd2 414 macro to cc-langs.
463dca7e
SM
415 (c-init-language-vars-for): Remove call to above macro.
416 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2cd3efd2 417 been moved to here.
463dca7e 418 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2cd3efd2 419
fabbdc2f
EZ
4202007-07-28 Eli Zaretskii <eliz@gnu.org>
421
422 * net/trampver.el: Fix the `coding' cookie.
423
5a1164db
NR
4242007-07-25 Nick Roberts <nickrob@snap.net.nz>
425
426 * add-log.el (change-log-redate): Remove (not needed anymore and
427 doesn't appear to work).
428
cacc7b51
GM
4292007-07-25 Glenn Morris <rgm@gnu.org>
430
431 * Relicense all FSF files to GPLv3 or later.
432
433 * COPYING: Switch to GPLv3.
434
405b8717
SM
4352007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
438 Replace it with another one which disables undo before calling
439 erase-buffer and then turns it back on if needed.
440
b1040992
VJL
4412007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
442
443 * ps-print.el: Problem with foreground and background color when
444 printing a buffer with and without faces. Reported by Christian
445 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
446 (ps-print-version): New version 6.7.5.
447 (ps-default-fg): Change default value to nil, so black color is used
448 when a face does not specify a foreground color.
449 (ps-default-bg): Change default value to nil, so white color is used
450 for background color.
451 (ps-begin-job): Fix code.
452
57b8089a
DN
4532007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
454
405b8717 455 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
57b8089a 456
662d2954
AM
4572007-07-24 Alan Mackenzie <acm@muc.de>
458
405b8717
SM
459 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
460 Initialise byte-compile-unresolved-functions before rather than
461 after a compilation.
662d2954
AM
462 (byte-compile-unresolved-functions): Amplify doc string.
463
f4c6689c
GM
4642007-07-24 Glenn Morris <rgm@gnu.org>
465
466 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
467 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
468 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
469 (cal-tex-cursor-week, cal-tex-cursor-week2)
470 (cal-tex-cursor-week-iso, cal-tex-week-hours)
471 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
472 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
473 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
474
483bdbb3
SM
4752007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
478
ae59e888
SM
4792007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
480
481 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
482 underlying file is uptodate.
483
6145f7fd
RS
4842007-07-23 Richard Stallman <rms@gnu.org>
485
486 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
487
7d56ddc5
SM
4882007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
489
662d2954 490 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
bdef712c
SM
491 (sh-font-lock-flush-syntax-ppss-cache): New funs.
492 (sh-font-lock-syntactic-keywords): Use them to distinguish the
493 different possible cases for \'.
494 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
495
4127ed49
SM
496 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
497 `file' from which to start the search and fix case where `file' is the
498 current directory and the root as well.
499
7d56ddc5
SM
500 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
501 name for buffer-file-name if it refers to a directory.
502
d93290ed
JR
5032007-07-22 Jason Rumney <jasonr@gnu.org>
504
505 * w32-fns.el (set-default-process-coding-system): Use dos line ends
506 for input to cmdproxy on all versions of Windows.
507 Use dos line ends for input to plink.
508
509 * comint.el (comint-simple-send): Concat newline before sending.
510 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
511
e81ab986
JL
5122007-07-22 Juri Linkov <juri@jurta.org>
513
514 * isearch.el (isearch-edit-string): Save old point and
515 isearch-other-end to old-point and old-other-end before reading
516 the search string from minibuffer. After exiting minibuffer set
517 point to old-other-end if point and the search direction is the
518 same as before reading the search string.
519 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
520 to isearch-other-end. Instead of isearch-search-and-update call
521 three functions isearch-search, isearch-push-state and isearch-update.
522
49bbf1b9
RS
5232007-07-22 Ralf Angeli <angeli@caeruleus.net>
524
525 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
526 destroying an existing buffer.
527
af849acd
JD
5282007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
529
530 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
531
532 * term/x-win.el (x-handle-no-bitmap-icon): New function.
533
a0f55a1d
RS
5342007-07-22 Ralf Angeli <angeli@caeruleus.net>
535
536 * textmodes/reftex.el (reftex-access-parse-file): Create parse
537 file in a way that does not interfere with recentf.
538
99bfbfa9
TTN
5392007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
540
541 * image-dired.el (image-dired-sane-db-file): New func.
542 (image-dired-write-tags, image-dired-remove-tag)
543 (image-dired-list-tags, image-dired-write-comments)
544 (image-dired-get-comment, image-dired-mark-tagged-files)
545 (image-dired-create-gallery-lists): Call new func.
546 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
547
0c3b8cc4
DN
5482007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
549
550 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
551 (vc-hg-dir-state): Fix loop.
552 (vc-hg-print-log): Fix expected return value for vc-hg-command.
553 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
554 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
555 (vc-hg-revert): Likewise.
7d56ddc5 556 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
0c3b8cc4 557
26716cc2
TTN
5582007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
559
560 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
561 case of alignment under a constant symbol, find and consider
562 the sexp actually at indentation to be the "last sexp".
563
e4fe7e5e
EZ
5642007-07-20 Eli Zaretskii <eliz@gnu.org>
565
566 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
567 (install): Use them to copy all *.el files before *.elc.
568 (clean): Don't delete *~.
569
727bdea1
DN
5702007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
571
572 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
573
ad546929
DN
5742007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
575
576 * vc-hg.el (vc-hg-registered): Replace if with when.
577 (vc-hg-state): Deal with nonexistent files.
578
ebdf47ca
JB
5792007-07-18 Juanma Barranquero <lekktu@gmail.com>
580
581 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
582 (follow-delete-other-windows-and-split, follow-recenter)
583 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
584 (follow-redisplay, follow-estimate-first-window-start)
585 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
586 Fix typos in docstrings.
587
089fb40e
TTN
5882007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
589
590 * bookmark.el (bookmark-show-all-annotations):
591 Make sure each inserted annotation ends with newline.
592
593 (bookmark-maybe-sort-alist): Don't modify
594 bookmark-alist. Instead, if not sorting, simply return it.
595 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
596 for its return value, not for its side effect.
597
73770b03
DN
5982007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
599
600 * vc.el: Add more info about the vc-registered function.
601
a1aa5e17
JB
6022007-07-16 David Kastrup <dak@gnu.org>
603
604 * emacs-lisp/advice.el (defadvice): Doc fix.
605
6062007-07-16 Juanma Barranquero <lekktu@gmail.com>
607
608 * subr.el (when, unless): Doc fix.
609
908265fc
DN
6102007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
611
612 * vc-hg.el (vc-hg-state): Handle removed files.
613 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
614 (vc-hg-checkout): Re-enable.
615
0e01e4af
RS
6162007-07-15 Richard Stallman <rms@gnu.org>
617
be3eb6a6
RS
618 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
619
0e01e4af
RS
620 * tutorial.el (tutorial--find-changed-keys):
621 Handle C-x specially like ESC.
622
f9b98684
RS
6232007-07-15 Roland McGrath <roland@frob.com>
624
625 * add-log.el (add-change-log-entry): Check add-log-full-name
626 and add-log-mailing-address later, after change-log-mode-hook.
627
98738cd9
RS
6282007-07-15 Richard Stallman <rms@gnu.org>
629
0a2ea418
RS
630 * isearch.el (isearch-mode, isearch-done):
631 Delete unintended code in previous change.
632
98738cd9
RS
633 * ps-print.el (ps-default-bg): Change to White.
634
f09bbd93
RS
6352007-07-15 Aaron Hawley <aaronh@garden.org>
636
637 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
638
1d16d050
MR
6392007-07-15 Martin Rudalics <rudalics@gmx.at>
640
641 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
642 when handling the terminating event.
643
792a2519
GM
6442007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
645
9513cf10 646 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
792a2519 647
86d92518
EZ
6482007-07-13 Eli Zaretskii <eliz@gnu.org>
649
650 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
651 (install): Use them to copy all *.el files before *.elc.
652
5183d4c9
DN
6532007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
654
655 * replace.el (match): Use yellow1 instead of yellow.
656
a1aa5e17 657 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
5183d4c9
DN
658
659 * pcvs-info.el (cvs-unknown): Likewise.
660
eca04a35
JB
6612007-07-12 Davis Herring <herring@lanl.gov>
662
663 * desktop.el (desktop-buffer-info, desktop-save):
664 Use `desktop-dirname' instead of `dirname'.
665
d7f5fd07
NR
6662007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
667
668 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
669
670 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
671
c40e86ef
RS
6722007-07-10 Richard Stallman <rms@gnu.org>
673
674 * emacs-lisp/lisp-mode.el (eval-defun):
675 Explain special handling of `defface'.
676
25c185df
RS
6772007-07-09 Richard Stallman <rms@gnu.org>
678
679 * isearch.el (isearch-edit-string): Call to isearch-push-state
680 after the search.
681
f2a6c14a
KY
6822007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
683
684 * cus-start.el (file-coding-system-alist): Fix custom type.
685
78862c5e
CY
6862007-07-08 Chong Yidong <cyd@stupidchicken.com>
687
688 * longlines.el (longlines-wrap-region): Avoid marking buffer as
689 modified.
7d56ddc5
SM
690 (longlines-auto-wrap, longlines-window-change-function):
691 Remove unnecessary calls to set-buffer-modified-p.
78862c5e 692
c5748f47
DN
6932007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * vc.el (vc-default-log-view-mode): New function.
696 (vc-print-log): Add new `log-view-mode' VC operation.
697
a80a334e
NR
6982007-07-08 Nick Roberts <nickrob@snap.net.nz>
699
700 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
701 Rename and move to...
702
703 * subr.el (strings->string, string->strings): ...here.
704
705 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
706 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
707
708 * progmodes/gud.el (gud-common-init): Call string->strings instead
709 of split-string.
710
ad1c463f
EZ
7112007-07-07 Eli Zaretskii <eliz@gnu.org>
712
713 * term/w32-win.el (menu-bar-open): New function.
714 Bind <f10> to it.
715
e4b9bdc5
DN
7162007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
717
718 * log-view.el (log-view-mode-menu): New menu.
719
8b69ba6c
DN
7202007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
721
722 * vc-hg.el: New file.
723
01d4effe
AS
7242007-07-06 Andreas Schwab <schwab@suse.de>
725
726 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
727 dynamic bindings around the evaluation of the expression.
728 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
729
b0fa5db6
DN
7302007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
731
732 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
733 file names.
734
f204ca2f
MR
7352007-07-02 Martin Rudalics <rudalics@gmx.at>
736
a1aa5e17 737 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
f204ca2f
MR
738
739 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
740 event is not a cons cell. Do not unread drag-mouse-1 events.
741 Select right window in check whether space was stolen from
742 window above.
743
290c2be5
RS
7442007-07-01 Richard Stallman <rms@gnu.org>
745
746 * files.el (find-file-visit-truename): Fix safe-local-variable value.
747
76ee7bd5
JB
7482007-06-29 Juanma Barranquero <lekktu@gmail.com>
749
750 * generic-x.el (generic-define-mswindows-modes)
751 (generic-define-unix-modes, apache-log-generic-mode)
752 (bat-generic-mode-keymap, java-manifest-generic-mode)
753 (show-tabs-generic-mode): Fix typos in docstrings.
754
12585bf2
JD
7552007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
756
757 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
758 replace-regexp-in-string.
759
2a58c9dd
AS
7602007-06-28 Andreas Schwab <schwab@suse.de>
761
762 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
763 $(lisp)/subdirs.el.
764
339ed3de
JB
7652007-06-28 Juanma Barranquero <lekktu@gmail.com>
766
767 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
768 the speedbar frame if nil; that deletes the current frame or
769 causes an error if it is the only frame.
770 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
771
3ae6b03f
JB
7722007-06-24 Juanma Barranquero <lekktu@gmail.com>
773
774 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
775 directory where the desktop file was found, as the docstring says.
776 (desktop-kill): Use `read-directory-name'.
777
778 * desktop.el (desktop-load-locked-desktop): New option.
779 (desktop-read): Use it.
780 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
781 Use `when'.
782
7832007-06-24 Davis Herring <herring@lanl.gov>
784
785 * desktop.el (desktop-save-mode-off): New function.
786 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
787 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
788 (desktop-claim-lock, desktop-release-lock): New functions.
789 (desktop-kill): Tell `desktop-save' that this is the last save.
790 Release the lock afterwards.
791 (desktop-buffer-info): New function.
792 (desktop-save): Use it. Run `desktop-save-hook' where the doc
793 says to. Detect conflicts, and manage the lock.
794 (desktop-read): Detect conflicts. Manage the lock.
795
43bed668
EZ
7962007-06-23 Eli Zaretskii <eliz@gnu.org>
797
798 * ls-lisp.el (insert-directory): If an invalid regexp error is
799 thrown, try using FILE as a literal file name, not a wildcard.
800 Check for FILE as an existing file, not just a directory.
801
ff3cc240
JB
8022007-06-23 Juanma Barranquero <lekktu@gmail.com>
803
804 * ruler-mode.el (ruler-mode): Prevent clobbering the original
805 `header-line-format' when reentering ruler mode.
806
9b40e204
EZ
8072007-06-23 Eli Zaretskii <eliz@gnu.org>
808
809 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
810 FILE exists as a directory.
811
4dc4bb30 8122007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
247eedf8
DN
813
814 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
815 (vera-font-lock-match-item): Fix doc string.
816 (vera-in-comment-p): Remove unused function.
ff3cc240 817 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
247eedf8
DN
818 use `syntax-ppss'.
819 (vera-forward-syntactic-ws): Fix argument order.
820 (vera-prepare-search): Use `with-syntax-table'.
821 (vera-indent-line): Fix doc string.
822 (vera-electric-tab): Fix doc string.
823 (vera-expand-abbrev): Define alias instead of using `fset'.
824 (vera-comment-uncomment-region): Use `comment-start-skip'.
825
5fd6ff96
DN
8262007-06-20 Reto Zimmermann <reto@gnu.org>
827
828 * progmodes/vera-mode.el: New file.
829
72a75b41
JB
8302007-06-20 Juanma Barranquero <lekktu@gmail.com>
831
832 * ido.el (ido-find-file-in-dir): Don't signal an error for
833 empty directories.
834
3abd207e
AM
8352007-06-18 Alan Mackenzie <acm@muc.de>
836
837 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
838 When removing lines, also remove the \n. Correction of patch of
839 2007-04-21.
72a75b41 840
293bb86c
GM
8412007-06-17 Glenn Morris <rgm@gnu.org>
842
843 * lpr.el (lpr-page-header-switches): Move %s to separate element
844 for correct quoting. Doc fix.
845
1f445a39
DN
8462007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
847
72a75b41
JB
848 * term/xterm.el (terminal-init-xterm): Escape parens in character
849 constants.
1f445a39 850
1d42f493
CY
8512007-06-12 Ralf Angeli <angeli@caeruleus.net>
852
853 * scroll-lock.el (scroll-lock-mode): Doc fix.
854
72fa3278
SM
8552007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * font-lock.el (font-lock-add-keywords): In case font-lock was only
858 half-activated, forcefully activate it completely.
859
f0fc8583
RS
8602007-06-11 Richard Stallman <rms@gnu.org>
861
862 * cus-edit.el (custom-variable-type): Doc fix.
863
6a29399e
TTN
8642007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
865
866 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
867
b258555d
JB
8682007-06-09 Davis Herring <herring@lanl.gov>
869
870 * desktop.el (desktop-minor-mode-table): Doc fix.
871
6eec9063
CY
8722007-06-08 Chong Yidong <cyd@stupidchicken.com>
873
874 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
875 (image-next-line, image-previous-line, image-scroll-up)
876 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
877 New functions.
878 (image-mode-map): Remap motion commands.
879 (image-mode-text-map): New keymap for viewing images as text.
880 (image-mode): Use image-mode-map.
881 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
882
9ee5e81e
MA
8832007-06-07 Michael Albinus <michael.albinus@gmx.de>
884
885 Sync with Tramp 2.0.56.
886
887 * net/tramp.el:
888 * net/tramp-ftp.el:
889 * net/tramp-smb.el:
890 * net/tramp-util.el:
891 * net/tramp-vc.el:
892 Don't load cl.el, because that pollutes the namespace. Replace cl
893 macros by their implementations where necessary. Requested by
894 Richard Stallman <rms@gnu.org>.
895
896 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
897 doesn't exist.
898 (with-parsed-tramp-file-name): Protect debug spec during compilation.
899 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
900 (tramp-file-name-p, tramp-file-name-multi-method)
901 (tramp-file-name-method, tramp-file-name-user)
902 (tramp-file-name-host, tramp-file-name-localname): New defuns,
903 replacing defstruct `tramp-file-name'.
904 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
905 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
906 Apply `vector' instead of `make-tramp-file-name'.
907 (tramp-handle-make-auto-save-file-name):
908 Apply `tramp-temporary-file-directory' for compatibility reasons.
909 (tramp-completion-mode): Use `natnump' instead of `wholenump'
910 because of XEmacs.
911 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
912 started.
913
a1d0a9ad
CY
9142007-06-07 David Kastrup <dak@gnu.org>
915
916 * dired.el (dired-recursive-deletes, dired-recursive-copies):
917 Change default to `top'.
918
1def2189
CY
9192007-06-07 Chong Yidong <cyd@stupidchicken.com>
920
921 * dired.el (dired-mode-map): Remove spurious separator.
922
d9271f41
JB
9232007-06-07 Juanma Barranquero <lekktu@gmail.com>
924
e7c275e7
JB
925 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
926
6a3ccec7 927 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
d9271f41
JB
928 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
929
f1c5dbb9
GM
9302007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
931
932 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
933 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
934
d367ab1f
JB
9352007-06-07 Juanma Barranquero <lekktu@gmail.com>
936
937 * progmodes/ebrowse.el (ebrowse-member-table):
938 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
939
a19fad78
JB
9402007-06-06 Juanma Barranquero <lekktu@gmail.com>
941
942 * pgg.el (pgg-sign-region, pgg-sign):
943 * ses.el (ses-call-printer):
944 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
945 * textmodes/org.el (org-cycle): Fix typos in docstrings.
946
bdddbdd8
CY
9472007-06-06 Eli Zaretskii <eliz@gnu.org>
948
949 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
950 (tar-get-descriptor): Handle type 55, an extended pax header.
951
235c89a6
CY
9522007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * textmodes/css-mode.el: New file.
955
f4c87802
CY
9562007-06-06 Michael Albinus <michael.albinus@gmx.de>
957
958 * net/socks.el: New file, taken from w3 repository.
959 (top): Update Copyright. Don't load cl.el.
960 (all): Replace `case' by `cond', `string-to-int' by
961 `string-to-number', and `process-kill-without-query' by
962 `set-process-query-on-exit-flag'.
d367ab1f 963 (socks-char-int): Remove defalias and all occurrences.
f4c87802 964
2efed646
JB
9652007-06-06 Juanma Barranquero <lekktu@gmail.com>
966
967 * international/mule-cmds.el (toggle-enable-multibyte-characters)
968 (sort-coding-systems, search-unencodable-char): Doc fixes.
969 (coding-system-change-eol-conversion, set-default-coding-systems)
970 (prefer-coding-system, find-multibyte-characters, princ-list)
971 (leim-list-entry-regexp, set-input-method, locale-language-names)
972 (input-method-exit-on-first-char, exit-language-environment-hook)
973 (locale-charset-language-names): Fix typos in docstrings.
974
27e16515
CY
9752007-06-05 Juanma Barranquero <lekktu@gmail.com>
976
977 * bs.el (bs-cycle-previous): Don't modify the cycle list until
978 `switch-to-buffer' has returned succesfully.
979 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
980 window is dedicated (it could iconify the frame).
981
f7f78f12
CY
9822007-06-05 Glenn Morris <rgm@gnu.org>
983
984 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
985
076285fd
CY
9862007-06-05 Chong Yidong <cyd@stupidchicken.com>
987
988 * files.el (auto-mode-alist): Add lower-priority match for names
989 like ChangeLog.old.
990
ba3a66f4
CY
9912007-06-04 Andreas Schwab <schwab@suse.de>
992
993 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
994
89cd2030
CY
9952007-06-04 Davis Herring <herring@lanl.gov>
996
997 * calendar/timeclock.el: Update version number.
998 (timeclock-modeline-display): Mention timeclock-use-display-time
999 in explanatory message.
7d56ddc5
SM
1000 (timeclock-log): Suppress warnings when finding the log.
1001 Don't check for a nil project twice. Run hooks after killing the
89cd2030
CY
1002 buffer (if applicable).
1003 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1004 was geometric). All uses changed.
1005 (timeclock-generate-report): Support prefix argument.
1006
8f52d3fc
CY
10072007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1008
1009 * man.el (Man-next-section): Don't consider the last line of the
1010 page as being part of any section.
1011
7cfe53dc
CY
10122007-06-04 Martin Rudalics <rudalics@gmx.at>
1013
1014 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1015 modified flag of buffer. Use `inhibit-modification-hooks'.
1016
338f7c36 10172007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
24cbc407 1018
7d56ddc5
SM
1019 * mail/mail-extr.el (mail-extract-address-components):
1020 Recognize non-ASCII characters except for NBSP as words.
24cbc407 1021
30bb6502
CY
10222007-06-04 Ryan Yeske <rcyeske@gmail.com>
1023
1024 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1025
7bbb629a
CY
10262007-06-04 Michael Olson <mwolson@gnu.org>
1027
1028 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1029 died and we are trying to send a signal to it.
1030
1a408ced
JB
10312007-06-04 Juanma Barranquero <lekktu@gmail.com>
1032
1033 * emacs-lisp/easy-mmode.el (define-minor-mode)
1034 (easy-mmode-define-navigation): Fix typos in docstrings.
1035
1036 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1037 Fix typos in docstrings.
1038 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1039 (compilation-finish-function): Fix typo in obsolescence declaration.
1040
1041 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1042
c6b98d9f
CY
10432007-06-04 Chong Yidong <cyd@stupidchicken.com>
1044
b647fc07
CY
1045 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1046 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1047
7d56ddc5 1048 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
b647fc07 1049
c6b98d9f
CY
1050 * longlines.el (longlines-mode): Make longlines-auto-wrap
1051 buffer-local. Add hooks unconditionally.
1052 (longlines-auto-wrap): Toggle wrapping.
1053 (longlines-after-change-function)
1054 (longlines-post-command-function): Check longlines-auto-wrap.
1055
7dfc4cda
CY
10562007-06-02 Chong Yidong <cyd@stupidchicken.com>
1057
1058 * Version 22.1 released.
1059
c2695368
CY
10602007-06-01 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1063 changes.
1064
df00c3c5
RS
10652007-05-31 Richard Stallman <rms@gnu.org>
1066
1067 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1068
250495a7
MR
10692007-05-29 Martin Rudalics <rudalics@gmx.at>
1070
1071 * textmodes/table.el (table--point-entered-cell-function)
7d56ddc5
SM
1072 (table--point-left-cell-function):
1073 Bind `inhibit-point-motion-hooks' to t.
250495a7 1074
01ae4f1e
GM
10752007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1076
1077 * emacs-lisp/rx.el (rx): Doc fix.
1078
7936011c
CY
10792007-05-28 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1082
3d200243
RS
10832007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1084
1085 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1086 as the end of the ChangeLog paragraph when it ends without a line
1087 termination.
1088
81671804
SM
10892007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1090
1091 * textmodes/fill.el (canonically-space-region): Make the second arg
1092 a marker if it's not already the case.
1093
1094 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1095 (xterm-mouse-event): Use it.
1096
fdabbcb5
MB
10972007-05-25 Miles Bader <miles@fencepost.gnu.org>
1098
1099 * vc-hooks.el (vc-find-root): Fix file attribute test.
1100
913a8cda
RS
11012007-05-24 Richard Stallman <rms@gnu.org>
1102
1103 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1104 Don't let opoint be nil.
1105 (flyspell-emacs-popup): Explicit error if no dialogs.
1106
db2ccbc2
EZ
11072007-05-23 Eli Zaretskii <eliz@gnu.org>
1108
1109 * tar-mode.el (tar-file-name-handler): New function.
1110 (tar-extract): Bind file-name-handler-alist to it to force
1111 find-buffer-file-type-coding-system behave as if the file being
1112 extracted existed. Use last-coding-system-used to force
1113 buffer-file-coding-system to what decode-coding-region actually
1114 used to decode the file.
1115
1083cfb1 11162007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
75ec28b4
GM
1117
1118 * progmodes/compile.el (compilation-handle-exit):
1119 `compilation-finish-function' may change the current buffer.
1120
c022c4c4
RS
11212007-05-22 Richard Stallman <rms@gnu.org>
1122
1123 * files.el (set-auto-mode): Doc fix.
1124
6903229c
EZ
11252007-05-22 Eli Zaretskii <eliz@gnu.org>
1126
1127 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1128
d51f146b
RS
11292007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1130
1131 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1132 (rcirc-print): Handle `window-width'.
1133 (rcirc-buffer-maximum-lines): Doc fix.
1134
11352007-05-19 Kevin Ryde <user42@zip.com.au>
1136
1137 * info.el (Info-fontify-node): Match https also.
1138
de9606f0
RS
11392007-05-18 Richard Stallman <rms@gnu.org>
1140
1141 * simple.el (push-mark): Doc fix.
1142
64953c0a
RS
11432007-05-18 Rob Riepel <riepel@Stanford.EDU>
1144
81671804 1145 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
64953c0a 1146 tpu-global-map.
81671804
SM
1147 (tpu-original-global-map): Delete variable.
1148 (tpu-control-keys-map): New keymap variable.
1149 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
64953c0a 1150 setting keymapping directly.
81671804 1151 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
64953c0a
RS
1152 tpu-global-map.
1153 (tpu-edt-on): Activate the tpu-global-map.
1154 (tpu-edt-off): Deactivate the tpu-global-map.
81671804 1155
64953c0a
RS
11562007-05-18 Ryan Yeske <rcyeske@gmail.com>
1157
1158 * textmodes/ispell.el (ispell-get-word): Return markers
1159 for start and end positions.
1160 (ispell-word): Assume END is a marker.
1161
adbdb661
VJL
11622007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1163
1164 * ps-print.el: Use default color when foreground or background color
1165 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1166 (ps-print-version): New version 6.7.4.
1167 (ps-rgb-color): New argument. Use default color when color is
1168 unspecified.
1169 (ps-begin-job): Fix code.
1170
ef1f3012
MR
11712007-05-17 Martin Rudalics <rudalics@gmx.at>
1172
1173 * textmodes/ispell.el (ispell-start-process): Defend against bad
1174 default-directory.
1175
ccd88500 11762007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
22a63e1d
GM
1177
1178 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1179
84bbd894
RS
11802007-05-16 Richard Stallman <rms@gnu.org>
1181
1182 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1183
92228a10
SM
11842007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1185
c11781de
SM
1186 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1187 Move the *ml, Postscript, and XmCD entries to the fallback part.
1188
92228a10
SM
1189 * files.el (magic-fallback-mode-alist):
1190 Rename from file-start-mode-alist.
1191
7dbf4670
JB
11922007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1193
1194 * progmodes/compile.el (compilation-handle-exit): Quote first
1195 argument of `run-hook-with-args'.
1196
83727f75
JB
11972007-05-16 Juanma Barranquero <lekktu@gmail.com>
1198
1199 * buff-menu.el (Buffer-menu-sort-column):
1200 * dabbrev.el (dabbrev-upcase-means-case-search):
1201 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1202 * info.el (Info-current-subfile):
1203 * ls-lisp.el (ls-lisp-verbosity):
1204 * msb.el (msb-menu-cond):
1205 * pcvs.el (cvs-dired-use-hook):
1206 * simple.el (set-mark-command-repeat-pop):
cbb7527f
JB
1207 * time.el (display-time-24hr-format, display-time-mail-file):
1208 Doc fixes.
83727f75
JB
1209
1210 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1211 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1212
1213 * view.el (view-inhibit-help-message): Fix typo in docstring.
1214 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1215
36799041
EZ
12162007-05-14 Eli Zaretskii <eliz@gnu.org>
1217
81671804
SM
1218 * mail/rmail.el (rmail-convert-to-babyl-format):
1219 Check content-transfer-encoding _last_, because we need its position
1220 in base64-header-field-end.
36799041 1221
2670654d
JB
12222007-05-14 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * files.el (mode-require-final-newline, require-final-newline)
1225 (enable-local-variables, enable-local-eval): Doc fixes.
1226
52319b0e
SM
12272007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
1228
1229 * progmodes/python.el (python-font-lock-keywords)
1230 (python-open-block-statement-p, python-mode): Add support for the new
1231 "with" keyword.
1232
7d145fa3
RS
12332007-05-10 Richard Stallman <rms@gnu.org>
1234
dd598366
RS
1235 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1236 (iso-cvt-write-only): Likewise.
1237
1238 * emacs-lisp/easy-mmode.el (define-minor-mode):
1239 Fix generated doc string.
1240
1241 * startup.el (fancy-splash-text): Add URL of guided tour.
1242 Adjust horizontal and vertical whitespace.
1243
1244 * progmodes/compile.el (compilation-handle-exit):
1245 Use run-hook-with-args to run compilation-finish-functions.
1246
7d145fa3
RS
1247 * files.el (file-start-mode-alist): New variable.
1248 (magic-mode-regexp-match-limit): Doc fix.
1249 (set-auto-mode): Handle file-start-mode-alist.
1250 A little cleanup of structure.
1251
dd598366
RS
12522007-05-10 Davis Herring <herring@lanl.gov>
1253
1254 * calendar/timeclock.el (timeclock-in): Fix non-interactive
1255 workday specifications.
1256 (timeclock-log): Don't kill the log buffer if it already existed.
1257
75dcf19e
RS
12582007-05-08 Richard Stallman <rms@gnu.org>
1259
1260 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1261 Don't include non-self-insert commands in the exception for `-'.
1262
11c4b29d
SM
12632007-05-08 David Reitter <david.reitter@gmail.com>
1264
1265 * progmodes/python.el (python-guess-indent): Check non-nullness
1266 before comparing indent against the 2..8 interval.
1267
b70b6847
YM
12682007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1269
1270 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1271 available.
1272
205f01b4
RS
12732007-05-06 Richard Stallman <rms@gnu.org>
1274
1275 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1276
39f3dff9
RS
12772007-05-03 Ryan Yeske <rcyeske@gmail.com>
1278
1279 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1280 disconnections.
1281
d7af463c
RF
12822007-05-01 Romain Francoise <romain@orebokech.com>
1283
1284 * dired-x.el: Revert 2007-04-06 change.
1285
4f1cc23d
NR
12862007-04-30 Nick Roberts <nickrob@snap.net.nz>
1287
1288 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1289 don't put stop on toolbar.
1290
ece59c46
RS
12912007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1292
1293 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1294
eeadde03
RS
12952007-04-29 Richard Stallman <rms@gnu.org>
1296
1297 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1298
b409bcaf
GM
12992007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1302 than 1.
1303
fa58f4b5
RS
13042007-04-28 Richard Stallman <rms@gnu.org>
1305
1306 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1307
456e749f
SM
13082007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1311
a9bdfaa4
EZ
13122007-04-28 Eli Zaretskii <eliz@gnu.org>
1313
f2fd2cf5
EZ
1314 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1315 instead of $(lisp)/mh-e.
1316
a9bdfaa4
EZ
1317 * textmodes/fill.el (fill-paragraph): Doc fix.
1318
f089fbd8
GM
13192007-04-28 Glenn Morris <rgm@gnu.org>
1320
1321 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1322 (image-dired-cmd-create-temp-image-options): Replace option
1323 +profile "*" with -strip.
1324
752d8efb
CY
13252007-04-27 Chong Yidong <cyd@stupidchicken.com>
1326
456e749f
SM
1327 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1328 Use window-start and window-end.
752d8efb 1329
66b08d69
GM
13302007-04-26 Glenn Morris <rgm@gnu.org>
1331
1332 * progmodes/python.el: Restore file pending consideration of legal
1333 status.
1334
36f1d957 13352007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
cfb9f63d
GM
1336
1337 * locate.el (locate-in-alternate-database): Doc fix.
1338
f8ac059a
GM
13392007-04-26 Glenn Morris <rgm@gnu.org>
1340
1341 * button.el (button): Use underline if supported, else fall back
1342 to color.
1343
2d0f33df
RS
13442007-04-25 Richard Stallman <rms@gnu.org>
1345
1346 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1347
580ee99d
S
13482007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1349
1350 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1351 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1352 pushing mark.
1353 (idlwave-current-routine): Don't push mark.
1354
e40e449f 13552007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
89dfa103 1356
456e749f
SM
1357 * image-dired.el (image-dired-display-image): Derive image-type from
1358 filename rather than assuming jpeg, in case no resizing was needed.
89dfa103 1359
e40e449f 13602007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14695465 1361
e40e449f 1362 * custom.el (defface): Doc fix.
66b08d69
GM
1363
13642007-04-24 Chong Yidong <cyd@stupidchicken.com>
1365
1366 * progmodes/python.el: Remove due to unclear legal issues.
14695465 1367
815c75b5
S
13682007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1369
456e749f
SM
1370 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1371 Don't re-query for each cleared BP.
815c75b5 1372 (idlwave-shell-clear-bp): Optionally skip BP query.
456e749f
SM
1373 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1374 of set-window-buffer, which incorrectly moves displayed region.
815c75b5 1375
6a896b1f
JB
13762007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
1377
1378 * calc/calc.el (calc-bug-address): Update maintainer's address.
1379 * calc/*: Update maintainer's address.
1380
ebd2fc0d
RS
13812007-04-23 Richard Stallman <rms@gnu.org>
1382
1383 * simple.el (set-mark-command-repeat-pop): Doc fix.
bdfeaf61 1384 Put in `editing-basics' group.
ebd2fc0d 1385
a9da35e0
CY
13862007-04-23 Chong Yidong <cyd@stupidchicken.com>
1387
456e749f
SM
1388 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1389 New functions.
a9da35e0
CY
1390 (Info-mode-line-node-keymap): Bind mouse commands to
1391 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1392
5c03c628
CY
13932007-04-23 Luc Teirlinck <teirllm@auburn.edu>
1394
1395 * locate.el (locate-local-prompt): New var.
0ee501e1
LT
1396 (locate-prompt-for-command): Doc fix.
1397 (locate-prompt-for-search-string): New function.
c63ae004
CY
1398 (locate): New optional arg. Make locate-local-prompt
1399 buffer-local. Use locate-prompt-for-search-string.
456e749f
SM
1400 (locate-with-filter): New optional arg.
1401 Use locate-prompt-for-search-string.
5c03c628
CY
1402 (locate-update): Bind locate-prompt-for-command.
1403
f4aad089
GM
14042007-04-23 Glenn Morris <rgm@gnu.org>
1405
1406 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1407
39f80270
NR
14082007-04-23 Nick Roberts <nickrob@snap.net.nz>
1409
1410 * button.el (button): Inherit from link face on a tty.
1411
19cae9da
GM
14122007-04-23 Glenn Morris <rgm@gnu.org>
1413
1414 * button.el (button): Use color for this face on a tty.
1415
a5d0382b 1416 * files.el (magic-mode-alist): Allow for carriage-returns in
42d7477b 1417 html-mode and sgml-mode entries.
a5d0382b 1418
5fe751c9
RS
14192007-04-22 Richard Stallman <rms@gnu.org>
1420
1421 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1422 Improve doc string of generated command.
1423
1424 * subr.el (read-number): Catch errors.
1425
1426 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1427
19b8b65a
CY
14282007-04-22 Chong Yidong <cyd@stupidchicken.com>
1429
4913c25d
CY
1430 * image-dired.el: Rename from thumbnails.el. All instances of
1431 "thumbnails" replaced with "image-dired".
1432
19b8b65a
CY
1433 * dired.el (dired-mode-map): Rename "thumbnails" again, to
1434 "image-dired".
1435
5477ee28
KS
14362007-04-22 Kim F. Storm <storm@cua.dk>
1437
1438 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1439 Don't use kill-line.
1440
af0f5c39
NR
14412007-04-22 Nick Roberts <nickrob@snap.net.nz>
1442
1443 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1444 error message.
1445
1ffd65b5
CY
14462007-04-22 Chong Yidong <cyd@stupidchicken.com>
1447
41a42994
CY
1448 * dired.el: Rename "tumme" to "thumbnails".
1449
1ffd65b5
CY
1450 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
1451 replaced with "thumbnails".
1452
2aebf08d
GM
14532007-04-22 Glenn Morris <rgm@gnu.org>
1454
67ccd6cb
GM
1455 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1456 and give it the risky-local-variable property.
1457
2aebf08d
GM
1458 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1459 before defining it.
1460
33a9c08c
MR
14612007-04-21 Martin Rudalics <rudalics@gmx.at>
1462
d064fb44
KS
1463 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1464 Use delete-region instead of kill-line.
33a9c08c 1465
861b8236 14662007-04-21 Alan Mackenzie <acm@muc.de>
cef9e6ec
AM
1467
1468 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1469 `kill-region' by `delete-region'.
1470
ecff835d
CY
14712007-04-21 Chong Yidong <cyd@stupidchicken.com>
1472
041d3802
CY
1473 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1474 instead of kill-region.
1475
895041fa
CY
1476 * progmodes/mantemp.el (mantemp-make-mantemps-region)
1477 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1478 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1479 and kill-line.
1480
ecff835d
CY
1481 * progmodes/vhdl-mode.el (vhdl-template-type)
1482 (vhdl-template-record, vhdl-template-nature)
1483 (vhdl-template-configuration-spec, vhdl-template-component-inst)
456e749f
SM
1484 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1485 Use delete-region instead of kill-word and kill-line.
ecff835d 1486
b1e6882f
GM
14872007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1488
1489 * dired-x.el (dired-virtual-mode): Doc fix.
1490
f2aded17
RS
14912007-04-21 Richard Stallman <rms@gnu.org>
1492
3b2d0d76
RS
1493 * font-lock.el (font-lock-keywords-alist): Mark as risky.
1494
f2aded17
RS
1495 * subr.el (read-number): Doc fix.
1496
1497 * simple.el (pop-to-mark-command): Display message "mark popped"
1498 if point does not move.
1499 (set-mark-command): Doc fix.
1500
d6fa26a4
CY
15012007-04-21 Luc Teirlinck <teirllm@auburn.edu>
1502
1503 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1504 (locate-local-filter, locate-local-search): New vars.
1505 (locate): Make variables local.
1506 (locate-update): Bind locate-buffer-name. Call locate using
1507 locate-local-filter and locate-local-search.
1508
faeb756c
CY
15092007-04-20 David Koppelman <koppel@ece.lsu.edu>
1510
1511 * hi-lock.el (hi-lock-file-patterns-policy): New var.
1512 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1513 (hi-lock-mode): Update docstring.
1514
03832c9d
SM
15152007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1516
1517 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1518 fill-nobreak-predicate when the break is past fill-column.
1519
1e35b3c1 15202007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
0715a41b
CY
1521
1522 * locate.el (locate): Output from shell-command should go in the
1523 current buffer rather than *Shell Command Output*.
1524
2d0989b5
CY
15252007-04-20 Chong Yidong <cyd@stupidchicken.com>
1526
1527 * paren.el (show-paren-function): Fix last fix.
1528
9cd04e16
CY
15292007-04-19 Kevin Ryde <user42@zip.com.au>
1530
1531 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1532 (archive-lzh-summarize): Add optional start arg for where to start
1533 looking at the archive.
1534 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1535
1536 * international/mule.el (auto-coding-alist): no-conversion for .exe
1537 and .EXE.
1538
0f13b476
AM
15392007-04-19 Alan Mackenzie <acm@muc.de>
1540
1541 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1542 function return type contains "struct", "union", etc.
1543 c-end-of-defun goes too far forward.
1544
bae6731f
CY
15452007-04-19 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * paren.el (show-paren-function): Reset window-start to avoid
1548 recentering.
1549
745465ec
GM
15502007-04-19 Glenn Morris <rgm@gnu.org>
1551
1552 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1553
d14f8614
GM
15542007-04-18 Glenn Morris <rgm@gnu.org>
1555
1556 * calendar/diary-lib.el (diary-header-line-format): Add a custom
1557 :set function.
1558 (diary-list-entries): Only switch to diary-mode from
e8bc96a3
GM
1559 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
1560 diary-mode set header-line-format, in case of any customization.
d14f8614 1561
e18cb394
KH
15622007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
1563
1564 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1565 is less than the length of parse-time-syntax.
1566
fc6a2250
DK
15672007-04-17 David Kastrup <dak@gnu.org>
1568
1569 * replace.el (query-replace-regexp-eval): Deprecate.
1570
c825c724
AM
15712007-04-17 Alan Mackenzie <acm@muc.de>
1572
1573 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1574 point too close to EOB, leave point at EOB rather than last `}'.
1575
27a61fcd
RW
15762007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1577
1578 * textmodes/bibtex.el (bibtex-include-OPTkey)
9efe0fb6
KS
1579 (bibtex-user-optional-fields, bibtex-entry-field-alist):
1580 Fix defcustom.
a26a08f2 1581
a20becf3
GM
15822007-04-17 Glenn Morris <rgm@gnu.org>
1583
1584 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1585 be encoded, fall back to current year.
1586
3dd29719
CY
15872007-04-14 Kevin Ryde <user42@zip.com.au>
1588
1589 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1590 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
1591 M "MSDOS".
1592
80dce3a4
CY
15932007-04-16 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * progmodes/python.el (python-end-of-block): Avoid looping forever
1596 if python-next-statement fails.
1597
0dcfda42
RW
15982007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1599
1600 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1601
80382c24
DN
16022007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1603
1604 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1605 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1606
213f7420
JB
16072007-04-15 Jay Belanger <belanger@truman.edu>
1608
510b69a8
JB
1609 * calc/calc.el (calc-version): New function.
1610 (calc-trail-mode): Shorten the title.
213f7420 1611
dbbab658
CY
16122007-04-15 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * mail/footnote.el (footnote-style): Clarify docstring to state
1615 that customizing this only applies to future footnotes.
1616
cbc0b783
RW
16172007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1618
1619 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1620 (bibtex-make-field): Check that INIT is a string. Use functionp.
1621
c810a796
GM
16222007-04-14 Glenn Morris <rgm@gnu.org>
1623
031199c7
GM
1624 * complete.el (PC-goto-end): New buffer-local variable.
1625 (PC-do-completion-end): Make buffer-local.
19608e42
GM
1626 (partial-completion-mode) <choose-completion-string-functions>:
1627 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1628 (PC-do-completion): New optional fourth argument GOTO-END. Add a
1629 doc string. Set PC-goto-end for choose-completion.
1630 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1631 PC-do-completion.
1632
c810a796
GM
1633 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1634 arg to bibtex-make-field.
03832c9d
SM
1635 (bibtex-make-field): Add optional fourth arg NODELIM.
1636 Insert delimiters around INIT unless this arg is non-nil.
c810a796 1637
57b21343
NR
16382007-04-14 Nick Roberts <nickrob@snap.net.nz>
1639
1640 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1a408ced 1641 global map isn't modified.
57b21343 1642
1ed5afd9
GM
16432007-04-14 Glenn Morris <rgm@gnu.org>
1644
1645 * calendar/appt.el (appt-disp-window): Do not split small windows.
1646 Suggested by Jeff Miller <jmiller@cablespeed.com>.
1647
d218a5a4
CY
16482007-04-13 Chong Yidong <cyd@stupidchicken.com>
1649
9efe0fb6 1650 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
d218a5a4
CY
1651
1652 * files.el: Ditto.
1653
0e816a43
JB
16542007-04-13 Juanma Barranquero <lekktu@gmail.com>
1655
1656 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1657
1658 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1659 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1660 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1661 (term-pager-help): Fix typos in docstrings.
1662
1663 * wid-edit.el (widget-documentation): Fix typo in docstring.
1664
1665 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1666 Fix typos in error messages.
1667
c8286c2c
MR
16682007-04-13 Martin Rudalics <rudalics@gmx.at>
1669
1670 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1671 window marked as dedicated.
1672
1673 * mail/footnote.el (footnote-latin-string): New variable.
03832c9d 1674 (footnote-latin-regexp): Redefine as regexp alternative.
c8286c2c
MR
1675 (Footnote-latin): Use footnote-latin-string instead of
1676 footnote-latin-regexp.
1677
6f2c280e
NR
16782007-04-13 Glenn Morris <rgm@gnu.org>
1679
1680 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1681 inherited keymaps.
1682
29779b2d
CY
16832007-04-12 Chong Yidong <cyd@stupidchicken.com>
1684
1685 * outline.el (outline-get-next-sibling): Clarify docstring.
1686 (outline-get-last-sibling): Handle case where we are at the first
1687 heading. Clarify docstring.
1688
ad108e41
NR
16892007-04-12 Nick Roberts <nickrob@snap.net.nz>
1690
41a023e3 1691 * progmodes/gud.el (gud-minor-mode-map): Make go button same
f501a00f
NR
1692 length as stop button to lessen flicker.
1693 (jdb): Add gud-print.
1694 (gud-find-expr): Jdb prints the expression with the value, so
1695 don't insert it in the output.
ad108e41 1696
eb6526ba
JR
16972007-04-11 Jason Rumney <jasonr@gnu.org>
1698
1699 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
0e816a43 1700 case hex. Do not try to decode non-hex letters.
eb6526ba 1701
03d7faa3
GM
17022007-04-11 Markus Triska <markus.triska@gmx.at>
1703
03832c9d
SM
1704 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1705 (byte-optimize-backward-word): Remove (move to bytecomp.el).
f782c329
CY
1706 (byte-optimize-form-code-walker): Evaluate pure function calls if
1707 possible.
1708 (byte-optimize-all-constp): New function.
03d7faa3 1709
03832c9d
SM
1710 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1711 Improve numeric argument case.
1712 (byte-compile-backward-char, byte-compile-backward-word):
1713 New functions, performing rewriting previously done in byte-opt.el.
1714 Fix their "Fixme" item (restriction to numeric arguments).
03d7faa3 1715
341c2f07
SM
17162007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1717
9efe0fb6
KS
1718 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1719 with dolist.
341c2f07
SM
1720 (after-init-hook): Don't quote lambda.
1721 (desktop-first-buffer): Don't wrap it in eval-when-compile.
1722 (desktop-internal-v2s): Remove unused var `el'.
1723 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1724 desktop-restore-file-buffer.
1725 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1726 desktop-create-buffer.
1727
d752a9f9
CY
17282007-04-10 Chong Yidong <cyd@stupidchicken.com>
1729
0e816a43 1730 * woman.el (woman-decode-buffer): Postpone macro-set check...
d752a9f9
CY
1731 (woman-decode-region): ...to here.
1732
ae8bf5ab
TTN
17332007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
1734
1735 * startup.el (tty-handle-args): Use %S to log ARGS.
1736
17975ebf
GM
17372007-04-10 Glenn Morris <rgm@gnu.org>
1738
1739 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1740 it is obsolete and has no effect.
1741
39234e39
GM
1742 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1743 byte-compiler.
1744
51fc848b
GM
1745 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1746 obsolete function make-local-hook.
1747
e8dc1f8c
GM
1748 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1749 start to quieten byte-compiler.
1750
760c1f3c
GM
17512007-04-10 Markus Triska <markus.triska@gmx.at>
1752
1753 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1754 to bytecomp.el as byte-compile-char-before).
341c2f07
SM
1755 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1756 New function (modified replacement for byte-optimize-char-before in
760c1f3c
GM
1757 byte-opt.el).
1758
17592007-04-09 Alan Mackenzie <acm@muc.de>
ca135559
AM
1760
1761 * startup.el (inhibit-splash-screen): Emphatically state that it
1762 can't be set in site-start.el.
1763
11d13e96
MY
17642007-04-09 Masatake YAMATO <jet@gyve.org>
1765
760c1f3c
GM
1766 * progmodes/cc-subword.el (c-capitalize-subword): More closely
1767 mimic the behavior of `capitalize-word'. Do not move point with a
1768 negative argument. Based on tiny change by Paul Curry.
11d13e96 1769
52448cc6 17702007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
287787ee 1771
52448cc6
JB
1772 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
1773 Don't move point if ARG is negative.
287787ee 1774
1eca8ae6
AM
17752007-04-09 Alan Mackenzie <acm@muc.de>
1776
1777 Changes to make `narrow-to-defun' and `mark-defun' work properly
1778 in CC Mode:
52448cc6 1779
1eca8ae6
AM
1780 * progmodes/cc-defs.el (c-beginning-of-defun-1):
1781 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
52448cc6 1782 Bind beginning/end-of-defun-function to nil around calls to
1eca8ae6
AM
1783 beginning/end-of-defun.
1784
52448cc6
JB
1785 * progmodes/cc-langs.el (beginning-of-defun-function)
1786 (end-of-defun-function): New c-lang-setvar's.
1eca8ae6
AM
1787
1788 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
1789 (setq arg 1))" to enable non-interactive call.
52448cc6 1790
146adea3
EZ
17912007-04-09 Eli Zaretskii <eliz@gnu.org>
1792
1793 * simple.el (set-mark-command): Doc fix.
1794
33bcdf3c
NR
17952007-04-09 Nick Roberts <nickrob@snap.net.nz>
1796
1797 * progmodes/gud.el (gdb): Restore existing session if user
1798 tries to start a second one in graphical mode.
1799
642fdf3c
KS
18002007-04-08 Martin Rudalics <rudalics@gmx.at>
1801
1802 * cus-start.el <scroll-preserve-screen-position>: Add choices.
1803
b1e6882f 18042007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
ad9044d3 1805
341c2f07
SM
1806 * term/xterm.el (terminal-init-xterm): Fix key definitions.
1807 Add binding for C-M-SPC.
ad9044d3 1808
aa9c7852
RS
18092007-04-08 Richard Stallman <rms@gnu.org>
1810
1811 * pcomplete.el (pcomplete-read-event): One single definition,
1812 and not a defsubst.
1813
8300c023
AM
18142007-04-08 Chong Yidong <cyd@stupidchicken.com>
1815
1816 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
1817 byte-compiler warning "value unused".
1818
28863a99
AS
18192007-04-08 Andreas Schwab <schwab@suse.de>
1820
aa9c7852 1821 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
28863a99 1822
2f4dfc5c
GM
18232007-04-07 Glenn Morris <rgm@gnu.org>
1824
1825 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
1826 Autoload these functions.
1827 (diary-date-forms): Add a custom :set form.
1828
1829 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
1830 before first use.
1831 (diary-font-lock-keywords): New function with old code for
1832 initialization of variable of same name.
1833
52448cc6 18342007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
073ce6e9 1835
255b957c
KS
1836 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
1837 clean-up: only insert space when on identifier, etc.
073ce6e9 1838
6ff11588
CY
18392007-04-07 Chong Yidong <cyd@stupidchicken.com>
1840
0b3864db
CY
1841 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
1842
6ff11588
CY
1843 * net/tls.el (open-tls-stream): Properly handle case where there
1844 is no associated buffer.
1845
f11b9106
GM
18462007-04-07 Glenn Morris <rgm@gnu.org>
1847
1848 * ffap.el (ffap-file-at-point): Lower the priority of the
1849 ffap-ftp-sans-slash-regexp check.
1850
1bf1feb5
AM
18512007-04-06 Alan Mackenzie <acm@muc.de>
1852
1853 Fix fontification of labels, and other things with ":".
255b957c 1854
1bf1feb5
AM
1855 * progmodes/cc-engine.el (c-forward-label): The function now
1856 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1857 the former t.
1858
1859 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1860 new return code from c-forward-label, fontifying tokens properly.
1861 Add some general comments throughout the file.
1862
e2b4779f
CY
18632007-04-06 Chong Yidong <cyd@stupidchicken.com>
1864
ff5e33e7
CY
1865 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1866 Revert 2006-01-27 change.
1867
a8cf6089
CY
1868 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1869
f5029a89
CY
1870 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1871
341c2f07
SM
1872 * desktop.el (desktop-create-buffer, desktop-save):
1873 Revert 2004-11-12 change for lack of copyright papers.
b695d74b 1874
f56ea5db
CY
1875 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
1876 (dired-guess-default): Respect case.
1877
dd94f197
CY
1878 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
1879
255b957c
KS
1880 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
1881 was originally checked in as byte-optimize-concat on 1997-11-02.
c9904831 1882
e2b4779f
CY
1883 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1884 1995-05-19 doc changes.
1885
384bf310
KS
18862007-04-06 Kim F. Storm <storm@cua.dk>
1887
ba8357c8
KS
1888 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
1889 (unload-feature): Update interactive spec accordingly.
1890
384bf310
KS
1891 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
1892
d4f26f40
JPW
18932007-04-06 John Paul Wallington <jpw@pobox.com>
1894
1895 * subr.el (with-case-table): Use `make-symbol' to avoid variable
1896 capture. Restore the table in the same buffer.
1897
1898 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
1899
c2d489d3
CY
19002007-04-05 Chong Yidong <cyd@stupidchicken.com>
1901
255b957c
KS
1902 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1903 Print entire form.
c2d489d3 1904
3cba7086
NR
19052007-04-05 Nick Roberts <nickrob@snap.net.nz>
1906
1907 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
1908 for low-color displays.
1909
4f57f9a3
GM
19102007-04-05 Glenn Morris <rgm@gnu.org>
1911
3cba7086
NR
1912 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
1913 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
255b957c 1914 Seed random number generator on loading.
8b9145b6 1915
4f57f9a3 1916 * emacs-lisp/authors.el (top-level): Provide self.
255b957c 1917
4f57f9a3
GM
1918 * play/animate.el (top-level): Provide self.
1919
b0cce1bd
AM
19202007-04-04 Alan Mackenzie <acm@muc.de>
1921
1922 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
1923 to mention c-syntactic-indentation.
1924
b4341566
CY
19252007-04-04 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * subr.el (with-case-table): New macro.
1928
1929 * international/mule.el (ascii-case-table): New var.
1930
94e63023
CY
1931 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
1932 downcasing.
1933
13cb5829
NR
19342007-04-03 Nick Roberts <nickrob@snap.net.nz>
1935
7eb74b2a
NR
1936 * progmodes/gud.el (gud-minor-mode-map): Simplify.
1937
13cb5829
NR
1938 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
1939 of the window if we're outside it e.g menu-bar.
1940
1941 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
1942 window if we're outside it e.g menu-bar.
1943
06efaba2
EZ
19442007-04-03 Eli Zaretskii <eliz@gnu.org>
1945
1946 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
1947 decode base-64 encoded body if its content-type is something other
1948 than text/* or message/*.
1949
a24d88b4
JB
19502007-04-03 Juanma Barranquero <lekktu@gmail.com>
1951
1952 * simple.el (activate-mark-hook): Fix typo in docstring.
1953
5de62e25
NR
19542007-04-03 Nick Roberts <nickrob@snap.net.nz>
1955
1956 * tmm.el (tmm-c-prompt): Initialize.
1957 (tmm-menubar): Deal with extended menu-items at top level.
255b957c 1958 (tmm-get-keybind): Handle bindings redefined/undefined locally.
a1f02fa1 1959 (tmm-prompt): Handle visibility of top level menu-items.
5de62e25
NR
1960
1961 * progmodes/gud.el (gud-menu-map): Simplify.
1962 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
1963 menubar.
1964
f6c24bc4
CY
19652007-04-02 Chong Yidong <cyd@stupidchicken.com>
1966
1bfa6e94
CY
1967 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
1968
ba830ecb
CY
1969 * comint.el (comint-send-input): Widen the buffer first.
1970
f6c24bc4
CY
1971 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
1972
8ae799ba
SM
19732007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
1976 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
1977
1978 * newcomment.el (comment-search-forward): Discard comment starters
1979 before point.
1980
b831b4b8
CY
19812007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
1982
1983 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
1984
574b081e
CY
19852007-04-01 Chong Yidong <cyd@stupidchicken.com>
1986
34f6db45
CY
1987 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
1988 when downcasing.
1989
8ae799ba 1990 * button.el (previous-button): Rewrite to account for adjacent buttons.
574b081e 1991
569abf86
S
19922007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
1993
8ae799ba
SM
1994 * progmodes/idlwave.el (idlwave-auto-fill):
1995 Revert paragraph-separate change.
d6aac72d 1996
8ae799ba
SM
1997 * progmodes/idlw-shell.el (idlwave-shell-break-in):
1998 Simplify module calc.
569abf86
S
1999 (idlwave-shell-set-bp-in-module): Compute module.
2000
c5813503
GM
20012007-03-31 Glenn Morris <rgm@gnu.org>
2002
192453e4
GM
2003 * emacs-lisp/timer.el (run-at-time): Doc fix.
2004
c5813503
GM
2005 * emacs-lisp/warnings.el (display-warning): If we create the
2006 buffer displaying the warning, disable undo there.
2007
69cee873
MA
20082007-03-31 Michael Albinus <michael.albinus@gmx.de>
2009
2010 * net/tramp.el (tramp-register-file-name-handler)
2011 (tramp-register-completion-file-name-handler): New defsubst,
2012 derived from `tramp-register-file-name-handlers'. The split is
2013 necessary because Tramp's file name handlers must be registered at
2014 different startup places.
2015
d0653e21
CY
20162007-03-31 Chong Yidong <cyd@stupidchicken.com>
2017
2018 * progmodes/hideshow.el (turn-off-hideshow): New function.
2019 (hs-minor-mode): Use it instead of a lambda expression in
2020 change-major-mode-hook.
2021
ba7529b6
DK
20222007-03-31 David Kastrup <dak@gnu.org>
2023
2024 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2025 corresponding to MANPATH_MAP entries.
2026 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2027 (woman-parse-man.conf): Use more discriminating man.conf name.
2028 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2029 (woman-manpath): Doc fix and type fix.
2030 (woman-cached-data): Check for MANPATH_MAP entries.
2031 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2032
5a842fda
EZ
20332007-03-31 Stuart Herring <herring@lanl.gov>
2034
2035 * emacs-lisp/sregex.el (sregexq): Doc fix.
2036
8c01db22
EZ
20372007-03-31 Markus Triska <markus.triska@gmx.at>
2038
2039 * flymake.el (flymake-err-line-patterns): Doc fix.
2040
c2dbc5f2
RS
20412007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2042
6c4e6610
JB
2043 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2044 Move to the right.
c2dbc5f2 2045
72f785ba
AM
20462007-03-30 Alan Mackenzie <acm@muc.de>
2047
2048 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2049
f718c2fc
TTN
20502007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2051
2052 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2053 Use it, passed in explicitly, instead of from the dynamic binding.
2054 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2055
8ad62896
JB
20562007-03-30 Juanma Barranquero <lekktu@gmail.com>
2057
2058 * simple.el (blink-matching-open): When in minibuffer, don't
2059 search for a match inside the prompt.
2060
715ecc6c
NR
20612007-03-30 Nick Roberts <nickrob@snap.net.nz>
2062
2063 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
8ad62896
JB
2064 (tmm-prompt): Don't make the mouse user select the first menu
2065 item twice.
715ecc6c 2066
b2d2c07e
CY
20672007-03-30 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2070 SIGUSR1 and SIGUSR2.
2071
d95fae77
KS
20722007-03-29 Kim F. Storm <storm@cua.dk>
2073
2074 * ido.el (ido-read-internal): When reading file or dir, only override
2075 minibuffer-local-filename-completion-map, otherwise only override
2076 minibuffer-local-completion-map.
2077
aae26e17
GM
20782007-03-29 Glenn Morris <rgm@gnu.org>
2079
2080 * complete.el (partial-completion-mode): Set PC-do-completion-end
2081 to nil after use.
2082 (PC-lisp-complete-symbol): Create and use a marker at `end',
2083 rather than using point-marker.
2084
318666ca
CY
20852007-03-28 Chong Yidong <cyd@stupidchicken.com>
2086
2087 * simple.el (next-error-highlight): Doc fix.
799b5496 2088 (compose-mail): Revert 2007-03-19 change.
318666ca 2089
57577884
RS
20902007-03-28 Richard Stallman <rms@gnu.org>
2091
2092 * emacs-lisp/edebug.el (edebug-display): Don't go to
2093 edebug-outside-buffer if it is dead.
2094
38acf670
JB
20952007-03-28 Juanma Barranquero <lekktu@gmail.com>
2096
2097 * view.el (view-mode): Fix typos in docstring.
2098
af49347b
GM
20992007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2100
2101 * recentf.el (recentf-save-file): Add a custom :set function.
2102
21032007-03-28 Glenn Morris <rgm@gnu.org>
2104
2105 * complete.el (PC-do-completion-end): New variable.
2106 (partial-completion-mode) <choose-completion-string-functions>:
2107 Use PC-do-completion-end in the non-minibuffer case to replace the
2108 correct amount of text.
2109 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2110 (PC-lisp-complete-symbol): Give marker the after-insertion type,
2111 to deal with improvements inserted after point.
2112
74cb3d21
SM
21132007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2114
6340a43f
SM
2115 * button.el (make-text-button): Add explicit `button' property.
2116 (default-button): Don't put a `button' property on it.
2117
070f60e0
SM
2118 * progmodes/python.el (python-mode): Skip comments when parsing.
2119
74cb3d21
SM
2120 * vc-arch.el (vc-with-current-file-buffer): New macro.
2121 (vc-arch-file-source-p): Use it to avoid infloop.
2122
4878f1de
SM
21232007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2124
2125 * emacs-lisp/lisp.el (lisp-complete-symbol):
2126 Fix call to get-buffer-window to find windows in other frames.
2127
21282007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 * comint.el (comint-proc-query, comint-dynamic-list-completions):
2131 Fix calls to get-buffer-window to find windows in other frames.
2132 Reported by David Hansen <david.hansen@gmx.net>.
2133
54fb4f96
NR
21342007-03-27 Kevin Ryde <user42@zip.com.au>
2135
86b8a072
JB
2136 * info.el (Info-display-images-node): On a text-only terminal,
2137 show the "text" or "alt" parts of the image blobs.
54fb4f96 2138
e3fbc89b
GM
21392007-03-27 Glenn Morris <rgm@gnu.org>
2140
6afdff63
GM
2141 * complete.el (PC-do-completion): Compute completion-base-size in
2142 the non-filename case, rather than setting to nil.
2143 (PC-lisp-complete-end): New variable.
2144 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2145 original end in a series of consecutive invocations.
2146
e3fbc89b
GM
2147 * calendar/calendar.el (calendar-mode-hook): Declare it.
2148
7465af60
GM
2149 * calendar/diary-lib.el (diary-live-p): Do not check for
2150 diary-selective-display.
2151
084c41ca
SM
21522007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * replace.el (occur-next-error): *Occur* might not be displayed in the
2155 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2156
8907f65c
RS
21572007-03-26 Richard Stallman <rms@gnu.org>
2158
2159 * textmodes/flyspell.el (flyspell-large-region):
2160 Use ispell-call-process-region.
2161
b1e6882f 21622007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8907f65c
RS
2163
2164 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
084c41ca 2165 Use prin1 instead of princ.
8907f65c 2166
c324c766
CY
21672007-03-25 Chong Yidong <cyd@stupidchicken.com>
2168
6c4e6610
JB
2169 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2170 Merge in X resources before global face.
6aa2269d 2171
6c4e6610
JB
2172 * progmodes/compile.el (compilation-start): Save compilation-directory
2173 rather than default-directory as local var.
c324c766
CY
2174 (compilation-directory): Mark as safe local var.
2175
2176 * files.el: Don't mark default-directory as a safe local var.
2177
0c5f5bd4
AM
21782007-03-25 Alan Mackenzie <acm@muc.de>
2179
2180 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2181 * progmodes/cc-engine.el: Fix typo.
2182
84d6b04b
JL
21832007-03-25 Juri Linkov <juri@jurta.org>
2184
2185 * compare-w.el (compare-windows): Rename customization group
2186 `compare-w' to `compare-windows'.
2187 (compare-windows-whitespace, compare-ignore-whitespace)
2188 (compare-ignore-case, compare-windows-sync)
2189 (compare-windows-sync-string-size, compare-windows-recenter)
2190 (compare-windows-highlight, compare-windows): Change group name in
2191 the `group' tag from `compare-w' to `compare-windows'.
2192 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
2193
61880ffe
EZ
21942007-03-24 Markus Triska <markus.triska@gmx.at>
2195
86b8a072
JB
2196 * expand.el: Change example to always enable abbrev-mode,
2197 and remove redundant `function'.
61880ffe
EZ
2198 (expand-abbrev-hook): Add autoload cookie.
2199
6e5a4966
EZ
22002007-03-24 Ryan Yeske <rcyeske@gmail.com>
2201
2202 * emacs-lisp/testcover.el (testcover-start, testcover-end)
2203 (testcover-mark-all, testcover-unmark-all): Add prompts to
2204 interactive specs.
2205
2eed4e68
JR
22062007-03-24 Jason Rumney <jasonr@gnu.org>
2207
2208 * autorevert.el (find-file-hook, auto-revert-tail-mode):
2209 Use file size in bytes for auto-revert-tail-pos not characters.
2210
53cc5b9c
TTN
22112007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2212
2213 * vc-rcs.el (vc-rcs-annotate-command):
2214 Set text property :vc-annotate-prefix on the annotation text.
2215 (vc-rcs-annotate-time): Instead of searching for ": ",
2216 search for end of text propertized with :vc-annotate-prefix.
2217
ae18604f
MR
22182007-03-24 Martin Rudalics <rudalics@gmx.at>
2219
2220 * whitespace.el (top level): Remove calls putting
53cc5b9c 2221 permanent-local nil property since these are no-ops.
ae18604f
MR
2222
2223 * man.el (Man-support-local-filenames): Assure that
2224 default-directory exists when doing call-process.
2225
39db15c9
TTN
22262007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
2227
084c41ca
SM
2228 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2229 Fix omission bug: Use m4-program-options to construct shell command.
39db15c9 2230
7a147065
DK
22312007-03-23 David Kastrup <dak@gnu.org>
2232
084c41ca
SM
2233 * progmodes/cc-mode.el (c-make-emacs-variables-local):
2234 Use `mapcar' rather than `mapcan' to silence compiler warning.
7a147065 2235
ce545621
DK
22362007-03-22 Ralf Angeli <angeli@caeruleus.net>
2237
3e323750
NR
2238 * textmodes/reftex.el, textmodes/reftex-vars.el,
2239 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2240 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2241 * textmodes/reftex-index.el, textmodes/reftex-global.el,
2242 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
ce545621
DK
2243 * textmodes/reftex-auc.el: Add maintainer address.
2244
3d49ff4a
CD
22452007-03-22 Carsten Dominik <dominik@science.uva.nl>
2246
2247 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2248 Make sure that `global-font-lock-mode' does not turn on font-lock
2249 in these buffers.
2250
4c8bb950
NR
22512007-03-21 Kim F. Storm <storm@cua.dk>
2252
2253 * xt-mouse.el (xt-mouse-epoch): New variable.
2254 (xterm-mouse-event): Use float-time.
2255
086b2469
NR
22562007-03-21 Nick Roberts <nickrob@snap.net.nz>
2257
2258 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2259 current-time.
2260
414a17c9
SM
22612007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * complete.el (read-file-name-internal): Don't add the final > if the
2264 completion is not finished (re-application of this patch, which was
2265 accidentally undone by Eli).
2266
4bb5f579
CY
22672007-03-21 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * emulation/viper.el (viper-non-hook-settings): Handle mouse
084c41ca 2270 clicks in describe-key and describe-key-briefly advice a little better.
4bb5f579 2271
9f25e707
JB
22722007-03-21 Juanma Barranquero <lekktu@gmail.com>
2273
2274 * server.el (server-process-filter): Cancel any pending isearch.
2275
76b0b55f
GM
22762007-03-21 Ulf Jasper <ulf.jasper@web.de>
2277
2278 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2279 (icalendar--get-unfolded-buffer): Define actual arguments rather
2280 than just using &rest. Check replace-in-string is fbound.
2281 (icalendar-import-buffer): Doc fix.
9f25e707
JB
2282 (icalendar--convert-ical-to-diary): Set diary-file.
2283 Check diary-file before inserting final newline.
76b0b55f
GM
2284 (icalendar--add-diary-entry): Return diary-file.
2285
eec39ec7
GM
22862007-03-21 Glenn Morris <rgm@gnu.org>
2287
2288 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2289 (diary-display-hook): Add custom :set function.
2290
9f25e707
JB
2291 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2292 Add custom :set function.
eec39ec7
GM
2293 (diary-header-line-format): Doc fix.
2294 (diary-set-maybe-redraw): New function.
2295 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2296 (diary-list-entries): Always run diary-mode.
2297
e18cb394
KH
22982007-03-20 Kenichi Handa <handa@m17n.org>
2299
2300 * international/quail.el (quail-setup-completion-buf): Make the
2301 completion buffer read-only.
2302 (quail-completion): Adjusted for the above change. Leave the
2303 modified flag nil.
2304
12333e2b
DK
23052007-03-20 David Kastrup <dak@gnu.org>
2306
2307 * files.el (magic-mode-alist): Require literal "%!PS" string for
2308 magic postscript file detection.
2309
5d5afbcd
RS
23102007-03-20 Richard Stallman <rms@gnu.org>
2311
2312 * textmodes/ispell.el (ispell-call-process): New function.
2313 Defends against bad `default-directory.'
2314 (ispell-check-version, ispell-find-aspell-dictionaries)
2315 (ispell-get-aspell-config-value, lookup-words): Call it.
2316 (ispell-call-process-region): New function.
2317 (ispell-send-string): Call it.
2318
a8b145e3
AS
23192007-03-20 Andreas Schwab <schwab@suse.de>
2320
2321 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2322 (finder-data): Likewise.
2323 (autoloads): Likewise.
2324
8400146f
MR
23252007-03-20 Martin Rudalics <rudalics@gmx.at>
2326
2327 * files.el (basic-save-buffer): Do not set visited filename when
2328 the corresponding directory does not exist or the specified
2329 filename is that of an existing directory.
2330
b537c2a9
GM
23312007-03-20 Glenn Morris <rgm@gnu.org>
2332
2333 * calendar/diary-lib.el (diary-live-p): New function.
2334 (number-of-diary-entries): Add a :set function to redisplay diary
2335 when necessary.
2336
de7dd725
NR
23372007-03-19 Nick Roberts <nickrob@snap.net.nz>
2338
2339 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2340 from client program, mev, to compute mouse event.
2341
72e823d8
CY
23422007-03-19 Chong Yidong <cyd@stupidchicken.com>
2343
ed48670c
CY
2344 * faces.el (momentary): Face removed; unused due to reversion of
2345 2007-01-04 changes by Kevin Rodgers.
2346
9f25e707
JB
2347 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2348 Suggested by Johan Bockg\e,Ae\e(Brd.
72e823d8 2349
043aa308
CY
23502007-03-19 Martin Rudalics <rudalics@gmx.at>
2351
084c41ca
SM
2352 * font-lock.el (lisp-font-lock-keywords-1):
2353 Highlight define-globalized-minor-mode as a keyword.
043aa308 2354
1c8f28b0
KS
23552007-03-19 Kim F. Storm <storm@cua.dk>
2356
2357 * calc/calc-forms.el (math-std-daylight-savings)
2358 (math-std-daylight-savings-old): Doc fix.
2359
99181af3
JB
23602007-03-19 Juanma Barranquero <lekktu@gmail.com>
2361
e2411870
JB
2362 * progmodes/python.el (python-default-template): Doc fix.
2363 (python-buffer): Fix typo in docstring.
2364
99181af3
JB
2365 * isearchb.el (isearchb-follow-char):
2366 * subr.el (def-edebug-spec): Fix typo in docstring.
2367
705959fc
RS
23682007-03-19 Richard Stallman <rms@gnu.org>
2369
2370 * files.el (default-directory): Mark safe.
2371 (basic-save-buffer-2): Put proper dir name in error message.
2372
5d5afbcd
RS
2373 * simple.el (compose-mail): Run switch-function after
2374 setting up the mail buffer.
2375
705959fc
RS
2376 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2377
ebb51505
JB
23782007-03-18 Jay Belanger <belanger@truman.edu>
2379
2380 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2381 (math-std-daylight-savings-new): Rename from
2382 `math-std-daylight-savings'.
2383 (math-std-daylight-savings-old): Rename from old value of
2384 `math-std-daylight-savings'.
2385 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2386 `math-std-daylight-savings-old' depending on the year.
2387
640eb069
JB
23882007-03-18 Detlev Zundel <dzu@gnu.org>
2389
66cb3e0e 2390 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
084c41ca 2391 zero-width regexps as invalid but rather at least count them correctly.
640eb069 2392
904bb06c
TTN
23932007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
2394
2395 * net/tls.el (open-tls-stream): In handshake-waiting loop,
2396 don't wait more if there is output available to process.
2397
92e0e0c4
NR
23982007-03-18 Nick Roberts <nickrob@snap.net.nz>
2399
2400 * progmodes/compile.el (compilation-find-file): Revert change
2401 from 2006-07-18 to allow completion of directory names.
2402 Reported by John Carter <john.carter@tait.co.nz>.
2403
31c865ec
KS
24042007-03-18 Kim F. Storm <storm@cua.dk>
2405
2406 * subr.el (when, unless): Doc fix.
2407
4a3c7686
TTN
24082007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
2409
2410 * net/tls.el (tls-program): Doc fix.
2411
0d9b26a8
JB
24122007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
2413
2414 * autorevert.el (auto-revert-tail-handler):
2415 Call after-revert-hook.
a919f39a 2416
5d5afbcd
RS
24172007-03-17 Ryan Yeske <rcyeske@gmail.com>
2418
2419 * simple.el (switch-to-completions): No error if search for \n\n fails.
2420
f0f971b1
KS
24212007-03-17 Chong Yidong <cyd@stupidchicken.com>
2422
084c41ca
SM
2423 * simple.el (line-move-1):
2424 Respect `inhibit-line-move-field-capture' property.
f0f971b1 2425
7585c8f2
CY
24262007-03-13 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * comint.el (comint-arguments): Mark backslash-escaped chars.
2429 (comint-delim-arg): Don't treat them as delimiters.
2430
79b0b5da 24312007-03-12 Kim F. Storm <storm@cua.dk>
79b0b5da
CY
2432 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2433
ac1f6415
CY
24342007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
2435
2436 * tempo.el (tempo-insert): Deal with 'r> if it appears
084c41ca 2437 specified with a prompt argument.
ac1f6415 2438
42baaf6a
CY
24392007-03-12 Carsten Dominik <dominik@science.uva.nl>
2440
0d9b26a8
JB
2441 * textmodes/org.el (org-set-font-lock-defaults):
2442 Handle narrow table columns correctly.
42baaf6a 2443
edd2a622
CY
24442007-03-12 Mark A. Hershberger <mah@everybody.org>
2445
2446 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2447 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2448 Return to use of the -no-properties variants. There was
2449 consensus on emacs-devel that the speed of these variants was
2450 prefered since we are usually parsing files (from the internet
2451 or on disk) instead of XML created in Emacs.
2452
92e0e0c4
NR
2453 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2454 Add customize option.
2455
d08592e8
CY
24562007-03-12 Glenn Morris <rgm@gnu.org>
2457
2458 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
7ad42042
GM
2459 North American rule. Replace "daylight savings" with "daylight
2460 saving" in doc.
2461
339ed3de
JB
2462 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2463 * calendar/lunar.el, solar.el: Replace "daylight savings" with
7ad42042 2464 "daylight saving" in text.
d08592e8
CY
2465
2466 * woman.el (woman-change-fonts): Tweak previous change by using
2467 woman-request-regexp rather than "^\\.".
2468
2469 * startup.el (command-line-1): Make insertion of
2470 initial-scratch-message not depend on scratch being selected.
2471
19f51210 24722007-03-11 Juri Linkov <juri@jurta.org>
330167fc
RS
2473
2474 * replace.el (match): Use yellow background on light-bg terminals.
2475
7ab2e82f
RS
24762007-03-11 Richard Stallman <rms@gnu.org>
2477
19f51210 2478 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7ab2e82f 2479 Correctly compute line number.
0d9b26a8 2480
7ab2e82f
RS
24812007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
2482
19f51210 2483 * type-break.el (type-break-get-previous-count):
7ab2e82f
RS
2484 Repeat previous change here.
2485
3dd34132
DN
24862007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
2487
0d9b26a8
JB
2488 * progmodes/grep.el (grep-find-ignored-directories):
2489 Add .git and .bzr to list.
3dd34132 2490
593b4fa8
AS
24912007-03-11 Andreas Schwab <schwab@suse.de>
2492
0d9b26a8 2493 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
593b4fa8 2494
951c155f
SM
24952007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2498
0e160a95
CY
24992007-03-10 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * faces.el (face-set-after-frame-default): Recalculate face
2502 customizations after applying X resources.
2503
8216fbaf
EZ
25042007-03-10 Ryan Yeske <rcyeske@gmail.com>
2505
2506 * net/rcirc.el (rcirc-timeout-seconds): New variable.
2507 (rcirc-keepalive-seconds): Remove variable.
2508 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2509 (rcirc-process, rcirc-user-disconnect): New variables.
2510 (rcirc-connect): Initalize new variables.
520e9259
JB
2511 (rcirc-keepalive): Don't send keepalive pings before connection
2512 is completed.
8216fbaf
EZ
2513 (rcirc-sentinel): Do mark all channels with activity when
2514 connection is dropped. Run hook with process buffer local.
2515 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2516 (rcirc-buffer-process): Return value of rcirc-process if
2517 rcirc-server-buffer is nil.
2518 (rcirc-server-name): Return the reported server name.
2519 (rcirc-update-prompt): Simplify computation of the server name.
2520 (rcirc-format-response-string): Likewise.
2521 (rcirc-handler-001): Mark server as connected, record the reported
2522 server name, and schedule a timeout.
2523 (rcirc-track-nick): Add a spec for the tty class.
2524 (rcirc-user-non-nick): Remove function.
2525 (rcirc-nick-prefix-chars): Add variable.
2526 (rcirc-user-nick): Use above variable.
2527
8400146f 25282007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7a78ffec 2529
520e9259
JB
2530 * icomplete.el (icomplete-tidy, icomplete-exhibit):
2531 Bind deactivate-mark to nil.
7a78ffec 2532
a7b52a1e
MR
25332007-03-10 Martin Rudalics <rudalics@gmx.at>
2534
2535 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2536 that buffer contents get erased during completion.
2537
8d54e3a1
GM
25382007-03-10 Glenn Morris <rgm@gnu.org>
2539
2540 * woman.el (woman-change-fonts): Add a hack to deal with
2541 font-escape followed by "." at start of a line.
2542 (woman2-IP): Add a hack to deal with consecutive requests.
2543 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2544
fec4d266
AM
25452007-03-10 Alan Mackenzie <acm@muc.de>
2546
eebe9a29 2547 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
fec4d266 2548
c06d4c1f
RS
25492007-03-09 Richard Stallman <rms@gnu.org>
2550
2551 * abbrev.el (abbrev): Add `provide'.
2552
c996c463
TTN
25532007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
2554
2555 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2556
2ef31c1c
MR
25572007-03-09 Martin Rudalics <rudalics@gmx.at>
2558
2559 * complete.el (PC-try-completion): New function.
2560 (PC-do-completion, read-file-name-internal): Use it instead of
2561 try-completion.
2562
4cc4ad8a
AM
25632007-03-08 Alan Mackenzie <acm@muc.de>
2564
eebe9a29 2565 Remove stale tokens from `c-found-types' cache.
4cc4ad8a 2566
eebe9a29
KS
2567 * progmodes/cc-mode.el (c-unfind-enclosing-token)
2568 (c-unfind-coalesced-tokens, c-before-change): New functions.
2569 (c-maybe-stale-found-type): New variable.
4cc4ad8a 2570
eebe9a29
KS
2571 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2572 (c-trim-found-types): New functions.
4cc4ad8a 2573
0778a62f
SM
25742007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2576 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2577 (debug-ignored-errors): Add entry from smerge-match-conflict.
2578
eae7eecd
S
25792007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
2580
2581 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2582 special help topics for keywords.
2583 (idlwave-help-assistant-command): Include ".exe" for ms-dos
2584 etc. Assistant command.
2585
3cfd08fd
CY
25862007-03-08 Chong Yidong <cyd@stupidchicken.com>
2587
0778a62f 2588 * replace.el (occur-engine): Move buffer-undo-list binding...
a06494d0 2589 (occur-1): ...to here.
0778a62f 2590
18d8c1e0
CY
2591 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2592
3cfd08fd
CY
2593 * simple.el (minibuffer-completing-symbol): New var.
2594 (eval-expression): Use it.
2595 (completion-setup-function): Don't bind completion-base-size when
2596 completing a symbol in the minibuffer.
2597
ac7b6e9b
NR
25982007-03-08 Nick Roberts <nickrob@snap.net.nz>
2599
2600 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2601 tries to start a second session in graphical mode.
2602
8256bd38
MB
26032007-03-07 Miles Bader <miles@gnu.org>
2604
2605 * international/isearch-x.el
0778a62f
SM
2606 (isearch-process-search-multibyte-characters):
2607 Strip text-properties from PROMPT to avoid an error from read-string.
8256bd38 2608
5b8ba528
KS
26092007-03-07 Kim F. Storm <storm@cua.dk>
2610
2611 * complete.el (PC-bindings): Remap lisp-complete-symbol to
2612 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2613
85066604
MC
26142007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2615
2616 * complete.el (PC-do-completion): Delete duplicates in the list of
2617 possible completions.
2618
e27dad25
GM
26192007-03-07 Glenn Morris <rgm@gnu.org>
2620
2621 * ses.el (ses-mode): Doc fix.
2622
0868f212
KS
26232007-03-06 Kim F. Storm <storm@cua.dk>
2624
2625 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2626
15c2ffb2
KH
26272007-03-06 Kenichi Handa <handa@m17n.org>
2628
2629 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2630
bea15365
SM
26312007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * simple.el (completion-setup-function): Improve last fix so it doesn't
2634 set it to a relative directory name either.
2635
6db15364
VJL
26362007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2637
2638 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2639
7b1730dd
RS
26402007-03-05 Richard Stallman <rms@gnu.org>
2641
2642 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2643
2644 * files.el (find-file-noselect): No error if file no longer exists.
2645 Display a message and avoid other questions.
2646
86a3e45e
SM
26472007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2648
2649 * pcomplete.el (pcomplete-show-completions): Improve last change, so
2650 as not to use an invisible window and to create a window if none exist.
2651
2652 * progmodes/python.el (python-send-command): Restart proc if necessary.
2653 (python-proc): Simplify.
2654
520e9259 26552007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
cc7eeb54
CY
2656
2657 * pcomplete.el (pcomplete-show-completions): Search all frames for
2658 completions buffer.
2659
50991b39
CY
26602007-03-05 Chong Yidong <cyd@stupidchicken.com>
2661
ee5aeb5f
CY
2662 * cus-edit.el (customize-save-variable): Clear customized-value
2663 property (saved values are now put in theme-value property).
2664 (customize-set-variable): Doc fix.
2665
50991b39
CY
2666 * complete.el (PC-do-completion): If completion-ignore-case is
2667 non-nil, replace field with completion string before exiting.
2668
bba31a09
MA
26692007-03-05 Michael Albinus <michael.albinus@gmx.de>
2670
2671 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2672 Append its extension to the resulting temporary file name.
86a3e45e 2673 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
bba31a09
MA
2674
2675 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2676 (tramp-smb-handle-write-region): Apply it.
2677
47ccd97c
RS
26782007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2679
bba31a09 2680 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
47ccd97c
RS
2681 Redo previous change.
2682
86b8a072 26832007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
47ccd97c
RS
2684
2685 * diff-mode.el (diff-mode): Doc fix.
2686
aca6c048
KH
26872007-03-05 Kenichi Handa <handa@m17n.org>
2688
520e9259
JB
2689 * international/characters.el: Set category `l' (latin)
2690 for more characters.
aca6c048 2691
181706a5
KS
26922007-03-04 Kim F. Storm <storm@cua.dk>
2693
2694 * emacs-lisp/authors.el (authors-aliases): Add alias.
2695
5a9b2bb4
GM
26962007-03-04 Glenn Morris <rgm@gnu.org>
2697
2698 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2699 all when switching major mode.
2700 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2701 (hs-block-start-mdata-select, hs-block-end-regexp)
520e9259
JB
2702 (hs-forward-sexp-func, hs-adjust-block-beginning):
2703 Do not make these variables permanent-local.
5a9b2bb4 2704
d89abe75
RS
27052007-03-04 Richard Stallman <rms@gnu.org>
2706
2707 * progmodes/cperl-mode.el (cperl-mode):
2708 Modify cperl-compilation-error-regexp-alist by appending.
2709
2710 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2711 (edebug-mode): Add the hook.
2712 (edebug-recursive-edit): Remove the hook on exiting.
2713
2714 * type-break.el (type-break-get-previous-time):
2715 Handle end-of-file errors specially
2716 so they don't get reported wrong in .emacs.
2717
2718 * startup.el (fancy-splash-text): Clarify text.
2719
5a9b2bb4 2720 * simple.el (beginning-of-buffer, end-of-buffer):
d89abe75
RS
2721 Avoid treating plain C-u like numeric arg.
2722
2723 * simple.el (completion-setup-function): Don't set
2724 default-directory to nil.
2725
2726 * shell.el (shell-dirstack-query): Doc fix.
2727
5a9b2bb4 2728 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
d89abe75
RS
2729 Don't select the window -- pass it to primitives instead.
2730
2731 * faces.el (minibuffer-prompt): Use medium blue by default.
2732
d0483d25
DK
27332007-03-04 David Kastrup <dak@gnu.org>
2734
2735 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2736 Preserve 16 as default value for "seconds" when customizing.
2737
74b708cd
CD
27382007-03-04 Carsten Dominik <dominik@science.uva.nl>
2739
2740 * textmodes/org.el (org-self-insert-command)
2741 (orgtbl-self-insert-command, org-delete-char)
2742 (org-delete-backward-char): Set the `flyspell-delayed' property.
2743
fbd2f84f
CY
27442007-03-03 Chong Yidong <cyd@stupidchicken.com>
2745
2746 * international/mule.el (find-auto-coding): Don't search for
2747 line-ending characters past the end of the tail.
2748
94430ab7
EZ
27492007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
2750
2751 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
a6f0e674 2752 Jump to the line where new score has been uploaded.
94430ab7
EZ
2753
2754 * play/tetris.el (tetris-move-bottom, tetris-move-left)
a6f0e674
JB
2755 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2756 Do nothing when the game is paused.
94430ab7 2757
77c0d595
CD
27582007-03-03 Carsten Dominik <dominik@science.uva.nl>
2759
a6f0e674
JB
2760 * textmodes/org.el (org-set-tags): Prevent slipping of point
2761 during completion.
77c0d595 2762
115f38b1
KS
27632007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2764
2765 * isearch.el (isearch-message-prefix):
2766 Use minibuffer-prompt-properties.
2767
d3241651
VJL
27682007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2769
ba564825
VJL
2770 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2771 (ps-setup): Print which Emacsen is running ps-print package.
d3241651 2772
5a842fda 27732007-03-01 Stuart Herring <herring@lanl.gov>
d42a3826
CY
2774
2775 * files.el (set-auto-mode-0): Use `indirect-function'.
2776 (hack-one-local-variable): Don't reapply current major mode.
2777
fc553234
SM
27782007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * progmodes/python.el (python-quote-syntax): Don't bother with
2781 syntax-ppss-context.
2782 (python-fill-paragraph): Make sure that fenced-string delimiters that
1a408ced 2783 stand on their own line stay there.
fc553234 2784
cde6fe5c
KS
27852007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2786
2787 * replace.el (perform-replace): Propertize message.
2788
040fc5eb
CD
27892007-03-01 Carsten Dominik <dominik@science.uva.nl>
2790
2791 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
2792 invisible heading.
2793
9084727e
CY
27942007-02-28 Chong Yidong <cyd@stupidchicken.com>
2795
2796 * net/tramp.el (tramp-file-name-handler): Revert last change.
2797
94682984
NR
27982007-02-28 Nick Roberts <nickrob@snap.net.nz>
2799
cde6fe5c 2800 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
94682984
NR
2801 Correct doc strings.
2802
b0c39184
CY
28032007-02-28 Chong Yidong <cyd@stupidchicken.com>
2804
2805 * replace.el (perform-replace): Undo forward-char immediately if
2806 non-adjacent search fails.
2807
f80c9f43
SM
28082007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * version.el (emacs-major-version, emacs-minor-version):
2811 string-to-int -> string-to-number.
2812
2d24dbb5
JB
28132007-02-28 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * help.el (where-is): Fail gracefully when not passed a command.
2816
5a842fda 28172007-02-28 Stuart Herring <herring@lanl.gov>
8193fc4b
TTN
2818
2819 * find-lisp.el (find-lisp-default-directory-predicate):
2820 Fix bug: Do symlink check on expanded filename.
2821
ddd41145
CD
28222007-02-28 Carsten Dominik <dominik@science.uva.nl>
2823
2824 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
2825 changes during replacement.
2826 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
2827
f6218c04
LH
28282007-02-28 Lars Hansen <larsh@soem.dk>
2829
2830 * desktop.el: Delete header line listing me as maintainer.
2831
fb89a85b
GM
28322007-02-28 Glenn Morris <rgm@gnu.org>
2833
2834 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
2835 the menus case.
2836
17282c9b
CY
28372007-02-28 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * net/tramp.el (tramp-file-name-handler): Inhibit modification
2840 hooks to avoid confusion when combining after-change calls.
2841
ebe0546a
NR
28422007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
2843
2d24dbb5
JB
2844 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2845 now that pgg-gpg-process-region correctly honors passed-in passphrase.
2846 (allout-distinctive-bullets-string): Add info about bullet conventions.
ebe0546a
NR
2847 (allout-mode): Add info about distinctive vs plain bullets.
2848
fc24d8af
CD
28492007-02-27 Carsten Dominik <dominik@science.uva.nl>
2850
2851 * textmodes/org.el (org-archive-subtree): Quote variable name.
2d24dbb5 2852 (org-agenda-get-todos): Make sure skip properties are checked correctly.
fc24d8af 2853
2b84c0d2
NR
28542007-02-26 Nick Roberts <nickrob@snap.net.nz>
2855
2d24dbb5 2856 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2b84c0d2 2857 (gud-bashdb-command-name, bashdb): Remove.
2d24dbb5 2858 (gud, gud-menu-map): Remove references to bash/bashdb.
2b84c0d2 2859
2d24dbb5 28602007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
2b84c0d2 2861
6f1d86f3
NR
2862 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2863 keyword for Python 2.5.
2b84c0d2 2864
da888ddf
RF
28652007-02-26 Romain Francoise <romain@orebokech.com>
2866
2867 * net/net-utils.el (whois-server-tld): Update server for .org.
2868 (whois-server-list): Add whois.publicinterestregistry.net.
2869 (whois-guess-server): Fix formatting in docstring.
2870
864129b6
KS
28712007-02-26 Kim F. Storm <storm@cua.dk>
2872
2873 * mouse.el (mouse-show-mark): Run hooks and perform command
2874 remapping for mouse-region-delete-keys.
2875
7af1dacf
JB
28762007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2877
2878 * font-core.el (font-lock-mode): Doc fix.
2879
4b547e5a
KS
28802007-02-25 Kim F. Storm <storm@cua.dk>
2881
7c9fe7ee
KS
2882 * ido.el (ido-buffer-internal): Set this-command to fallback command.
2883 Add selected buffer to buffer-name-history.
2884 (ido-file-internal): Set this-command to fallback command.
7af1dacf 2885 Add file names to file-name-history.
7c9fe7ee 2886
7af1dacf
JB
2887 * emacs-lisp/map-ynp.el (map-y-or-n-p):
2888 Apply minibuffer-prompt-properties.
4b547e5a 2889
f215a02f
AS
28902007-02-25 Andreas Schwab <schwab@suse.de>
2891
2892 * files.el (hack-one-local-variable-eval-safep): Correct handling
864129b6 2893 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
f215a02f 2894
f252c2ad
CD
28952007-02-25 Carsten Dominik <dominik@science.uva.nl>
2896
2897 * textmodes/org.el (org-table-overlay-coordinates)
2898 (org-table-toggle-coordinate-overlays): New functions.
2899 (org-table-overlay-coordinates, org-table-coordinate-overlays):
2900 New variables.
86a3e45e 2901 (org-startup-with-deadline-check): Remove option.
f252c2ad 2902 (org-mode): Remove deadline check on startup.
86a3e45e
SM
2903 (org-table-limit-column-width): Remove option.
2904 (org-table-formula-numbers-only): Remove option.
2905 (org-link-style, org-link-format): Remove options.
2906 (org-select-agenda-window, org-fit-agenda-window): Remove options.
f252c2ad 2907 (org-export-ascii-show-new-buffer)
86a3e45e
SM
2908 (org-export-html-show-new-buffer): Remove options.
2909 (org-activate-links): Remove camel option.
2910 (org-file-link-context-use-camel-case): Remove option.
2911 (org-camel-regexp): Remove variable.
2912 (org-activate-camels): Remove function.
2913 (org-store-link): Remove Camel stuff.
2914 (org-make-org-heading-camel): Remove function.
2915 (org-open-at-point): Remove camel stuff.
2916 (org-link-search): Remove camel stuff.
f252c2ad
CD
2917 (org-camel-to-words): Function removed.
2918 (org-get-agenda-file-buffer): Make sure we prepare the base
2919 buffers, not any indirect buffers.
2920 (org-sort-entries): Sort top-level when not on a headline, and no
2921 active region.
2922 (org-in-regexp): New function.
86a3e45e 2923 (org-search-not-self): Rename from `org-search-not-link'.
f252c2ad
CD
2924 (org-open-link-marker): New variable.
2925 (org-open-at-point): Set `org-open-link-marker'.
86a3e45e 2926 (org-print-icalendar-entries): Fixe bug with excluding DONE
f252c2ad
CD
2927 entries from the exported list.
2928 (org-edit-formula-lisp-indent): New command.
2929 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
2930 (orgtbl-to-latex, orgtbl-insert-radio-table)
2931 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
2932 (orgtbl-radio-table-templates): New option.
2933 (org-store-link-props):
7af1dacf
JB
2934 (org-remember-templates): More possibilities to insert info
2935 into templates.
2936 (org-remember-apply-template): Make use of the extended
2937 template capabilities.
f252c2ad
CD
2938 (org-remember-redo-template): New command.
2939 (org-upgrade-old-links)
2940 (org-table-modify-formulas, org-table-replace-in-formulas)
2941 (org-table-find-dataline)
86a3e45e 2942 (org-table-get-vertical-vector): Remove functions.
f252c2ad
CD
2943 (org-table-remove-rectangle-highlight)
2944 (org-time-stamp-format, org-toggle-log-option)
2945 (org-table-highlight-rectangle)
2946 (org-table-iterate, org-table-make-reference):
2947 (org-translate-time, org-tree-to-indirect-buffer)
2948 (org-table-field-info, org-table-fix-formulas)
2949 (org-table-force-dataline, org-table-get-descriptor-line)
2950 (org-table-get-range)
2951 (org-skip-comments, org-sort)
2952 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
2953 (org-table-current-dline, org-table-current-field-formula)
2954 (org-table-edit-backward-field)
2955 (org-table-edit-formulas-post-command)
2956 (org-table-edit-line-down, org-table-edit-line-up)
2957 (org-agenda-archive)
2958 (org-agenda-clock-cancel)
2959 (org-agenda-clock-out, org-agenda-list-stuck-projects)
2960 (org-agenda-open-link, org-agenda-show-new-time)
2961 (org-agenda-skip-subtree-when-regexp-matches)
2962 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
2963 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
2964 (org-do-sort, org-file-image-p, org-find-overlays)
2965 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
2966 (org-highlight-until-next-command, org-isearch-end)
2967 (org-match-any-p, org-next-link, org-previous-link):
2968 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
2969 (org-rewrite-old-row-references)
2970 (org-isearch-post-command)
2971 (org-table-edit-move, org-table-edit-next-field)
2972 (org-table-edit-scroll, org-table-edit-scroll-down)
2973 (org-set-frame-title, org-show-reference)
2974 (org-unhighlight-once, org-verify-change-for-undo): New functions.
86a3e45e 2975 (org-show-variable): Remove command.
f252c2ad 2976 (org-add-log-maybe): New arguments STATE, FINDPOS
86a3e45e 2977 (org-table-sort-lines): Rewrite from scratch.
f252c2ad 2978 (org-link-search): New argument AVOID-POS.
86a3e45e
SM
2979 (org-print-icalendar-entries): Remove argument CATEGORY.
2980 (org-run-agenda-series): Remove argument WONDOW.
f252c2ad
CD
2981 (org-next-link, org-previous-link): New commands.
2982 (org-agenda-date-format): New option.
2983 (org-table-iterate): New command.
2984 (org-table-modify-formulas)
86a3e45e 2985 (org-table-replace-in-formulas): Remove functions.
f252c2ad
CD
2986 (org-table-fix-formulas): New function.
2987 (org-table-insert-column, org-table-delete-column)
2988 (org-table-move-column): Use `org-table-fix-formulas'.
2989 (org-follow-gnus-link): Patch from Bastien/Leo.
2990 (org-table-current-field-formula): New function.
2991 (org-file-image-p): New function.
2992 (org-agenda-show-new-time): New function.
2993 (org-agenda-date-later): Call `org-agenda-show-new-time'.
2994 (org-with-remote-undo): New macro.
2995 (org-agenda-undo): New command.
2996 (org-verify-change-for-undo): New function.
2997 (org-time-stamp-format): New function.
2998 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
2999 by user.
3000 (org-match-any-p): New function.
3001 (org-make-tags-matcher): Handle regular expressions for tag and
3002 todo matches.
3003 (org-read-date): Accept "+N" as input for a date relative to the
3004 current date.
3005 (org-remove-subtree-entries-from-agenda): New function.
86a3e45e
SM
3006 (org-agenda-archive, org-agenda-kill):
3007 Use `org-remove-subtree-entries-from-agenda'.
f252c2ad
CD
3008 (org-do-sort, org-sort-entries): New functions.
3009 (org-sort): New command.
3010 (org-table-sort-lines): Use `org-do-sort'.
3011 (org-fix-decoded-time): New function.
7af1dacf
JB
3012 (org-table-number-regexp): Require 0x... to identify as number
3013 in tables.
f252c2ad 3014 (org-startup-options): New keywords for note taking.
86a3e45e 3015 (org-upgrade-old-links): Remove function.
f252c2ad
CD
3016 (org-get-repeat): New function.
3017 (org-show-context): Also show siblings on current level.
3018 (org-show-siblings): New function.
3019 (org-isearch-end, org-isearch-post-command): New functions.
3020 (org-show-siblings): New option.
3021 (org-show-context): Use `org-show-siblings'.
3022 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3023 to be bound, because user may just use elisp.
3024
b0943f48
KS
30252007-02-24 Kim F. Storm <storm@cua.dk>
3026
3027 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3028 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3029
2863a9be
DN
30302007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3031
483a1c2b 3032 * startup.el (command-line): Also check if the abbrev file is readable.
2863a9be 3033
8ae63446
JPW
30342007-02-24 John Paul Wallington <jpw@pobox.com>
3035
9bdd0e16
JPW
3036 * net/tls.el (tls-certtool-program): Fix custom type.
3037
7c2288ea
JPW
3038 * mail/feedmail.el (feedmail-message-id-generator)
3039 (feedmail-date-generator): Fix custom types.
3040
8ae63446
JPW
3041 * mail/rmail.el (rmail-message-filter): Fix custom type.
3042
735895f1
EZ
30432007-02-24 Eli Zaretskii <eliz@gnu.org>
3044
3045 * startup.el (command-line): If simple.el cannot be found, proceed
3046 with a warning message.
3047
bfd14269
KH
30482007-02-24 Kenichi Handa <handa@m17n.org>
3049
3050 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3051 case that BEG is a string.
3052
483a1c2b 30532007-02-24 Chris Moore <dooglus@gmail.com>
948f7516
KS
3054
3055 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3056 * pgg-pgp.el (pgg-pgp-encrypt-region):
3057 * pgg-gpg.el (pgg-gpg-encrypt-region):
3058 Check pgg-encrypt-for-me if no other recipients.
3059
617a6756
EZ
30602007-02-23 Eli Zaretskii <eliz@gnu.org>
3061
b0629b0d
EZ
3062 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3063
617a6756
EZ
3064 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3065 shell-quote-argument.
3066
d695bd17
EZ
30672007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3068
3069 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3070 from the comint buffer instead of the temporary one.
3071
483a1c2b 30722007-02-23 David Reitter <david.reitter@gmail.com>
c34a8a87
EZ
3073
3074 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3075 storing it in recentf-exclude.
3076
7596c645
CY
30772007-02-23 Chong Yidong <cyd@stupidchicken.com>
3078
3079 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3080 in splash screen.
3081
6a8cc02d
S
30822007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3083
3084 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3085 commands, for restart.
483a1c2b 3086 (idlwave-shell-current-module): Fix handling of module name by type.
6a8cc02d
S
3087 (idlwave-shell-break-in): Update type handling.
3088 (idlwave-shell-bp-get): Encode type in BP structure.
483a1c2b
JB
3089 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3090 (idlwave-shell-module-source-query): Query routine info based on type.
3091 Fix path parsing for non-compiled files.
3092 (idlwave-shell-module-source-filter): Don't signal error in filter
3093 if no source found.
6a8cc02d
S
3094 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3095 filter race.
3096
3c00238a
KS
30972007-02-22 Kim F. Storm <storm@cua.dk>
3098
3099 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3100 (editable-field): Document need to put some text before the %v
3101 escape in :format string.
3102
c822571a
SM
31032007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3104
fc2fb30c
SM
3105 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3106 (vc-svn-use-edit): Remove unused config var.
3107 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3108
8d683c8e
SM
3109 * outline.el (hide-sublevels): Keep empty last line, if available.
3110
c822571a
SM
3111 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3112 rather than the corresponding unicode char, to make the code
3113 more readable.
3114
b7f61dfe
JB
31152007-02-19 Juanma Barranquero <lekktu@gmail.com>
3116
3117 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3118 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3119 (speedbar-item-info-tag-helper): Doc fixes.
3120
e79c1ab3
KH
31212007-02-19 Kenichi Handa <handa@m17n.org>
3122
b7f61dfe
JB
3123 * international/mule-cmds.el (locale-language-names):
3124 Map "eo" to "Esperanto".
8b93e342 3125
e79c1ab3
KH
3126 * language/european.el ("Esperanto"): New language environment.
3127
3ce97b73
RS
31282007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
3129
3130 * simple.el (kill-line): Doc fix.
3131
255d98f8
KS
31322007-02-17 Kim F. Storm <storm@cua.dk>
3133
3134 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3135 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3136 (bindat--unpack-group, bindat--pack-group):
3137 Handle vectors with optional element type.
3138
4ebb03e6
RS
31392007-02-17 Daiki Ueno <ueno@unixuser.org>
3140
3141 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3142 if PASSPHRASE is given.
3143
520e9259 31442007-02-17 Chris Moore <dooglus@gmail.com>
73c03f76 3145
b7f61dfe
JB
3146 * jka-cmpr-hook.el (jka-compr-compression-info-list):
3147 Recognize backups of bz2 compressed files.
73c03f76 3148
e8d2103a
EZ
31492007-02-17 Eli Zaretskii <eliz@gnu.org>
3150
3151 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3152 to nil to speed up lookup of the symbol in index nodes.
3153
8e1ac063
EZ
31542007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3155
b7f61dfe
JB
3156 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3157 Add indentation for the constants of Lisp.
8e1ac063 3158
cf04718a
SM
31592007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3160
3161 * ps-print.el: Use (defvar <foo>) where applicable.
3162 (ps-print-emacs-type): Remove.
3163 (ps-x-frame-property, ps-e-frame-parameter): Remove.
3164 (ps-frame-parameter): Align its call-convention with frame-parameter.
3165 (ps-begin-job): Adjust calls to it appropriately.
3166 (ps-setup): Don't print ps-print-emacs-type.
3167 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3168 Define in such a way that it's obvious that it's defined.
3169 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3170 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3171 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3172
0535d51b
AM
31732007-02-15 Alan Mackenzie <acm@muc.de>
3174
3175 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3176 an empty one-line C-style comment, post-position point properly.
3177
51eeb2ff
CY
31782007-02-15 Chris Moore <dooglus@gmail.com>
3179
3180 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3181 (isearch-lazy-highlight-new-loop): Bind it.
3182 (isearch-lazy-highlight-search): Use it.
3183
cf04718a 3184 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
51eeb2ff 3185
a3609743
SM
31862007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * font-lock.el (font-lock-extend-region-wholelines):
3189 Only return non-nil if the region has really been changed.
3190 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3191
8bec6ac5
JB
31922007-02-15 Juanma Barranquero <lekktu@gmail.com>
3193
3194 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3195 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3196 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3197
b11a1b2e
JB
31982007-02-14 Juanma Barranquero <lekktu@gmail.com>
3199
424f6998
JB
3200 * faces.el (color-values): Revert changes to docstring from
3201 2007-01-31 and 2000-09-07.
3202
ce6fb7e6 3203 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
b11a1b2e 3204 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
ce6fb7e6 3205 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
b11a1b2e
JB
3206 (ispell-help): Fix typos in docstring and output message.
3207
3ae2a0d6
KS
32082007-02-14 Kim F. Storm <storm@cua.dk>
3209
428807ea
KS
3210 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3211 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3212 (grep): Fix lgrep reference.
3213
3ae2a0d6
KS
3214 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3215 (standard-display-underline): Use make-glyph-code.
3216
3217 * descr-text.el (describe-char): Use glyph-char and glyph-face.
3218
3219 * international/latin1-disp.el (latin1-display-char):
3220 Use make-glyph-code.
3221
44426bc3
JB
32222007-02-13 Juanma Barranquero <lekktu@gmail.com>
3223
df8397f3
JB
3224 * ehelp.el (with-electric-help, electric-help-exit)
3225 (electric-help-retain): Doc fixes.
3226
44426bc3
JB
3227 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3228 (byte-compile-file): Doc fixes.
3229
409d2613
YM
32302007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3231
3232 * term/mac-win.el: Change all uses of
3233 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3234 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3235 (mac-ae-get-url): Call select-frame-set-input-focus.
3236 (mac-dnd-handle-drag-n-drop-event): Don't call
3237 select-frame-set-input-focus.
3238
1799d3ea
KH
32392007-02-13 Kenichi Handa <handa@m17n.org>
3240
3241 * international/characters.el: Fix documentation of category `a'.
3242
215c3847
DN
32432007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
3244
44426bc3 3245 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
215c3847 3246
bf0503cb
MA
32472007-02-12 Michael Albinus <michael.albinus@gmx.de>
3248
3249 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
a3609743
SM
3250 (tramp-get-remote-ln): Handle error case.
3251 Reported by Chris Moore <dooglus@gmail.com>.
bf0503cb 3252
b58cb59f
KS
32532007-02-11 Kim F. Storm <storm@cua.dk>
3254
3255 * bindings.el (ctl-x-map): Remove register compatibility bindings
3256 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3257
9f25c0d2
RS
32582007-02-11 Richard Stallman <rms@gnu.org>
3259
3260 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3261 in load history.
3262
3263 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3264 condition -- don't fail to stop at endpos.
3265
9334d442
CD
32662007-02-11 Carsten Dominik <dominik@science.uva.nl>
3267
b58cb59f
KS
3268 * textmodes/org.el (org-agenda-get-todos)
3269 (org-agenda-get-timestamps, org-agenda-get-closed)
3270 (org-agenda-get-deadlines, org-agenda-get-scheduled)
3271 (org-agenda-get-blocks, org-format-agenda-item)
9334d442
CD
3272 (org-agenda-change-all-lines, org-scan-tags): Rename text property
3273 from `category' to `org-category'.
3274
1a03f515
KH
32752007-02-11 Kenichi Handa <handa@m17n.org>
3276
44426bc3
JB
3277 * international/titdic-cnv.el (titdic-convert): Force files be written
3278 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
3279 (miscdic-convert): Force files be written with Unix-like eol format.
1a03f515 3280
b9988d51
JB
32812007-02-11 Juanma Barranquero <lekktu@gmail.com>
3282
550934c8
JB
3283 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3284
b9988d51
JB
3285 * calculator.el (calculator-prompt): Doc fix.
3286 (calculator-mode-map): Fix typo in menu entry.
3287
a45928e6
JB
32882007-02-10 Jay Belanger <belanger@truman.edu>
3289
3290 * calculator.el (calculator): Do more extensive checking for when
3291 3 lines should be used for the calculator.
3292
3570640e
EZ
32932007-02-10 Eli Zaretskii <eliz@gnu.org>
3294
a3609743
SM
3295 * info-look.el (info-lookup-make-completions):
3296 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
b9988d51 3297 index nodes.
3570640e 3298
b9988d51
JB
3299 * info.el (Info-fontify-maximum-menu-size): Document the effect
3300 of a nil value.
3570640e
EZ
3301 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3302 non-nil before using it as size.
3303
ca878c38
CY
33042007-02-09 Chong Yidong <cyd@stupidchicken.com>
3305
0c92208b
CY
3306 * subr.el (insert-for-yank-1): Prevent read-only properties from
3307 interfering with text property operations.
3308
ca878c38
CY
3309 * image-mode.el (image-mode): Revert 2007-01-30 changes.
3310
3311 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3312 (image-type-auto-detected-p): Fail if another match is found in
3313 auto-mode-alist.
3314
3315 * files.el (magic-mode-alist): Call image-mode instead of
3316 image-mode-maybe for autodetected images.
3317
b194bbaf
JB
33182007-02-09 Juanma Barranquero <lekktu@gmail.com>
3319
3320 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3321 Fix typos in docstrings.
3322 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3323
35a8a0d0
KS
33242007-02-09 Kim F. Storm <storm@cua.dk>
3325
3326 * emacs-lisp/float-sup.el: Remove obsolete comment.
3327
2365ab4a
SM
33282007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3329
3330 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3331
3a4b8347
KF
33322007-02-08 Karl Fogel <kfogel@red-bean.com>
3333
3334 * simple.el: Revert previous change, at request of RMS:
3335 (fundamental-mode-hook): Remove.
3336 (fundamental-mode): Run after-change-major-mode-hooks manually,
3337 and don't run the now-nonexistent fundamental-mode-hook.
35a8a0d0 3338
3faea23a
KF
33392007-02-08 Karl Fogel <kfogel@red-bean.com>
3340
7d506bfc 3341 * simple.el (fundamental-mode-hook): Declare new hook.
3faea23a
KF
3342 (fundamental-mode): Run the new dedicated hook, and don't run
3343 after-change-major-mode-hooks manually anymore.
3344
459b1fe4
SM
33452007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3348 added columns of chars. Remove support for the "no-meta-info" format.
3349 Prompted by Romain Francoise <romain@orebokech.com>.
3350
f2b3ba1e
NR
33512007-02-07 Nick Roberts <nickrob@snap.net.nz>
3352
3353 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3354 (gdb-mouse-until, gdb-mouse-jump): Use it.
3355
b773b623
NR
33562007-02-07 Nick Roberts <nickrob@snap.net.nz>
3357
3358 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3359 work when there is just an assembler buffer (no source buffer).
3360
a3ee90d9
SM
33612007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
3362
3363 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3364 just because the diff was produced using "-p" (--show-c-function).
3365
9479c0ab
JB
33662007-02-07 Juanma Barranquero <lekktu@gmail.com>
3367
ff52c940
JB
3368 * faces.el (frame-set-background-mode): Use `color-values' and
3369 `display-color-p', not `x-color-values' and `x-display-color-p'.
3370 (face-valid-attribute-values): Use `defined-colors' instead of
3371 `x-defined-colors'.
9479c0ab 3372
5167749c
VJL
33732007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3374
3375 * ps-print.ps: The ps-print commands without face printing should not
3376 print background color. Reported by Leo <sdl.web@gmail.com>.
3377 (ps-print-version): New version 6.7.3.
3378 (ps-begin-job): New arg. Fix ps-default-background and
3379 ps-default-foreground initialization.
3380 (ps-face-attributes): Fix doc string.
3381 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3382
9e95965c
VJL
3383 * printing.el: Fix ps-print link.
3384
867eb050
CY
33852007-02-06 Chong Yidong <cyd@stupidchicken.com>
3386
3387 * faces.el (face-set-after-frame-default): Compile attributes to
3388 be set by frame parameters before merging in X resources.
3389
d2976f41
JB
33902007-02-06 Juanma Barranquero <lekktu@gmail.com>
3391
3392 * simple.el (blink-matching-paren-dont-ignore-comments):
3393 (blink-matching-paren-on-screen): Doc fixes.
3394
046024c8
NR
33952007-02-06 Nick Roberts <nickrob@snap.net.nz>
3396
d2976f41 3397 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
046024c8 3398
54c6a1c4
JB
33992007-02-05 Juanma Barranquero <lekktu@gmail.com>
3400
3401 * loadhist.el (unload-feature): Silently ignore `load-history' entries
3402 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3403 entries like `defun'. Return nil.
3404
0fd91d23
KS
34052007-02-05 Kim F. Storm <storm@cua.dk>
3406
3407 * ido.el: Doc fixes.
3408
a87c4c30
DK
34092007-02-04 David Kastrup <dak@gnu.org>
3410
3411 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3412 `mpuz-allow-double-multiplicator' is non-zero, and correct
3413 calculation of `min'.
3414
e0f95693
EZ
34152007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
3416
3417 * wid-edit.el (widget-default-create): Insert new text at the
3418 :from marker _after_ the marker, not before it.
3419
0ac6528f
AM
34202007-02-04 Alan Mackenzie <acm@muc.de>
3421
3422 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3423 containing it is re-indented.
3424
36724891
CY
34252007-02-03 Chong Yidong <cyd@stupidchicken.com>
3426
19eee1a9
CY
3427 * net/newsticker.el (newsticker--insert-image): Update docstring,
3428 and insert the image directly.
3429 (newsticker--buffer-redraw): Update docstring.
3430
54c6a1c4
JB
3431 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3432 Rename from define-global-minor-mode.
36724891 3433
0fd91d23
KS
3434 * progmodes/cwarn.el (global-cwarn-mode):
3435 * emacs-lisp/autoload.el (make-autoload):
3436 * hi-lock.el (global-hi-lock-mode):
36724891
CY
3437 * font-core.el (global-font-lock-mode): All callers changed.
3438
f6472377
EZ
34392007-02-03 Eli Zaretskii <eliz@gnu.org>
3440
3441 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3442 Don't copy @ignore lines into menu descriptions.
3443 (texinfo-multi-file-update): Goto the @node line before attempting
3444 to pluck the node name.
3445 (texinfo-multiple-files-update): Reverse the optional arguments'
3446 order, as per the doc string and the `interactive' form.
3447
a6ed414a
CY
34482007-02-03 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * image-mode.el: Use autoload to avoid overriding disabled setting
3451 applied in .emacs.
3452
b9988d51 34532007-02-03 Alan Mackenzie <acm@muc.de>
7bee28dc
AM
3454
3455 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3456 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
3457 adjacent paren groups).
3458
4303661c
VJL
34592007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3460
3461 * progmodes/ebnf2ps.el: Doc fixes.
3462 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3463
3a69c54c
EZ
34642007-02-02 Eli Zaretskii <eliz@gnu.org>
3465
3466 * dired-x.el (dired-do-relsymlink): Add reference to
71ed83ca 3467 dired-do-symlink. Add an autoload cookie.
3a69c54c
EZ
3468
3469 * dired-aux.el (dired-do-symlink): Add reference to
3470 dired-do-relsymlink.
3471
34722007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
3473
3474 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3475 <left-fringe mouse-3>: New bindings.
3476
34772007-02-02 Ulf Jasper <ulf.jasper@web.de>
3478
3479 * newsticker.el (newsticker-version): Changed to "1.10".
3480 (newsticker--set-customvar): Doc string.
3481 (newsticker-new-item-face): Doc string.
3482 (newsticker-mode): Initialize `invisibility-spec' with t.
3483 (newsticker-mode-map): Added
3484 `newsticker-mark-all-items-at-point-as-read'.
3485 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3486 (newsticker-w3m-show-inline-images): Do not call
3487 `w3m-remove-image'.
3488 (newsticker--buffer-after-w3m-insert-image): New advice for
3489 w3m-insert-image to cache images.
3490 (newsticker-next-item-same-feed): New.
3491 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3492 (newsticker-mark-all-items-of-feed-as-read): New.
3493 (newsticker-mark-all-items-at-point-as-read): Use new functions.
3494 (newsticker-mark-item-at-point-as-read): Doc string.
3495 (newsticker-mark-item-at-point-as-read): Use new functions.
3496 (newsticker--do-mark-item-at-point-as-read): New, extracted from
3497 `newsticker-mark-item-at-point-as-read'.
3498 (newsticker-hide-entry): Use (t) instead of t for invisibility.
3499 (newsticker--sentinel): Yet another xml-parser workaround.
3500 (newsticker--decode-iso8601-date): Bugfix for datestrings without
3501 days.
3502 (newsticker--buffer-do-insert-text): Fix.
3503 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3504 (newsticker--buffer-make-item-completely-visible):
3505 `switch-to-buffer' not necessary.
3506
35072007-02-02 Eli Zaretskii <eliz@gnu.org>
3508
3509 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3510 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3511 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3512 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3513 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3514
06d5f409
KH
35152007-02-02 Kenichi Handa <handa@m17n.org>
3516
3517 * international/quail.el (quail-show-key): Fix an error message.
3518
f2c661c4
JB
35192007-02-01 Juanma Barranquero <lekktu@gmail.com>
3520
3521 * faces.el (set-face-underline-p, modify-face): Rename arg
3522 UNDERLINE-P to UNDERLINE (it is not a flag).
3523
eaa9ecdd
NR
35242007-02-01 Nick Roberts <nickrob@snap.net.nz>
3525
3526 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3527 when adding gdb-speedbar-update to gdb-input-queue.
3528
fbfc1a5b
KH
35292007-02-01 Kenichi Handa <handa@m17n.org>
3530
3531 * international/quail.el (quail-show-key): Signal an error if the
3532 current input method is not using Quail.
3533
a86bd650
S
35342007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
3535
f2c661c4
JB
3536 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3537 Trim leading whitespace in sysvar names.
a86bd650 3538
39a897a5
JB
35392007-02-01 Juanma Barranquero <lekktu@gmail.com>
3540
3541 * faces.el (internal-find-face, internal-get-face): Doc fixes.
3542
ccaa42ed
JB
35432007-01-31 Juanma Barranquero <lekktu@gmail.com>
3544
3545 * ido.el (ido-set-common-completion): Use `let', not `let*'.
3546
e3633d8b
RF
35472007-01-31 Romain Francoise <romain@orebokech.com>
3548
3549 * comint.el: Delete extra copy of `comint-copy-old-input' added in
3550 previous change to this file.
3551
28ed185c
JR
35522007-01-31 Jason Rumney <jasonr@gnu.org>
3553
3554 * files.el (magic-mode-alist): Use image-mode-maybe rather than
3555 image-mode.
3556
3557 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3558 interfering with attempt to set major mode from modified
3559 auto-mode-alist.
3560
edcacc1c
JB
35612007-01-31 Juanma Barranquero <lekktu@gmail.com>
3562
3563 * faces.el (color-values): Doc fix.
3564 (face-differs-from-default-p): Don't check :foreground twice.
3565
46bb060f
S
35662007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
3567
edcacc1c 3568 * comint.el (comint-mode): Prevent non-keyword fontification by default.
46bb060f 3569
1583f1f5
KH
35702007-01-31 Kenichi Handa <handa@m17n.org>
3571
3572 * international/quail.el (quail-store-decode-map-key): Store a
3573 translated character too.
3574 (quail-char-equal-p): New function.
3575 (quail-find-key1): Check character equality by quail-char-equal-p.
3576 (quail-decode-map-generated): New variable.
3577 (quail-find-key): Check quail-decode-map-generated and re-generate
3578 a decode map if necessary.
3579
25752d87
RS
35802007-01-30 Richard Stallman <rms@gnu.org>
3581
3582 * tutorial.el (tutorial--detailed-help): Make the list of
3583 changed keys look nicer.
3584
8af39ffb
NR
35852007-01-30 Nick Roberts <nickrob@snap.net.nz>
3586
3587 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3588 (gdb-var-delete): Use it.
3589 (gdb-var-update-handler-1): Handle value "invalid" for MI field
3590 `in_scope'.
3591
06531fc3
MA
35922007-01-30 Michael Albinus <michael.albinus@gmx.de>
3593
edcacc1c 3594 * files.el (get-free-disk-space): Return nil for remote directories.
06531fc3
MA
3595
3596 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3597 instead of "dir".
3598
28c0f07a
CY
35992007-01-30 Chong Yidong <cyd@stupidchicken.com>
3600
9b4837a4
CY
3601 * type-break.el (type-break-catch-up-event): New function.
3602 (type-break-demo-hanoi, type-break-demo-life)
3603 (type-break-demo-boring): Use it.
3604
28c0f07a 3605 * image-mode.el (image-mode): Don't automatically view as image.
caf39874 3606 (image-toggle-display): Add `disabled' property.
28c0f07a 3607
f5bb9196
JB
36082007-01-29 Juanma Barranquero <lekktu@gmail.com>
3609
d7c2974d
JB
3610 * isearchb.el (isearchb-iswitchb):
3611 * ps-print.el (ps-build-face-reference):
8f77631e 3612 * emacs-lisp/shadow.el (list-load-path-shadows):
d7c2974d
JB
3613 * eshell/esh-cmd.el (eshell-rewrite-for-command):
3614 * international/mule.el (find-auto-coding):
3615 * mail/supercite.el (sc-attrib-selection-list):
3616 * progmodes/cc-defs.el (c-emacs-features):
3617 * progmodes/cc-vars.el (c-offsets-alist):
3618 * progmodes/flymake.el
3619 (flymake-init-create-temp-source-and-master-buffer-copy):
3620 Fix typos in docstrings (some suggested by Chris Moore).
3621
3622 * progmodes/vhdl-mode.el (vhdl-components-package-name)
3623 (vhdl-get-library-unit, vhdl-corresponding-begin)
3624 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3625 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3626 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3627 (vhdl-font-lock-match-item): Fix typos in docstrings.
3628 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3629 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3630 (vhdl-speedbar-insert-project-hierarchy):
3631 Improve argument/docstring consistency.
f5bb9196 3632
8c8d1081
KH
36332007-01-29 Kenichi Handa <handa@m17n.org>
3634
3635 * international/titdic-cnv.el (py-converter): Fix previous change.
3636
645200b5
CY
36372007-01-29 Chong Yidong <cyd@stupidchicken.com>
3638
44dc01e4
CY
3639 * jka-compr.el (jka-compr-partial-uncompress)
3640 (jka-compr-call-process): Rebind default-directory if it is
3641 invalid. Suggested by Chris Moore.
3642
645200b5
CY
3643 * comint.el (comint-insert-input): Handle situation where the
3644 selected buffer is not the clicked buffer.
3645
0e66b003
KH
36462007-01-29 Kenichi Handa <handa@m17n.org>
3647
f5bb9196
JB
3648 * international/ja-dic-cnv.el (skkdic-convert):
3649 Add byte-compile-disable-print-circle:t at the head.
f6c02c7a 3650
f5bb9196
JB
3651 * international/titdic-cnv.el (tit-process-header):
3652 Add byte-compile-disable-print-circle:t at the head.
f6c02c7a
KH
3653 (miscdic-convert): Likewise.
3654 (py-converter): Skip the header comments.
3655
f5bb9196
JB
3656 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3657 New variable.
0e66b003
KH
3658 (byte-compile-output-file-form): Bing print-circle to nil if
3659 byte-compile-output-file-form is not nil.
3660 (byte-compile-output-docform): Likewise.
3661
176b179b
KS
36622007-01-28 Kim F. Storm <storm@cua.dk>
3663
3664 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3665 Declare earlier to avoid byte compiler warnings.
3666
98ef9fa4
EZ
36672007-01-28 Markus Triska <markus.triska@gmx.at>
3668
3669 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3670
2f028807
CY
36712007-01-28 Chong Yidong <cyd@stupidchicken.com>
3672
3673 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3674 (gamegrid-add-score-with-update-game-score-1): Allow local quits
3675 when calling update-game-score program. Remove unnecessary
3676 save-excursion.
3677
3678 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3679
306c24b5
NR
36802007-01-28 Nick Roberts <nickrob@snap.net.nz>
3681
3682 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3683 avoid compiler warning.
3684 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3685 might have values other than "true" or "false".
3686
d9380425
RS
36872007-01-28 Richard Stallman <rms@gnu.org>
3688
3689 * textmodes/fill.el (fill-paragraph-function): Doc fix.
3690 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3691
3692 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3693
3694 * image.el (image-type-header-regexps): Make GIF regex more specific.
3695
3696 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3697 Don't check `backspace'.
3698 (tutorial--find-changed-keys): Look up bindings in a temp buffer
3699 in Fundamental mode.
3700
3701 * startup.el (fancy-splash-text, normal-splash-screen):
3702 Mention C-g.
3703
3704 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3705 when inserting in buffer.
3706
3707 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3708 inside the if.
3709
e14c5251
RS
37102007-01-27 Richard Stallman <rms@gnu.org>
3711
3712 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3713
37142007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
3715
3716 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
86b8a072 3717 enum/union/struct/class definition.
e14c5251
RS
3718 Revert change to call `forward-sexp' multiple times.
3719
7d8efa73
CY
37202007-01-27 Chong Yidong <cyd@stupidchicken.com>
3721
3722 * files.el (hack-local-variables-confirm): Don't keep trying to
3723 read an event from an empty kbd macro.
3724
a134cd5e
EZ
37252007-01-27 Eli Zaretskii <eliz@gnu.org>
3726
3727 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3728
37292007-01-27 Ben North <ben@redfrontdoor.org>
3730
3731 * outline.el (outline-promote, outline-demote): Doc fix. Rename
3732 the arg CHILDREN -> WHICH.
3733
00e10871
MA
37342007-01-27 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3737 default-directory to a sane value when calling start-process.
3738
9b0aaece
EZ
37392007-01-27 Eli Zaretskii <eliz@gnu.org>
3740
3741 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3742 (ls-lisp-format-time-list): Doc fix. Mention
3743 ls-lisp-use-localized-time-format.
3744 (ls-lisp-format-time): Use ls-lisp-format-time-list if
3745 ls-lisp-use-localized-time-format is non-nil, even if a valid
3746 locale is defined.
3747
bfe69972
JB
37482007-01-27 Juanma Barranquero <lekktu@gmail.com>
3749
3750 * jka-compr.el (jka-compr-shell): Doc fix.
3751
3752 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3753
d4757043
VJL
37542007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3755
3756 * ps-print.ps: Fix background height.
3757 (ps-print-version): New version 6.7.2.
3758
f2133d9e
EZ
37592007-01-26 Eli Zaretskii <eliz@gnu.org>
3760
3761 * makefile.w32-in (finder-data, custom-deps): Depend on
3762 $(lisp)/loaddefs.el.
3763
1408b0d5
DN
37642007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3765
bfe69972 3766 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1408b0d5 3767
5e51de79
MB
37682007-01-24 Miles Bader <miles@gnu.org>
3769
3770 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
3771 (byte-compile-output-docform): Bind `print-circle' to t.
3772
70462171
KH
37732007-01-24 Kenichi Handa <handa@m17n.org>
3774
3775 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
3776 file name of the original SKK dictionary file.
3777
ff40b263
KS
37782007-01-24 Kim F. Storm <storm@cua.dk>
3779
3780 * ido.el (ido-initial-position): New variable.
3781 (ido-read-internal): Set it if default item is specified.
3782 (ido-minibuffer-setup): Position cursor accordingly if set.
3783 (ido-edit-input): C-e moves to end of input if not already there.
3784 (ido-magic-backward-char): C-b does like M-b if prev char is /.
3785 Don't switch to buffer mode if repeating C-b at start of input.
3786 (ido-toggle-ignore): C-a only toggles ignore at start or end of
3787 input; else it moves to start of input.
3788 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
3789 not at end of input, delete rest of input, rather than normal op.
3790
279c800c 37912007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5445772e
KS
3792
3793 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
3794
3795 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
bfe69972 3796 of message. Activate mark.
5445772e
KS
3797 (ediff-activate-mark): Set transient-mark-mode to t.
3798
3799 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
3800
bfb2471c
MR
38012007-01-23 Martin Rudalics <rudalics@gmx.at>
3802
3803 * help-fns.el (describe-variable): Don't suppress display of
3804 buffer local value when the value is "large".
3805
67155dc3
KS
38062007-01-22 Kim F. Storm <storm@cua.dk>
3807
bfe69972 3808 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
67155dc3
KS
3809 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
3810 (ido-tidy): Use ido-active.
3811
e925d5ae 38122007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
a30cc07b
JB
3813
3814 * hexl.el (hexl-mode-exit): Add missing quote.
3815
447466a5
YM
38162007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3817
3818 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
3819 (mac-ae-keyboard-modifiers): New function.
3820 (mac-handle-toolbar-switch-mode): Use it.
3821 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
3822 if keyboard modifiers on drop contain option key.
3823 (mac-dnd-drop-data): Add optional argument `action'.
3824 (special-event-map): Remove binding for M-drag-n-drop.
3825
6cbe2ec4
RS
38262007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
3827
3828 * add-log.el (add-log-current-defun): Use CC Mode functions to
3829 find the beginning and end of a defun.
3830
d1bf4d2f
NR
38312007-01-21 Nick Roberts <nickrob@snap.net.nz>
3832
3833 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3834 (gdb-var-create-handler): Handle value field in GDB output of
3835 -var-create.
3836 (gdb-max-frames): New variable.
3837 (gdb-stack-buffer, gdb-frames-select): Use it.
3838 (gdb-info-stack-custom): Help user customize gdb-max-frames,
3839 if necessary.
3840 (gdb-get-frame-number): Simplify.
3841
385a73ae
GM
38422007-01-21 Glenn Morris <rgm@gnu.org>
3843
a30cc07b
JB
3844 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3845 Update copyrights.
385a73ae 3846
a3466c23
AM
38472007-01-21 Alan Mackenzie <acm@muc.de>
3848
3849 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3850 handling of K&R stuff.
3851
238a5d6d
RW
38522007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3853
3854 * textmodes/bibtex.el (bibtex-files): Fix customization type.
3855
c1a1c994
VJL
38562007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3857
3858 * ps-print.el: Handle frame parameters (background and/or foreground
3859 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
d4757043 3860 (ps-print-version): New version 6.7.1.
c1a1c994
VJL
3861 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3862 (ps-frame-parameter): New fun.
3863 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3864 Fix doc and customization.
3865 (ps-begin-job): Get frame parameters (background and/or foreground
3866 colors).
3867 (ps-do-despool): Ensure ps-printer-name has a valid value.
3868
c08455ad
NR
38692007-01-21 Nick Roberts <nickrob@snap.net.nz>
3870
d1bf4d2f
NR
3871 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3872 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
3873 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
3874 mean unlimited.
c08455ad 3875
ecc71db8
AM
38762007-01-20 Alan Mackenzie <acm@muc.de>
3877
3878 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
3879 much more rigorous analysis of putative K&R regions.
3880
fa85e852
AM
38812007-01-20 Alan Mackenzie <acm@muc.de>
3882
3883 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
a30cc07b 3884 New functions.
fa85e852 3885
7640c7ea
AM
38862007-01-20 Alan Mackenzie <acm@muc.de>
3887
3888 * progmodes/cc-align.el, progmodes/cc-cmds.el,
a30cc07b
JB
3889 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3890 * progmodes/cc-langs.el, progmodes/cc-styles.el,
3891 * progmodes/cc-vars.el: Add my name.
7640c7ea 3892
07c7c7fe
CY
38932007-01-20 Chong Yidong <cyd@stupidchicken.com>
3894
3895 * files.el (find-alternate-file): Revert query message to Emacs 21
3896 version.
3897
4e251bd1
EZ
38982007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
3899
3900 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
3901 the doc string how to use personal abbrevs without electric
3902 keywords.
3903
f56cd133
EZ
39042007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3905
a30cc07b
JB
3906 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3907 Fixed cursor position when toggle abbreviated display.
f56cd133 3908
0835662b
NR
39092007-01-20 Nick Roberts <nickrob@snap.net.nz>
3910
3911 * t-mouse.el: Update copyright following assignment by
3912 Alessandro Rubini.
3913
fd4b0ac8
CY
39142007-01-20 Chong Yidong <cyd@stupidchicken.com>
3915
3916 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
3917 (type-break-demo-boring): Call read-event instead of read-char.
3918
1a408ced 39192007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
250540cd
DP
3920
3921 * progmodes/compile.el: Add handling for makepplog.
3922
423cef56
RS
39232007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3924
3925 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
3926 aspell dictionaries are initialized when called non-interactively.
3927
460565fb
CY
39282007-01-19 Chong Yidong <cyd@stupidchicken.com>
3929
a30cc07b
JB
3930 * progmodes/compile.el (compilation-loop): New arg limit.
3931 Handle case where the first error is at point-min.
460565fb
CY
3932 (compilation-next-error): New arg to compilation-loop call.
3933
a30cc07b 39342007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
d77153c5
CY
3935
3936 * info.el (Info-default-dirs): Change default info dir to
3937 share/info.
3938
3939 * paths.el (Info-default-directory-list): Ditto.
3940
e925d5ae 39412007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
66d237e2
CY
3942
3943 * hexl.el (hexl-before-revert-hook): New function.
3944 (hexl-mode): Use it.
3945 (hexl-after-revert-hook): Just call hexl-mode.
3946 (hexl-mode-exit): Remove before-revert-hook.
3947
c5f847b6
SM
39482007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
3951
bfb2471c 39522007-01-16 Martin Rudalics <rudalics@gmx.at>
1350ca79
MR
3953
3954 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
3955 by "-" in francais7 otherchars entry.
3956 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
3957 otherchars entry.
3958
acf3709f
KF
39592007-01-15 Karl Fogel <kfogel@red-bean.com>
3960
3961 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
3962 path. Rewrite function in `cond' style for readability.
3963
a30cc07b 3964 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
acf3709f
KF
3965 (The path shortening, that is, not the rearrarangement.)
3966
a35c8b70
YM
39672007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3968
3969 * term/mac-win.el (mac-ae-quit-application): New function.
3970 (mac-apple-event-map): Bind "quit application" Apple event to it.
3971
c45b3be3
SM
39722007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3973
3974 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
3975 than the program's output.
3976
c796a0b6
JB
39772007-01-14 Juanma Barranquero <lekktu@gmail.com>
3978
3979 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
3980 (kmacro-start-macro-or-insert-counter)
3981 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
3982 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
3983
de529e21
JB
3984 * longlines.el (longlines-show-hard-newlines):
3985 * ruler-mode.el (ruler-mode-ruler):
3986 * emulation/keypad.el (keypad-setup):
3987 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
3988 Fix typo in docstring.
c796a0b6 3989
5ff7d15d
MD
39902007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
3991
a30cc07b
JB
3992 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
3993 Remove redirect character ">".
5ff7d15d 3994
ac97d31e
JB
39952007-01-13 Juanma Barranquero <lekktu@gmail.com>
3996
3997 * replace.el (perform-replace): Remove leftover code.
3998
fbea9ee8
RS
39992007-01-12 Richard Stallman <rms@gnu.org>
4000
4001 * replace.el (perform-replace): Don't clear NODENT when computing
4002 the replacement string.
4003
d8bba37c
MA
40042007-01-11 Michael Albinus <michael.albinus@gmx.de>
4005
c45b3be3
SM
4006 * net/tramp.el (tramp-handle-file-local-copy):
4007 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
d8bba37c
MA
4008 <christopher.ian.moore@gmail.com>.
4009
62222158
SM
40102007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4011
3a349573
SM
4012 * diff-mode.el (diff-sanity-check-context-hunk-half)
4013 (diff-sanity-check-hunk): New functions.
4014 (diff-find-source-location): Use'em to check the hunks are well-formed.
4015
62222158
SM
4016 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4017 activate undo when undo is not active.
c796a0b6 4018 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
62222158 4019
5362ba53
SM
40202007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4023 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4024 (ffap-url-at-point): Use char-classes rather than "a-z".
4025
743a6977
JB
40262007-01-10 Juanma Barranquero <lekktu@gmail.com>
4027
4028 * ediff-init.el (ediff-autostore-merges):
4029 * textmodes/fill.el (fill-region): Doc fix.
4030
da6657b7
SM
40312007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * server.el (server-ensure-safe-dir): UIDs may be floats.
4034
247bc272
RS
40352007-01-10 Richard Stallman <rms@gnu.org>
4036
b9ffe418
RS
4037 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4038 around calls to directory-files.
4039
eb486e20
RS
4040 * subr.el (momentary-string-display): Use save-excursion.
4041
247bc272
RS
4042 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4043 argument, but read it as `X' does.
4044
e992d405
JL
40452007-01-09 Juri Linkov <juri@jurta.org>
4046
4047 * info.el (Info-fontify-node): Don't hide node names of index entries.
4048
4049 * faces.el (momentary): Change :group to basic-faces where all
4050 basic faces belong to. Add :version.
4051
5c1e7dac
CY
40522007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4053
4054 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4055 keybinding is found.
4056 (tutorial--find-changed-keys): Never treat null keybinding as a
4057 remapping.
4058
a87591a6 40592007-01-09 Martin Rudalics <rudalics@gmx.at>
4212d44f 4060
a87591a6 4061 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4212d44f 4062
333f3572
KH
40632007-01-09 Kenichi Handa <handa@m17n.org>
4064
4065 * international/mule-cmds.el
4066 (select-safe-coding-system-interactively): Fix message.
4067
e6466697
MA
40682007-01-09 Michael Albinus <michael.albinus@gmx.de>
4069
a87591a6 4070 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
e6466697
MA
4071 (tramp-process-actions): Add optional parameter TIMEOUT.
4072 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4073 (tramp-open-connection-su): Add timeout of 60".
4074
5105e997
RS
40752007-01-09 Richard Stallman <rms@gnu.org>
4076
4077 * progmodes/compile.el (compile): Doc fix.
4078
40792007-01-09 Markus Triska <markus.triska@gmx.at>
4080
4081 * tumme.el (tumme-display-thumb): Doc fix.
4082
b65d82ca
JB
40832007-01-08 Juanma Barranquero <lekktu@gmail.com>
4084
4085 * battery.el (battery-search-for-one-match-in-files):
4086 * bindings.el (mode-line-minor-mode-help):
4087 * x-dnd.el (x-dnd-types-alist):
4088 * calendar/icalendar.el (icalendar-import-buffer):
4089 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4090
4091 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4092
e925d5ae 40932007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
107173cf
JB
4094
4095 * replace.el (replace-regexp): Fix typo in docstring.
4096
b38be6cc
AM
40972007-01-07 Alan Mackenzie <acm@muc.de>
4098
107173cf
JB
4099 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4100 Amend doc-string and comments.
b38be6cc 4101
fe4e58ec
EZ
41022007-01-06 Eli Zaretskii <eliz@gnu.org>
4103
4104 * files.el (abbreviate-file-name): Doc fix.
4105
41062007-01-06 Markus Triska <triska@gmx.at>
4107
4108 * subr.el (split-string): Remove spurious ")" from doc string.
4109
bc48f9fd
RS
41102007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
4111
4112 * textmodes/table.el (table--warn-incompatibility):
4113 Use display-warning instead of momentary-string-display.
4114
654ec269
RS
41152007-01-05 Richard Stallman <rms@gnu.org>
4116
2dca7106
RS
4117 * image.el (image-type-header-regexps): Recognize xbm more strictly.
4118
654ec269
RS
4119 * simple.el (backward-kill-word): Doc fix.
4120
129f1989
RF
41212007-01-05 Romain Francoise <romain@orebokech.com>
4122
4123 * international/mule.el (sgml-html-meta-auto-coding-function):
4124 Ensure that the buffer contains a HTML document.
4125
ab3aad87
DN
41262007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4127
129f1989 4128 * faces.el (momentary): Move here ...
ab3aad87
DN
4129 * subr.el (momentary): ... from here.
4130
2bb0900a
NR
41312007-01-05 Nick Roberts <nickrob@snap.net.nz>
4132
4133 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4134 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4135 large structures/arrays.
4136
a0583738
RS
41372007-01-04 Juanma Barranquero <lekktu@gmail.com>
4138
129f1989 4139 * files.el (find-file-noselect-1, set-visited-file-name):
a0583738 4140 Allow backup-enable-predicate to be nil.
129f1989 4141
3c47e17c
AS
41422007-01-04 Andreas Schwab <schwab@suse.de>
4143
4144 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4145 last change.
4146
c3295e7b
RS
41472007-01-03 Richard Stallman <rms@gnu.org>
4148
4149 * woman.el (woman-decode-buffer): Clarify error message.
4150
41512007-01-03 Alan Mackenzie <acm@muc.de>
23f74f53 4152
520e9259 4153 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
23f74f53 4154
e925d5ae 41552007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
c3b1f01f
JB
4156
4157 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4158
51443e4f
SM
41592007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4162
dbf284be
JB
41632007-01-02 Juanma Barranquero <lekktu@gmail.com>
4164
33c053f4
JB
4165 * emulation/viper.el (viper-custom-file-name, viper-mode):
4166 Fix typos in docstrings.
4167
dbf284be
JB
4168 * subr.el (momentary-string-display): After moving point, set POS
4169 variable to it to avoid later errors once the buffer is modified.
4170 Doc fix.
4171
2bac13f5
AM
41722007-01-02 Alan Mackenzie <acm@muc.de>
4173
4174 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4175 check that the "*/" is present before trying to manipulate it.
4176
d0076741
RS
41772007-01-02 Richard Stallman <rms@gnu.org>
4178
a6c327a8
RS
4179 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4180
dbf284be 4181 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
d0076741
RS
4182 Fix format of value.
4183
51443e4f 4184 * cus-edit.el (customize-unsaved): Rename from customize-customized.
d0076741
RS
4185 Change messages accordingly.
4186 (customize-customized): Now alias.
dbf284be 4187
e19bc9c4
JB
41882007-01-02 Juanma Barranquero <lekktu@gmail.com>
4189
4190 * files.el (version-control): Doc fix.
4191
41922007-01-01 Alan Mackenzie <acm@muc.de>
b1da67d7 4193
51443e4f
SM
4194 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4195 Check the format of c-state-cache is valid for an optimisation before
b1da67d7
AM
4196 using it.
4197
4198 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4199 are at a statement within a macro". Other changes so that only
4200 the first continuation line in a macro gets the symbol
4201 `cpp-define-intro', the others getting `statement', or whatever.
4202
b1da67d7
AM
4203 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4204 a string, preserve whitespace. Add a backslash only when also in
4205 a macro.
4206
e19bc9c4 4207 * progmodes/cc-defs.el: Correct typos.
b1da67d7 4208
e19bc9c4 4209 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
b1da67d7
AM
4210 new line after an escaped EOL in a string.
4211
b1da67d7
AM
4212 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4213 label when it directly follows "else", "do", ....
4214
e19bc9c4 4215 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
b1da67d7
AM
4216 angle brackets (as seen in "explicit specialisations" of C++
4217 templates).
4218
b1da67d7
AM
4219 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4220 in the doc-string.
4221
b1da67d7
AM
4222 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4223 when the comment ender looks like "=========*/" and is alone on
4224 its line.
4225
b1da67d7
AM
4226 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4227 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
4228 for the old name.
4229
e19bc9c4 4230 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
b1da67d7
AM
4231 c-\(beginning\|end\)-of-defun by default.
4232
51443e4f
SM
4233 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4234 New line-up function, for the DEFUN macro in the Emacs C sources.
b1da67d7
AM
4235 Only used in "gnu" style.
4236
e19bc9c4 4237 * progmodes/cc-styles.el (c-style-alist): Use this new function in
b1da67d7
AM
4238 the "gnu" style.
4239
b1da67d7
AM
4240 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4241 clean-up comment-close-slash also to work when there's a comment
4242 terminator on the line.
4243 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4244 these for large arg - only take account of top level {..}, except
4245 for initial and final adjustments. M-- C-M-[ae] now go to the
4246 right defuns when the starting point is between defuns. They use
4247 the four new functions:
e19bc9c4
JB
4248 (c-in-function-trailer-p, c-where-wrt-brace-construct)
4249 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
b1da67d7
AM
4250 support c-\(beginning\|end\)-of-defun.
4251
b1da67d7
AM
4252 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4253 expressions more rigorously, to exclude bit-field specifiers from
4254 being classed as labels.
4255 (c-forward-label): When analyzing a ":" within a macro, be careful
4256 about using c-forward-syntactic-ws at the macro beginning.
4257 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4258 stmt boundary, check for "operator=", etc.
4259
51443e4f
SM
4260 * progmodes/cc-mode.el (c-postprocess-file-styles):
4261 Bind inhibit-read-only to t, around the call to
b1da67d7
AM
4262 c-remove-any-local-eval-or-mode-variables, so that it works on a
4263 RO file.
4264
b1da67d7
AM
4265 * progmodes/cc-defs.el (c-version): Update the version number to
4266 "5.31.4".
4267
d8a4fc44
RS
42682007-01-01 Richard Stallman <rms@gnu.org>
4269
4270 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4271 only if we restored isearch-window-configuration.
4272
13fcde77 42732006-12-31 Romain Francoise <romain@orebokech.com>
496f8308 4274
13fcde77 4275 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
496f8308 4276
f57cdb50
KS
42772006-12-31 Kim F. Storm <storm@cua.dk>
4278
4279 * files.el (auto-mode-case-fold): New defcustom.
4280 (set-auto-mode): If non-nil, perform second case-sensitive pass
4281 through auto-mode-alist if first pass failed.
4282
02f0dab3
RS
42832006-12-30 Richard Stallman <rms@gnu.org>
4284
4285 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4286
6eb0a10d
EZ
42872006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
4288
4289 * allout.el (allout-encrypt-string): Handle symmetric-key
f57cdb50 4290 passphrase caching but leave keypair caching to pgg.
6eb0a10d 4291
658052a2
MA
42922006-12-30 Michael Albinus <michael.albinus@gmx.de>
4293
4294 Sync with Tramp 2.0.55.
4295
4296 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4297 `integerp'. `char-equal' could fail else in case of negative
4298 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4299 (top): Check for `font-lock-add-keywords' before calling; it
4300 doesn't exist under XEmacs.
4301 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
4302 (tramp-completion-mode): Remove clause (not
4303 tramp-unified-filenames), because the function is called in other
4304 context too, where this check results in wrong results in the
4305 XEmacs case on Windows.
4306 (tramp-touch): UTC handling is not possible for XEmacs.
4307
0fb7324a
JD
43082006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4309
4310 * scroll-bar.el (previous-scroll-bar-mode): New variable
4311 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4312 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4313
4314 * term/x-win.el: Set scroll bar mode to right if set by X resources.
4315
dced1a73
RS
43162006-12-30 Richard Stallman <rms@gnu.org>
4317
4318 * files.el (make-backup-file-name-1): Precompute abs name
4319 but don't lose the relative name.
4320
4321 * international/mule-cmds.el (select-safe-coding-system-interactively):
4322 Fix message.
4323
86b8a072 43242006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
dced1a73
RS
4325
4326 * files.el (backup-buffer): Show entire backup file name in msg.
4327
c1248ba7
JB
43282006-12-30 Juanma Barranquero <lekktu@gmail.com>
4329
4330 * image.el (image-type-header-regexps, image-type-from-data)
4331 (image-type-from-buffer, image-type-from-file-header):
4332 Revert changes from 2006-12-26.
4333 (image-type-auto-detectable): New variable.
4334 (image-type-auto-detected-p): New function.
4335
4336 * files.el (magic-mode-alist): Detect image files with
4337 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4338
8cc303bb
NR
43392006-12-29 Nick Roberts <nickrob@snap.net.nz>
4340
4341 * dired.el (dired-sort-other): Move test for dired-mode...
4342 (dired-sort-set-modeline): ...to here.
4343
fafc582b
MC
43442006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4345
4346 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4347 change. Suggested by Stefan Monnier.
4348
8f2b5ec6
KS
43492006-12-29 Kim F. Storm <storm@cua.dk>
4350
4351 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4352 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4353
1bb433e7
KS
43542006-12-27 Kim F. Storm <storm@cua.dk>
4355
4356 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4357 so it doesn't accidentally match an fsf.org mail address.
4358 (authors-renamed-files-alist): Add tcover-*.el.
4359
544bdc40
SM
43602006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * vc-arch.el (vc-arch-find-version): New function.
4363
4364 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4365 composed of arbitrary characters (even /) in some systems.
4366
bbc34249
EZ
43672006-12-27 Eli Zaretskii <eliz@gnu.org>
4368
4369 * international/mule-cmds.el (select-safe-coding-system-interactively):
4370 Improve the message in the *Warning* buffer.
4371
01baa134
KS
43722006-12-27 Kim F. Storm <storm@cua.dk>
4373
4374 * ido.el (ido-set-matches-1): Fix last change. If default item is
4375 current buffer, it is ok to be first.
4376
333f3572
KH
43772006-12-27 Kenichi Handa <handa@m17n.org>
4378
4379 * international/mule-cmds.el (select-safe-coding-system-interactively):
4380 Use face `link' for problematic chars.
4381
7d03c5b1
KH
43822006-12-27 Kenichi Handa <handa@m17n.org>
4383
4384 * international/mule-cmds.el (select-safe-coding-system-interactively):
4385 Improve the message in *Warning* buffer.
4386
39bda465
KS
43872006-12-27 Kim F. Storm <storm@cua.dk>
4388
4389 * ido.el (ido-set-matches-1): Never put current buffer first if
4390 there are other matches.
4391
aa32fd71
NR
43922006-12-26 Nick Roberts <nickrob@snap.net.nz>
4393
4394 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4395 expressions.
4396 (gdb-var-delete): Handle duplicate names. Print message for non
4397 root expressions.
4398 (gdb-partial-output-name): Start buffer name with a space.
4399 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4400 buffer name.
4401
df034a3f
MC
44022006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4403
4404 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4405 last footnote when `footnote-spaced-footnotes' is nil.
4406
e817cc9b
RS
44072006-12-26 Richard Stallman <rms@gnu.org>
4408
ba5b643e
RS
4409 * cus-edit.el (custom-browse-sort-alphabetically)
4410 (custom-buffer-sort-alphabetically)
4411 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
4412
e817cc9b
RS
4413 * image.el (image-type-header-regexps): Change element format
4414 to include third item NOT-ALWAYS.
4415 (image-type-from-data): Handle new format.
4416 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
4417 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4418
6cbe2ec4 44192006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3b2452fd
MY
4420
4421 * add-log.el (add-log-current-defun): Call `forward-sexp'
4422 multiple times to pick a member function name defined as
4423 part of nested classes/namespaces.
4424
39d410b5
VJL
44252006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4426
4427 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4428 which keymap should be used to change menu. It does not affect any
4429 existent code.
4430
c3a0ce44
RS
44312006-12-26 Richard Stallman <rms@gnu.org>
4432
4433 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4434 rather than for being in a minibuffer window.
4435
11e95b02
MB
44362006-12-25 Daiki Ueno <ueno@unixuser.org>
4437
4438 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4439 locale-coding-system.
4440 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4441 LF.
4442
20419086
RS
44432006-12-25 Michael R. Mauger <mmaug@yahoo.com>
4444
51443e4f 4445 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
20419086 4446 (sql-mode-syntax-table): Disable double quoted strings.
51443e4f 4447 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
20419086 4448
40cacec2
YM
44492006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4450
14d1edc0 4451 * startup.el (fancy-splash-last-input-event): New variable.
40cacec2
YM
4452 (fancy-splash-special-event-action): New function.
4453 (fancy-splash-screens): Temporarily bind special events to it.
4454 Execute command for saved special event before exiting from
4455 recursive editing.
4456
14d1edc0 4457 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
40cacec2
YM
4458 New functions.
4459 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4460 Use mac-unread-string.
4461
97df8464 44622006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2a096caf
MC
4463
4464 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4465 an optimized comment regexp if `comment-start-skip' uses a ^.
90dd8ef0
MC
4466 * bs.el (bs--up): Remove interactive spec.
4467
c4cdc5a1
CY
44682006-12-24 Chong Yidong <cyd@stupidchicken.com>
4469
14d1edc0
JB
4470 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4471 Suggested by James Cloos.
c4cdc5a1 4472
3350dc42
RS
44732006-12-24 Kevin Ryde <user42@zip.com.au>
4474
4475 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4476 in March.
4477 (calendar-dst-ends): Default to first Sunday in November.
4478
7acbbaa0
CY
44792006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
4480
4481 * allout.el (allout-encrypt-string): Inhibit use of agent within
4482 body of let form where encryption happens. Acknowledge non-use of
4483 gpg-agent in docstring.
4484 (allout-toggle-subtree-encryption): Acknowledge non-use of
4485 gpg-agent in docstring.
4486
ab83dc8d
CY
44872006-12-24 Chong Yidong <cyd@stupidchicken.com>
4488
14d1edc0 4489 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
ab83dc8d 4490
be064bc4 44912006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
42f82ce7 4492
97df8464
MC
4493 * ediff-diff.el (ediff-diff-options): Clarify docstring.
4494 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
42f82ce7 4495
14d1edc0
JB
4496 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4497 in hooks.
97df8464 4498 (viper-add-newline-at-eob-if-necessary): Add newline only if we
be064bc4 4499 actually modify buffer; ignore errors if occur.
42f82ce7 4500
3ea94483
CY
45012006-12-23 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * calendar/calendar.el (calendar-mode-map): Switch < and >.
4504 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4505 formatting.
4506
a914e2b2
RS
45072006-12-23 Richard Stallman <rms@gnu.org>
4508
4509 * simple.el (delete-horizontal-space): Doc fix.
4510
512dd711
EZ
45112006-12-23 Eli Zaretskii <eliz@gnu.org>
4512
4513 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4514 explicitly in a recursive Make, not implicitly through prerequisites,
4515 since the latter is wrong under parallel builds.
4516
453027ac
EZ
45172006-12-22 Eli Zaretskii <eliz@gnu.org>
4518
14d1edc0 4519 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
453027ac 4520
b9542c10
EZ
45212006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4522
4523 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4524 message string.
4525
c52bf8c3
EZ
45262006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
4527
4528 * outline.el (outline-next-visible-heading): Fix the case with a
4529 header at end-of-file with no final newline.
4530
f321348b
EZ
45312006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4532
4533 * indent.el (tab-always-indent): Doc fix.
4534
d7e39ca9
CY
45352006-12-22 Chong Yidong <cyd@stupidchicken.com>
4536
13a87fce
CY
4537 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4538 (Info-fontify-node): Do fontify indices.
4539
d7e39ca9
CY
4540 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4541 to the Emacs Lisp reference manual.
4542 (tutorial--tab-map): Remove. All callers changed.
4543 (tutorial--find-changed-keys): New elt QUIET, used to...
4544 (tutorial--display-changes): ...ensure that warning messages are
4545 only issued once per changed key.
4546 (tutorial--remove-remarks): Delete unused code-path.
4547 (lang-strings): Remove extraneous formatting.
ce9ff784 4548 (tutorial--save-tutorial): Prompt before saving tutorial state.
d7e39ca9 4549
397e270a
CY
45502006-12-21 Chong Yidong <cyd@stupidchicken.com>
4551
4552 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
4553 Replace '?\ ' by '?\s' throughout.
4554 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
4555 `help' custom group.
4556 (tutorial--key-description): New function.
4557 (tutorial--display-changes): Remove redundant arg. Scan for all
4558 key sequences to avoid false matches. Cleanup.
4559 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4560 reduce homedir pollution.
4561 (help-with-tutorial): Call tutorial--display-changes with no arg.
4562
5f1de5e9
CD
45632006-12-21 Carsten Dominik <dominik@science.uva.nl>
4564
4565 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4566
e1e17cae
MA
45672006-12-20 Michael Albinus <michael.albinus@gmx.de>
4568
83e20b5c
MA
4569 * net/tramp.el (tramp-default-method): We still need to check for
4570 `executable-find', because it is not bound under Emacs 20.
4571 (tramp-handle-file-name-completion)
e1e17cae
MA
4572 (tramp-completion-handle-file-name-completion): Handle optional
4573 parameter PREDICATE.
4574 (tramp-find-default-method): Add code for default values.
4575
39bd65af
NR
45762006-12-20 Nick Roberts <nickrob@snap.net.nz>
4577
4578 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4579 make gud-go send "continue".
4580
209ceeef
JB
45812006-12-19 Juanma Barranquero <lekktu@gmail.com>
4582
4583 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4584 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
4585
c5f6230a
KS
45862006-12-19 Kim F. Storm <storm@cua.dk>
4587
36ff6d6f
KS
4588 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4589 instead of global-map.
4590
c5f6230a
KS
4591 * files.el (magic-mode-alist): Allow matching file type by
4592 calling a function at bob. Check for image types by calling
4593 image-type-from-buffer. Suggested by Juanma Barranquero.
4594 (set-auto-mode): Do it.
4595
572b79d8
MA
45962006-12-19 Michael Albinus <michael.albinus@gmx.de>
4597
4598 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4599 Remove "ControlMaster" option from the other `scp*' methods.
14d1edc0 4600 (tramp-default-method): Check for ssh-agent before setting to `scp'.
572b79d8 4601
e84c15c1
CD
46022006-12-18 Carsten Dominik <dominik@science.uva.nl>
4603
4604 * textmodes/org.el (org-mode): Show context after isearch.
4605 (org-show-siblings): New function.
4606 (org-show-context): Use `org-show-siblings'.
4607
6bddffd0
SM
46082006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4611 Use syntax-ppss-toplevel-pos.
4612
8195676a
CD
46132006-12-18 Carsten Dominik <dominik@science.uva.nl>
4614
4615 * textmodes/org.el (org-current-line): Make sure that lines are
4616 counted from beginning of buffer.
4617 (org-table-copy-region, org-table-paste-rectangle): Make sure that
4618 lines are counted from beginning of buffer.
4619
1a0c46eb
CY
46202006-12-17 Chong Yidong <cyd@stupidchicken.com>
4621
3294bb68
CY
4622 * info.el (Info-build-node-completions): Signal error if tag-table
4623 marker is not found.
4624
1a0c46eb
CY
4625 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4626
bce4aeb4
AM
46272006-12-17 Alan Mackenzie <acm@muc.de>
4628
76f38b63
CY
4629 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4630 speed) the case when open-paren-in-column-0-is-defun-start is nil.
4631 Based on code by Martin Rudalics.
4632
6bddffd0 4633 * progmodes/cc-mode.el (c-basic-common-init): Don't set
bce4aeb4
AM
4634 open-paren-in-column-0-is-defun-start to nil any more.
4635
eb0455ab
RS
46362006-12-17 Richard Stallman <rms@gnu.org>
4637
303958a9
RS
4638 * simple.el (delete-horizontal-space): Use prefix arg.
4639
4640 * help-fns.el (describe-variable): Improve blank separator lines.
4641
eb0455ab
RS
4642 * files.el (magic-mode-alist): Mark as risky.
4643
4644 * files.el (make-backup-file-name-1):
4645 Expand backup-directory explicitly.
4646
210a7c2c
MA
46472006-12-17 Michael Albinus <michael.albinus@gmx.de>
4648
4649 * net/tramp.el (tramp-default-method): Before setting to "pscp",
4650 check whether package password.el is loaded, or Pageant is running.
4651
91e03a51
GM
46522006-12-17 Ulf Jasper <ulf.jasper@web.de>
4653
4654 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4655 (icalendar--rris): First try Emacs, then XEmacs.
6bddffd0
SM
4656 (icalendar--convert-ical-to-diary): Doc fix.
4657 Insert newline at end of target file.
91e03a51 4658
e18be861
KS
46592006-12-17 Kim F. Storm <storm@cua.dk>
4660
4661 * outline.el (outline-isearch-open-invisible-function): New defvar.
4662 (outline-flag-region): Use it if non-nil for isearch-open-invisible
4663 overlay property instead of outline-isearch-open-invisible.
4664
6e5af5e5
KS
46652006-12-16 Kim F. Storm <storm@cua.dk>
4666
4667 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4668 if ido-directory-too-big is set on entry.
d762e2f0
KS
4669 (ido-toggle-ignore, ido-completion-help): Print message while
4670 reading big directory.
6e5af5e5 4671
71af6fc4
RS
46722006-12-15 Richard Stallman <rms@gnu.org>
4673
4674 * shell.el (shell): Doc fix.
4675
7a3eb886 46762006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
75036d1c 4677
6e5af5e5 4678 * emulation/edt.el (edt-xserver):
75036d1c
EZ
4679 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4680 to fix a problem on Cygwin.
4681
4682 * emulation/edt.el
4683 * emulation/edt-mapper.el
4684 * emulation/edt-lk201.el
4685 * emulation/edt-pc.el
4686 * emulation/edt-vt100.el: Update maintainer's email address.
4687
d71826c4
EZ
46882006-12-15 Simon Marshall <simon@gnu.org>
4689
7a3eb886 4690 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
d71826c4 4691
e71b26ec
YM
46922006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4693
4694 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4695 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4696 instead of mac-atsu-font-table.
4697 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4698
b986d626 46992006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
0aaf5bb0 4700
b986d626
JB
4701 * align.el (align-match-tex-pattern): Fix a rare bug which
4702 hanged Emacs.
0aaf5bb0 4703
012884e2
RS
47042006-12-14 Richard Stallman <rms@gnu.org>
4705
4706 * startup.el (use-fancy-splash-screens-p): Use frame-height
4707 instead of window-height. Pass frame to image-size.
4708
218e7ce3
KH
47092006-12-13 Kenichi Handa <handa@m17n.org>
4710
b986d626
JB
4711 * international/mule-cmds.el (set-locale-environment):
4712 Set default-sendmail-coding-system too.
218e7ce3 4713
328f7b35
S
47142006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
4715
b986d626 4716 * progmodes/idlw-help.el: Fix copyright notice.
328f7b35 4717
0e6c966c
SM
47182006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4719
4720 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4721
53d45a17
JB
47222006-12-11 Juanma Barranquero <lekktu@gmail.com>
4723
4724 * subr.el (unread-command-char): Reformat obsolescence info.
4725
e869fa92
RS
47262006-12-11 Richard Stallman <rms@gnu.org>
4727
4728 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4729 about calls to cl-struct-setf-expander.
4730
a3f56d9c
JB
47312006-12-11 Juanma Barranquero <lekktu@gmail.com>
4732
4733 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4734 (ediff-combination-pattern): Fix typo in docstring.
4735
4736 * textmodes/refer.el (refer-find-entry): Doc fix.
4737 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4738 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4739 Fix tipos in docstrings.
4740
4741 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4742
df20dc2b
KS
47432006-12-10 Kim F. Storm <storm@cua.dk>
4744
4745 * ido.el (ido-init-completion-maps): Remap backward-kill-word
4746 instead of binding M-backspace.
4747
28e86dc4
JB
47482006-12-10 Juanma Barranquero <lekktu@gmail.com>
4749
87a931dc
MC
4750 * replace.el (replace-match-data, replace-match-maybe-edit):
4751 * calc/calc-aent.el (calc-eval-error):
4752 * emulation/vi.el (vi-char-argument):
28e86dc4
JB
4753 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4754 (c-vsemi-status-unknown-p-fn): Doc fixes.
4755
34acfe6f
CY
47562006-12-10 Chong Yidong <cyd@stupidchicken.com>
4757
4758 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4759 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
4760
5bc1b111
MY
47612006-12-10 Masatake YAMATO <jet@gyve.org>
4762
4763 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
28e86dc4 4764
ce7df393
CY
47652006-12-09 Chong Yidong <cyd@stupidchicken.com>
4766
b13f75a9
CY
4767 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
4768
4769 * man.el (Man-xref-button-action): New function. If the
4770 `Man-target-string' button property is a function, assume it
4771 accepts a position argument.
4772 (Man-abstract-xref-man-page): Use it.
4773 (Man-default-man-entry): New optional arg POS.
4774
ce7df393
CY
4775 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
4776 symlink arrows read-only and non-rear-sticky.
4777
25e0d375
CY
47782006-12-09 Martin Rudalics <rudalics@gmx.at>
4779
4780 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
86b8a072 4781 (wdired-search-and-rename): Simplify code.
25e0d375 4782 (wdired-preprocess-files, wdired-preprocess-perms): Make
86b8a072 4783 read-only property of preceding character rear-nonsticky to
1a408ced 4784 avoid that it can be modified. Put old-name and old-link
86b8a072
JB
4785 properties on character preceding name and replace
4786 put-text-property by add-text-properties.
4787 (wdired-get-filename, wdired-get-previous-link): Get old-name
4788 and old-link properties from character preceding name and
4789 simplify code.
25e0d375 4790 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
86b8a072
JB
4791 (wdired-perms-to-number): Make local-map property
4792 rear-nonsticky to avoid that text following permissions may be
4793 modified. Use add-text-properties instead of put-text-property
4794 when changing a permission bit.
25e0d375
CY
4795 (wdired-change-to-dired-mode): Remove stickiness properties.
4796
52624858
JB
47972006-12-09 Juanma Barranquero <lekktu@gmail.com>
4798
4799 * international/mule-cmds.el (register-input-method): Doc fix.
4800
cbf9640e
EZ
48012006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
4802
4803 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
4804
f248f005
EZ
48052006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4806
4807 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
4808 Force buffer local defs evaluation on local variables loading.
4809 (flyspell-mode-on, flyspell-mode-off): Use it in
4810 `hack-local-variables-hook'.
4811
d1dcf3e7
EZ
48122006-12-09 Eli Zaretskii <eliz@gnu.org>
4813
ebfb5ed9
EZ
4814 * emacs-lisp/find-func.el (find-variable): Doc fix.
4815
4816 * help-fns.el (variable-at-point): Doc fix.
4817
d1dcf3e7
EZ
4818 * w32-fns.el (w32-append-code-lines): New function.
4819
5641e7a9
RF
48202006-12-09 Romain Francoise <romain@orebokech.com>
4821
4822 * comint.el (comint-insert-input): Delete obsolete comment.
5641e7a9 4823
addc252e
SM
48242006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
4827 current frame, in case we're connected to several displays.
4828
c2c93894
JB
48292006-12-08 Juanma Barranquero <lekktu@gmail.com>
4830
4831 * frame.el (other-frame): Doc fix.
4832 (set-frame-parameter): Fix typo in docstring.
4833
48b33882
KS
48342006-12-07 Kim F. Storm <storm@cua.dk>
4835
4836 * info.el (Info-index): Strip leading colon from topic.
4837
c8deb8bc
NR
48382006-12-07 Nick Roberts <nickrob@snap.net.nz>
4839
4840 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
4841 to pointers.
4842
58c8f915
S
48432006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
4844
4845 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4846 Trim out spurious class inheritance "None" entries.
4847
14b1e135
KS
48482006-12-05 Kim F. Storm <storm@cua.dk>
4849
4850 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
addc252e
SM
4851 (cua-paste-pop): Rework last change for
4852 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4853 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4854 text inserted by the last M-y command.
14b1e135 4855
dd4b03cd
JB
48562006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4857
4858 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4859 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4860
4861 * shell.el (shell): Search the start file in ~/.emacs.d as
4862 `init_SHELLNAME.sh' instead.
4863
da9109f7
GM
48642006-12-05 Glenn Morris <rgm@gnu.org>
4865
4866 * progmodes/cperl-mode.el (cperl-mode)
4867 * progmodes/f90.el (f90-mode-abbrev-table)
4868 * progmodes/fortran.el (fortran-mode-abbrev-table)
4869 * progmodes/octave-mod.el (octave-abbrev-table)
4870 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
addc252e 4871 if abbrev-table is non-nil (saved user abbrevs may have been restored).
da9109f7
GM
4872
4873 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
4874 clear abbrev table, else saved abbrevs will not be restored.
4875
f9708e3c
JB
48762006-12-04 Juanma Barranquero <lekktu@gmail.com>
4877
4878 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
4879 the call to `make-obsolete-variable', not in the docstring.
4880
f48658df
CY
48812006-12-04 Chong Yidong <cyd@stupidchicken.com>
4882
f9708e3c 4883 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
f48658df 4884
758e48a0
VJL
48852006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4886
4887 * progmodes/ebnf-abn.el:
4888 * progmodes/ebnf-bnf.el:
4889 * progmodes/ebnf-dtd.el:
4890 * progmodes/ebnf-ebx.el:
4891 * progmodes/ebnf-iso.el:
4892 * progmodes/ebnf-otz.el:
4893 * progmodes/ebnf-yac.el:
4894 * progmodes/ebnf2ps.el:
4895 * delim-col.el:
4896 * printing.el:
4897 * ps-bdf.el:
4898 * ps-mule.el:
4899 * ps-print.el: Remove 'Time-stamp' comment mark.
4900
36222e78
VJL
4901 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4902 'easy-menu-add-item' when called in Emacs 21 or higher.
4903
2c9cf57e
JB
49042006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
4905
4906 * progmodes/ada-xref.el (ada-check-current): Doc fix.
4907 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
4908
9d8b24a2
KS
49092006-12-04 Kim F. Storm <storm@cua.dk>
4910
4911 * bindings.el (global-map): Bind [signal t] to ignore, to have
4912 user signals ignored by default.
4913
def7167b
JB
49142006-12-04 Juanma Barranquero <lekktu@gmail.com>
4915
4916 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
4917 Unicode data file pointed to by `describe-char-unicodedata-file'.
4918
9bbceb74
SM
49192006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
4922 O(n^2) regexp-search by anchoring the search.
4923
2b058c72
DN
49242006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
4925
4926 * whitespace.el (whitespace-cleanup-internal): Use current
4927 argument for recursive call.
4928
57176422
MA
49292006-12-04 Michael Albinus <michael.albinus@gmx.de>
4930
4931 * net/tramp.el (tramp-methods): Add "ControlPath" and
4932 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
4933 Andreas Schwab <schwab@suse.de>.
4934 (tramp-do-copy-or-rename-file-out-of-band)
4935 (tramp-open-connection-rsh): Compute format spec for ?t.
4936 (tramp-process-actions): Trace command parameters.
4937
d2e126dc
NR
49382006-12-04 Nick Roberts <nickrob@snap.net.nz>
4939
6dadbf89
NR
4940 * simple.el (toggle-truncate-lines): Clarify doc string.
4941
d2e126dc
NR
4942 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
4943 (gdb-speedbar-expand-node): Use it.
4944
a8d5f40f
RS
49452006-12-04 Richard Stallman <rms@gnu.org>
4946
4947 * progmodes/python.el (python-indent): Add safe-local-variable prop.
4948
4949 * dired.el (dired-revert): Turn off dired-after-readin-hook
4950 around call to dired-readin.
4951
4952 * menu-bar.el (menu-bar-make-toggle): Add "globally"
4953 to echo area messages.
4954 <indicate-empty-lines, case-fold-search>:
4955 Add "globally" to Help string.
4956 <case-fold-search>: MESSAGE arg need not say "globally".
9bbceb74 4957 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
a8d5f40f
RS
4958
49592006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
4960
4961 * outline.el (outline-end-of-subtree): Don't leave an empty
4962 line hidden as we would a real next heading.
4963
f9f46d8d
KS
49642006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
4965
4966 * allout.el (allout-ascend): Add an optional argument to preserve
4967 original position of point when unsuccessful. Also, fix a
4968 docstring error.
4969 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
4970 work again, using allout-ascend's new option.
9bbceb74 4971 (allout-setup-mode-map): Extract from allout-mode to initialize
f9f46d8d
KS
4972 allout-mode-map. Call it on file load, so the mode docstring
4973 substitutions work even if allout mode has not yet been invoked.
4974 (allout-mode): Use new allout-setup-mode-map to track any keybinding
1a408ced 4975 customizations since the map was last processed. Also, refine the
f9f46d8d
KS
4976 docstring so it's ship-shape for release.
4977 (allout-default-layout, allout-beginning-of-line-cycles)
4978 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
4979 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
4980 (allout-version, allout-layout, allout-infer-body-reindent)
4981 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
4982 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
4983 (allout-previous-heading, allout-goto-prefix-doublechecked)
4984 (allout-current-bullet-pos, allout-next-sibling-leap)
4985 (allout-pre-command-business, allout-encrypted-type-prefix)
4986 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
4987 (allout-rebullet-topic, allout-rebullet-topic-grunt)
4988 (allout-flag-region, allout-expose-topic, allout-expose-topic)
4989 (allout-old-expose-topic, allout-listify-exposed)
4990 (allout-process-exposed, allout-latex-verb-quote)
4991 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
4992 (allout-toggle-current-subtree-encryption)
4993 (allout-toggle-subtree-encryption, allout-bullet-isearch):
4994 Remove extraneous open-paren and close paren string escapes.
4995
7977c946
JB
49962006-12-03 Juanma Barranquero <lekktu@gmail.com>
4997
4998 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
4999 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5000 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5001 Fix typos in docstrings.
5002
23382015
GM
50032006-12-03 Glenn Morris <rgm@gnu.org>
5004
5005 * progmodes/cc-align.el
5006 * progmodes/cc-awk.el
5007 * progmodes/cc-cmds.el
5008 * progmodes/cc-compat.el
5009 * progmodes/cc-defs.el
5010 * progmodes/cc-engine.el
5011 * progmodes/cc-langs.el
5012 * progmodes/cc-menus.el
5013 * progmodes/cc-mode.el
5014 * progmodes/cc-styles.el
5015 * progmodes/cc-vars.el
5016 * progmodes/vhdl-mode.el: Fix Copyright format.
5017
8a6137df
CY
50182006-12-02 Chong Yidong <cyd@stupidchicken.com>
5019
5020 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5021 initial down event.
5022
85e3d48f
KS
50232006-12-02 Kim F. Storm <storm@cua.dk>
5024
5025 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5026 (cua-repeat-replace-region): Make M-v more robust.
5027 (cua-paste-pop-rotate-temporarily): New defcustom.
5028 (cua-paste-pop): Use it.
5029 (cua-auto-mark-last-change): New defcustom.
5030 (cua-pop-to-last-change): New helper function.
5031 (cua-set-mark): Use them.
5032
ba3a449e
NR
50332006-12-01 Nick Roberts <nickrob@snap.net.nz>
5034
493ded4f 5035 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
ba3a449e
NR
5036 mini-buffer message.
5037
2acb13b1
JB
50382006-12-01 Juanma Barranquero <lekktu@gmail.com>
5039
5040 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5041
d166d7c4 50422006-12-01 Ben North <ben@redfrontdoor.org>
4abc74e8 5043
f9914209 5044 * paren.el: Fix the highlight overlay extension when the user types a
77ea34ce 5045 sequence of char very fast just before the open parenthesis.
d166d7c4
VJL
5046
50472006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
f9914209 5048
4abc74e8
VJL
5049 * ps-mule.el: Eliminate Emacs 20 compatibility.
5050
2acb13b1 5051 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
d4757043 5052 (ps-print-version): New version 6.7.
4abc74e8
VJL
5053 (ps-print-quote): Replace '?\ ' by '?\s'.
5054
310afa17
JB
50552006-11-30 Juanma Barranquero <lekktu@gmail.com>
5056
5057 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5058 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5059 (hexl-end-of-1k-page): Doc fixes.
5060 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5061 Fix typos in docstrings.
5062
939cb3e8
KS
50632006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5064
310afa17 5065 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
939cb3e8
KS
5066 locally, i.e. without using file name handlers.
5067 (ido-read-internal): Allow mono letter host names, avoiding the
5068 `c:' problem by testing if the file exists locally.
5069 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5070
3fc29559
MY
50712006-11-30 Masatake YAMATO <jet@gyve.org>
5072
5073 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5074 to avoid bytecomp warnings.
5075 (hexl-mode-old-ruler-function): New variable.
5076 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5077 and `hl-line-range-function' after `require' hl-line.
5078 Then bind `hl-line-range-function' and `hl-line-face'.
1b7ef4aa
JB
5079 Don't require frame. Don't use `with-no-warnings'.
5080 (hexl-activate-ruler): Store the original value of
3fc29559 5081 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
1b7ef4aa 5082 (hexl-mode-exit): Restore the original value of
3fc29559
MY
5083 `ruler-mode-ruler-function'.
5084
1b7ef4aa 50852006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6ac2ae62 5086
1b7ef4aa
JB
5087 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5088 (hexl-mode-old-hl-line-face): New variable.
6ac2ae62
MY
5089 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5090 line when exit from the hexl-mode.
5091
33fac697
JB
50922006-11-30 Juanma Barranquero <lekktu@gmail.com>
5093
1b7ef4aa
JB
5094 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5095 Doc fixes.
5096
33fac697
JB
5097 * international/fontset.el (create-fontset-from-ascii-font)
5098 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5099 (fontset-name-p): Fix typo in docstring.
5100
5101 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5102
8a3ee455 51032006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
07239461 5104
2acb13b1 5105 * ps-bdf.el: Fix maintainer email.
07239461 5106
2acb13b1 5107 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
07239461
VJL
5108 compatibility.
5109
2acb13b1 5110 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
07239461
VJL
5111 21 compatibility.
5112 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5113 Emacs 20 & 21.
5114
e141c335
S
51152006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
5116
9bbceb74
SM
5117 * progmodes/idlwave.el (idlwave-auto-fill):
5118 Remove paragraph-start let to prevent auto-fill giving up.
e141c335 5119
9fa04a08
JB
51202006-11-28 Juanma Barranquero <lekktu@gmail.com>
5121
5122 * vt100-led.el (led-state): Fix typo in previous change.
5123
3b46a8f7
CY
51242006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5125
9bbceb74
SM
5126 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5127 Fix interactive spec of the functions getting defined to make them
3b46a8f7
CY
5128 work as documented.
5129
0c3e8c6c
CY
51302006-11-28 Chong Yidong <cyd@stupidchicken.com>
5131
5132 * startup.el (fancy-splash-screens): Hide initial splash buffer.
5133
c09908a3
KS
51342006-11-28 Kim F. Storm <storm@cua.dk>
5135
5136 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5137 icomplete-mode is enabled.
5138
a1afc260
CD
51392006-11-28 Carsten Dominik <dominik@science.uva.nl>
5140
5141 * textmodes/org.el (require): Require gnus-sum during compilation
5142 to avoid problem with a macro call.
5143
bf897a90
GM
51442006-11-28 Glenn Morris <rgm@gnu.org>
5145
5146 * emacs-lisp/authors.el (authors-aliases): Add new alias.
5147
5148 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5149 (fortran-window-create-momentarily): Do not need string-to-char.
5150
7bc297d7
RS
51512006-11-28 Richard Stallman <rms@gnu.org>
5152
5153 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5154 Replace incorrect use of assoc-default with a loop.
5155
5156 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5157
5158 * simple.el (next-error-find-buffer): Improve messages.
5159
5160 * files.el (revert-buffer): Special error message if file
5161 is now not readable.
5162
5163 * facemenu.el (facemenu-add-new-face): Improve doc strings of
5164 constructed commands.
5165
5166 * comint.el (comint-exec-1): Provide Emacs version and `comint'
5167 in INSIDE_EMACS.
5168
ff348fba
SM
51692006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5170
fe39af99
SM
5171 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5172
ff348fba
SM
5173 * server.el: Remove spurious * in docstrings.
5174 (server-process-filter): Exit from recursive editing before processing
5175 a new request.
5176
c8aab130
S
51772006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
5178
5179 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5180 line so hidden blocks will be correctly identified.
5181
8d4bf0e5
JB
51822006-11-27 Juanma Barranquero <lekktu@gmail.com>
5183
b8f11c58
JB
5184 * ledit.el (ledit-save-defun, ledit-mode):
5185 * resume.el (resume-emacs-args-buffer):
5186 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5187 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5188 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5189 (command-send-input, command-kill-line):
5190 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5191
5192 * autoarg.el (autoarg-kp-mode): Doc fix.
5193
5194 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
5195 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
5196 (check-emacs-lock): Doc fix. Simplify.
5197
5198 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5199 (iimage-mode-buffer): Fix typos in docstring.
5200
5201 * misc.el (zap-up-to-char): Doc fix.
5202
8d4bf0e5
JB
5203 * time-stamp.el: Fix comment and obsolescence string for old
5204 functions. Use `dolist' instead of `while'.
5205
b8f11c58
JB
5206 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5207
8d4bf0e5
JB
5208 * disp-table.el (standard-display-8bit, standard-display-default):
5209 * ebuff-menu.el (electric-buffer-list):
5210 * ehelp.el (electric-help-command-loop):
5211 * font-core.el (font-lock-mode):
5212 * help-macro.el (make-help-screen):
5213 * help.el (describe-minor-mode-completion-table-for-indicator)
5214 (lookup-minor-mode-from-indicator):
5215 * indent.el (tab-to-tab-stop, move-to-tab-stop):
5216 * info-look.el (info-lookup-guess-custom-symbol):
5217 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5218 * longlines.el (longlines-wrap-line):
5219 * macros.el (insert-kbd-macro):
5220 * menu-bar.el (menu-bar-update-buffers):
5221 * misc.el (copy-from-above-command):
5222 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5223 * newcomment.el (comment-indent):
5224 * novice.el (disabled-command-function):
5225 * sort.el (sort-fields-syntax-table):
5226 * subr.el (momentary-string-display):
5227 * tar-mode.el (tar-header-block-summarize)
5228 (tar-clear-modification-flags):
5229 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5230 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5231 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5232 (te-delete-char, te-down-vertically-or-scroll):
5233 * time-stamp.el (time-stamp-string-preprocess):
5234 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5235
0a43e427
NR
52362006-11-26 Nick Roberts <nickrob@snap.net.nz>
5237
5238 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5239 in GUD mode.
5240
5241 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5242 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5243
ba1f3817
JD
52442006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5245
5246 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5247
1babb7ea
JB
52482006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
5249
5250 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5251 (ada-compile-goto-error): Adapt to new argument profile of
5252 compilation-goto-locus in Emacs 22. Don't check if the various
5253 compile functions are defined; we already do "(require 'compile)".
5254
2409ce7f
KS
52552006-11-26 Kim F. Storm <storm@cua.dk>
5256
5257 * kmacro.el: Fix commentary.
5258
bedb71f6
NR
52592006-11-26 Nick Roberts <nickrob@snap.net.nz>
5260
5261 * progmodes/gud.el (gdb): Explain how to run in text command mode
5262 more clearly. Say in error message that multiple debugging
5263 requires restarting GDB.
5264
2ebdd2d8
JB
52652006-11-25 Juanma Barranquero <lekktu@gmail.com>
5266
5267 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5268
1d9a4930
EZ
52692006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
5270
2ebdd2d8 5271 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1d9a4930
EZ
5272 (flymake-popup-menu): Use it instead of posn-at-point.
5273
d86b05e7
JD
52742006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5275
ff348fba
SM
5276 * progmodes/cc-vars.el (c-backslash-column):
5277 Mention c-backslash-max-column in documentation for c-backslash-column.
d86b05e7 5278
6b2633cc 52792006-11-24 Lars Hansen <larsh@soem.dk>
365bba5e 5280
6b2633cc
LH
5281 * net/tramp.el (tramp-default-method): Under Windows, change from
5282 plink to pscp.
5283 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
365bba5e
KS
5284 (tramp-actions-copy-out-of-band):
5285 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6b2633cc
LH
5286 (tramp-action-out-of-band): Move "Permission denied" handling to
5287 tramp-action-copy-failed.
5288 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5289 process buffer.
5290
053f45dd
SM
52912006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5292
3559aa8b
SM
5293 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5294 strings to a single string. Quote `errors-file-name'.
5295 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5296 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5297 Adjust calls. Use `shell-quote-argument'.
5298
053f45dd
SM
5299 * international/mule.el (load-with-code-conversion)
5300 (with-category-table): Use with-current-buffer.
5301 (after-insert-file-set-coding): Use restore-buffer-modified-p.
5302
362e23e1
EZ
53032006-11-24 Eli Zaretskii <eliz@gnu.org>
5304
053f45dd
SM
5305 * mail/smtpmail.el (smtpmail-send-it):
5306 Copy buffer-file-coding-system from the mail buffer. Possibly add a
5307 MIME header for the message encoding.
5308 Bind coding-system-for-write around the call to mail-do-fcc.
5309 Use smtpmail-code-conv-from to encode queued mail messages.
362e23e1 5310
550831ed
JB
53112006-11-24 Juanma Barranquero <lekktu@gmail.com>
5312
96215ace
JB
5313 * tabify.el (tabify-regexp): Doc fix.
5314
550831ed
JB
5315 * net/rcirc.el (rcirc-buffer-maximum-lines):
5316 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5317
5318 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5319 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5320 Fix typos in output messages.
5321 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5322
312d24fb
SM
53232006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5326 the horse's mouth.
5327 (hexlify-buffer): Don't re-encode an arg that's already encoded.
5328
31e71026 53292006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
5978ab2c 5330
312d24fb
SM
5331 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5332 Remove condition-case.
5978ab2c 5333
eb2fa81f
GM
53342006-11-23 Glenn Morris <rgm@gnu.org>
5335
5336 * progmodes/f90.el (f90-comment-indent): Do not move point in
5337 default case.
5338
fef1f0f2
RF
53392006-11-21 Romain Francoise <romain@orebokech.com>
5340
5341 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5342 from library name (reverts change of 2005-10-25).
5343
5e08fcba
CY
53442006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
5345
5346 * tutorial.el (tutorial--default-keys): Add newline and
5347 delete-backward-char bindings.
5348 (tutorial--detailed-help): Save excursion when finding keys.
5349 Correct warning string for M-x FOO case.
5350 (tutorial--display-changes): Print special keys in tutorial style.
5351 Tweak search regexp for changed keys.
5352
a98d0b8e 53532006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4f5d4668 5354
5978ab2c 5355 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4f5d4668
RS
5356 redundant scheme.
5357
a98d0b8e 53582006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4f5d4668 5359
312d24fb 5360 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4f5d4668
RS
5361 are new to the list at IANA. Also added irc, mms, mmsh.
5362
1ada3be2
S
53632006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
5364
312d24fb
SM
5365 * progmodes/idlw-help.el (idlwave-html-help-location):
5366 Fail gracefully for missing help packages.
1ada3be2
S
5367 (idlwave-help-assistant-open-link): Open full links.
5368 (idlwave-help-assistant-help-with-topic): Direct help link.
5369
312d24fb
SM
5370 * progmodes/idlwave.el (idlwave-mode):
5371 Set add-log-current-defun-function.
5372 (idlwave-current-routine-fullname): Add, to support add-log.
1ada3be2
S
5373 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5374 to reflect improvements to xml-parse-file.
5375 (idlwave-mode-menu-def): New binding for help-with-topic.
5376
5377 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5378 Handle extra newlines and spaces.
5379 (idlwave-shell-mode-map): Add help-with-topic.
5380
6f82bad7
CY
53812006-11-20 Chong Yidong <cyd@stupidchicken.com>
5382
5383 * tutorial.el (tutorial-warning-face): New face.
5384 (tutorial--detailed-help, tutorial--display-changes): Use it.
5385 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5386 Improve search pattern for occurrences of changed keys.
5387
8eee8101
JD
53882006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5389
5390 * term/x-win.el (x-last-cut-buffer-coding): New variable.
5391 (x-select-text): Set it.
5392 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5393 when checking for newness.
5394
784c9f3c
JB
53952006-11-19 Juanma Barranquero <lekktu@gmail.com>
5396
d57727c9
JB
5397 * subr.el (posn-image):
5398 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5399
784c9f3c
JB
5400 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5401
4fc9bd56 54022006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
014d32b1
JB
5403
5404 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5405 Exceptions to the rule "add a space between an identifier and an
5406 opening parenthesis". Defaulted to the `#define' problem of cpp.
5978ab2c 5407 (glasses-parenthesis-exception-p): New. Check if the region is an
014d32b1
JB
5408 exception regarding to that.
5409 (glasses-make-readable): Use it.
5978ab2c 5410 (glasses-convert-to-unreadable): Ditto. Modify the file also if
014d32b1
JB
5411 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5412
b733eeef
CY
54132006-11-19 Chong Yidong <cyd@stupidchicken.com>
5414
5415 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5416
029248ee
JB
54172006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
5418
5419 * progmodes/ada-mode.el (ada-make-body): Fix typo.
5420
5421 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5422 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
5423
fdf8f29f
CY
54242006-11-18 Chong Yidong <cyd@stupidchicken.com>
5425
f80832bc
CY
5426 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5427 conditions for function or variable bindings.
5428
fdf8f29f
CY
5429 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5430
5431 * progmodes/compile.el (compilation-start): Ditto.
5432
d8d555f2
MA
54332006-11-18 Michael Albinus <michael.albinus@gmx.de>
5434
5435 * net/tramp.el (top): cl and custom are always required.
5436
ccf17b26
JD
54372006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5438
5439 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5440 cut-buffers with next-selection-coding-system if not nil.
5441
1063e165
CD
54422006-11-17 Carsten Dominik <dominik@science.uva.nl>
5443
5444 * textmodes/org.el (org-fix-decoded-time): New function.
5445 (org-display-custom-time): Use `org-fix-decoded-time'.
5446
5fc0d934
CY
54472006-11-17 Chong Yidong <cyd@stupidchicken.com>
5448
5449 * menu-bar.el (menu-bar-games-menu): Remove yow.
5450
119ee84f
CD
54512006-11-17 Carsten Dominik <dominik@science.uva.nl>
5452
5453 * textmodes/org.el (org-scan-tags): Re-align code fixed.
312d24fb 5454 (org-detach-overlay): Rename from `org-detatch-overlay'.
119ee84f
CD
5455 (org-table-convert-region): Insert space after column separator.
5456 (org-agenda-kill): New command.
5457 (org-metaleft): Call `org-outdent-item' on bullets.
5458 (org-metaright): Call `org-indent-item' on bullets.
5459 (org-timestamp-change): Set `org-last-changed-timestamp'.
5460 (org-current-line): Make sure (bolp) returns correct result.
5461 (org-agenda-change-all-lines): Make sure TODO are highlighted.
5462
3c5471b8
SM
54632006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5466
c940b9e5
CY
54672006-11-16 Chong Yidong <cyd@stupidchicken.com>
5468
5469 * mouse.el (global-map): Change 2006-08-16 fix to call
5470 mouse-yank-at-click explicitly, since mouse events are not carried
5471 over into keyboard macros.
5472
9923717e
KS
54732006-11-16 Kim F. Storm <storm@cua.dk>
5474
5978ab2c 5475 * ido.el (ido-file-internal): Use current buffer's file name as default
9923717e
KS
5476 choice for ido-find-alternate-file. Suggested by Matt Hodges.
5477
54782006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
30fa2159
CY
5479
5480 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5481 (allout-inhibit-aberrance-doublecheck): Rename from
5482 allout-during-yank-processing. All callers changed.
5483 (allout-ascend): Provide for unusual case where some topic after
5484 the first in file is at lower depth than the first.
5485 (allout-shift-in): Ensure the offspring of the new containing
5486 topic are exposed.
5487 (allout-encrypt-string): Preserve the coding-system of the text,
5488 according to that of the containing buffer.
5489 (allout-toggle-subtree-encryption): When the text being encrypted
5490 requires a different coding system, offer to preserve the coding
5491 system using a file local var.
5492
bf5546ac
CY
54932006-11-15 Simon Marshall <simon@gnu.org>
5494
eb1b7f89
CY
5495 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5496 to recognise "T t()" as a function declaration, rather than a
5497 variable instantiation, iff at the top-level or inside a class
bf5546ac
CY
5498 declaration. Suggested by Feng Li <fengli@gmail.com>.
5499
7809b182
JB
55002006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5501
5502 * progmodes/ada-xref.el (ada-parse-prj-file):
5503 Don't delete project buffer; user may want to edit it.
5504 (ada-xref-set-project-field, ada-xref-current-project-file)
5505 (ada-xref-current-project, ada-show-current-project)
5506 (ada-set-main-compile-application): New functions.
5507 (ada-xref-get-project-field, ada-require-project-file):
5508 Normalize use of ada-prj-default-project-file.
5509 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5510 Normalize use of ada-require-project-file.
5511 (ada-prj-find-prj-file): Improve doc string, comments.
5512
5513 * progmodes/ada-mode.el (ada-mode-version): Bump version.
5514 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5515 (ada-create-menu): Add ada-set-main-compile-application,
5516 ada-show-current-main, ada-show-current-project.
5517
71884b8d
SM
55182006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5521 (inferior-python-mode): Use it.
5522
5efe831f
AS
55232006-11-14 Andreas Schwab <schwab@suse.de>
5524
5525 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5526
7e9c3923
KS
55272006-11-13 Kim F. Storm <storm@cua.dk>
5528
5529 * ido.el (ido-copy-current-word): C-o copies region if active.
5530
20882f4a
CD
55312006-11-13 Carsten Dominik <dominik@science.uva.nl>
5532
5533 * textmodes/org.el (org-emph-face): Fix typo in variable name.
5534
1bbea9fc
JB
55352006-11-13 Juanma Barranquero <lekktu@gmail.com>
5536
5537 * ediff.el (ediff-revision):
5538 * files.el (set-visited-file-name):
5539 * mail/rmailout.el (rmail-output-body-to-file):
5540 Use `format', not `message', in `y-or-n-p' call.
5541
1585c4a6
CD
55422006-11-13 Carsten Dominik <dominik@science.uva.nl>
5543
1bbea9fc 5544 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1585c4a6
CD
5545 (org-metaright): Call `org-indent-item' on bullets.
5546 (org-timestamp-change): Set `org-last-changed-timestamp'.
5547 (org-current-line): Make sure (bolp) returns correct result.
1bbea9fc 5548 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1585c4a6 5549
2b8ecab8
RS
55502006-11-12 Richard Stallman <rms@gnu.org>
5551
5552 * language/european.el (turkish-case-conversion-enable)
5553 (turkish-case-conversion-disable): New functions.
5554 ("Turkish" lang env): Use them.
5555
5556 * international/characters.el (case table):
5557 Do nothing special for i and I.
5558
5559 * subr.el (remove-overlays): Fix last change.
5560
5561 * cus-edit.el (custom-save-all): Use find-file-visit-truename
5562 for visiting the custom file.
5563
32aa3a8c
CY
55642006-11-12 Markus Triska <triska@gmx.at>
5565
5566 * play/handwrite.el (handwrite): Also process lines not ending
5567 with newline. Replace some position-fiddling with different
5568 logic. Improve performance.
5569
1d424b58
JB
55702006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
5571
5572 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5573 replacing deleted variable `ada-check-switch'.
5574 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5575 (ada-xref-project-files): Improve doc string.
5576 (ada-find-executable): New function.
5577 (ada-initialize-runtime-library): Use `ada-find-executable'.
5578 (ada-xref-set-default-prj-values): In compile commands, don't need
5579 `ada-cd-command'; `compile' does that more portably.
5580 Use ada-prj-default-check-cmd.
5581 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5582 properties if not specified in project file.
5583 (ada-goto-declaration): Display useful message for new error
5584 'error-file-not-found.
5585 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5586 'error-file-not-found.
5587 (ada-get-all-references): Match latest ali syntax. Signal new
5588 error 'error-file-not-found.
5589 (ada-find-in-ali): Match latest ali syntax.
5590 (ada-make-filename-from-adaname): Handle different semantics of
5591 gnatkr in GNAT 3.15p vs later.
5592
5593 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5594 ada-procedure-start-regexp.
5595 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5596
5597 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5598 with defvar.
5599 (ada-language-version): Rename ada05 -> ada2005.
5600 (ada-align-region-separate): Add `eval-when-compile'.
5601 (ada-name-regexp): Remove unneeded escapes in regexp character
5602 alternative.
5603 (ada-compile-goto-error-file-linenr-re): New constant.
5604 (ada-matching-start-re): Handle additional cases `declare',
5605 `procedure', `function'.
5606 (ada-compile-goto-error): Handle "... at line nn".
5607 (ada-mode): Clearer syntax, comments for ff-special-constructs.
5608 Delete support for old versions of `align'.
5609 (ada-search-prev-end-stmt): Handle additional keyword `private'.
5610 (ada-check-defun-name): Simplify handling of `declare'.
312d24fb
SM
5611 (ada-goto-matching-start): Handle nested `begin ... end'.
5612 Handle `declare', `protected', `procedure', `function'.
1d424b58
JB
5613 (ada-create-menu): Presence of arm95 is not conditional on using
5614 GNAT compiler.
5615
947129a2
JB
56162006-11-12 Juanma Barranquero <lekktu@gmail.com>
5617
5618 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5619 nil in the *RE-Builder* buffer (it causes spurious error messages).
5620
5621 * server.el (server-visit-files): If `minibuffer-auto-raise' has
5622 been set to t, respect it.
5623
dc786b8a
JB
56242006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
5625
5626 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5627 Delete commented out code for old Emacs versions. Autoloading of
5628 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5629 (ada-mode-version): Bump version number.
5630 (ada-95-string-keywords, ada-2005-string-keywords)
5631 (ada-2005-keywords, ada-name-regexp): New constant.
5632 (ada-language-version, ada-procedure-start-regexp, ada-mode)
5633 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5634 (ada-package-start-regexp): Support private packages, include package
5635 name (for ada-set-point-accordingly).
5636 (ada-next-procedure, ada-previous-procedure)
5637 (ada-which-function-are-we-in): Match changes to
5638 ada-procedure-start-regexp.
5639 (ada-make-body): Make non-interactive; not a user function.
5640 (ada-make-subprogram-body): Improve doc string.
5641
28a62ecb
RF
56422006-11-11 Romain Francoise <romain@orebokech.com>
5643
5644 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5645 `compilation-error-regexp-alist' buffer-local, since we changed
5646 `compilation-error-regexp-alist-alist' locally.
5647
174db3d3
JB
56482006-11-11 Juanma Barranquero <lekktu@gmail.com>
5649
5650 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5651 to the value of `server-raise-frame'.
5652
64948f0f
GM
56532006-11-11 Glenn Morris <rgm@gnu.org>
5654
5655 * ido.el (ido-enable-prefix)
5656 * ses.el (ses-call-printer-return)
5657 * net/tramp.el (tramp-unified-filenames)
5658 * progmodes/cc-align.el (c-lineup-string-cont)
5659 * progmodes/compile.el (compilation-directory-matcher)
5660 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5661 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5662 (vhdl-clock-rising-edge)
5663 * textmodes/org.el (org-export-with-timestamps)
5664 (org-export-remove-timestamps-from-toc)
5665 (org-export-with-tags): Improve previous doc fixes.
5666
89be8f4e
RS
56672006-11-11 Richard Stallman <rms@gnu.org>
5668
5669 * textmodes/flyspell.el (flyspell-mode-map):
5670 Bind C-c $ instead of M-RET.
5671
719106a3
CY
56722006-11-10 Simon Marshall <simon@gnu.org>
5673
5674 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5675 fontification for "case" and "default" keywords.
5676
bf4c75a4
AS
56772006-11-10 Andreas Schwab <schwab@suse.de>
5678
174db3d3
JB
5679 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5680 Avoid starting sentence with "nil".
bf4c75a4 5681
0cf79a3b
JB
56822006-11-10 Juanma Barranquero <lekktu@gmail.com>
5683
5684 * server.el (server-raise-frame): New option.
5685 (server-switch-buffer): Use it.
5686
5938a663
NR
56872006-11-10 Nick Roberts <nickrob@snap.net.nz>
5688
5689 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5690 with a capital.
5691
d226567a
CD
56922006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5693
3898854f 5694 * textmodes/org.el (org-show-hierarchy-above)
312d24fb 5695 (org-show-following-heading): Fix typo in default value.
3898854f 5696 (org-scan-tags): Make the search case-sensitive.
1585c4a6
CD
5697 (org-tags-sparse-tree): Don't overrule
5698 `org-show-following-heading' and `org-show-hierarchy-above'.
d226567a 5699 (org-reveal): New command.
312d24fb 5700 (org-show-context): Rename from `org-show-hierarchy-above'.
d226567a 5701 (org-fast-tag-selection-single-key): New option.
312d24fb 5702 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
d226567a
CD
5703 (org-tags-overlay): New variable.
5704 (org-agenda-todo-ignore-deadlines): New option.
3898854f
CD
5705 ("session"): Add circular data structure `org-mark-ring' to
5706 exceptions list in session.el.
d226567a
CD
5707 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5708 New options.
5709 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
312d24fb
SM
5710 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5711 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
d226567a
CD
5712 (org-finalize-agenda): Activate bracket links in agenda.
5713 (org-at-timestamp-p, org-at-date-range-p): Additional argument
5714 INACTIVE-OK.
312d24fb
SM
5715 (org-show-hierarchy-above, org-show-following-heading):
5716 List values allowed for fine-tuned configuration.
3898854f
CD
5717 (org-show-hierarchy-above): New argument CONTEXT, use the
5718 fine-tuned settings in `org-show-hierarchy-above' and
5719 `org-show-following-heading'.
d226567a 5720 (org-display-custom-time): New function.
312d24fb 5721 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
d226567a
CD
5722 (org-display-custom-times, org-time-stamp-custom-formats):
5723 (org-maybe-intangible): New macro.
312d24fb
SM
5724 (org-activate-bracket-links, org-hide-wide-columns):
5725 Use `org-maybe-intangible'.
d226567a
CD
5726 (org-open-file): Use `shell-quote-argument'.
5727 (org-display-internal-link-with-indirect-buffer): New option.
5728 (org-file-remote-p): Get regexp from list.
5729 (org-link-expand-abbrev): New function.
5730 (org-link-abbrev-alist): New option.
312d24fb
SM
5731 (org-open-at-point, org-cleaned-string-for-export):
5732 Call `org-link-expand-abbrev'.
d226567a
CD
5733 (org-timeline, org-agenda-list, org-todo-list)
5734 (org-tags-view): Remove the KEEP-MODES argument.
5735 (org-finalize-agenda-hook): New hook.
5736 (org-get-alist-option): New function.
5737 (org-follow-timestamp-link): New function.
5738 (org-open-at-point): Call `org-follow-timestamp-link'.
5739 (org-log-note-marker, org-log-note-purpose)
5740 (org-log-note-window-configuration): New variables.
312d24fb 5741 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
d226567a
CD
5742 (org-log-note-headings): New option.
5743 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5744 (org-store-link): Support for dired-mode.
5745 (org-open-file): Substitute environment variables into filename.
5746 (org-last): New defsubst.
5747 (org-agenda-re-align-tags): New function.
5748 (org-agenda-align-tags-to-column): New option.
5749 (org-agenda-timeline): Group removed.
5750 (org-prepare-agenda, org-prepare-agenda-buffers)
5751 (org-run-agenda-series, org-timeline, org-agenda-list)
5752 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5753 the text property inticating the agenda type.
5754 (org-agenda-post-command-hook): Get agenda type from text property
5755 at point.
312d24fb
SM
5756 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
5757 and obey `org-agenda-overriding-arguments'.
5758 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
d226567a 5759 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
312d24fb
SM
5760 (org-agenda-week-view, org-agenda-day-view):
5761 Use `org-agenda-overriding-arguments' to make updating work with
d226567a
CD
5762 multi-block agendas.
5763 (org-agenda-prefix-format): Allow different formats for the
5764 different agenda entry types.
3898854f
CD
5765 (org-timeline-prefix-format): Option removed, use
5766 `org-agenda-prefix-format' instead.
d226567a 5767 (org-prepare-agenda): New function.
3898854f
CD
5768 (org-select-timeline-window): Option removed, use
5769 `org-select-agenda-window' instead.
d226567a
CD
5770 (org-respect-restriction): Variable removed.
5771 (org-cmp-tag): New function.
312d24fb
SM
5772 (org-agenda-sorting-strategy, org-entries-lessp):
5773 Implement sorting by last tag.
d226567a
CD
5774 (org-complete): Better completion in in-buffer option lines.
5775 (org-in-item-p): New function.
312d24fb 5776 (org-org-menu): Add entries for checkboxes.
d226567a
CD
5777 (org-cycle): Extra brouping in outline-regexp, because it is used
5778 in a search with "^" prepended.
5779 (org-provide-checkbox-statistics): New option.
5780 (org-set-font-lock-defaults): Highlight checkbox statistics.
5781 (org-update-checkbox-count-maybe)
5782 (org-get-checkbox-statistics-face): New functions.
5783 (org-update-checkbox-count): New command.
312d24fb
SM
5784 (org-insert-item, org-toggle-checkbox):
5785 Call `org-update-checkbox-count-maybe'.
d226567a
CD
5786 (org-export-as-html): XEmacs compatibility for coding system.
5787 (org-force-cycle-archived): New command.
5788 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
5789 overrules cycling.
5790 (org-fix-position-after-promote): If the line contains only a todo
5791 keyword, add a final space.
312d24fb
SM
5792 (org-promote-subtree, org-demote-subtree):
5793 Call `org-fix-position-after-promote'.
d226567a 5794
e5803d84
GM
57952006-11-10 Glenn Morris <rgm@gnu.org>
5796
19a73732
GM
5797 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
5798 date in every year.
5799 (calendar-dst-check-each-year-flag): New customizable variable.
5800 (calendar-dst-find-data): New function, extracted from
5801 calendar-current-time-zone.
5802 (calendar-current-time-zone): Use calendar-dst-find-data.
5803 (calendar-dst-transition-cache): New variable.
5804 (calendar-dst-find-startend, calendar-dst-starts)
5805 (calendar-dst-ends): New functions.
5806 (calendar-daylight-savings-starts)
5807 (calendar-daylight-savings-ends): Change value to use
5808 calendar-dst-starts, calendar-dst-ends; respectively.
5809
e5803d84
GM
5810 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
5811
9e21382c
GM
5812 * ido.el (ido-enable-prefix)
5813 * ses.el (ses-call-printer-return)
5814 * net/tramp.el (tramp-unified-filenames)
5815 * progmodes/cc-align.el (c-lineup-string-cont)
5816 * progmodes/compile.el (compilation-directory-matcher)
5817 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5818 * progmodes/gdb-ui.el (gdb-many-windows)
5819 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5820 (vhdl-clock-rising-edge)
5821 * textmodes/org.el (org-export-with-timestamps)
5822 (org-export-remove-timestamps-from-toc, org-export-with-tags)
5823 (org-read-date): Doc fix (Nil -> nil).
5824
65a0c81b
JD
58252006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5826
19a73732 5827 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
65a0c81b
JD
5828 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
5829
edf6fbc5
JB
58302006-11-10 Juanma Barranquero <lekktu@gmail.com>
5831
5832 * bs.el (bs--window-for-buffer): Remove.
5833 (bs--show-with-configuration): Use `get-window-with-predicate'
5834 instead of `bs--window-for-buffer'.
5835
52f9b751
KH
58362006-11-10 Kenichi Handa <handa@m17n.org>
5837
5838 * files.el (revert-buffer): Fix previous change.
5839
ce3ba12c
JB
58402006-11-09 Juanma Barranquero <lekktu@gmail.com>
5841
5842 * bs.el (bs--redisplay): Fix typo in docstring.
5843 (bs--window-config-coming-from): Make frame-local.
5844 (bs--restore-window-config): New function.
5845 (bs-kill, bs-select, bs-select-other-window)
5846 (bs-select-other-frame): Use it.
5847 (bs--window-for-buffer): Return as soon as a matching buffer is found.
5848 (bs--show-with-configuration): Save the window configuration as a
5849 frame local var, and only if *buffer-selection* is not already
5850 visible on this frame.
5851
8f65162b
CY
58522006-11-08 Chong Yidong <cyd@stupidchicken.com>
5853
5854 * vc-svn.el (vc-svn-admin-directory): New var.
5855 (vc-svn-registered, vc-svn-responsible-p)
5856 (vc-svn-repository-hostname): Use it.
5857 Suggested by arit93@yahoo.com.
5858
ce3ba12c 58592006-11-08 Juanma Barranquero <lekktu@gmail.com>
28b87bb9
JB
5860
5861 * ldefs-boot.el: Regenerate.
5862
6cb54822
AM
58632006-11-08 Alan Mackenzie <acm@muc.de>
5864
28b87bb9
JB
5865 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5866 case (eq open-paren-in-column-0-is-defun-start nil) by searching
5867 for least nested open-paren.
6cb54822 5868
2403b96c
RF
58692006-11-08 Romain Francoise <romain@orebokech.com>
5870
5871 * subr.el (remove-overlays): Fix typo in last change.
5872
d6f5ac10
RS
58732006-11-08 Richard Stallman <rms@gnu.org>
5874
5875 * subr.el (remove-overlays): Call overlay-recenter.
5876
0695be6f
VJL
58772006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5878
5879 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5880 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
5881 behaviour.
5882 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
5883 directly.
5884
f8061cec
JB
58852006-11-08 Juanma Barranquero <lekktu@gmail.com>
5886
5887 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
5888 (ido-max-dir-file-cache, ido-decorations)
5889 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
5890 (ido-magic-backward-char, ido-enter-dired)
5891 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
5892 (ido-list-directory, ido-first-match, ido-only-match)
5893 (ido-subdir, ido-indicator): Fix typos in docstrings.
5894 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
5895 (ido-read-internal): Fix typo in error message.
5896
b2020e89
KH
58972006-11-08 Kenichi Handa <handa@m17n.org>
5898
312d24fb
SM
5899 * international/mule-cmds.el (set-default-coding-systems):
5900 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
b2020e89 5901
d5abc12c
JB
59022006-11-08 Juanma Barranquero <lekktu@gmail.com>
5903
5904 * makefile.w32-in (setwins): Remove.
5905 (WINS_ALMOST): New macro.
5906 (WINS): Use it.
5907 (autoloads): Don't extract autoloads from files in obsolete/.
5908
47eff51e
CY
59092006-11-07 Chong Yidong <cyd@stupidchicken.com>
5910
5911 * whitespace.el (whitespace-buffer): Call remove-overlays after
5912 overlay-recenter for performance. Suggested by Martin Rudalics.
5913
1d1c19ca
MA
59142006-11-07 Michael Albinus <michael.albinus@gmx.de>
5915
5916 * net/tramp.el (tramp-default-method): scp is the default method.
5917
18b8c421
JB
59182006-11-07 Juanma Barranquero <lekktu@gmail.com>
5919
5920 * server.el (server-start): Save also the Emacs pid in the server file.
5921
53a8eb2c
CD
59222006-11-07 Carsten Dominik <dominik@science.uva.nl>
5923
5924 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
5925 point when displaying a bibtex cross reference in the echo area.
5926
c8c9333c
JB
59272006-11-06 Juanma Barranquero <lekktu@gmail.com>
5928
3dd428fa
JB
5929 * international/mule.el (make-char): Fix typo in docstring.
5930 (load-with-code-conversion, charsetp): Doc fixes.
5931
c8c9333c
JB
5932 * international/ja-dic-cnv.el (skkdic-convert):
5933 * cus-edit.el (hook): Fix typo in docstring.
5934
42132792
CY
59352006-11-06 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * cus-edit.el (custom-mode-map): Move defvar above code using it.
5938 (custom-mode-link-map): New variable.
5939 (custom-group-link, custom-manual): Use follow-link.
5940
f021dbca
RW
59412006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5942
5943 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
5944 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
5945
e5c12c7d
RS
59462006-11-06 Richard Stallman <rms@gnu.org>
5947
5948 * textmodes/flyspell.el (flyspell-correct-word-before-point):
5949 New function broken out of flyspell-correct-word.
5950 (flyspell-mode-map): Bind it to M-RET.
5951 (flyspell-correct-word): Call it.
5952
5953 * textmodes/fill.el (fill-minibuffer-function): New function.
5954 (fill-paragraph): Bind fill-paragraph-function to
5955 fill-minibuffer-function.
5956
5957 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
5958 so that they aren't undefined.
5959
5960 * dired.el (dired-readin): Locally bind file-name-coding-system.
5961
5962 * bindings.el: Shorten and clarify usual mode line mouse help string.
5963
5964 * Makefile.in (autoloads): Don't include `obsolete'.
5965
b734d8ea
CY
59662006-11-06 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5969 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
5970 Printing menu if it's not initialized.
5971 (pr-menu-bind): Act on menu-bar-file-menu directly.
5972
0b8f64bc
JB
59732006-11-06 Juanma Barranquero <lekktu@gmail.com>
5974
5975 * help.el (view-emacs-news): Fix typo in error message.
5976
5977 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
5978
5979 * shadowfile.el (shadow-define-regexp-group)
5980 (shadow-literal-groups, shadow-insert-var): Doc fixes.
5981 (shadow-read-files): Fix typo in message.
5982 (shadow-inhibit-overload, shadow-find, shadow-suffix)
5983 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
5984 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
5985 (shadow-file-match): Fix typos in docstrings.
5986
5987 * terminal.el (terminal-emulator): Fix typo in message.
5988
5989 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
5990
5991 * emacs-lisp/lselect.el (x-kill-primary-selection)
5992 (x-delete-primary-selection, x-copy-primary-selection):
5993 Fix typos in error messages.
5994
5995 * emulation/edt-mapper.el: Fix typo in interactive message.
5996
5997 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
5998
5999 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6000 (ispell-help): Fix typos in docstrings.
6001 (ispell-help): Fix typo in output message.
6002
6003 * allout.el (allout-adjust-file-variable)
6004 (allout-passphrase-verifier-string)
6005 (allout-passphrase-hint-string)
6006 (allout-toggle-current-subtree-encryption):
6007 * apropos.el (apropos-synonyms):
6008 * cus-edit.el (hook):
6009 * emacs-lock.el (emacs-lock-from-exiting):
6010 * follow.el (follow-avoid-tail-recenter-p):
6011 * hexl.el (hexl-mode):
6012 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6013 * mouse.el (mouse-set-font):
6014 * resume.el (resume-emacs-args-file):
6015 * rfn-eshadow.el (file-name-shadow-tty-properties):
6016 * t-mouse.el (t-mouse-process, t-mouse-mode):
6017 * emacs-lisp/cust-print.el (custom-print-install)
6018 (custom-print-uninstall, custom-format):
6019 * emacs-lisp/shadow.el (list-load-path-shadows):
6020 * emulation/tpu-edt.el (tpu-help-text)
6021 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6022 (tpu-reset-control-keys):
6023 * emulation/vip.el (vip-emacs-local-map)
6024 (vip-change-mode-to-emacs):
6025 * emulation/viper.el (viper-mode, viper-set-hooks)
6026 (viper-major-mode-modifier-list):
6027 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6028 * emulation/viper-keym.el (viper-emacs-kbd-map)
6029 (viper-toggle-key):
6030 * mail/feedmail.el (feedmail-queue-reminder)
6031 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6032 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6033 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6034 (feedmail-sender-line, feedmail-force-binary-write)
6035 (feedmail-from-line, feedmail-deduce-envelope-from)
6036 (feedmail-x-mailer-line, feedmail-message-id-generator)
6037 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6038 (feedmail-enable-spray, feedmail-spray-this-address)
6039 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6040 (feedmail-queue-runner-confirm-global)
6041 (feedmail-ask-before-queue-prompt)
6042 (feedmail-ask-before-queue-reprompt)
6043 (feedmail-prompt-before-queue-standard-alist)
6044 (feedmail-prompt-before-queue-user-alist)
6045 (feedmail-prompt-before-queue-help-supplement)
6046 (feedmail-queue-use-send-time-for-message-id)
6047 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6048 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6049 (feedmail-mail-send-hook-queued)
6050 (feedmail-confirm-addresses-hook-example)
6051 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6052 (feedmail-queue-runner-mode-setter)
6053 (feedmail-queue-alternative-mail-header-separator)
6054 (feedmail-queue-runner-message-sender)
6055 (feedmail-buffer-eating-function, feedmail-binmail-template)
6056 (feedmail-run-the-queue-no-prompts)
6057 (feedmail-run-the-queue-global-prompt)
6058 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6059 (feedmail-envelope-deducer, feedmail-fiddle-date)
6060 (feedmail-default-message-id-generator)
6061 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6062 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6063 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6064 (vms-pmail-setup):
6065 * play/dunnet.el (dun-help):
6066 * play/handwrite.el (handwrite):
6067 * play/hanoi.el (hanoi-unix-64):
6068 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6069 * textmodes/enriched.el (fixed):
6070 * textmodes/org.el (org-file-apps)
6071 (org-emphasis-regexp-components, org-emphasis-alist):
6072 * textmodes/texinfmt.el (batch-texinfo-format):
6073 Fix typos in docstrings.
6074
cf0f58ba
JB
60752006-11-05 Juanma Barranquero <lekktu@gmail.com>
6076
6077 * loadhist.el (read-feature): Don't complete features not loaded
6078 from a file (which make `unload-feature' to fail).
6079
d52c204b
RS
60802006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6081
6082 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6083
ed58e877
CY
60842006-11-05 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * startup.el (command-line-1): Kill emacs if the last frame is
6087 deleted while evaluating the command-line arguments.
6088
faefde36
RS
60892006-11-05 Richard Stallman <rms@gnu.org>
6090
6091 * startup.el (init-file-had-error): Add doc string.
cf0f58ba 6092 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
faefde36
RS
6093 Use fixed-width font for keyboard key descriptions.
6094
6095 * cus-edit.el (custom-save-all): Error if saving in .emacs
6096 and it had an error when loaded.
6097
6098 * dired-aux.el (dired-copy-file-recursive): Catch errors
6099 from recursive copies in the loop, around the recursive call.
6100
785428c7
RF
61012006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6102
6103 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6104 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6105 `/proc/acpi/thermal_zone/*'.
6106 (battery-search-for-one-match-in-files): New. Search a regexp in
6107 the content of some files.
6108
ec4ef174
EZ
61092006-11-05 Martin Rudalics <rudalics@gmx.at>
6110
107709d4
EZ
6111 * window.el (mouse-autoselect-window-now): Remove variable.
6112 (mouse-autoselect-window-state): New variable.
6113 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6114 (mouse-autoselect-window-select, handle-select-window):
6115 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6116 Suspend delayed autoselection during menu or popup dialog.
6117
ec4ef174
EZ
6118 * info-look.el (info-lookup-guess-custom-symbol): New function
6119 for retrieving symbol at point in custom buffers.
6120 (top level) <info-lookup-maybe-add-help>: Add backquote and
6121 comma to ignored characters in regexps of help specifications
6122 for emacs-lisp-mode and lisp-interaction-mode. This permits
6123 looking up symbols in `...' and after a comma. Add help
6124 specifications for custom-mode and help-mode.
6125
d3e1986f
EZ
61262006-11-04 Eli Zaretskii <eliz@gnu.org>
6127
6128 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6129 Don't encode body if RAW is non-nil, or if the old encoding is
6130 identical to the new encoding, or if the body contains only
6131 eight-bit-* characters.
6132
d0974190 61332006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1b2b8998 6134
312d24fb 6135 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
1b2b8998
EZ
6136 (faces-sample-overlay): Remove variable.
6137 (describe-face): Insert sample text in the face being described.
6138
113fa448
EZ
61392006-11-04 Martin Rudalics <rudalics@gmx.at>
6140
6141 * whitespace.el (whitespace-indent-regexp): Make this match any
6142 multiples of eight spaces near the beginning of a line.
d0974190 6143 (whitespace-buffer): Use `remove-overlays' instead of
113fa448
EZ
6144 `whitespace-unhighlight-the-space' and `overlay-recenter' to
6145 speed up overlay handling.
312d24fb
SM
6146 (whitespace-buffer-leading, whitespace-buffer-trailing):
6147 Make these functions highlight the text removed by
113fa448
EZ
6148 `whitespace-buffer-leading-cleanup' and
6149 `whitespace-buffer-trailing-cleanup' respectively.
312d24fb
SM
6150 (whitespace-buffer-search): Use `with-local-quit'.
6151 Move `format' out of loop to speed up scanning larger buffers.
113fa448
EZ
6152 (whitespace-unhighlight-the-space): Remove `remove-hook' since
6153 that function is never added to a hook.
6154 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6155 (whitespace-buffer-leading-cleanup)
6156 (whitespace-refresh-rescan-list): Fix docstrings.
6157
615b1c61
KS
61582006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
6159
6160 * allout.el (allout-during-yank-processing): Cue for inhibiting
6161 aberrance processing during yanks.
6162 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6163 the amount of yanked topics that can be aberrant.
6164 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6165 a function, and supplement with inihibition of doublechecking
6166 during yanks.
6167 (allout-beginning-of-line, allout-next-heading)
6168 (allout-previous-heading, allout-goto-prefix-doublechecked)
6169 (allout-back-to-current-heading, allout-next-visible-heading)
6170 (allout-next-sibling): Use new allout-do-doublecheck function.
6171 (allout-next-sibling): Ensure we made progress when returning
6172 other than nil.
6173 (allout-rebullet-heading): Preserve text property annotations
6174 indicating the text was hidden, if it was.
6175 (allout-kill-line): Remove any added was-hidden annotations.
6176 (allout-kill-topic): Remove any added was-hidden annotations.
6177 (allout-annotate-hidden): Inhibit adding was-hidden text
6178 properties to the undo list.
6179 (allout-deannotate-hidden): New function to remove was-hidden
6180 annotation.
6181 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
312d24fb 6182 (allout-remove-exposure-annotation): Replace by
615b1c61
KS
6183 allout-deannotate-hidden.
6184 (allout-yank-processing): Signal that yank processing is happening
6185 with allout-during-yank-processing. Also, wrap
6186 allout-unprotected's closer to the text changes, for easier
6187 debugging. We need to inhibit-field-text-motion explicitly, in
6188 lieu of the encompassing allout-unprotected.
6189 (outlineify-sticky): Adjust criteria for triggering new outline
6190 decorations to presence or absence of any topics, not just a topic
6191 at the beginning of the buffer.
6192
9c92edca
JB
61932006-11-03 Juanma Barranquero <lekktu@gmail.com>
6194
6195 * bs.el (bs--show-all, bs--redisplay):
6196 * cus-edit.el (custom-unlispify-menu-entries)
6197 (custom-unlispify-tag-names, custom-prompt-variable):
6198 * expand.el (expand-pos):
6199 * speedbar.el (speedbar-generic-list-tag-p):
6200 * wid-edit.el (widget-image-enable):
6201 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6202 * emacs-lisp/find-func.el (find-function-noselect)
6203 (find-function, find-variable-noselect, find-variable)
6204 (find-definition-noselect, find-face-definition):
6205 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6206 * net/eudc-vars.el (eudc-expansion-overwrites-query):
6207 * progmodes/ada-xref.el (ada-find-in-ali):
6208 * textmodes/flyspell.el (flyspell-check-tex-math-command):
6209 * textmodes/org.el (org-copy-subtree):
6210 * textmodes/table.el (table--row-column-insertion-point-p):
6211 Use "non-nil" in docstrings.
6212
62132006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
6214
6215 * sort.el (sort-columns): Set the field separator to tab; on
6216 NetBSD, sort complains if "\n" is used as field separator.
6217
62182006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
6219
6220 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
030d1efe 6221
757e1681
SM
62222006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6223
6224 * server.el (server-auth-key): Remove. Replace by a process-property.
6225 (server-start): Don't remove the file of the previous process, but
6226 instead clear out the place for the new file.
6227 (server-start): Set the :auth-key property.
6228 (server-process-filter): Use the :auth-key property.
6229
661ca46f
CD
62302006-11-02 Carsten Dominik <dominik@science.uva.nl>
6231
6232 * textmodes/org.el (org-mode-map): No longer copy
6233 `outline-mode-map' explicitly - this is already done by
6234 `define-derived-mode'.
6235
95eefb35
JB
62362006-11-02 Juanma Barranquero <lekktu@gmail.com>
6237
6238 * server.el (server-visit-files): Use `when'.
6239 (server-process-filter): When authentication fails, send error
6240 message to client. Wrap `process-send-region' in `ignore-errors'
6241 instead of `condition-case', and remove misleading comment.
6242
ac65be04
JL
62432006-11-01 Juri Linkov <juri@jurta.org>
6244
6245 * simple.el (yank): Doc fix.
6246
b7621225
SM
62472006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * server.el: Try and fit within 80 columns.
6250 (server-start): Make the auth file unreadable by other users.
6251
5c79f850
CY
62522006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6253
6254 * battery.el (battery-linux-proc-acpi): Prevent range error when
6255 `full-capacity' is 0.
6256
d0974190 62572006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3cd2b59f 6258
f146cbb0 6259 * faces.el (faces-sample-overlay): New defvar.
d4fa60c8
KS
6260 (faces-sample-overlay): New function to show face sample text.
6261 (describe-face): Use it.
3cd2b59f 6262
ecc54057
JB
62632006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
6264
6265 * progmodes/ada-stmt.el: Change maintainer, apply
6266 whitespace-cleanup, checkdoc.
6267 (ada-func-or-proc-name): Add doc string.
6268
6269 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6270 whitespace-cleanup, checkdoc. Minor improvements to many doc
6271 strings and comments.
6272 (ada-prj-display-page): Change buffer name to more accurately
6273 reflect function.
6274
6275 * progmodes/ada-xref.el: Change maintainer, apply
6276 whitespace-cleanup, checkdoc. Minor improvements to many doc
6277 strings and comments. Don't look for `gvd' or `ddd' debuggers.
6278 (ada-compile-current): Don't add newlines to commands.
6279
337e3c70
JB
62802006-10-31 Juanma Barranquero <lekktu@gmail.com>
6281
6282 * server.el: Add support for TCP sockets.
6283 (server-use-tcp, server-host, server-auth-dir): New options.
6284 (server-auth-key): New variable.
d4fa60c8
KS
6285 (server-ensure-safe-dir): Create nonexistent parent dirs.
6286 Ignore Unix-style file modes on Windows.
337e3c70
JB
6287 (server-start): Crete a TCP or Unix socket according to the value
6288 of `server-use-tcp'. For TCP sockets, create the id/auth file in
6289 `server-auth-dir' directory.
6290 (server-process-filter): Delete process if authentication
6291 fails (which never happens for Unix sockets).
6292
2d1dd54d
DK
62932006-10-30 David Kastrup <dak@gnu.org>
6294
6295 * subr.el (add-to-list): Don't continue checking if a match has
6296 been found.
6297
024ccae3
CY
62982006-10-30 Chong Yidong <cyd@stupidchicken.com>
6299
6300 * tutorial.el: Move defvars to avoid bytecomp warnings.
6301 (tutorial--find-changed-keys): Check if viper-current-state is
6302 bound before using it.
6303 (help-with-tutorial): Check if viper-tutorial is defined before
6304 using it.
6305
6db93af0
CY
63062006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
6307
312d24fb 6308 * help-fns.el (help-with-tutorial): Move to tutorial.el.
6db93af0
CY
6309
6310 * tutorial.el: New file.
312d24fb 6311 (help-with-tutorial): Move here from help-fns.el. Added help for
6db93af0
CY
6312 rebound keys. Fixed resume of tutorial.
6313 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6314 (tutorial--find-changed-keys, tutorial--display-changes)
6315 (tutorial--saved-dir, tutorial--saved-file)
6316 (tutorial--save-tutorial): New functions to support the changes in
6317 help-with-tutorial.
6318
e1ee3b54
KH
63192006-10-30 Kenichi Handa <handa@m17n.org>
6320
6321 * files.el (revert-buffer): If a unibyte buffer is being reverted
6322 with a coding system for multibyte, set buffer multibyte before
6323 calling insert-file-contents.
6324
7acc677b
SM
63252006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * server.el (server-select-display): Use a dummy buffer to detect when
6328 the frame is later used.
6329 (server-select-display): New function.
6330 (server-process-filter): Use it to detect unused temp frames.
6331
ecc54057 63322006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5d1b4ae3
JB
6333
6334 * progmodes/ada-mode.el: Change maintainer, apply
7acc677b 6335 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5d1b4ae3
JB
6336 (ada-mode-version): New function.
6337 (ada-create-menu): Menu operations are available for all supported
6338 compilers.
6339
8e7225a2 63402006-10-29 Lars Hansen <larsh@soem.dk>
d4fa60c8
KS
6341
6342 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6343 Highlight as keyword.
8e7225a2
LH
6344 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6345 Don't call tramp-method-out-of-band-p for local files.
6346 (tramp-touch): Quote file name.
6347
3f9a75cd
GM
63482006-10-28 Glenn Morris <rgm@gnu.org>
6349
6350 * calendar/calendar.el (cal-html-cursor-month)
6351 (cal-html-cursor-year): Add autoloads for this new package.
7acc677b 6352 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
3f9a75cd 6353
d57727c9 63542006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
3f9a75cd
GM
6355
6356 * calendar/cal-html.el: New file.
6357
c0b1307a
CY
63582006-10-28 Chong Yidong <cyd@stupidchicken.com>
6359
6360 * emacs-lisp/authors.el (authors-aliases): Update.
6361
f6b88dd6
CY
63622006-10-27 Chong Yidong <cyd@stupidchicken.com>
6363
6364 * version.el (emacs-version): Bump version number to 22.0.90.
6365
d32f600d
CY
63662006-10-26 John W. Eaton <jwe@octave.org>
6367
6368 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6369 New defvar.
6370 (inferior-octave-resync-dirs): Check to see whether Octave has
6371 built-in variables and set inferior-octave-has-built-in-variables.
6372 Check inferior-octave-has-built-in-variables to decide whether to
6373 send commands that set built-in variables or call functions to
6374 change Octave's behavior.
6375 Send "disp (pwd ())" to Octave instead of just "pwd".
6376 (inferior-octave-startup): Send "more off" to Octave instead of
6377 "page_screen_output = 0".
6378
bec9dc7b
CY
63792006-10-26 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6382 pattern normally.
6383
7a1658df
NR
63842006-10-26 Nick Roberts <nickrob@snap.net.nz>
6385
6386 * bindings.el (mode-line-mode-menu): Remove bindings for global
6387 minor modes (line/column number) as they are on the menubar.
6388
f656bdd2
JB
63892006-10-25 Juanma Barranquero <lekktu@gmail.com>
6390
40dfee6f
JB
6391 * term/w32-win.el (x-handle-name-switch): Doc fix.
6392 (w32-standard-fontset-spec): Fix typo in docstring.
6393
f656bdd2
JB
6394 * midnight.el (midnight-buffer-display-time): Doc fix.
6395 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6396
d3e3f789
NR
63972006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
6398
6399 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6400
6401 * viper-ex.el (ex-read): Quote file argument.
6402
6403 * ediff-diff.el (ediff-same-file-contents): Expand file names.
6404
6405 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6406
113fa448 64072006-10-22 Martin Rudalics <rudalics@gmx.at>
081ff0c9 6408
f656bdd2
JB
6409 * textmodes/flyspell.el (flyspell-check-region-doublons):
6410 Fix last fix.
081ff0c9 6411
6440f303
NR
64122006-10-23 Nick Roberts <nickrob@snap.net.nz>
6413
6414 * bindings.el (mode-line-mode-menu): List global minor modes
6415 before local ones.
6416
cbfe778a
KS
64172006-10-23 Kim F. Storm <storm@cua.dk>
6418
6419 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6420 (sit-for): If last command was a prefix arg, add the read-ahead
6421 event to unread-command-events as (t . EVENT) so it will be added
6422 to this-command-keys by read-key-sequence.
6423
113fa448 64242006-10-22 Martin Rudalics <rudalics@gmx.at>
224ca9c9 6425
6b8aed24
CY
6426 * textmodes/flyspell.el (flyspell-word): Skip past all previous
6427 whitespace when checking doublons.
6428 (flyspell-check-region-doublons): Fix doublon regexp.
6429 (flyspell-highlight-incorrect-region): Highlight doublons using
6430 flyspell-duplicate face.
6431
224ca9c9
CY
6432 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6433
7a338bef
JW
64342006-10-22 John Wiegley <johnw@newartisans.com>
6435
6436 * progmodes/python.el (python-use-skeletons): python-mode was
6437 auto-inserting templates (for those with abbrev-mode on), not only
6438 by default -- *but without a configuration variable to disable
6439 it*. This rendered python-mode completely useless for me, so I
6440 have added `python-use-skeletons', which is now off by default.
6441
f453f5a8
CY
64422006-10-22 Chong Yidong <cyd@stupidchicken.com>
6443
6444 * progmodes/cperl-mode.el (cperl-mode): Don't assume
6445 font-lock-multiline is auto-local (it's not).
6446 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6447 initialized before calling cperl-init-faces.
6448
df5d417a
NR
64492006-10-22 Nick Roberts <nickrob@snap.net.nz>
6450
dead60da
NR
6451 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6452 gdb-stack-position a value when there is no fringe.
6453
df5d417a
NR
6454 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6455 indicator if not visiting a file.
6456
f5da083e
DK
64572006-10-20 David Kastrup <dak@gnu.org>
6458
6459 * window.el (kill-buffer-and-window): Fix a bug where an aborted
6460 operation would still cause some window to collapse later.
6461
bc8c1bb4
SM
64622006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6463
5ce51a98
SM
6464 * vc.el (vc-switch-backend): Try to be more careful with unwanted
6465 side-effect due to mixing various backends's file properties.
6466
bc8c1bb4
SM
6467 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6468 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
6469 Return `filename's status if applicable. Update callers.
6470
2b192902
KH
64712006-10-19 Kenichi Handa <handa@m17n.org>
6472
6473 * international/kkc.el (kkc-region): When a key sequence is not
6474 defined, append (this-single-command-raw-keys) to
6475 unread-input-method-events.
6476
ca42cf77
JB
64772006-10-19 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6480
045b1908
YM
64812006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6482
6483 * version.el (emacs-version): Use mac-carbon-version-string.
6484
6485 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6486
1df04e22
JD
64872006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6488
dbf284be
JB
6489 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6490 Kenichi Handa).
1df04e22
JD
6491 (xselect-convert-to-string): Decline requests for UTF8_STRING if
6492 the selection is not UTF-8.
6493
704ec54b
JB
64942006-10-18 Juanma Barranquero <lekktu@gmail.com>
6495
6496 * progmodes/ada-mode.el (ada-83-string-keywords)
6497 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6498 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6499 (ada-looking-at-semi-private, ada-get-body-name):
6500 Fix typos in docstrings.
6501 (ada-create-case-exception, ada-create-case-exception-substring):
6502 Fix typos in error messages.
6503 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6504
26e32839
JD
65052006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6506
6507 * term/x-win.el (res-geometry): Don't set geometry from Xresources
6508 to default-frame-alist if default-frame-alist already contains
704ec54b 6509 width/height.
26e32839 6510
5a05106b
RS
65112006-10-18 Richard Stallman <rms@gnu.org>
6512
6513 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6514 Non-interactive arg is the value, not the expression.
704ec54b 6515
5a05106b
RS
6516 * simple.el (read-expression-map): Just set it, no defvar.
6517
6518 * subr.el (insert-for-yank-1): If last inserted char has
6519 properties, mark them as rear-nonsticky.
6520
6521 * recentf.el (recentf-mode): Doc fix.
6522
6523 * facemenu.el (facemenu-add-new-face): Defend against symbol
6524 that isn't a face name.
6525
6526 * dired-aux.el (dired-do-copy): Doc fix.
6527
ac6701ea
CY
65282006-10-18 Chong Yidong <cyd@stupidchicken.com>
6529
29d890fe 6530 * simple.el (line-move-1): Ignore fields when moving to the
ac6701ea
CY
6531 beginning of line to avoid getting point stuck.
6532
15d8dc8b
CY
65332006-10-18 Martin Rudalics <rudalics@gmx.at>
6534
bc8c1bb4
SM
6535 * textmodes/flyspell.el (flyspell-word-search-backward):
6536 Set inhibit-point-motion-hooks to avoid looping due to intangibile
15d8dc8b
CY
6537 text.
6538
5a05106b
RS
65392006-10-16 Richard Stallman <rms@gnu.org>
6540
6541 * help-fns.el (describe-function-1): Special case optimization
6542 for self-insert-command.
6543
80f6025c
KS
65442006-10-16 Kim F. Storm <storm@cua.dk>
6545
6546 * ido.el (ido-reread-directory): Work in `dir' mode too.
6547
704ec54b 65482006-10-15 Martin Rudalics <rudalics@gmx.at>
63c2b8f4
KS
6549
6550 * textmodes/table.el: Require 'regexp-opt.
6551
534e8a33
KS
65522006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
6553
6554 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6555 Use shell-quote-argument.
6556
6557 * shell.el (explicit-bash-args): Likewise.
6558
6559 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6560 Use grep -E rather than egrep.
6561
c5ae0305
KS
65622006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6563
6564 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6565
7dc9c189
KS
65662006-10-15 Kim F. Storm <storm@cua.dk>
6567
6568 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6569
65b4263f
EZ
65702006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6571
6572 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6573 to protect whitespace and metacharacters from the shell.
6574
c6b19225
EZ
65752006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6576
704ec54b 6577 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
c6b19225 6578
3f73d221
EZ
65792006-10-13 Eli Zaretskii <eliz@gnu.org>
6580
6581 * subr.el (start-process-shell-command): Doc fix.
6582
53bc2a31
EZ
65832006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
6584
6585 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6586 the regexp for Maxima symbols.
6587
43621386
SM
65882006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6591 (vc-find-root): Don't walk higher up than ~.
6592
d81608e0
CY
65932006-10-12 Chong Yidong <cyd@stupidchicken.com>
6594
43621386
SM
6595 * international/utf-8.el (utf-translate-cjk-load-tables):
6596 Avoid clobbering last-coding-system-used during load.
d81608e0 6597
5c786047
CD
65982006-10-12 Carsten Dominik <dominik@science.uva.nl>
6599
704ec54b
JB
6600 * textmodes/reftex-global.el (reftex-create-tags-file):
6601 Quote file arguments.
5c786047 6602
563964ae
RS
66032006-10-12 Richard Stallman <rms@gnu.org>
6604
6605 * files.el (file-name-history): Add defvar.
6606 (save-some-buffers-action-alist): Improve description strings.
6607
c595fad9
AS
66082006-10-12 Andreas Schwab <schwab@suse.de>
6609
6610 * files.el (auto-mode-alist): Match change log file name also with
6611 a dash before a numeric extension.
6612
43621386 66132006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
9968f10f
SM
6614
6615 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6616 After 5.0:
43621386
SM
6617 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6618
6619 After 5.1: Major edit. Summary of most visible changes:
6620
6621 - Multiple <<HERE per line allowed.
6622 - Handles multiline subroutine declaration headers (with comments).
6623 (The exception is `cperl-etags' - but it is not used in the rest
6624 of the mode.)
6625 - Fontifies multiline my/our declarations (even with comments,
6626 and with legacy `font-lock').
6627 - Major speedup of syntaxification, both immediate and postponed
6628 (3.5x to 15x [for different CPUs and versions of Emacs] on the
6629 huge real-life document I tested).
6630 - New bindings, edits to imenu.
6631 - "_" is made into word-char during fontification/syntaxification;
6632 some attempts to recognize non-word "_" during other operations too.
6633 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6634 - autoload some more perldoc-related stuff
6635 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6636 - Attempt to incorporate XEmacs edits which reached me.
6637
6638 Fine-grained changelog:
6639 (cperl-hook-after-change): New configuration variable.
6640 (cperl-vc-sccs-header): Likewise.
6641 (cperl-vc-sccs-header): Likewise.
6642 (cperl-vc-header-alist): Default via two preceding variables.
6643 (cperl-invalid-face): Remove double quoting under XEmacs
6644 (still needed under 21.2).
6645 (cperl-tips): Update URLs for resources.
6646 (cperl-problems): Likewise.
6647 (cperl-praise): Mention new features.
6648 New C-c key bindings: for `cperl-find-bad-style',
9968f10f 6649 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
43621386 6650 `cperl-perdoc', and `cperl-perldoc-at-point'.
1a408ced 6651 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
9968f10f 6652 moved, new submenu of Tools with Ispell entries and narrowing.
43621386
SM
6653 (cperl-after-sub-regexp): New defsubst.
6654 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6655 Allows heads up to head4.
6656 Allow "package;".
6657 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6658 (paren-backwards-message): ??? Something for XEmacs???
6659 (cperl-mode): Never auto-switch abbrev-mode off.
6660 Try to allow '_' be non-word char.
6661 Do not use `font-lock-unfontify-region-function' on XEmacs.
6662 Reset syntax cache on mode start.
6663 Support multiline facification (even on legacy `font-lock').
6664 (cperl-facemenu-add-face-function): ??? Some contributed code ???
6665 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6666 refuse to inform us whether the fontification is due to lazy
6667 calling or due to edit to a buffer, install our own hook
6668 (controlled by `cperl-hook-after-change').
6669 (cperl-electric-pod): =cut may have been recognized as start.
6670 (cperl-block-p): Move, updatedfor attributes.
6671 (cperl-calculate-indent): Try to allow '_' be non-word char
6672 Support subs with attributes.
1a408ced
JB
6673 (cperl-where-am-i): Quiet (?) a warning.
6674 (cperl-cached-syntax-table): New function.
43621386
SM
6675 (cperl-forward-re): Use `cperl-cached-syntax-table'.
6676 (cperl-unwind-to-safe): Recognize `syntax-type' property
6677 changing in a middle of line.
6678 (cperl-find-sub-attrs): New function.
6679 (cperl-find-pods-heres): Allow many <<EOP per line.
6680 Allow subs with attributes.
6681 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6682 Recognize "extproc " (OS/2) case-folded and only at start.
6683 /x on s///x with empty replacement was not recognized.
6684 Better comments.
6685 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6686 Allow subs with attributes, labels.
6687 Do not confuse "else::foo" with "else".
6688 Minor optimizations...
6689 (cperl-after-expr-p): Try to allow '_' be non-word char.
6690 (cperl-fill-paragraph): Try to detect a major bug in Emacs
6691 with `looking-at' inside `narrow' and bulk out if found.
6692 (cperl-imenu--create-perl-index): Updates for new
6693 `cperl-imenu--function-name-regexp-perl'.
6694 (cperl-outline-level): Likewise.
6695 (cperl-init-faces): Allow multiline subroutine headers
6696 and my/our declarations, and ones with comments.
6697 Allow subroutine attributes.
6698 (cperl-imenu-on-info): Better docstring.
6699 (cperl-etags): Rudimentary support for attributes.
6700 Support for packages and "package;".
6701 (cperl-add-tags-recurse-noxs): Better (?) docstring.
6702 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6703 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6704 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6705 (cperl-perldoc): Add autoload.
6706 (cperl-perldoc-at-point): Likewise.
6707 (cperl-here-doc-spell): New function.
6708 (cperl-pod-spell): Likewise.
6709 (cperl-map-pods-heres): Likewise.
6710 (cperl-get-here-doc-region): Likewise.
6711 (cperl-font-lock-fontify-region-function): Likewise (backward
6712 compatibility for legacy `font-lock').
6713 (cperl-font-lock-unfontify-region-function): Fix style.
6714 (cperl-fontify-syntaxically): Recognize and optimize away deferred
6715 calls with no-change. Governed by `cperl-hook-after-change'.
6716 (cperl-fontify-update): Recognize that syntaxification region
6717 can be larger than fontification one.
6718 XXXX we leave `cperl-postpone' property, so this is quadratic...
6719 (cperl-fontify-update-bad): Temporary placeholder until
9968f10f 6720 it is clear how to implement `cperl-fontify-update'.
43621386
SM
6721 (cperl-time-fontification): New function.
6722 (attrib-group): New text attribute.
6723 (multiline): New value: `syntax-type' text attribute.
9968f10f
SM
6724
6725 After 5.2:
43621386
SM
6726 (cperl-emulate-lazy-lock): New function.
6727 (cperl-fontify-syntaxically): Would skip large regions.
6728 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6729 Some globals were declared, but uninitialized.
9968f10f
SM
6730
6731 After 5.3, 5.4:
43621386 6732 (cperl-facemenu-add-face-function): Add docs, fix U<>.
9968f10f 6733 Copyright message updated.
43621386
SM
6734 (cperl-init-faces): Work around a bug in `font-lock'. May slow
6735 facification down a bit.
6736 Misprint for my|our|local for old `font-lock'
6737 "our" was not fontified same as "my|local".
6738 Highlight variables after "my" etc even in
6739 a middle of an expression.
6740 Do not facify multiple variables after my etc
6741 unless parentheses are present.
9968f10f
SM
6742
6743 After 5.5, 5.6
43621386
SM
6744 (cperl-fontify-syntaxically): after-change hook could reset.
6745 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9968f10f
SM
6746
6747 After 5.7:
43621386
SM
6748 (cperl-init-faces): Allow highlighting of local ($/).
6749 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6750 (cperl-problems): Remove fixed problems.
6751 (cperl-find-pods-heres): Recognize #-comments in m##x too.
6752 Recognize charclasses (unless delimiter is \).
6753 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6754 (cperl-regexp-scan): Update docs.
6755 (cperl-beautify-regexp-piece): Use information got from regexp scan.
9968f10f
SM
6756
6757 After 5.8:
6758 Major user visible changes:
6759 Recognition and fontification of character classes in RExen.
43621386
SM
6760 Variable indentation of RExen according to groups.
6761
6762 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
6763 Fontify REx charclasses in variable-name face.
6764 Fontify POSIX charclasses in "type" face.
6765 Fontify unmatched "]" in function-name face.
6766 Mark first-char of HERE-doc as `front-sticky'.
6767 Reset `front-sticky' property when needed.
6768 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
6769 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
6770 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
6771 constructs. Support `narrow'ed buffers.
6772 (cperl-praise): Remove a reservation.
6773 (cperl-make-indent): New function.
6774 (cperl-indent-for-comment): Use `cperl-make-indent'.
6775 (cperl-indent-line): Likewise.
6776 (cperl-lineup): Likewise.
6777 (cperl-beautify-regexp-piece): Likewise.
6778 (cperl-contract-level): Likewise.
6779 (cperl-toggle-set-debug-unwind): New function.
6780 New menu entry for this.
6781 (fill-paragraph-function): Use when `boundp'.
6782 (cperl-calculate-indent): Take into account groups when indenting RExen.
6783 (cperl-to-comment-or-eol): Recognize # which end a string.
6784 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
6785 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
6786 (cperl-fontify-syntaxically): More clear debugging message.
6787 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
6788 (cperl-init-faces): More complicated highlight even on XEmacs (new).
6789 Merge cosmetic changes from XEmacs.
9968f10f
SM
6790
6791 After 5.9:
43621386
SM
6792 (cperl-1+): Move to before the first use.
6793 (cperl-1-): Likewise.
9968f10f
SM
6794
6795 After 5.10:
6796
bc8c1bb4 6797 This code may lock Emacs hard!!! Use at your own risk!
9968f10f 6798
43621386
SM
6799 (cperl-font-locking): New internal variable.
6800 (cperl-beginning-of-property): New function.
6801 (cperl-calculate-indent): Use `cperl-beginning-of-property'
6802 instead of `previous-single-property-change'.
6803 (cperl-unwind-to-safe): Likewise.
6804 (cperl-after-expr-p): Likewise.
6805 (cperl-get-here-doc-region): Likewise.
6806 (cperl-font-lock-fontify-region-function): Likewise.
6807 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
6808 recursively.
6809 Bound `next-single-property-change' via `point-max'.
6810 (cperl-unwind-to-safe): Bound likewise
bc8c1bb4 6811 (cperl-font-lock-fontify-region-function): Likewise.
43621386
SM
6812 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
6813 Initialization of `cperl-font-lock-multiline-start' could be
6814 missed if the "main" fontification did not run due to the
6815 keyword being already fontified.
6816 (cperl-pod-spell): Return t from do-one-chunk function.
6817 (cperl-map-pods-heres): Stop when the worker returns nil.
6818 Call `cperl-update-syntaxification'.
6819 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
6820 (cperl-get-here-doc-delim): Remove unused function.
9968f10f
SM
6821
6822 After 5.11:
6823
43621386 6824 The possible lockup of Emacs (introduced in 5.10) fixed.
9968f10f 6825
43621386
SM
6826 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
6827 (cperl-syntaxify-for-menu): New customization variable.
6828 (cperl-select-this-pod-or-here-doc): New function.
6829 (cperl-get-here-doc-region): Extra argument.
6830 Do not adjust pos by 1.
9968f10f 6831
43621386
SM
6832 New menu entries
6833 (Perl/Tools): Selection of current POD or HERE-DOC section.
6834 (Debugging CPerl:) backtrace on fontification.
9968f10f
SM
6835
6836 After 5.12:
43621386
SM
6837 (cperl-cached-syntax-table): Use `car-safe'.
6838 (cperl-forward-re): Remove spurious argument SET-ST.
6839 Add documentation.
6840 (cperl-forward-group-in-re): New function.
6841 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
6842 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9968f10f
SM
6843
6844 After 5.13:
43621386 6845 (cperl-string-syntax-table): Make { and } not-grouping
9968f10f
SM
6846 (Sometimes they ARE grouping in RExen, but matching them would only
6847 confuse in many situations when they are not)
d367ab1f 6848 (beginning-of-buffer): Replace two occurrences with goto-char...
43621386
SM
6849 (cperl-calculate-indent): `char-after' could be nil...
6850 (cperl-find-pods-heres): REx can start after "[" too.
6851 Hightlight (??{}) in RExen too.
6852 (cperl-maybe-white-and-comment-rex): New constant
6853 (cperl-white-and-comment-rex): Likewise.
6854 XXXX Not very efficient, but hard to make
6855 better while keeping 1 group.
9968f10f
SM
6856
6857 After 5.13:
43621386
SM
6858 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6859 Likewise for 1 << identifier.
9968f10f
SM
6860
6861 After 5.14:
43621386
SM
6862 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6863 Error-less condition-case could fail.
6864 (cperl-font-lock-fontify-region-function): Likewise.
6865 (cperl-init-faces): Likewise.
9968f10f
SM
6866
6867 After 5.15:
43621386
SM
6868 (cperl-find-pods-heres): Support property REx-part2.
6869 (cperl-calculate-indent): Likewise.
6870 Don't special-case REx with non-empty 1st line.
6871 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6872 Invert highlighting of charclasses:
6873 now the envelop is highlighted.
6874 Highlight many others 0-length builtins.
6875 (cperl-praise): Mention indenting and highlight in RExen.
9968f10f
SM
6876
6877 After 5.15:
43621386 6878 (cperl-find-pods-heres): Highlight capturing parens in REx.
9968f10f
SM
6879
6880 After 5.16:
43621386
SM
6881 (cperl-find-pods-heres): Highlight '|' for alternation
6882 Initialize `font-lock-warning-face' if not present.
6883 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
6884 `font-lock-function-name-face'.
6885 (cperl-look-at-leading-count): Likewise.
6886 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
6887 `font-lock-keyword-face' (needed for
6888 batch processing), etc...
6889 Use `font-lock-builtin-face' for builtin in REx
6890 Now `font-lock-variable-name-face'
6891 is used for interpolated variables
6892 Use "talking aliases" for faces inside REx
6893 Highlight parts of REx (except in charclasses)
6894 according to the syntax and/or semantic
6895 Syntax-mark a {}-part of (?{}) as "comment"
6896 (it was the ()-part)
6897 Better logic to distinguish what is what in REx
6898 (cperl-tips-faces): Document REx highlighting
6899 (cperl-praise): Mention REx syntax highlight etc.
9968f10f
SM
6900
6901 After 5.17:
43621386
SM
6902 (cperl-find-sub-attrs): Would not always manage to print error message.
6903 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9968f10f
SM
6904
6905 After 5.18:
43621386
SM
6906 (cperl-find-pods-heres): Misprint in REx for parsing REx.
6907 Very minor optimization.
6908 `my-cperl-REx-modifiers-face' got quoted.
6909 Recognize "print $foo <<END" as HERE-doc.
6910 Put `REx-interpolated' text attribute if needed.
6911 (cperl-invert-if-unless-modifiers): New function.
6912 (cperl-backward-to-start-of-expr): Likewise.
6913 (cperl-forward-to-end-of-expr): Likewise.
6914 (cperl-invert-if-unless): Works in "the opposite way" too.
6915 Cursor position on return is on the switch-word.
6916 Indents comments better.
6917 (REx-interpolated): New text attribute.
6918 (cperl-next-interpolated-REx): New function.
6919 (cperl-next-interpolated-REx-0): Likewise.
6920 (cperl-next-interpolated-REx-1): Likewise.
1a408ced 6921 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
43621386
SM
6922 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
6923 (cperl-praise): Mention finded interpolated RExen.
9968f10f
SM
6924
6925 After 5.19:
43621386
SM
6926 (cperl-init-faces): Highlight %$foo, @$foo too.
6927 (cperl-short-docs): Better docs for system, exec.
6928 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
6929 Would not find HERE-doc ended by EOF without NL.
6930 (cperl-short-docs): Correct not-doubled \-escapes.
6931 start block: Put some `defvar' for stuff gone from XEmacs.
9968f10f
SM
6932
6933 After 5.20:
43621386
SM
6934 initial comment: Extend copyright, fix email address.
6935 (cperl-indent-comment-at-column-0): New customization variable.
6936 (cperl-comment-indent): Indentation after $#a would increasy by 1.
6937 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
6938 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
6939 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
6940 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
6941 highlight $ in $foo too (UNTESTED).
6942 (cperl-set-style): Docstring missed some available styles.
6943 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
6944 Change "Current" to "Memorize Current".
6945 (cperl-indent-wrt-brace): New customization variable; the default is
6946 as for pre-5.2 version.
6947 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
6948 (cperl-style-alist): Likewise.
6949 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
6950 and `cperl-extra-newline-before-brace' etc
6951 being t
6952 (cperl-indent-exp): Plans B and C to find continuation blocks even
6953 if `cperl-extra-newline-before-brace' is t.
9968f10f
SM
6954
6955 After 5.21:
6956 Improve some docstrings concerning indentation.
43621386
SM
6957 (cperl-indent-rules-alist): New variable.
6958 (cperl-sniff-for-indent): New function name
6959 (separated from `cperl-calculate-indent').
6960 (cperl-calculate-indent): Separate the sniffer and the indenter;
6961 uses `cperl-sniff-for-indent' now.
6962 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
6963 was inverted;
6964 Support `comment-column' = 0.
9968f10f 6965
704ec54b 69662006-10-11 Martin Rudalics <rudalics@gmx.at>
a3545af4
JD
6967
6968 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
6969 * help-at-pt.el (scan-buf-move-to-region): Likewise.
6970 * longlines.el (longlines-window-change-function): Likewise.
6971 * simple.el (undo-ask-before-discard): Likewise.
6972 * wid-edit.el (widget-field-prompt-internal)
43621386 6973 (widget-documentation-link-p): Likewise.
a3545af4 6974
0f9c4a96
SM
69752006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
6978 for a keyword.
6979
e29d96b6
SM
69802006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6981
6982 * newcomment.el (comment-valid-prefix-p): Make the check
6983 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
6984 (comment-indent-new-line): Adjust call.
6985
80f66ef4
CY
69862006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
6987
6988 * allout.el (allout-back-to-current-heading): Base on lower-level
6989 routines to get proper disqualification of aberrant topics.
6990
491bf4bc
RS
69912006-10-09 Richard Stallman <rms@gnu.org>
6992
6993 * textmodes/two-column.el (2C-two-columns): Doc fix.
6994
b000ea17
KS
69952006-10-09 Kim F. Storm <storm@cua.dk>
6996
6997 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
6998 about implicit use.
6999
408f1b9d
RS
70002006-10-08 Richard Stallman <rms@gnu.org>
7001
7002 * textmodes/two-column.el (2C-two-columns): Doc fix.
7003
1eb1a906
RS
70042006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7005
7006 * files.el: Mark `buffer-read-only' as safe-local-variable.
7007
3339a0ca
NR
70082006-10-08 Nick Roberts <nickrob@snap.net.nz>
7009
704ec54b
JB
7010 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7011 Burp if GUD buffer has been killed.
3339a0ca 7012
612f91f0
SM
70132006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * completion.el (add-completions-from-c-buffer):
7016 Don't presume an error's second element is a string.
7017 Use looking-at rather than buffer-substring + member.
7018
4baf35c9
EZ
70192006-10-07 Eli Zaretskii <eliz@gnu.org>
7020
7021 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7022 `undecided', call find-coding-systems-region to find a proper
7023 non-trivial encoding.
0736daff
EZ
7024 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7025 and "text/plain".
4baf35c9 7026
857b15e9
EZ
70272006-10-07 Kevin Ryde <user42@zip.com.au>
7028
7029 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7030 url-link.
7031
7032 * strokes.el (defgroup strokes): Remove invalid url-link.
7033
2a575769
EZ
70342006-10-07 Magnus Henoch <mange@freemail.hu>
7035
7036 * autoinsert.el (auto-insert-alist): Doc fix.
7037
f5da083e 70382006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
d3886822 7039
612f91f0
SM
7040 * mouse-sel.el (mouse-insert-selection-internal):
7041 Use insert-for-yank, so that yank handlers are run.
d3886822 7042
4a61fd6f
KS
70432006-10-07 Kim F. Storm <storm@cua.dk>
7044
7045 * ido.el (ido-file-extension-aux): Fix comparison.
7046
ee37d135
KS
70472006-10-06 Kim F. Storm <storm@cua.dk>
7048
7049 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7050
dde5dcd2
JB
70512006-10-05 Juanma Barranquero <lekktu@gmail.com>
7052
7053 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7054 (ad-make-mapped-call): Use `let', not `let*'.
7055
1d5b0c66
CY
70562006-10-05 Chong Yidong <cyd@stupidchicken.com>
7057
7058 * international/mule-cmds.el (coding-system-change-eol-conversion):
7059 Ensure the coding system is initialized before calling
7060 coding-system-eol-type.
7061
82f28564
CD
70622006-10-04 Carsten Dominik <dominik@science.uva.nl>
7063
dde5dcd2
JB
7064 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7065 (org-activate-angle-links, org-activate-dates)
7066 (org-activate-target-links, org-activate-camels)
82f28564
CD
7067 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7068 textproperty keymaps from being active beyond the end of a line.
7069 (org-unfontify-region): Also remove `rear-nonsticky' property.
7070
9d3155c6
KH
70712006-10-04 Kenichi Handa <handa@m17n.org>
7072
7073 * international/code-pages.el (next): Table fixed.
7074
7629d417
SM
70752006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7078 that it's been made unnecessary by removing narrowing.
7079
49c7a608
SM
70802006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7083 control flow a bit, simplify another bit, and add comments.
7084
f3b5dd74
DK
70852006-10-03 David Kastrup <dak@gnu.org>
7086
7087 * help.el (describe-mode): For clicks on mode-line, use "@"
7088 interactive argument to get the major mode of the click instead of
7089 the current buffer.
7090
7091 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7092 in order to better redirect mouse-2 clicks. Also allow default
7093 bindings to apply.
7094
73812be6
KS
70952006-10-03 Kim F. Storm <storm@cua.dk>
7096
7097 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7098 (pushnew): Fix last change.
7099
a0370ba4
JPW
71002006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7101
7102 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7103 Use the interactive spec of `eval-expression'.
7104
8c86938f
EZ
71052006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7106
7107 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7108
dde5dcd2 71092006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6c77efbe
SJ
7110
7111 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7112 2006-09-28 commit.
7113
4e14c04c
KH
71142006-10-02 Kenichi Handa <handa@m17n.org>
7115
7116 * international/code-pages.el (iso-8859-6): Table fixed.
7117
e925d5ae 71182006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7de3f9a4
RS
7119
7120 * dired.el (dired-build-subdir-alist): Fix previous change.
7121
b1e6882f 71222006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1f8a132d
RS
7123
7124 * simple.el (undo-elt-crosses-region): Fix the inequalities.
7125
04e408d9
SM
71262006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7127
8f1a5a9b
SM
7128 * emacs-lisp/find-func.el (find-function-regexp): Don't match
7129 "define-button-type".
7130
04e408d9
SM
7131 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7132 they don't keep accumulating.
7133
7b8e334c
EZ
71342006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7135
7136 * ffap.el (ffap-rfc-path): Change the address of the RFC
04e408d9 7137 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7b8e334c 7138
65e7eb3d
EZ
71392006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
7140
7141 * allout.el (allout-expose-topic): Rectify implementation of "+"
7142 spec, so that bodies are not exposed with headlines.
7143
71442006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7145
7146 * allout.el (allout-current-depth): Do aberrent check only at or
7147 below doublecheck depth.
7148 (allout-chart-subtree): Make it explicit that LEVELS being nil
7149 means unlimited depth. Drop undocumented support for LEVELS value
7150 t meaning unlimited depth. (This is consistent with
7151 allout-chart-to-reveal, but contrary to allout-show-children,
7152 which needs to use nil to default to depth of 1.)
7153 (allout-goto-prefix-doublechecked): Wrap long docstring line.
7154 (allout-chart-to-reveal): Be explicit in docstring about meaning
7155 of nil LEVELS, and drop support for LEVELS value t.
7156 (allout-show-children): Translate the level spec used by this
7157 routine to that used by allout-chart-subtree and
7158 allout-chart-to-reveal.
7159 (allout-show-to-offshoot): Retry once when stuck, after opening
7160 subtree - improvements in discontinuity handling likely will
7161 enable progress.
7162
b0c4ae71
CY
71632006-09-30 Chong Yidong <cyd@stupidchicken.com>
7164
7165 * wid-edit.el (widget-button-click-moves-point): New variable.
7166 (widget-button-click): If widget-button-click-moves-point is
1a408ced 7167 non-nil, set point after performing the button action.
b0c4ae71
CY
7168
7169 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7170
e2247cd0
EZ
71712006-09-30 Martin Rudalics <rudalics@gmx.at>
7172
04e408d9 7173 * files.el (find-file-existing): Modify to not allow wildcards.
e2247cd0 7174
00fa4024
EZ
71752006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7176
7177 * simple.el (undo-more): When undo information for the region is
7178 exhausted, say "No further undo information FOR REGION".
7179
57763824
EZ
71802006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7181
04e408d9
SM
7182 * progmodes/sh-script.el (sh-prev-thing):
7183 Take `sh-leading-keywords' into account.
57763824 7184
ee53ec68
GM
71852006-09-29 Glenn Morris <rgm@gnu.org>
7186
f4d82e00
GM
7187 * custom.el (defcustom): Doc fix.
7188
04e408d9
SM
7189 * calendar/calendar.el (european-calendar-style):
7190 Call european-calendar or american-calendar as needed when set.
ee53ec68
GM
7191 (diary-view-entries, list-calendar-holidays): Move autoloads
7192 before use.
7193
f9df5f68
JL
71942006-09-29 Juri Linkov <juri@jurta.org>
7195
7196 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7197 to nil if there is no previous property change.
7198
3a6df531 71992006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
31b7fa51
CY
7200
7201 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7202 saving anything to be sure that `forward-sexp' behaves correctly.
7203
e94e78cc
CY
72042006-09-29 Chong Yidong <cyd@stupidchicken.com>
7205
7206 * simple.el (line-move-finish): Ignore field boundaries if the
7207 initial and final points have the same `field' property.
7208
f45b66b9
KS
72092006-09-29 Kim F. Storm <storm@cua.dk>
7210
7211 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7212 to t while calling ido-read-internal.
7213
86cc4a71
CD
72142006-09-29 Carsten Dominik <dominik@science.uva.nl>
7215
7216 * textmodes/org.el (org-file-remote-p): Get regexp from list.
04e408d9 7217 (org-archive-subtree): Remove erraneous `]' from character list.
86cc4a71 7218
ddd1c214
JY
72192006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
7220
7221 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7222 (ses-reconstruct-all): Make undo of "insert row" work by keeping
7223 markers for data-area and parameters-area.
7224
efa0c0ef
SM
72252006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7226
472e1031
SM
7227 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7228
efa0c0ef
SM
7229 * font-lock.el (font-lock-after-change-function): Refontify next line
7230 as well if end is at BOL.
7231 (font-lock-extend-jit-lock-region-after-change): Be more careful to
7232 only extend the region as much as needed.
7233
de25ebb8
RS
72342006-09-28 Richard Stallman <rms@gnu.org>
7235
7236 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7237
7238 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7239
efa0c0ef 7240 * international/mule.el (after-insert-file-set-coding):
de25ebb8 7241 If VISIT, don't let set-buffer-multibyte make undo info.
efa0c0ef 7242
dde5dcd2 72432006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
e4eb8462
CY
7244
7245 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7246 lines in base64-encoded authentication response.
7247
ed0aa46c
VJL
72482006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7249
7250 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7251 (ebnf-version): New version 4.3.
7252 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7253 (ebnf-prologue): Adjust PostScript programming.
7254 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7255 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7256
c1860747
SM
72572006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7258
be956324
SM
7259 * jit-lock.el (jit-lock-force-redisplay): Rename from
7260 jit-lock-fontify-again, and undo the mistaken change I've just done.
7261
c1860747
SM
7262 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7263 (jit-lock-fontify-again): Don't refontify text that's not displayed.
7264
eb89917c
KH
72652006-09-26 Kenichi Handa <handa@m17n.org>
7266
7267 * startup.el (display-splash-screen): Allow a prefix argument.
7268
daea741e
JR
72692006-09-25 Jason Rumney <jasonr@gnu.org>
7270
7271 * subr.el (shell-quote-argument): Use DOS logic for Windows
7272 shells with DOS semantics.
7273
de25ebb8
RS
72742006-09-24 Richard Stallman <rms@gnu.org>
7275
7276 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7277 (compilation-goto-locus): Use compilation-goto-locus-delete-o
7278 to delete the overlay. Put it on pre-command-hook.
7279
7280 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7281
f45b66b9 7282 * startup.el (fancy-splash-screens, normal-splash-screen):
de25ebb8
RS
7283 Call the splash buffer *About GNU Emacs*.
7284
f45b66b9 7285 * simple.el (next-error-highlight, next-error-highlight-no-select):
de25ebb8
RS
7286 Default to 0.5.
7287 (yank-excluded-properties): Add `fontified'.
7288
7289 * font-lock.el (font-lock-compile-keywords): Allow value of
7290 syntax-begin-function to enable paren-column-0 highlighting.
7291
e925d5ae 72922006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
de25ebb8
RS
7293
7294 * dired.el (dired-build-subdir-alist): When file ends in colon,
7295 don't exit the loop, just disregard that file.
7296
963355a4
CY
72972006-09-24 Chong Yidong <cyd@stupidchicken.com>
7298
7299 * simple.el (line-move-finish): Handle corner case for fields in
7300 continued lines.
7301 (line-move-1): Remove flawed test for that case.
7302
3f56acf9
CY
73032006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
7304
7305 * icomplete.el (icomplete-simple-completing-p): Use the correct
7306 name for the new variable, `icomplete-with-completion-tables'.
7307 (file local variables): Remove superfluous setting.
7308
47c131a0
GM
73092006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7310
7311 * calendar/appt.el (appt-check): Fix typo for appointments just
7312 after midnight.
7313
98da283b
CY
73142006-09-23 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * help.el (describe-key-briefly, describe-key): Don't expect an
7317 extra up event if a down-event is generated by a popup menu.
7318
dde5dcd2 73192006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
e42a01cb
CY
7320
7321 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7322 local dictionary when changing the global dictionary.
7323
397e713b
CY
73242006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
7325
7326 * icomplete.el (icomplete-with-completion-tables): List of
7327 specialized completion tables with which icomplete should
7328 operate. Include the new `internal-complete-buffer', so icomplete
7329 works with interactive buffer-selection.
7330 (icomplete-simple-completing-p): Add acceptance of specialized
7331 completion tables listed in icomplete-with-completion-tables.
7332
1e2d7573
YM
73332006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7334
7335 * frame.el (focus-follows-mouse): Set default to nil on Mac.
7336
7337 * startup.el (command-line): Use `custom-reevaluate-setting' for
7338 `focus-follows-mouse'.
7339
a9af8380
RS
73402006-09-22 Richard Stallman <rms@gnu.org>
7341
7342 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7343 explain why Save is not available.
7344
da37d01f
JB
73452006-09-22 Juanma Barranquero <lekktu@gmail.com>
7346
7347 * woman.el (woman0-so): Use `let*', not `let'.
7348 (woman-horizontal-line): Remove unbalanced parenthesis.
7349
8cc8239e
SM
73502006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * woman.el: Make sure all the end-of-region markers we use have
7353 a non-nil insertion-type.
7354 (woman0-so): Move things around so we can use copy-marker.
7355 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7356 Adjust marker type.
7357 (woman2-process-escapes): Check marker type.
7358 (woman-horizontal-line): Dispense with the use of a marker.
7359
eb8c8b04
JB
73602006-09-22 Jay Belanger <belanger@truman.edu>
7361
7362 * calc/calc-lang.el: Add Greek letters to math-variable-table
7363 property of tex.
7364
16abdbe6
CY
73652006-09-22 Chong Yidong <cyd@stupidchicken.com>
7366
7629d417 7367 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
16abdbe6 7368
1d8f4cb6
MY
73692006-09-22 Masatake YAMATO <jet@gyve.org>
7370
7371 * add-log.el (add-log-current-defun): Use `forward-sexp'
7372 instead of `forward-word' to pick c++::symbol.
3b2452fd 7373 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
1d8f4cb6 7374
2e77924d
KH
73752006-09-22 Kenichi Handa <handa@m17n.org>
7376
7377 * bindings.el: Fix setting self-insert-command for multibyte
7378 characters in global-map.
7379
89bf250e
DK
73802006-09-21 David Kastrup <dak@gnu.org>
7381
7382 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7383 doc string.
7384
8584826b
KH
73852006-09-21 Kenichi Handa <handa@m17n.org>
7386
7387 * language/european.el ("Latin-1"): Add windows-1252 to
7388 coding-priority.
7389 ("German"): Likewise.
7390
b521ddce
KS
73912006-09-21 Kim F. Storm <storm@cua.dk>
7392
7393 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7394 Suggested by Miles Bader.
7395
7396 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
7397 instead of add-to-list in the simple case.
7398
01e0132d
KH
73992006-09-20 Kenichi Handa <handa@m17n.org>
7400
7629d417 7401 * isearch.el (isearch-process-search-char): Cancel the previous change.
01e0132d
KH
7402 (isearch-search-string): New function.
7403 (isearch-search): Use isearch-search-string.
7404 (isearch-lazy-highlight-search): Likewise.
7405
502ca00a
VJL
74062006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7407
7f7f218c
VJL
7408 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7409 string to become an option.
502ca00a 7410
02bb2aab
SM
74112006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7414
a4df1f8b
KS
74152006-09-20 Kim F. Storm <storm@cua.dk>
7416
7417 * simple.el (line-move-partial): Call pos-visible-in-window-p with
7418 position t instead of trying both window-end and window-end - 1.
7419
cd3af09d
CD
74202006-09-20 Carsten Dominik <dominik@science.uva.nl>
7421
7422 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7423 hidden trees.
7424
1d45e02e
DK
74252006-09-20 David Kastrup <dak@gnu.org>
7426
9ed38a84
DK
7427 * mouse.el (mouse-posn-property): Improve doc string.
7428 (mouse-on-link-p): Change buffers for function calls on links.
7429
02bb2aab 7430 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
1d45e02e
DK
7431 buffer is read-only.
7432
3e7678c8 74332006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
1b4d97b2
CY
7434
7435 * allout.el (allout-unprotected): Let inhibit-read-only only when
7436 buffer-read-only isn't set.
7437 (allout-annotate-hidden): Enable topic annotation during copies even
7438 when the buffer is read-only, eg for topic copies. Ensure that the loop
1a408ced
JB
7439 advances, even when the span extends beyond the deletion region.
7440 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
1b4d97b2
CY
7441 rather than allout-exposure-changed-hook, as a stronger assertion.
7442 (allout-keybindings-list): Add bindings for
7443 allout-copy-line-as-kill and allout-copy-topic-as-kill.
02bb2aab
SM
7444 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7445 Copy wrappers for allout-kill-line and allout-kill-topic.
1b4d97b2
CY
7446 (allout-listify-exposed): Position correctly to accumulate lines.
7447
fef11f15
CY
74482006-09-19 Chong Yidong <cyd@stupidchicken.com>
7449
7450 * simple.el (line-move-1): Escape field boundaries occurring
7451 exactly at point. Update goal column if constrained to a field.
02bb2aab 7452 (line-move-finish): Escape field boundaries occurring exactly at point.
fef11f15 7453
e9ae308c
SM
74542006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7455
7456 * mouse.el (mouse-on-link-p): Tentatively fix last change.
7457 (mouse-drag-vertical-line): Remove unused var `wconfig'.
7458
7bbc67d2
KS
74592006-09-19 Kim F. Storm <storm@cua.dk>
7460
06e6b4be
KS
7461 * help.el (describe-key-briefly, describe-key): Simplify printing
7462 of descriptions by using format and %S. Fix "is undefined"
7463 messages to say "at that spot" for mouse events.
7464
7bbc67d2
KS
7465 * simple.el (line-move-partial): Optimize. Try window-line-height
7466 before posn-at-point to get vpos of current line.
7467
f573c8b0 74682006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7bbc67d2 7469
95f5a37f 7470 * viper.el: Bump up version/date of update to reflect the substantial
f573c8b0 7471 changes done in August 2006.
7bbc67d2 7472
95f5a37f 7473 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
f573c8b0 7474 are defined.
7bbc67d2 7475
95f5a37f 7476 * ediff-util.el (ediff-add-to-history): New function.
7bbc67d2 7477
95f5a37f 7478 * ediff.el: Use ediff-add-to-history instead of add-to-history.
7bbc67d2 7479
2b1119a0
RS
74802006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7481
7482 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
e9ae308c
SM
7483 Delete duplicate make-local-variable form.
7484 (conf-space-keywords): Add autoload cookie.
7485 Fix typo (`keywords', not `keyword').
2b1119a0 7486
c4823934
JD
74872006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7488
7489 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7490 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
1a408ced 7491 to x-gtk-use-old-file-dialog.
c4823934 7492
0c577361
RS
74932006-09-18 Richard Stallman <rms@gnu.org>
7494
7495 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7496 that might come in during mouse tracking.
7497
661bdc06
KS
74982006-09-18 Kim F. Storm <storm@cua.dk>
7499
7500 * simple.el (line-move-partial): Rework 2006-09-15 change to use
7501 new window-line-height function. Further optimize by not calling
7502 pos-visible-in-window-p for window-end when window-line-height
7503 returns useful information.
7504
ddec2286
RS
75052006-09-16 Richard Stallman <rms@gnu.org>
7506
7507 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7508 (conf-space-mode): Don't handle prefix arg.
7509 Delete conf-space-keywords-override code.
7510 Use add-hook.
7511 (conf-space-keywords): New command.
7512 (conf-space-mode-internal): Be careful with imenu-generic-expression.
7513 Delete conf-space-keywords-override code.
7514 (conf-space-keywords-alist): Doc fix.
7515 (conf-space-font-lock-keywords): Doc fix.
7516 (conf-space-keywords-override): Var deleted.
7517
118d23f8
CY
75182006-09-16 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * startup.el (fancy-splash-screens): Don't switch to the scratch
7521 buffer; it may not be the next buffer.
7522
c7abb182
RF
75232006-09-16 Romain Francoise <romain@orebokech.com>
7524
7525 * saveplace.el (load-save-place-alist-from-file): Use expanded name
7526 in both messages.
7527
be8b7dbd
RS
75282006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
7529
7530 * progmodes/python.el (python-preoutput-filter):
7531 Fix arg order to string-match.
7532
9af0a0b9
RS
75332006-09-16 Richard Stallman <rms@gnu.org>
7534
7535 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7536 font-lock-compile-keywords.
7537
7538 * font-lock.el (font-lock-compile-keywords): Rename optional arg
7539 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
7540
b984fed9
JD
75412006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7542
b1707a95
JD
7543 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7544
b984fed9
JD
7545 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7546 and the data doesn't look like UTF8, send STRING instead.
7547
4fc9bd56 75482006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
5c823193 7549
e9ae308c
SM
7550 * textmodes/flyspell.el (flyspell-check-region-doublons):
7551 New function to detect duplicated words.
5c823193
CY
7552 (flyspell-large-region): Use it.
7553
095f9ae4
CY
75542006-09-16 Chong Yidong <cyd@stupidchicken.com>
7555
7556 * simple.el (line-move-to-column): Revert 2006-08-03 change.
7557
0f101663
EZ
75582006-09-16 Eli Zaretskii <eliz@gnu.org>
7559
7560 * help.el (describe-prefix-bindings): Use let, not let*.
7561
8a559d4e 75622006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
d8350998
CY
7563
7564 * allout.el (allout-regexp, allout-line-boundary-regexp)
7565 (allout-bob-regexp): Correct grouping and boundaries to fix
7566 backwards traversal.
e9ae308c
SM
7567 (allout-depth-specific-regexp, allout-depth-one-regexp):
7568 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
d8350998
CY
7569 worse time in allout-ascend.
7570 (allout-doublecheck-at-and-shallower): Identify depth threshold
7571 below which topics are checked for and disqualified by containment
7572 discontinuities.
7573 (allout-hotspot-key-handler): Correctly handle multiple-key
7574 strokes. Remove some unused variables.
7575 (allout-mode-leaders): Clarify that mode-specific comment-start
8a559d4e 7576 will be used.
d8350998
CY
7577 (set-allout-regexp): Correctly regexp-quote allout regexps to
7578 properly accept alternative header-leads and primary bullets with
7579 regexp-specific characters (eg, C "/*", mathematica "(*").
7580 Include new regular expressions among those configured.
e9ae308c
SM
7581 (allout-infer-header-lead-and-primary-bullet):
7582 Rename allout-infer-header-lead.
7583 (allout-recent-depth): Manifest as a variable as well as a function.
d8350998 7584 (allout-prefix-data): Simplify into an inline instead of a macro,
8a559d4e
EZ
7585 assuming current match data rather than being explicitly passed
7586 it. Establish allout-recent-depth value as well as
d8350998
CY
7587 allout-recent-prefix-beginning and allout-recent-prefix-end.
7588 (allout-aberrant-container-p): True when an item's immediate
7589 offspring discontinuously contained. Useful for disqualifying
7590 unintended topic prefixes, likely at low depths.
e9ae308c 7591 (allout-goto-prefix-doublechecked): Elaborate version of
d8350998 7592 allout-goto-prefix which disqualifies aberrant pseudo-items.
8a559d4e
EZ
7593 (allout-pre-next-prefix): Layer on top of lower-level routines, to
7594 get disqualification of aberrant containers.
7595 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7596 containers.
d8350998
CY
7597 (allout-beginning-of-current-entry): Position at start of buffer
7598 when in container (depth 0) entry.
7599 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7600 (allout-current-bullet): Strip text properties.
7601 (allout-get-prefix-bullet): Use right match groups.
e9ae308c
SM
7602 (allout-beginning-of-line, allout-next-heading):
7603 Disqualify aberrant containers.
8a559d4e
EZ
7604 (allout-previous-heading): Disqualify aberrant containers, and
7605 change to regular (rather than inline) function, to allow
7606 self-recursion.
d8350998
CY
7607 (allout-get-invisibility-overlay): Increment so progress is made
7608 when the first overlay is not the sought one.
7609 (allout-end-of-prefix): Disqualify aberrant containers.
7610 (allout-end-of-line): Cycle something like allout-beginning-of-line.
7611 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7612 outline.el outlines) functional again. Change the primary bullet
7613 along with the header-lead - level 1 new-style bullets now work.
9c92edca
JB
7614 Engage allout-before-change-handler in mainline Emacs, not just
7615 XEmacs, to do undo handling.
d8350998
CY
7616 (allout-before-change-handler): Expose undo changes occurring in
7617 hidden regions. Use allout-get-invisibility-overlay instead of
7618 reimplementing it inline.
7619 (allout-chart-subtree): Use start rather than end of prefix in
7620 charts. Use allout-recent-depth variable.
7621 (allout-chart-siblings): Disqualify aberrant topics.
7622 (allout-beginning-of-current-entry): Position correctly.
7623 (allout-ascend): Use new allout-depth-specific-regexp and
8a559d4e
EZ
7624 allout-depth-one-regexp for linear instead of O(N^2) or worse
7625 behavior.
7626 (allout-ascend-to-depth): Depend on allout-ascend, rather than
7627 reimplementing an algorithm.
7628 (allout-up-current-level): Depend on allout-ascend, rather than
7629 reimplementing an algorithm. Return to start-point if we fail.
7630 (allout-descend-to-depth): Use allout-recent-depth variable
7631 instead of function.
d8350998
CY
7632 (allout-next-sibling): On traversal of numerous intervening
7633 topics, resort to economical allout-next-sibling-leap.
7634 (allout-next-sibling-leap): Specialized version of
7635 allout-next-sibling that uses allout-ascend cleverly, to depend on
7636 a regexp search to leap large numbers of contained topics, rather
7637 than arbitrarily many one-by-one traversals.
7638 (allout-next-visible-heading): Disqualify aberrant topics.
6cb66a31
JB
7639 (allout-previous-visible-heading): Position consistently when
7640 interactive.
d8350998 7641 (allout-forward-current-level): Base on allout-previous-sibling
8a559d4e
EZ
7642 rather than (differently) reimplmenting the algorithm. Remove some
7643 unused variables.
d8350998
CY
7644 (allout-solicit-alternate-bullet): Present default choice stripped
7645 of text properties.
7646 (allout-rebullet-heading): Use bullet stripped of text properties.
e9ae308c
SM
7647 Register changes using allout-exposure-change-hook.
7648 Disregard aberrant topics.
d8350998
CY
7649 (allout-shift-in): With universal-argument, make topic a peer of
7650 it's former offspring. Simplify the code by separating out
7651 allout-shift-out functionality.
7652 (allout-shift-out): With universal-argument, make offspring peers
7653 of their former container, and its siblings. Implement the
7654 functionality here, rather than inappropriately muddling the
7655 implementation of allout-shift-in.
7656 (allout-rebullet-topic): Respect additional argument for new
7657 parent-child separation function.
7658 (allout-yank-processing): Use allout-ascend directly.
7659 (allout-show-entry): Disqualify aberrant topics.
7660 (allout-show-children): Handle discontinuous children gracefully,
7661 extending the depth being revealed to expose them and posting a
7662 message indicating the situation.
7663 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7664 Leave cursor in correct position.
7665 (allout-hide-current-subtree): Use allout-ascend directly.
7666 Disqualify aberrant topics.
7667 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7668 a way that the yanks can restore it, as used to happen.
7669 (allout-yank-processing): Restore exposure layout as recorded by
7670 allout-kill-*, as used to happen.
7671 (allout-annotate-hidden, allout-hide-by-annotation): New routines
7672 for preseving and restoring exposure layout across kills.
7673 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7674 (allout-encrypt-string): Strip text properties.
7675 Rearranged order and outline-headings for some of the
7676 miscellaneous functions.
7677 (allout-resolve-xref): No need to quote the error name in the
7678 condition-case handler section.
7679 (allout-flatten): Classic recursive (and recursively intensive,
7680 without tail-recursion) list-flattener, needed by allout-shift-out
7681 when confronted with discontinuous children.
7682
8a559d4e
EZ
76832006-09-16 Jason Rumney <jasonr@gnu.org>
7684
7685 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7686 on ms-windows.
7687 (dnd-open-unc-file): Remove.
7688 (dnd-open-local-file): Mention in doc string that it also handles
7689 remote files if the system natively supports unc file-names.
7690
76912006-09-15 Kim F. Storm <storm@cua.dk>
7692
7693 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7694 all necessary information about the event before erasing *Help*.
7695
7696 * simple.el (line-move-partial): Use window-line-visiblity to
7697 quickly check whether last line is partially visible, and only do
7698 the hard (and slow) part in that case.
7699
77002006-09-15 Jay Belanger <belanger@truman.edu>
7701
7702 * COPYING: Replace "Library Public License" by "Lesser Public
7703 License" throughout.
7704
77052006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7706
7707 * term/x-win.el (x-menu-bar-open): New function for F10.
7708
77092006-09-15 Chong Yidong <cyd@stupidchicken.com>
7710
7711 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7712 Disallow filenames containing " -" to avoid confusion with libtool
7713 compilation messages. Suggested by Stefan Monnier.
7714
77152006-09-15 David Kastrup <dak@gnu.org>
7716
7717 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7718 instead of buffer position for `mouse-on-link-p'.
7719
7720 * mouse.el (mouse-posn-property): New function looking up the
7721 properties at a click position in overlays and text properties in
7722 either buffer or strings.
7723 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7724 of both `follow-link' as well as `mouse-face' properties.
7725 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7726 buffer position.
7727
7728 * help.el (describe-key-briefly): When reading a down-event on
7729 mode lines or scroll bar, swallow the following up event, too.
7730 Use the new mouse sensitity of `key-binding' for lookup.
7731 (describe-key): The same here.
7732
77332006-09-15 Juanma Barranquero <lekktu@gmail.com>
7734
7735 * play/life.el (life-patterns): Add a few more interesting patterns.
7736 (life-setup): Force `show-trailing-whitespace' to nil.
7737
77382006-09-14 Richard Stallman <rms@gnu.org>
7739
7740 * startup.el (fancy-splash-text): Change text to improve alignment.
7741 (fancy-splash-screens): Don't set non-standard tab width.
7742 Bind cursor-type temporarily, and make it easy to patch to
7743 preserve the splash buffer.
7744 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7745 (fancy-splash-screens): Display echo-area message explicitly.
7746 Don't set fancy-splash-help-echo.
7747
7748 * simple.el (line-number-mode): Group mode-line instead of
7749 editing-basics.
7750 (column-number-mode, size-indication-mode): Likewise.
7751
7752 * faces.el (mode-line-faces): Group mode-line instead of modeline.
7753
7754 * time.el (display-time): Group mode-line instead of modeline.
7755
e9ae308c 7756 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8a559d4e 7757
aa260907
CY
77582006-09-14 Chong Yidong <cyd@stupidchicken.com>
7759
7760 * startup.el (fancy-splash-text): Move editing instructions to
7761 fancy-splash-head.
7762 (fancy-splash-head): Issue editing instructions.
7763 (fancy-splash-screens): Fixup whitespace.
7764
b14f0dc3
SM
77652006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * bindings.el (mode-line-buffer-identification-keymap):
7768 Remove duplicate line.
7769
bf8b0f8b
KS
77702006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7771
7772 * ido.el (ido-ignore-item-p): Allow any kind of functions in
7773 ignore lists.
7774
36961efd
KS
77752006-09-14 Kim F. Storm <storm@cua.dk>
7776
7777 * jit-lock.el (jit-lock-fontify-again): New function.
7778 (jit-lock-fontify-now): Use it instead of lambda form.
7779
87bbe2fd
RS
77802006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
7781
7782 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
7783 (flyspell-auto-correct-word): Make ispell-filter local to these
7784 functions. Check that ispell-filter has new stuff before calling
7785 ispell-parse-output.
36961efd 7786
87bbe2fd 77872006-09-13 Kim F. Storm <storm@cua.dk>
f8b11c97
KS
7788
7789 * simple.el (line-move-partial): Optimize.
7790
9aeec4c2
RS
77912006-09-13 Richard Stallman <rms@gnu.org>
7792
b14f0dc3
SM
7793 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
7794 Delete spurious backquote.
9aeec4c2 7795
b96572ff
CY
77962006-09-07 Ryan Yeske <rcyeske@gmail.com>
7797
7798 * net/rcirc.el (rcirc-print): Fix last change.
7799
99992264
JB
78002006-09-12 Jay Belanger <belanger@truman.edu>
7801
7802 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
7803
d40ac716
CY
78042006-09-07 Ryan Yeske <rcyeske@gmail.com>
7805
7806 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
7807 rcirc-show-maximum-output.
7808 (rcirc-mode): Remove window-scroll-function hook.
7809 (rcirc-scroll-to-bottom): Remove function.
7810 (rcirc-print): Recenter so point stays at the bottom of the window
7811 if point was already there.
7812
4b1aaa8b
PE
78132006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7814
7815 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
7816 not to "t".
7817 * progmodes/compile.el (compilation-start): Likewise.
7818 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7819 Don't use expand-file-name on invocation-directory, since this
7820 might mishandle special characters in invocation-directory.
7821
afc05254
SM
78222006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * pcvs-defs.el: Remove * in defcustom's docstrings.
7825
df072bff
NR
78262006-09-12 Nick Roberts <nickrob@snap.net.nz>
7827
afc05254 7828 * progmodes/compile.el (compilation-directory-properties):
df072bff
NR
7829 Doc fix for help-echo.
7830
503fac66
RF
78312006-09-12 Lars Hansen <larsh@soem.dk>
7832
4cffefee
LH
7833 * desktop.el (desktop-read): Add comment.
7834
73313acc
KS
78352006-09-12 Kim F. Storm <storm@cua.dk>
7836
9cd4a6a1
KS
7837 * simple.el (next-error-highlight, next-error-highlight-no-select):
7838 Fix spelling error.
7839
73313acc
KS
7840 * subr.el (sit-for): Rework to use input-pending-p and cond.
7841 Return nil input is pending on entry also for SECONDS <= 0.
7842 (while-no-input): Use input-pending-p instead of sit-for.
7843
6d3c944b
RS
78442006-09-11 Richard Stallman <rms@gnu.org>
7845
73313acc 7846 * simple.el (next-error-highlight, next-error-highlight-no-select):
6d3c944b
RS
7847 Fix custom type and doc strings.
7848
cb9a30c8
SM
78492006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7850
7851 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7852 (diff-apply-hunk): Use it to ask for confirmation.
7853
e027c6e4
RS
78542006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7855
7856 * emacs-lisp/cl.el (pushnew): Add missing `,'.
7857
bcd8e1a9
DK
78582006-09-11 David Kastrup <dak@gnu.org>
7859
7860 * help.el (string-key-binding, describe-key-briefly)
7861 (describe-key): Remove `string-key-binding' and its callers since
7862 `key-binding' already caters for the proper lookup now.
7863
a8b7149d
SM
78642006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7865
afc05254 7866 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7efd03c3
SM
7867 (cfengine-mode): Use it. Fix \ syntax to be like /.
7868
a8b7149d
SM
7869 * bindings.el (mode-line-buffer-identification-keymap):
7870 Move initialization into declaration.
7871
606fd469
KS
78722006-09-10 Kim F. Storm <storm@cua.dk>
7873
7874 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
7875 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
7876 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
7877 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
7878
bd5a7fe2
RS
78792006-09-10 Richard Stallman <rms@gnu.org>
7880
c62a8073
RS
7881 * dired-aux.el: Handle errors in recursive copy usefully.
7882 (dired-create-files-failures): New variable.
7883 (dired-copy-file): Remove condition-case.
7884 (dired-copy-file-recursive): Check for errors on all file
7885 operations, and add them to dired-create-files-failures.
7886 Check file file-date-erorr here too.
7887 (dired-create-files): Check dired-create-files-failures
7888 and report those errors too.
7889
bd5a7fe2
RS
7890 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
7891
7892 * subr.el (add-to-list): New argument COMPARE-FN.
7893
3b5e5e30
RS
78942006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7895
7896 * filecache.el (file-cache-add-directory)
7897 (file-cache-add-directory-list, file-cache-add-file)
7898 (file-cache-add-directory-using-find)
7899 (file-cache-add-directory-using-locate)
7900 (file-cache-add-directory-recursively): Add autoloads.
7901
1d7b95f5
RS
79022006-09-09 Richard Stallman <rms@gnu.org>
7903
a8b7149d
SM
7904 * textmodes/conf-mode.el (conf-space-mode):
7905 Use hack-local-variables-hook instead of calling hack-local-variables.
1d7b95f5 7906 (conf-space-keywords-override): New variable.
dd3a63bf
RS
7907 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
7908 (conf-space-mode): Always make conf-space-keywords and
7909 conf-space-keywords-override local.
7910 Call conf-space-mode-internal directly as well as via hook.
1d7b95f5 7911
0b01faca
SM
79122006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7913
7914 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
7915 quasi-keywords.
7916
46d6e692
SM
79172006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7918
d8ca7d34
SM
7919 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
7920 (python-send-string): Be slightly more careful about adding \n.
7921
46d6e692
SM
7922 * startup.el (normal-splash-screen): Don't display the buffer if we'll
7923 kill it right away anyway.
7924
fbb0d4f9
EZ
79252006-09-09 Eli Zaretskii <eliz@gnu.org>
7926
7927 * international/codepage.el (cp850-decode-table): Fix a few codes.
7928 (cp858-decode-table): New variable.
7929
c048d606
EZ
79302006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7931
7932 * net/ldap.el (ldap-search-internal): Doc fix.
7933
c98557ae
EZ
79342006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7935
33aba6a0
EZ
7936 * play/life.el (life-display-generation): Test for input manually if
7937 `sleeptime' is negative or null.
7938
c98557ae
EZ
7939 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
7940 (print-region-1): Substitute `%s' with the page title.
7941
7b260017
EZ
79422006-09-09 Matt Hodges <MPHodges@member.fsf.org>
7943
7944 * locate.el (locate-current-search): New variable.
7945 (locate): Set buffer local value. Use current buffer if it is
7946 in Locate mode.
7947 (locate-mode): Disable undo here.
46d6e692
SM
7948 (locate-do-setup): Use locate-current-filter from buffer to be killed.
7949 (locate-update): Use locate-current-search and locate-current-filter.
7b260017 7950
e24f9e5a
DK
79512006-09-08 David Kastrup <dak@gnu.org>
7952
46d6e692 7953 * desktop.el (desktop-read): When loading a desktop, disable
e24f9e5a
DK
7954 saving it while the load progresses, and switch off a pending lazy
7955 load by calling `desktop-lazy-abort'.
7956
612c16f1
CY
79572006-08-27 Martin Rudalics <rudalics@gmx.at>
7958
7959 * window.el (mouse-autoselect-window-timer)
7960 (mouse-autoselect-window-position)
7961 (mouse-autoselect-window-window)
7962 (mouse-autoselect-window-now): New vars.
7963 (mouse-autoselect-window-cancel)
7964 (mouse-autoselect-window-select)
7965 (mouse-autoselect-window-start): New functions.
7966 (handle-select-window): Call `mouse-autoselect-window-start' when
7967 delayed window autoselection is enabled.
7968
7969 * cus-start.el (mouse-autoselect-window): Handle delayed window
7970 autoselection.
7971
7972 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
7973 commands after which it is allowed to print in the echo area.
7974
af09dd78
RS
79752006-09-08 Richard Stallman <rms@gnu.org>
7976
7977 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
7978
7979 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
7980 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
7981
7982 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
7983 (cancel-timer-internal): Add doc string.
7984 (cancel-function-timers): Doc fix.
7985 (with-timeout-handler, timer-event-last*): Add doc strings.
7986
7987 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
7988
7989 * files.el (risky-local-variable-p): Match ...-bindat-spec.
7990
7991 * dired.el (dired-log-summary): Add doc string.
7992
8d4bf0e5 7993 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
af09dd78
RS
7994 (custom-group-menu-create): Not here.
7995
4b87a412
CD
79962006-09-08 Carsten Dominik <dominik@science.uva.nl>
7997
46d6e692 7998 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4b87a412 7999
9deaefb7
YM
80002006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8001
97df8464 8002 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9deaefb7
YM
8003 (mac-apple-event-map): Define its handler.
8004
32553711
CY
80052006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8006
8007 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8008
9c92edca 80092006-09-07 Magnus Henoch <mange@freemail.hu>
82741a5e
CY
8010
8011 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8012 clause.
8013
ea71ffe8
CY
80142006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8015
8016 * info.el (Info-index): Bind completion-ignore-case.
8017
23f2d048
SM
80182006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8021 previous commit.
8022 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8023 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8024 burp in dedicated windows.
8025 (inferior-prolog-self-insert-command): New command.
8026 (inferior-prolog-mode-map): Use it.
8027
656065bd
RS
80282006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8029
8030 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8031
8032 * international/code-pages.el: Add cp858.
8033
1df4d4a8
JD
80342006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8035
8036 * dnd.el: Fix bootstrapping.
8037
80382006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
c79b0f8f
JD
8039
8040 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8041 (dnd-open-remote-url): New function.
8042 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8043 not windows-nt.
8044
dad2e044 80452006-09-07 Jason Rumney <jasonr@gnu.org>
c79b0f8f
JD
8046
8047 * dnd.el (dnd-open-remote-file-function): New variable.
8048 (dnd-open-unc-file): New function.
8049 (dnd-open-file): Call dnd-open-remote-file-function if set.
8050
31a7c2ff
MB
80512006-09-06 Daiki Ueno <ueno@unixuser.org>
8052
8053 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8054 pgg-passphrase-coding-system rather than locale-coding-system.
8055 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8056
e959542d
SM
80572006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8058
d364dee6
SM
8059 * progmodes/prolog.el: Remove * in docstrings.
8060 (prolog-program-name): Add SWI prolog.
8061 (prolog-mode-menu): New menu.
8062 (prolog-mode): Set comment-add.
8063 (prolog-indent-line): Simplify. Use indent-line-to.
8064 (inferior-prolog-buffer): New var.
8065 (inferior-prolog-run, inferior-prolog-process): New funs.
8066 (run-prolog, switch-to-prolog): Rewrite, using them.
8067 (prolog-consult-region): Use inferior-prolog-buffer.
8068 (inferior-prolog-load-file): New function.
8069 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8070
4a3608f5
SM
8071 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8072 last word, if it's not the end of the paragraph.
8073
e959542d
SM
8074 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8075 file name.
8076
2ca43ca5
KS
80772006-09-06 Ralf Angeli <angeli@caeruleus.net>
8078
8079 * frame.el (display-mm-dimensions-alist): New defcustom.
8080 (display-mm-height, display-mm-width): Use it.
8081
8bf5f8c5
SJ
80822006-09-06 Simon Josefsson <jas@extundo.com>
8083
8084 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8085
588daab2
NR
80862006-09-06 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8089 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8090 string values.
8091
902f06ed
KS
80922006-09-06 Kim F. Storm <storm@cua.dk>
8093
8094 * simple.el (line-move-partial): New function to do vscrolling for
8095 partially visible images / tall lines. Rewrite based on code
8096 previously in line-move. Simplify backwards vscrolling.
8097 (line-move): Use it. Simplify.
8098
865e69c8
KS
80992006-09-05 Kim F. Storm <storm@cua.dk>
8100
8101 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8102
6e1a9597
CY
81032006-09-05 Chong Yidong <cyd@stupidchicken.com>
8104
8105 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8106 Process the `gcc-include' after the `gnu' rule.
8107
d07a839e
KS
81082006-09-05 Kim F. Storm <storm@cua.dk>
8109
8110 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8111
8fbdffe5
MB
81122006-09-05 Daiki Ueno <ueno@unixuser.org>
8113
8114 * pgg.el (pgg-clear-string): Alias to clear-string for backward
8115 compatibility.
8116
8117 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8118 inhibit-redisplay; encode passphrase with locale-coding-system.
8119
652bf3a1
DN
81202006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8121
8122 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8123
eebb17af
NR
81242006-09-05 Nick Roberts <nickrob@snap.net.nz>
8125
8126 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8127 (gdb-var-list-children-regexp): Make type field optional.
8128
8129 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8130 e.g public, protected in C++.
8131
d0fd0916
JPW
81322006-09-04 John Paul Wallington <jpw@pobox.com>
8133
8134 * simple.el (completion-show-help): New defcustom.
8135 (completion-setup-function): Heed it.
8136
bb68962b
DN
81372006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8138
8139 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8140
bae12237
RS
81412006-09-04 Richard Stallman <rms@gnu.org>
8142
8f921acb
RS
8143 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8144 (rsf-min-region-to-spam-list): Doc fix.
8145 (rsf-add-content-type-field): Doc fix.
8146
bae12237
RS
8147 * simple.el (kill-region): Explicitly test there is a region.
8148
82695714
CY
81492006-09-04 Chong Yidong <cyd@stupidchicken.com>
8150
8151 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8152 sendmail in several common directories.
8153
dad2e044 8154 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
82695714
CY
8155
8156 * paths.el (sendmail-program): Removed.
8157
d7093904
MB
81582006-09-04 Daiki Ueno <ueno@unixuser.org>
8159
8160 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8161 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
8162 http://article.gmane.org/gmane.emacs.gnus.general/50457
8163
b1674d61
CY
81642006-09-03 Chong Yidong <cyd@stupidchicken.com>
8165
8166 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8167 mark after running the menu filter.
8168
35f111ba
JL
81692006-09-03 Juri Linkov <juri@jurta.org>
8170
8171 * international/quail.el (quail-defrule-internal): Add a check
8172 if a key is a vector.
8173
6a8c7cfe
JL
81742006-09-02 Juri Linkov <juri@jurta.org>
8175
8176 * man.el (Man-topic-history): New variable.
8177 (man): Use it.
8178
8179 * woman.el (woman-topic-history): Change defvar to defvaralias
8180 for symbol `Man-topic-history'.
8181
8182 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8183 `comint-last-output-start' is a marker by using `markerp' and
8184 check if it has a position by using `marker-position', and use
8185 this position for `goto-char'.
8186
8187 * international/quail.el (quail-defrule-internal): Add missing
8188 `error' call for null key.
8189
5c4aaa79
EZ
81902006-09-02 Ryan Yeske <rcyeske@gmail.com>
8191
8192 * rcirc.el (rcirc-keywords): New variable.
8193 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8194 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8195 variables.
8196 (rcirc-responses-no-activity): New function.
8197 (rcirc-handler-generic): Check for responses in above.
8198 (rcirc-process-command): Add ?: character to arguments of raw
8199 server commands.
8200 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8201 `rcirc-dim-nicks'.
8202 (rcirc-gray-toggle): Remove unused variable.
8203 (rcirc-print): Remove some tracking logic, which is moved into
8204 markup functions.
8205 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8206 types.
8207 (rcirc-activity-string): Look for 'keyword in activity-types.
8208 (rcirc-window-configuration-change): Don't erase overlay-arrow
8209 unnecessarily.
8210 (rcirc-add-or-remove): New function.
8211 (rcirc-cmd-ignore): Use it.
8212 (rcirc-message-leader): Remove unused function.
8213 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8214 (rcirc-add-face): New function.
8215 (rcirc-facify): Use rcirc-add-face.
8216 (rcirc-url-regexp): Add parens.
8217 (rcirc-map-regexp): Remove function.
8218 (rcirc-mangle-regexp): Remove function.
8219 (rcirc-markup-text-functions): New variable.
8220 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8221 (rcirc-markup-body-text, rcirc-markup-attributes)
8222 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8223 (rcirc-markup-bright-nicks): New markup handler functions.
8224 (rcirc-nick-in-message-full-line): New face.
8225 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8226 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8227
79f6ba1f
EZ
82282006-09-02 Martin Rudalics <rudalics@gmx.at>
8229
8230 * cus-start.el (hscroll-margin, hscroll-step)
8231 (mode-line-in-non-selected-windows, mouse-autoselect-window)
8232 (x-use-underline-position-properties): Change version to "22.1"
8233 since they will appear there for the first time.
8234
8c707380
CY
82352006-09-01 Chong Yidong <cyd@stupidchicken.com>
8236
8237 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8238
d178a6eb
RS
82392006-08-31 Richard Stallman <rms@gnu.org>
8240
8241 * cus-edit.el (custom-save-variables): Slight cleanup.
8242 (Custom-no-edit): Renamed from custom-no-edit.
8243 (Custom-newline): Renamed from custom-newline.
8244 (custom-mode-map): Use new names.
8245
8246 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8247 about customization, rather than M-x customize, in the doc string
8248 made for the defcustom.
8249
8250 * emacs-lisp/trace.el (trace-function-background): Doc fix.
8251
ca136496
RF
82522006-08-31 Romain Francoise <romain@orebokech.com>
8253
8254 * dired-x.el (dired-guess-shell-alist-default): Update.
8255
9277ee6c
SM
82562006-08-31 Michael Mauger <mmaug@yahoo.com>
8257
8258 * custom.el (custom-theme-set-variables): Autoload packages before
8259 sorting the variables.
8260
05c4a38a 82612006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9277ee6c
SM
8262
8263 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
05c4a38a 8264 chars if XEmacs.
9277ee6c
SM
8265 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8266
132579d3
SM
82672006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * progmodes/python.el (python-eldoc-function): Re-enable quit while
8270 waiting for process.
8271
762ce89d
YM
82722006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8273
8274 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8275 results in ASCII-only string, encode original one directly.
8276
08326816
RF
82772006-08-29 Romain Francoise <romain@orebokech.com>
8278
132579d3
SM
8279 * startup.el (normal-splash-screen, fancy-splash-screens):
8280 Make buffer read-only and arrange to enter view mode if necessary.
08326816 8281
ab145daf
CY
82822006-08-29 Chong Yidong <cyd@stupidchicken.com>
8283
3775cb5c
CY
8284 * hl-line.el (hl-line): New face.
8285 (hl-line-face): Use it.
8286
ab145daf
CY
8287 * image-mode.el (image-mode): Fix last fix.
8288 Suggested by Kim F. Storm.
8289
1a762140
MA
82902006-08-29 Michael Albinus <michael.albinus@gmx.de>
8291
8292 Sync with Tramp 2.0.54.
8293
8294 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8295 of `=', because `tramp-get-remote-gid' might not always return an
8296 integer when expected.
8297 (tramp-register-file-name-handlers): `partial-completion-mode' is
8298 unknown to XEmacs.
8299 (tramp-time-diff): Don't use `floor', it might fail for large
8300 differences.
8301 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8302 `tramp-auto-save-directory' if unset in order to guarantee unique
8303 auto-save file names.
8304
0e8b7151
CY
83052006-08-28 Chong Yidong <cyd@stupidchicken.com>
8306
8307 * image-mode.el (image-mode): Display image as text on a terminal.
8308
6cc91c85
SM
83092006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8310
e2ac11eb
SM
8311 * progmodes/python.el (python-send-command): Simplify.
8312 (run-python): Don't generate a new buffer unless `new' was specified.
8313 Make sure we send `import emacs' to the proper process.
8314
6cc91c85
SM
8315 * progmodes/python.el (python-send-command): Don't wait for the command
8316 to terminate. Don't fiddle with compilation-parsing-end.
8317
6081889e
CY
83182006-08-28 Chong Yidong <cyd@stupidchicken.com>
8319
6cc91c85
SM
8320 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8321 Insert commentary after first line summary.
81e213dc 8322
6081889e
CY
8323 * woman.el (woman-follow): New function, based on `man-follow'.
8324 (woman-mode-map): Use it.
8325
8326 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8327 since ibuffer-do-sort-by-recency does not define a sorter.
8328
31bf5125
KS
83292006-08-28 Kim F. Storm <storm@cua.dk>
8330
08326816 8331 * find-dired.el (find-dired): Use shell-quote-argument to properly
31bf5125
KS
8332 escape ( and ) args. Also use it on {} and ; args in default
8333 value of find-ls-option string.
8334 (find-grep-dired): Use shell-quote-argument on {} and ; args.
8335
7a210b69
MB
83362006-08-27 Michael Olson <mwolson@gnu.org>
8337
8338 * emacs-lisp/tq.el: Small grammar fix in comments.
8339 (tq-enqueue): Check for existence of queue rather than the
8340 head queue item's question, which was a no-op.
8341 (tq-filter, tq-process-buffer): Make sure the process buffer
8342 exists before making it the current buffer.
8343
eb411049
YM
83442006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8345
8346 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8347 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8348 (special-event-map): Apply 2006-08-16 change for x-win.el.
8349
42634864
SM
83502006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 * progmodes/python.el (python-send-receive): Wait in the
8353 process's buffer so as to check the right buffer-local variables.
8354
1c1095bf
SM
83552006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8356
76667462
SM
8357 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8358 (defgroup checkdoc): Move to beginning.
8359
1c1095bf
SM
8360 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8361 (python-preoutput-continuation): Remove.
8362 (python-preoutput-filter): Simplify correspondingly.
8363 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
8364 Loop around to catch embedded _emacs_out output.
8365 (run-python): Send the import&print command on a single line.
8366 (python-send-command): Send command&print on a single line.
8367 (python-send-string): Only add double \n if needed.
8368 (python-send-receive): Loop until the result comes.
8369 (python-mode-running): Defvar it.
8370 (python-setup-brm): Remove unused var `menu'.
8371 Only bind py-mode-map and `features' around brm-init.
8372 (python-calculate-indentation): Remove unused var `point'.
8373 (python-beginning-of-defun): Remove unused var `def-line'.
8374
f9de7738
RS
83752006-08-25 Richard Stallman <rms@gnu.org>
8376
8377 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8378
83f49acb 83792006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
1c1095bf
SM
8380
8381 * viper.el (viper-set-hooks): Use frame bindings for
83f49acb 8382 viper-vi-state-cursor-color.
1c1095bf 8383 (viper-non-hook-settings): Don't set default
83f49acb 8384 mode-line-buffer-identification.
1c1095bf
SM
8385
8386 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8387 (viper-set-cursor-color-according-to-state)
8388 (viper-get-saved-cursor-color-in-replace-mode)
8389 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
83f49acb 8390 viper-emacs-state-cursor-color.
1c1095bf
SM
8391
8392 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8393 (viper-undo): Use point if undo-beg-posn is nil.
8394 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8395 (viper-after-change-undo-hook): Don't use
83f49acb 8396 viper-emacs-state-cursor-color by default.
1c1095bf
SM
8397 (viper-undo): More sensible positioning after undo.
8398
8399 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8400 (viper-emacs-state-cursor-color): Default to nil, since this feature
83f49acb 8401 doesn't work well yet.
854fa43e 8402
1c1095bf
SM
8403 * ediff-mult.el (ediff-intersect-directories)
8404 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
83f49acb 8405 always expand filenames.
1c1095bf
SM
8406
84072006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8408
8409 * tumme.el: Remove * in defcustoms's docstrings.
8410
1063efe8
CY
84112006-08-24 Chong Yidong <cyd@stupidchicken.com>
8412
8413 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8414 Accept internal time format for SECS arg.
8415 (timer-relative-time): Doc fix.
8416
8417 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8418 adapted from Martin Rudalics.
8419 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8420 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8421 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8422 using sit-for.
8423
8d8dafeb
KS
84242006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
8425
8426 * cus-start.el (all): Add `overline-margin' and
8427 `x-underline-at-descent-line'.
8428
74b770de
KS
84292006-08-24 Kim F. Storm <storm@cua.dk>
8430
8431 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8432 to mean "use find -exec"; nil now unambiguously means auto-detect.
8433 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
dad2e044
JB
8434 Use shell-quote-argument to build grep-find-command and
8435 grep-find-template.
74b770de
KS
8436 (rgrep): Use shell-quote-argument to properly quote arguments to find.
8437 Reported by Tom Seddon.
8438
6e85b03c
CY
84392006-08-23 Chong Yidong <cyd@stupidchicken.com>
8440
8441 * startup.el (fancy-splash-head): Give instructions for dismissing
8442 the splash screen for default startup too.
8443 (display-startup-echo-area-message, fancy-splash-screens)
8444 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
8445 all splash text at once and keep the splash buffer around.
8446 (command-line-1): Give display-startup-echo-area-message a t arg.
8447
c4f7363c
CD
84482006-08-23 Carsten Dominik <dominik@science.uva.nl>
8449
8450 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8451 gnus frame is selected.
8452
1c059100
NR
84532006-08-23 Nick Roberts <nickrob@snap.net.nz>
8454
8455 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8456
7e1de68d
KS
84572006-08-22 Kim F. Storm <storm@cua.dk>
8458
8459 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8460 Add suffix matching for subdirs.
8461
f984fd2b 84622006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1867217a
JD
8463
8464 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8465 mouse-yank-at-point is non-nil.
8466
7d14463c
NR
84672006-08-22 Nick Roberts <nickrob@snap.net.nz>
8468
8469 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8470 a bit wider and remove fringes to fit initial output on line.
8ec94c16
SM
8471
84722006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * frame.el (blink-cursor-end): Only ignore the error we care about.
8475 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8476
28cb9364
RS
84772006-08-21 Richard Stallman <rms@gnu.org>
8478
8479 * whitespace.el (whitespace-cleanup): Doc fix.
8480
7faa3f8c
MB
84812006-08-20 Ryan Yeske <rcyeske@gmail.com>
8482
8483 * net/rcirc.el (rcirc-show-maximum-output): New var.
8484 (rcirc-buffer-process): If no buffer argument is supplied, use
8485 current-buffer.
8486 (rcirc-complete-nick): Complete to the last completed nick first.
8487 (rcirc-mode): Preserve the value of `rcirc-urls' across
8488 connections. Setup scroll function.
8489 (rcirc-scroll-to-bottom): New function.
8ec94c16
SM
8490 (rcirc-print): Use nick syntax around regexp work.
8491 Notice dim-nicks speaking only if they say our nick.
7faa3f8c
MB
8492 (rcirc-update-activity-string): Do not show the modeline indicator
8493 if there are no live rcirc processes.
8494 (rcirc-cmd-ignore): Ignore case.
8495 (rcirc-browse-url-at-point): Fix off-by-one error.
8496
65a16bef
SM
84972006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * progmodes/python.el: Remove * in defcustom docstrings.
8500 (run-python, python-proc, python-try-complete): Use derived-mode-p.
8501 (python-mode): Set tab-width and indent-tabs-mode.
8502
c7e8d385
SM
85032006-08-20 Dave Love <fx@gnu.org>
8504
8505 * progmodes/python.el: Update to Dave Love's latest version.
8506 (python-font-lock-keywords, python-mode): Don't use
8507 font-lock-syntax-table, but match symbol elements explicitly instead.
8508 (python-mode-map): Add help, and a few more key bindings.
8509 (python-skip-comments/blanks): Move out of comments as well.
8510 (python-continuation-line-p): Behave better with unbalanced parens.
8511 (python-blank-line-p): New fun.
8512 (python-open-block-statement-p): Don't use a heuristic.
8513 (python-outdent-p): Better handle blocks-in-the-same-line.
8514 (python-calculate-indentation): Misc improvements.
8515 (python-comment-indent): Remove.
8516 (python-block-pairs): New var.
8517 (python-first-word): New fun.
8518 (python-indentation-levels): Handle more common cases.
8519 (python-indent-line-1): Add `leave' argument.
8520 (python-indent-region): New fun.
8521 (python-skip-out): New fun.
8522 (python-beginning-of-statement, python-end-of-statement): Use it.
8523 (python-next-statement): Return correct count even at eob.
8524 (python-end-of-block): Fix paren-typo.
8525 (python-imenu-create-index): Add module variables.
8526 (run-python): Add `new' arg.
8527 Check we're at a prompt before returning.
8528 (python-send-command): Move to end of buffer.
8529 Wait for prompt to return.
8530 (python-set-proc): New fun.
8531 (python-imports): New var.
8532 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
8533 (python-eldoc-function): Try to move out of arg list.
8534 (python-outline-level): Offset by 1.
8535 (python-find-imports): New fun.
8536 (python-symbol-completions): Use python-imports.
8537 (python-module-path, ffap-alist): Add support for ffap.
8538 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6440f303 8539 (python-insert-*, python-default-template, python-expand-template):
c7e8d385
SM
8540 Add templates/skeletons.
8541 (python-setup-brm): Support for Bicycle Repair Man.
8542 (python-abbrev-syntax-table): New var.
8543 (python-abbrev-pc-hook, python-pea-hook): New funs.
8544
f9ac92c5
CY
85452006-08-20 Chong Yidong <cyd@stupidchicken.com>
8546
8547 * frame.el (blink-cursor-start): Set timer first.
8548 (blink-cursor-end): Ignore timer cancelling errors.
8549 Suggested by Ken Manheimer.
8550
525efc44
JB
85512006-08-20 Juanma Barranquero <lekktu@gmail.com>
8552
8553 * newcomment.el (comment-box): Call `comment-normalize-vars'.
8554 Add autoload cookie.
8555
ce629713
RS
85562006-08-20 Richard Stallman <rms@gnu.org>
8557
8558 * simple.el (line-number-at-pos): Doc fix.
8559
8560 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8561 timer-activate-when-idle, so timer can run before Emacs becomes
8562 non-idle again.
8563
fa1f7927
EZ
85642006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8565
8566 * whitespace.el (whitespace-cleanup-internal): New optional arg
8567 REGION-ONLY. If it's non-nil, modify the message to the user
8568 accordingly.
8569 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8570 a non-nil argument.
8571
a8bcc348
EZ
85722006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
8573
8574 * rect.el (spaces-string): Simplify and add doc string.
8575
bfe0c147
RF
85762006-08-17 Romain Francoise <romain@orebokech.com>
8577
8578 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8579
fb5422b2
RS
85802006-08-17 Richard Stallman <rms@gnu.org>
8581
8582 * compare-w.el (compare-windows): lambda's take an arg and pass
8583 it to compare-windows-skip-whitespace.
8584
31ab08e6 85852006-08-17 Martin Rudalics <rudalics@gmx.at>
9fd762b0
SM
8586
8587 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8588 the right buffer.
8589
bce848ed
SM
85902006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8591
8592 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8593 removed files.
8594
5802a1c9
NR
85952006-08-17 Nick Roberts <nickrob@snap.net.nz>
8596
8597 * progmodes/gdb-ui.el (gdb-locals-watch-map)
8598 (gdb-locals-watch-map-1): Suppress keymap first.
8599 (gdb-edit-locals-map-1): New variable.
8600 (gdb-edit-locals-value): New function.
8601 (gdb-stack-list-locals-handler): Use them.
8602
3d93bda5
SM
86032006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8604
3e9323d6
SM
8605 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8606 cursor would normally be drawn in the fringe.
8607
3d93bda5
SM
8608 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8609 Reported by Martin Rudalics <rudalics@gmx.at>.
8610
3cb74cd1
RS
86112006-08-16 Richard Stallman <rms@gnu.org>
8612
8613 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8614 (special-event-map): Process drag-n-drop events this way.
8615
8616 * simple.el (move-beginning-of-line): Test whether fields
8617 would prevent motion back to line's first visible character.
8618 If so, stop where the fields would stop the motion.
8619
8620 * newcomment.el (comment-indent): Fully update INDENT
8621 before checking to see if it will change the text.
8622
8623 * cus-edit.el (custom-newline): New function.
8624 (custom-mode-map): Bind newline to custom-newline.
8625
8626 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8627 into ignore-whitespace.
8628 Check each buffer for its skip-function.
8629 Handle compare-windows-skip-whitespace special-case test
8630 by returning t from default skip function.
3d93bda5 8631
4c3ec0fc
CD
86322006-08-15 Carsten Dominik <dominik@science.uva.nl>
8633
3d93bda5
SM
8634 * textmodes/org.el (org-clock-special-range)
8635 (org-clock-update-time-maybe): New functions.
4c3ec0fc
CD
8636 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8637 not only a-z.
8638 (org-agenda-get-blocks): Allow multiple blocks per headline.
8639 (org-timestamp-change): Call `org-clock-update-time-maybe'.
8640 (org-export-html-title-format)
8641 (org-export-html-toplevel-hlevel): New options.
3d93bda5 8642 (org-export-language-setup): Add support for Czech.
4c3ec0fc
CD
8643 (org-mode, org-insert-todo-heading, org-find-visible)
8644 (org-find-invisible, org-invisible-p, org-invisible-p2)
8645 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8646 (org-show-subtree, org-show-entry, org-make-options-regexp):
3d93bda5 8647 Remove compatibility support for old outline-mode.
4c3ec0fc
CD
8648 (org-check-occur-regexp): Funtion removed.
8649 (org-on-heading-p, org-back-to-heading): Made defalias.
8650 (org-set-local): New defsubst.
8651 (org-set-regexps-and-options, org-mode)
8652 (org-set-font-lock-defaults, org-edit-agenda-file-list)
8653 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8654 (org-remember-apply-template, org-table-edit-field)
8655 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8656 (org-set-autofill-regexps): Use `org-set-local'.
3d93bda5 8657 (org-table-eval-formula): Fix bug with parsing of display flags.
4c3ec0fc 8658
8b12cd99
NR
86592006-08-15 Nick Roberts <nickrob@snap.net.nz>
8660
8661 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8662 frame with fringe arrow. Suggested by Simon Marshall
8663 <simon.marshall@misys.com>.
8664 (gdb-stack-position): New variable.
8665 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
3d93bda5
SM
8666 (gdb-frames-mode): Set gdb-stack-position to nil.
8667 Add to overlay-arrow-variable-list
8b12cd99
NR
8668 (gdb-reset): Delete gdb-stack-position from above list.
8669
36942205
JD
86702006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8671
8672 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8673 read only.
8674
e1a2960c
RF
86752006-08-13 Romain Francoise <romain@orebokech.com>
8676
8677 * cus-theme.el (customize-create-theme)
8678 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8679
8680 * filesets.el (filesets-add-buffer): Ditto.
8681
8682 * pcvs.el (cvs-change-cvsroot): Ditto.
8683
d32a9a8c
NR
86842006-08-13 Nick Roberts <nickrob@snap.net.nz>
8685
8686 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8687 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8688 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8689 expressions.
4fc3133c
NR
8690 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8691 Only search till end of line.
d32a9a8c 8692 Add face to function names in case of no filename.
4fc3133c 8693 Add face to variable names of watchpoints.
d32a9a8c 8694
525efc44 86952006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
0c80afbd
EZ
8696
8697 * cus-start.el <indent-tabs-mode>: Move to the `indent'
8698 customization group.
8699
e6b8d662
EZ
87002006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
8701
8702 * allout.el (allout-prior-bindings, allout-added-bindings):
8703 Remove, after long deprecation.
8704 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8705 Add customization vars controlling allout-beginning-of-line and
8706 allout-end-of-line conveniences.
8707 (allout-header-prefix, allout-use-mode-specific-leader)
3d93bda5
SM
8708 (allout-use-mode-specific-leader, allout-mode-leaders):
8709 Revise docstrings.
e6b8d662
EZ
8710 (allout-infer-header-lead): Change to be an alias for
8711 allout-infer-header-lead-and-primary-bullet.
8712 (allout-infer-header-lead-and-primary-bullet): New version of
8713 allout-infer-header-lead which assigns the primary bullet to the
8714 same as the header lead, when its being changed.
8715 (allout-infer-body-reindent): Apply regexp-quote instead of
8716 unconditionally prepending "\\", so that all literal
8717 allout-header-prefix and allout-primary-bullet strings are
8718 properly handled.
8719 (allout-add-resumptions): Add optional qualifier for extending or
8720 appending to existing values, rather than replacing them.
8721 (allout-view-change-hook): Clarify docstring.
8722 (allout-exposure-change-hook): Take explicit arguments, via
8723 run-hook-with-args.
8724 (allout-structure-added-hook)
8725 (allout-structure-deleted-hook)
8726 (allout-structure-shifted-hook): New hooks analogous to
8727 allout-exposure-change-hook for other kinds of structural outline
8728 edits.
8729 (allout-encryption-plaintext-sanitization-regexps): New encryption
8730 customization variable, by which cooperating modes can provde
8731 massage of the plaintext without actually being passed it.
8732 (allout-encryption-ciphertext-rejection-regexps)
8733 (allout-encryption-ciphertext-rejection-ceiling): New encryption
8734 customization variables, by which cooperating modes can prohibit
8735 rare but possible ciphertext patterns from fouling their
8736 operation, with actually being passed the ciphertext.
8737 (allout-mode): Run activation and deactivation hooks after the
8738 minor-mode variable has been toggled, to clarify the mode
8739 disposition. The new encryption ciphertext rejection variable is
8740 used to ensure that the ciphertext does not contain text that
8741 would be recognized as outline structural elements by allout.
8742 Substite allout-beginning-of-line and allout-end-of-line for
8743 conventionall beginning-of-line and end-of-line bindings.
8744 If allout-old-style-prefixes is non-nil, don't nullify it on mode
8745 activation!
8746 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8747 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8748 (allout-chart-subtree): Implement new mode, charting only the
3d93bda5
SM
8749 visible items in the subtree, when new 'visible' parameter is non-nil.
8750 (allout-end-of-subtree): Properly handle the last item in the buffer.
8751 (allout-pre-command-business, allout-command-counter):
8752 Increment an advertised counter so that cooperating enhancements can
8753 track revisions of items.
e6b8d662
EZ
8754 (allout-open-topic): Run allout-structure-added-hook with suitable
8755 arguments.
8756 (allout-shift-in): Run allout-structure-shifted-hook with suitable
8757 arguments.
8758 (allout-shift-out): Fix doubling for negative args and ensure call
8759 of allout-structure-shifted-hook by solely using allout-shift-in.
3d93bda5
SM
8760 (allout-kill-line, allout-kill-topic):
8761 Run allout-structure-deleted-hook with suitable arguments.
e6b8d662
EZ
8762 (allout-yank-processing): Run allout-structure-added-hook with
8763 proper arguments.
8764 (allout-yank): Enclose activity in allout-unprotected.
8765 (allout-flag-region): Run allout-exposure-change-hook with
3d93bda5
SM
8766 suitable arguments, instead of making the callee infer the arguments.
8767 (allout-encrypt-string):
8768 Support allout-encryption-plaintext-sanitization-regexps,
e6b8d662
EZ
8769 allout-encryption-ciphertext-rejection-regexps, and
8770 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
8771 en/de cryption mode in symmetric encryption failure message.
8772 (allout-obtain-passphrase): Use copy-sequence to get a distinct
8773 copy of the passphrase, and don't zero it or we'll corrupt the
8774 stashed copy.
8775 (allout-create-encryption-passphrase-verifier)
8776 (allout-verify-passphrase): Respect the new signature for
8777 allout-encrypt-string.
8778 (allout-get-configvar-values): Convenience for getting a
8779 configuration variable value and handling its absence gracefully.
8780
946c1994 87812006-08-11 Romain Francoise <romain@orebokech.com>
b3302d9b 8782
946c1994 8783 * obsolete/zone-mode.el: Delete.
b3302d9b 8784
aa7adb2a
SM
87852006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
8788
bad03cfc
TTN
87892006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
8790
8791 * emacs-lisp/bindat.el (bindat-ip-to-string):
8792 Use `format-network-address' if possible.
8793
2f2f340f
JD
87942006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8795
8796 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
8797
946c1994
RF
87982006-08-10 Chong Yidong <cyd@stupidchicken.com>
8799
8800 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
8801 restore unread-command-events here.
8802 (edebug-display): Do it here, to detect sit-for interruptions.
8803
c40408fb
RF
88042006-08-10 Romain Francoise <romain@orebokech.com>
8805
8806 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
8807 (dns-mode-soa-auto-increment-serial): New user option.
8808 (dns-mode-soa-maybe-increment-serial): New function.
8809 (dns-mode): Add the latter to `write-contents-functions'.
8810
8811 * obsolete/zone-mode.el: Move to obsolete/ from net/.
8812 Delete autoload cookies.
8813
87c9ab0c
JW
88142006-08-10 John Wiegley <johnw@newartisans.com>
8815
8816 * eshell/em-glob.el (eshell-glob-chars-list)
8817 (eshell-glob-translate-alist): Add support for [^g] in character globs.
8818
5667ecd2
RS
88192006-08-10 Richard Stallman <rms@gnu.org>
8820
8821 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
8822 (facemenu-set-face): Doc fix.
38cdf40b 8823 (facemenu-listed-faces): Doc fix.
5667ecd2 8824
38ceb48f
CY
88252006-08-09 Chong Yidong <cyd@stupidchicken.com>
8826
8827 * avoid.el (mouse-avoidance-animating-pointer): New var.
8828 (mouse-avoidance-nudge-mouse): Use it.
8829 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
8830 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
8831 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
8832 Don't activate if currently animating. All callers changed.
8833
d070a65d
JW
88342006-08-09 John Wiegley <johnw@newartisans.com>
8835
8836 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
8837 variable, which causes timeclock to report elapsed time worked,
8838 instead of just work remaining.
8839
bb0825cb
KH
88402006-08-09 Kenichi Handa <handa@m17n.org>
8841
8842 * international/latexenc.el (latexenc-find-file-coding-system):
8843 Fix for the case that the 2nd element of arg-list is a cons.
8844
dc7ef9f0
CY
88452006-08-08 Chong Yidong <cyd@stupidchicken.com>
8846
8847 * info.el (Info-fontify-node): Handle preceding `in' for note
8848 reference hiding rules.
8849
4c7c5c7e
SM
88502006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8853 mistake a closing " for an opening one.
8854
c0658ad4
DN
88552006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8856
8857 * term/xterm.el (terminal-init-xterm): Add more key bindings.
8858
4a63ceb8
SM
88592006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8860
4c7c5c7e
SM
8861 * complete.el (PC-do-completion): Filter out completions matching
8862 completion-ignored-extensions before checking whether there are
8863 multiple completions.
4a63ceb8
SM
8864 Don't use `list' unnecessarily when building completion tables.
8865
71723367
RS
88662006-08-06 Richard Stallman <rms@gnu.org>
8867
8868 * help.el (describe-mode): Make minor mode list more concise.
8869
044c2978
CY
88702006-08-05 Chong Yidong <cyd@stupidchicken.com>
8871
8872 * bindings.el: Give mode-line-format, mode-line-modes, and
8873 mode-line-position `standard-value' properties.
8874
0a3297f7
EZ
88752006-08-05 Eli Zaretskii <eliz@gnu.org>
8876
8877 * buff-menu.el (list-buffers-noselect): For Info buffers, use
8878 "(file)node" instead of the file name.
8879
1a77c985
RS
88802006-08-05 Richard Stallman <rms@gnu.org>
8881
8882 * faces.el (escape-glyph): Doc fix.
8883
ef8f7cdd
KH
88842006-08-04 Kenichi Handa <handa@m17n.org>
8885
8886 * international/mule-diag.el (describe-font): Improve docstring
8887 and error message. Use frame-parameter (not frame-parameters).
8888
402adebf
SM
88892006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
8892 Correctly mark the end-of-docstring char.
8893
7abcd3e3
CY
88942006-08-03 Chong Yidong <cyd@stupidchicken.com>
8895
8896 * simple.el (line-move-to-column): Constrain move-to-column to
8897 current field.
8898
ab0dd59c
SM
88992006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8900
05a1066f
SM
8901 * font-lock.el (font-lock-beg, font-lock-end)
8902 (font-lock-extend-region-functions): New vars.
8903 (font-lock-extend-region-multiline)
8904 (font-lock-extend-region-wholelines): New functions.
8905 (font-lock-default-fontify-region): Use them.
8906 (font-lock-extend-jit-lock-region-after-change): Only round up
8907 if font-lock-default-fontify-region will do it as well.
8908
ab0dd59c
SM
8909 * font-lock.el (font-lock-extend-after-change-region-function):
8910 Rename from font-lock-extend-region-function.
8911 (font-lock-extend-region): Remove by inlining at call sites.
8912 (font-lock-after-change-function): Don't needlessly round up to a whole
8913 number of lines.
8914 (font-lock-extend-jit-lock-region-after-change): Be more careful about
8915 the boundary conditions and the interactions between the various ways
8916 to extend the region.
8917
6b2fcbb5
SM
89182006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
8921 modification status when forcing the second redisplay.
8922
97cd4340
KS
89232006-08-03 Kim F. Storm <storm@cua.dk>
8924
8925 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
8926
424f4c9c
SM
89272006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8928
c6dbae47
SM
8929 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
8930 doesn't look like a file name.
8931
424f4c9c
SM
8932 * complete.el (PC-expand-many-files): Avoid signalling an error when
8933 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
8934
3862ba19
AS
89352006-08-02 Andreas Schwab <schwab@suse.de>
8936
8937 * bindings.el (mode-line-format): Simplify reference to vc-mode.
8938
04280231
NR
89392006-08-02 Nick Roberts <nickrob@snap.net.nz>
8940
8941 * bindings.el (map): Make mode-line-buffer-identification-keymap
8942 before defining propertized-buffer-identification.
8943
946bb888
RS
89442006-08-01 Richard Stallman <rms@gnu.org>
8945
8946 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
8947
68b9e79b
NR
89482006-08-02 Nick Roberts <nickrob@snap.net.nz>
8949
8950 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
8951 default value.
8952 (gdb-find-source-frame): New function.
8953 (menu): Add to menu bar.
8954
da95a9c8
SM
89552006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8956
2821e1b6
SM
8957 * font-core.el (font-lock-extend-region-function)
8958 (font-lock-extend-region): Move to font-lock.el.
8959
8960 * font-lock.el (font-lock-extend-region-function)
8961 (font-lock-extend-region): Move from font-core.el. Simplify.
8962
8963 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
8964 if needed.
8965 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
8966 (jit-lock-after-change-extend-region-functions): New hook.
8967 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
8968
4cffd221
SM
8969 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
8970 (font-lock-turn-on-thing-lock): Use it.
8971
da95a9c8
SM
8972 * longlines.el (longlines-show-region): Make it work on read-only
8973 buffers as well.
8974
1730f68e
NR
89752006-08-01 Nick Roberts <nickrob@snap.net.nz>
8976
da95a9c8 8977 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1730f68e 8978
a3483884
RS
89792006-07-31 Richard Stallman <rms@gnu.org>
8980
8981 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
8982 (vhdl-speedbar-display-projects): Update old obsolete
8983 speedbar variable names.
8984
36f8f49f
NR
89852006-07-31 Nick Roberts <nickrob@snap.net.nz>
8986
dc3a38c3
NR
8987 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
8988 (gdb-stopped): Use it.
8989
36f8f49f
NR
8990 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
8991
c888d352
CY
89922006-07-29 Chong Yidong <cyd@stupidchicken.com>
8993
8994 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
8995 for load-history elements.
8996
65bbcead
EZ
89972006-07-29 Eli Zaretskii <eliz@gnu.org>
8998
8999 * files.el (convert-standard-filename): For Cygwin, replace
9000 characters not allowed in Windows file names.
9001 (make-auto-save-file-name): Add Cygwin to the list of systems
9002 where the auto-save file name needs to be run through
9003 convert-standard-filename.
9004
cfb37af8
EZ
90052006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9006
9007 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9008
0de8dcc9
RS
90092006-07-28 Richard Stallman <rms@gnu.org>
9010
9011 * bindings.el (mode-line-frame-identification)
9012 (propertized-buffer-identification): Centralize the code
9013 to initialize the variable.
9014
9015 * progmodes/grep.el (grep-default-command): Catch errors from
9016 wildcard-to-regexp.
9017
5a611664
KS
90182006-07-29 Kim F. Storm <storm@cua.dk>
9019
9020 * progmodes/grep.el (grep-tag-default): New function.
9021 (grep-default-command, grep-read-regexp): Use it.
a912bc0d
KS
9022 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9023 as default if nothing else applies.
5a611664 9024
91395839
TTN
90252006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9026
9027 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9028 Throw error if buffer is not in Dired and Wdired mode, respectively.
9029
a8da2abd
CY
90302006-07-28 Chong Yidong <cyd@stupidchicken.com>
9031
9032 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9033 self-insert-command keys don't activate buttons.
9034 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9035
210f78ee
NR
90362006-07-29 Nick Roberts <nickrob@snap.net.nz>
9037
9038 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9039 faces for enable character.
9040
0392505b
NR
90412006-07-28 Nick Roberts <nickrob@snap.net.nz>
9042
9043 * Makefile.in (recompile): Update comment to reflect change
9044 on 2004-04-21.
9045
7eb944cf
RS
90462006-07-27 Richard Stallman <rms@gnu.org>
9047
9048 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9049 (customize-package-emacs-version): Change msg when pkg has no entry.
9050 (custom-no-edit): On a button, do like widget-button-press.
9051
cecee053
DN
90522006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9053
9054 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9055 S-tab and C-S-tab.
9056
c6708cbc
NR
90572006-07-28 Nick Roberts <nickrob@snap.net.nz>
9058
9059 * progmodes/which-func.el (which-function): Fix documentation/
9060 comment typo.
9061
d4a844e0
RS
90622006-07-26 Richard Stallman <rms@gnu.org>
9063
9064 * textmodes/ispell.el (ispell-word): If we replace the word,
9065 move point to the end. Insert before deleting.
9066
04ba1d88
CY
90672006-07-26 Chong Yidong <cyd@stupidchicken.com>
9068
9069 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9070 a timer.
9071
1d3a996a
MD
90722006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9073
9b7fa297 9074 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1d3a996a 9075 when at first image.
9b7fa297 9076 (tumme-forward-image): Add prefix argument. Add error when at last
1d3a996a
MD
9077 image.
9078
49c7d1ac
SM
90792006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * tabify.el (tabify-regexp): Use more specific regexps.
9082 (tabify): Avoid modifying the buffer unnecessarily.
9083
50e93433
MD
90842006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9085
9086 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9087 (tumme-format-properties-string): Handle empty `buf'.
da95a9c8
SM
9088 (tumme-get-comment): Change variable names inside `let'.
9089 Add missing `let' variable that cause font-lock problems.
9090 (tumme-write-comments): Change variable names inside `let'.
9091 Add missing `let' variable that cause font-lock problems.
c14a5a99
MD
9092 (tumme-forward-image): Rename from `tumme-forward-char'.
9093 (tumme-backward-image): Rename from `tumme-backward-char'.
50e93433 9094
75ee40be
MY
90952006-07-25 Masatake YAMATO <jet@gyve.org>
9096
9097 * progmodes/ld-script.el (ld-script-keywords)
9098 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9099 and add comments.
9100
6cdae8d6
NR
91012006-07-25 Nick Roberts <nickrob@snap.net.nz>
9102
9103 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9104 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9105 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9106 for status indicator.
9107
208d06b0
RS
91082006-07-24 Richard Stallman <rms@gnu.org>
9109
1cff9220
RS
9110 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9111
208d06b0
RS
9112 * subr.el (dolist, dotimes): Use interned symbols for locals.
9113 (--dotimes-limit--, --dolist-tail--): New defvars.
9114 (looking-back): Doc fix.
9115
9116 * replace.el (replace-match-string-symbols): Handle dotted lists.
9117
d57727c9 91182006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
cf882898
MD
9119
9120 * tumme.el (tumme-write-tags): Add.
231b0d1c 9121 (tumme-write-comments): Add.
3098323a
MD
9122 (tumme-tag-files): Change to use `tumme-write-tags'.
9123 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9124 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9125 (tumme-save-information-from-widgets): Change to use
9126 `tumme-write-comments' and `tumme-write-tags'.
9127 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
dca90550
MD
9128 (tumme-write-tag): Remove.
9129 (tumme-write-comment): Remove.
9130 (tumme-display-previous-thumbnail-original): Remove empty line.
41fdf678 9131 (tumme-widget-list): Add punctuation.
cf882898 9132
d57727c9 91332006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
ec59c1ea
MD
9134
9135 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9136
88dcc76a
RS
91372006-07-24 Daiki Ueno <ueno@unixuser.org>
9138
9139 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9b7fa297
JB
9140 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
9141 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
88dcc76a 9142
38db29e0
TTN
91432006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
9144
9145 * mouse.el (mouse-on-link-p): Doc fix.
9146
52c13c9b
NR
91472006-07-23 Nick Roberts <nickrob@snap.net.nz>
9148
38db29e0 9149 * emacs-lisp/find-func.el (find-function-search-for-symbol):
52c13c9b
NR
9150 Handle "C-h f `".
9151
b9debd54
DN
91522006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9153
9154 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9155 column.
9156
272f22eb
EZ
91572006-07-22 Matt Hodges <MPHodges@member.fsf.org>
9158
9159 * textmodes/table.el: Add move-beginning-of-line and
9160 move-end-of-line to Point Motion Only Group.
9161
4e251bd1 91622006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
5b01aef2
EZ
9163
9164 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9165
cee0c996
EZ
91662006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9167
9168 * startup.el (user-mail-address): Initialize from the `EMAIL'
9169 environment variable first. Document this.
9170 (command-line): Ditto.
9171
5ab67056
NR
91722006-07-22 Nick Roberts <nickrob@snap.net.nz>
9173
9174 * help-mode.el (help-function-def, help-variable-def)
9175 (help-face-def): Print a message in the minibuffer.
9176
c79722c9
DN
91772006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9178
9179 * term/xterm.el (terminal-init-xterm): Fix key bindings
9b7fa297 9180 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
c79722c9 9181
e9fe3513
EZ
91822006-07-21 Eli Zaretskii <eliz@gnu.org>
9183
9184 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9185 where `(nth 1 command)' is a cons cell. Doc fix.
9186
9187 * textmodes/po.el (po-find-charset): Doc fix.
9188
cc539208
EZ
91892006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9190
9191 * allout.el (allout-unprotected, allout-e-o-prefix-p)
9192 (allout-beginning-of-current-line, allout-end-of-current-line)
9193 (allout-next-visible-heading, allout-open-topic)
9194 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9195 (allout-flag-current-subtree, allout-show-to-offshoot)
9196 (allout-hide-current-entry, allout-show-current-branches)
9197 (allout-hide-region-body, allout-old-expose-topic)
9198 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9199 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9200 containing `beginning-of-line' and `end-of-line' with
9201 `inhibit-field-text-motion' t.
9202
38938eeb
EZ
92032006-07-21 Eli Zaretskii <eliz@gnu.org>
9204
9205 * frame.el (focus-follows-mouse): Document that it doesn't have
9206 any effect on MS-Windows.
9207
3a723c3a
SM
92082006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9211
bde07895
JB
92122006-07-20 Jay Belanger <belanger@truman.edu>
9213
97df8464 9214 * calc.el (calc-previous-alg-entry): Remove variable.
bde07895 9215
9b7fa297 9216 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
bde07895
JB
9217 New variables.
9218 (calc-alg-entry): Use `calc-alg-entry-history'.
9219 (calc-do-quick-calc): Use `calc-quick-calc-history'.
9220 Remove reference to `calc-previous-alg-entry'.
9221 (calcAlg-edit, calcAlg-enter): Remove reference to
9222 `calc-previous-alg-entry'.
9223 (calcAlg-previous): Use `previous-history-element' instead of
9224 `calc-previous-alg-entry'.
9225 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
3a723c3a 9226 Change keybinding for `calcAlg-plus-minus', add keybindings for
bde07895
JB
9227 `previous-history-element' and `next-history-element'.
9228
9229 * calc-rewr.el (calc-match): Remove reference to
9230 `calc-previous-alg-entry'.
9231
9232 * calc-sel.el (calc-selection-history): New variable.
9233 (calc-enter-selection, calc-sel-mult-both-sides)
9234 (calc-sel-add-both-sides): Use `calc-selection-history'.
9235
9236 * calc-map.el (calc-get-operator-history): New variable.
9237 (calc-get-operator): Use `calc-get-operator-history'.
9238
9239 * calcalg3.el (calc-curve-fit-history): New variable.
9240 (calc-curve-fit): Use `calc-curve-fit-history'.
9241
ccb06340
KH
92422006-07-20 Kenichi Handa <handa@m17n.org>
9243
9244 * international/mule-cmds.el (select-safe-coding-system): Fix the
9245 way of deciding eol-type of the coding system.
9246
d8cd7202
AM
92472006-07-20 Alan Mackenzie <acm@muc.de>
9248
3a723c3a
SM
9249 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9250 (c-lang-setvar): New macro.
d8cd7202
AM
9251 (c-make-init-lang-vars-fun): Use the initialization forms in
9252 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9253 (comment-start, comment-end, comment-start-skip): Change these from
9254 c-lang-defvar's to c-lang-setvar's.
9255
3a723c3a 9256 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
d8cd7202
AM
9257 which calls make-local-variable on the elements of
9258 c-emacs-variable-inits.
9259 (c-init-language-vars-for): Call this new macro.
9260
0ab31e4a
SM
92612006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9262
9263 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9264 Try to rule out false positives due to time stamps.
9265 (compilation-mode-font-lock-keywords): Remove rules made redundant
9266 because of the above change. Add `segmentation fault' to the known and
9267 highlighted compilation termination messages.
9268
9e289946
KS
92692006-07-19 Kim F. Storm <storm@cua.dk>
9270
9271 * progmodes/grep.el (grep-find-ignored-directories):
9272 Add .svn and _darcs to list.
9273
e8b41841 92742006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
2ba002a0 9275
bf33fe16
MD
9276 * dired.el (dired-mode-map): Add key binding `C-te' for
9277 `tumme-dired-edit-comment-and-tags'.
9278
2ba002a0
MD
9279 * tumme.el (tumme-display-thumbnail-original-image): Make sure
9280 image display buffer is displayed before call to
9281 `tumme-display-image.
9282 (tumme-dired-display-image): Make sure image display buffer is
9283 displayed before call to `tumme-display-image.
9284 (tumme-mouse-display-image): Make sure image display buffer is
9285 displayed before call to `tumme-display-image.
975588c0
MD
9286 (tumme-widget-list): Add.
9287 (tumme-dired-edit-comment-and-tags): Add.
9288 (tumme-save-information-from-widgets): Add.
2ba002a0 9289
a97a33cb
SM
92902006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9293
f65b9df2
SM
92942006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9295
c6b71045
SM
9296 * progmodes/sh-script.el (sh-font-lock-keywords-1):
9297 Revert inadvertently installed patch hunk.
9298
f65b9df2
SM
9299 * progmodes/compile.el (compilation-find-file): Handle the
9300 cases where the user selects a non-existent file.
9301
93022006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9303
9304 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9305
c1fdbde6
CY
93062006-07-17 Chong Yidong <cyd@stupidchicken.com>
9307
9308 * subr.el (sit-for): Just sleep-for if noninteractive.
9309
69c6ad83
SM
93102006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9311
fb2dd970
SM
9312 * emacs-lisp/autoload.el (make-autoload): Use new arg.
9313
9314 * custom.el (custom-autoload): Add `noset' argument.
9315 (custom-push-theme): Don't autoload the variable, let callers do it.
9316 (custom-theme-set-variables): Autoload the variable if necessary.
9317
9318 * cus-edit.el (custom-variable-state-set): If the variable was
9319 originally set outside custom, but to the same value as the default,
9320 consider it to be standard.
9321
9322 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9323 file *before* telling Emacs to add the autoloads, in case it fails.
9324
69c6ad83
SM
9325 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9326 Use `cond', push', and `dolist'.
9327
daeeeffc
RS
93282006-07-17 Richard Stallman <rms@gnu.org>
9329
9330 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9331 Add defvars to silence warnings.
9332
c8068734
CY
93332006-07-17 Chong Yidong <cyd@stupidchicken.com>
9334
b5f02314
CY
9335 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9336 Don't highlight "Compiling file" messages as error.
9337
c8068734
CY
9338 * dired-aux.el (dired-compress-file): Confirm again if gzipped
9339 file already exists.
9340
072cb54a
TTN
93412006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
9342
9343 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
9344 entry, don't assign to free var; simply return the extracted filename.
9345 (ff-treat-as-special): Incorporate common preamble from callers.
9346 (ff-other-file-name, ff-find-the-other-file):
9347 Update call to ff-treat-as-special.
9348
9349 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9350
9b9c0e5a
MD
93512006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
9352
9353 * tumme.el (tumme-get-comment): Fix bug.
9354
ba83982b
SM
93552006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * files.el: Remove spurious * in docstrings.
9358
db28aa3c
NR
93592006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9360
ba83982b 9361 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
db28aa3c 9362 grammar.
ba83982b 9363 (allout-beginning-of-current-line): Beware beginning of buffer.
db28aa3c 9364 Also, a comment is simplified.
ba83982b 9365 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
db28aa3c
NR
9366 when appropriate. (This fix enables use for other than
9367 bullet-hotspot operation.)
ba83982b 9368 (allout-hide-current-subtree): While escalating to sibling-close,
db28aa3c
NR
9369 make sure to situate on a topic.
9370
839929ba
KS
93712006-07-14 Kim F. Storm <storm@cua.dk>
9372
9373 * emulation/cua-base.el (cua-delete-selection)
9374 (cua-toggle-set-mark): New defcustoms.
9375 (cua-rectangle-modifier-key): Add `alt' modifier.
9376 (cua-replace-region): Don't delete if cua-delete-selection is nil.
9377 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9378 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9379
9380 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9381
01fc9422
EZ
93822006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9383
9384 * allout.el: Require 'cl during byte-compilation/interactive load,
9385 for the `assert' macro.
ba83982b 9386 (allout-mode-deactivate-hook): New hook, run when allout mode
01fc9422
EZ
9387 deactivates.
9388 (allout-developer): New allout customization subgroup.
9389 (allout-run-unit-tests-on-load): New allout-developer
9390 customization variable, when true allout unit tests are run towards
9391 end of file load/eval.
9392 (allout-inhibit-auto-fill): Disable auto-fill activity even during
9393 auto-fill-mode.
ba83982b 9394 (allout-resumptions): Remove, to be replaced by...
01fc9422
EZ
9395 (allout-add-resumptions): Register variable settings to be
9396 reinstated by `allout-do-resumptions'. The settings are made
9397 buffer-local, but the locality/globality of the suspended setting
9398 is restored on resumption.
9399 (allout-do-resumptions): Reinstate all settings suspended using
9400 `allout-add-resumptions'.
9401 (allout-test-resumptions): Unit tests (and intermediate variables)
9402 for resumptions.
9403 (allout-tests-globally-unbound, allout-tests-globally-true)
9404 (allout-tests-locally-true): Intermediate variables for
9405 resumptions unit tests.
9406 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9407 (allout-exposure-category): Replaces 'allout-overlay-category variable.
9408 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9409 instead of retired `allout-resumptions'. For hook functions, use
9410 `local' parameter so hook settings are created and removed as
9411 buffer-local settings. Revise (resumptions) setting
9412 auto-fill-function so it is set only if already active. (The
9413 related fill-function settings are all made in either case, so
9414 that activating auto-fill-mode activity will have the custom
ba83982b
SM
9415 allout-mode behaviors (hanging indent on topics, if configured for it).
9416 Remove all allout-exposure-category overlays on mode deactivation.
01fc9422
EZ
9417 (allout-hotspot-key-handler): New function extracted from
9418 `allout-pre-command-business', so the functionality can be used
9419 for other purposes, eg as a binding in an overlay.
9420 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9421 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9422 customization variable.
9423 (allout-run-unit-tests): Run the (currently quite small)
9424 repertoire of unit tests. Called just before the provide iff user
9425 has customized `allout-run-unit-tests-on-load' non-nil.
9426
e24f9e5a 94272006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7ad783eb
KL
9428
9429 * emacs-lisp/authors.el (authors-aliases): Update.
9430
02248b85
NR
94312006-07-14 Nick Roberts <nickrob@snap.net.nz>
9432
9433 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9434 gdb-source-window. Add dedicated argument.
9435 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9436 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9437 (gdb-display-threads-buffer, gdb-display-memory-buffer)
9438 (gdb-display-locals-buffer): Use it.
8a8476f9 9439
02248b85
NR
9440 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9441 Set gdb-source-window.
9442
02dcdad3
SM
94432006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9446 minor modes, redundant with the custom-autoload line above.
9447
6991960b
CY
94482006-07-12 Chong Yidong <cyd@stupidchicken.com>
9449
02dcdad3 9450 * longlines.el (longlines-post-command-function): Handle open-line too.
6991960b 9451
2c6e026a
RS
94522006-07-12 Richard Stallman <rms@gnu.org>
9453
9454 * progmodes/grep.el (grep-last-buffer): Doc fix.
9455
9456 * info.el (Info-try-follow-nearest-node): Doc fix.
9457
9458 * emacs-lisp/edebug.el (edebug-instrument-function):
9459 Err if find-function-noselect gives no position.
9460
9461 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9462 If can't find definition, return nil for position.
9463 (find-function-do-it): Handle new return value
9464 of find-definition-noselect.
68ade564 9465 (find-definition-noselect, find-variable-noselect): Doc fix.
2c6e026a
RS
9466 (find-function-noselect): Doc fix.
9467
9468 * help-mode.el (help-variable-def): Handle find-variable-noselect
9469 returning no position.
9470 (help-function-def): Likewise for find-function-search-for-symbol.
9471 (help-face-def): Likewise.
9472
9473 * help-fns.el (describe-variable): Handle find-variable-noselect
9474 returning no position.
9475
9476 * files.el (locate-file-completion): Avoid duplicates in result.
9477
9478 * cus-edit.el (custom-no-edit): New command.
9479 (custom-mode-map): Remap to custom-no-edit instead of
9480 using suppress-keymap.
9481
78fc0ace
NR
94822006-07-12 Nick Roberts <nickrob@snap.net.nz>
9483
8a8476f9
KS
9484 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9485 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1a408ced 9486 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
78fc0ace
NR
9487
9488 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9489
2e42ee7b
KS
94902006-07-11 Kim F. Storm <storm@cua.dk>
9491
9492 * ido.el (ido-copy-current-file-name): Use buffer-name if
9493 buffer-file-name is nil.
9494
ce4746a3
CY
94952006-07-11 Chong Yidong <cyd@stupidchicken.com>
9496
1223933d
CY
9497 * simple.el (undo-ask-before-discard): Set to nil.
9498
0f7ea453
CY
9499 * vc.el (vc-exec-after): Don't delete process manually.
9500 (vc-print-log): Run log-view-mode in process sentinel inside
9501 inhibit-read-only. Don't shrink window due to timing issues.
9502
02dcdad3
SM
9503 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9504 Avoid using with-output-to-temp-buffer, which clobbers local vars.
ce4746a3 9505
b8fa0ffd
SM
95062006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9509 Fix ambiguity introduced by last change.
9510 (compilation-find-file): Move save-excursion to where it may
9511 make sense. Fix a left over `find-file'.
9512
ed48e7e8
RC
95132006-07-11 Robert J. Chassell <bob@rattlesnake.com>
9514
68ade564 9515 * textmodes/texinfmt.el (texinfo-format-separate-node):
b8fa0ffd
SM
9516 Insert a string before point, which fits documentation, not after.
9517 (texinfo-multitable-item): In a multitable row, insert any
9518 additional needed @tabs and spaces.
ed48e7e8 9519
b05b996f
NR
95202006-07-11 Nick Roberts <nickrob@snap.net.nz>
9521
8a8476f9
KS
9522 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9523 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
b05b996f
NR
9524 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9525 instead of shell-command.
8a8476f9
KS
9526 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9527 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9528 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9529 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9530 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9531 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
b05b996f 9532
d81b041a
KS
95332006-07-11 Kim F. Storm <storm@cua.dk>
9534
9535 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
ff97f952 9536 Remove special case for seconds < 0. Use (redisplay t) instead.
d81b041a 9537
0369eb85
CY
95382006-07-10 Chong Yidong <cyd@stupidchicken.com>
9539
4a63ceb8
SM
9540 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9541 avoid compilation error.
d157aaaa 9542
0369eb85
CY
9543 * subr.el (sit-for): New function.
9544
9545 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9546
2946191d
RS
95472006-07-10 Richard Stallman <rms@gnu.org>
9548
9549 * ldefs-boot.el (edebug): Update page.
9550
77034d43
KS
95512006-07-10 Kim F. Storm <storm@cua.dk>
9552
9553 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9554 to FOR-RELEASE and TODO.
9555
a8d37031
RF
95562006-07-10 Romain Francoise <romain@orebokech.com>
9557
9558 * emacs-lisp/authors.el (authors-aliases): Update.
9559
3c0ab532
AM
95602006-07-10 Alan Mackenzie <acm@muc.de>
9561
77034d43
KS
9562 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9563 * cc-mode.el: Changes to eradicate eval-after-load.
3c0ab532 9564
4b6b279f
CY
95652006-07-09 Chong Yidong <cyd@stupidchicken.com>
9566
9567 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9568 on non-char events.
9569
933f8467
RF
95702006-07-09 Romain Francoise <romain@orebokech.com>
9571
47f97084
RF
9572 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9573 Don't highlight start/end markers as compilation messages.
9574
933f8467
RF
9575 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9576 to t.
9577
5fc5b7e8
SM
95782006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9581
3aa7c28e
RS
95822006-07-08 Richard Stallman <rms@gnu.org>
9583
9584 * term/x-win.el (x-handle-display): Add doc string.
9585
9586 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9587
5fc5b7e8
SM
9588 * subr.el (def-edebug-spec): Move here.
9589 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3aa7c28e
RS
9590
9591 * imenu.el (imenu-choose-buffer-index): Doc fix.
9592
366f1741
RF
95932006-07-08 Romain Francoise <romain@orebokech.com>
9594
9595 * term/x-win.el (x-display-name): Fix typo.
9596
10944042
EZ
95972006-07-08 Eli Zaretskii <eliz@gnu.org>
9598
7f9da0f3
EZ
9599 * hexl.el (hexl-find-file): Doc fix.
9600
10944042
EZ
9601 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9602
6f6c5fb3
CY
96032006-07-07 Chong Yidong <cyd@stupidchicken.com>
9604
9605 * term/x-win.el (x-display-name): Doc fix.
9606
e2536e57
SM
96072006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9608
55f6a280
SM
9609 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9610 long prefixes.
9611 (fill-region-as-paragraph): Don't round up to a whole line.
9612 (fill-comment-paragraph): Don't include the code-before-the-comment
9613 when calling fill-region-as-paragraph.
9614
2850984d
SM
9615 * international/mule.el (make-char): Remove redundancy.
9616
e0b4be6c
SM
9617 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9618 property may contain an anonymous function rather than a symbol.
9619
e5a099ec
SM
9620 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9621
24a768a0
SM
9622 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9623 Use shy regexp. Fix incorrect backref to potentially unmatched group.
9624
df8a0bff
SM
9625 * dirtrack.el (dirtrack-default-directory-function): Remove.
9626 (dirtrack-directory-function): Use file-name-as-directory.
9627 (dirtrack-windows-directory-function): Simplify.
9628 (dirtrack-forward-slash, dirtrack-backward-slash)
9629 (dirtrack-replace-slash): Remove.
9630 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9631 (dirtrack): Fix wrong parenthesizing; use match-string.
9632
e2536e57
SM
9633 * progmodes/octave-inf.el: Remove spurious * in docstrings.
9634 (inferior-octave-mode): Only change the buffer-local value of
9635 comint-dynamic-complete-functions.
9636 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9637 Move the initialization to the declaration.
9638 (inferior-octave-complete): Remove unused var `filter'.
9639
9640 * shell.el (shell-mode): Only change the buffer-local value of
9641 comint-dynamic-complete-functions.
9642
c7251076
CD
96432006-07-07 Carsten Dominik <dominik@science.uva.nl>
9644
9645 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9646 entry is skipped because it has been scheduled.
9647 (org-prepare-agenda-buffers): Don't mark buffers as modified when
9648 changing `:org-archived' and `:org-comment' properties.
9649
077f47e2
CY
96502006-07-06 Chong Yidong <cyd@stupidchicken.com>
9651
30088515
CY
9652 * server.el (server-select-display): Don't make the temp frame
9653 minibuffer-only, in case it's not a temp frame.
9654 (server-process-filter): Don't delete the temp frame if it's the
9655 only one we have on that display.
9656
077f47e2
CY
9657 * files.el (find-alternate-file): Doc fix.
9658
978db147
RS
96592006-07-05 Richard Stallman <rms@gnu.org>
9660
9661 * files.el (abbreviate-file-name): Add save-match-data.
9662
96632006-07-03 Richard Stallman <rms@gnu.org>
9664
9665 * faces.el (read-face-name): Doc fix.
9666
0d61de90
CY
96672006-07-05 Chong Yidong <cyd@stupidchicken.com>
9668
9669 * net/goto-addr.el (goto-address): Mark as safe for local evals.
9670
db1cc7cb
AS
96712006-07-05 Andre Spiegel <spiegel@gnu.org>
9672
9673 * vc.el (vc-diff-internal): Fix prev change.
9674
180f018c
TTN
96752006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
9676
9677 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9678 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9679
5630d672
SM
96802006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9683 fails if the symbol contains chars like ( or '.
9684 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9685 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9686 `short'.
9687
2462bc66
KH
96882006-07-04 Kenichi Handa <handa@m17n.org>
9689
9690 * international/mule-cmds.el (set-language-info): If LANG-ENV is
9691 the current one, don't call set-language-environment, but call one
9692 of set-language-environment-XXX to make INFO effective now.
9693 (set-language-environment): Call set-language-environment-XXX
9694 functions instead of doing the various setups directly.
ce0d4998 9695 (set-language-environment-coding-systems): Delete argument eol-type.
2462bc66
KH
9696 (set-language-environment-input-method)
9697 (set-language-environment-nonascii-translation)
9698 (set-language-environment-charset)
9699 (set-language-environment-fontset)
9700 (set-language-environment-unibyte): New functions.
9701
3958015d
LT
97022006-07-03 Luc Teirlinck <teirllm@auburn.edu>
9703
9704 * locate.el (locate-update-when-revert): New option.
9705 (locate-update-path): New option (suggested by Michael Albinus).
9706 (locate-prompt-for-command): Whitespace change.
9707 (locate-update): No longer offer to update the locate database by
9708 default. Implement the two new options.
9709
8e286cec
NR
97102006-07-04 Nick Roberts <nickrob@snap.net.nz>
9711
9712 * tooltip.el: Move comment about track-mouse...
9713
9714 * progmodes/gud.el: ...to here.
9715
b6a67507
CY
97162006-07-03 Chong Yidong <cyd@stupidchicken.com>
9717
9718 * facemenu.el (facemenu-listed-faces): New var.
9719 (facemenu-unlisted-faces): Variable deleted.
9720 (facemenu-add-new-face): Use facemenu-listed-faces.
9721
9722 * emulation/viper-init.el, calendar/calendar.el:
9723 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9724
8be296ef
CD
97252006-07-03 Carsten Dominik <dominik@science.uva.nl>
9726
ce0d4998 9727 * textmodes/org.el (org-mode): Remove no invalid settings for
8be296ef
CD
9728 calc embedded mode.
9729 (org-mode-p): New defsubst.
9730 (org-save-all-org-buffers): New function.
9731 (org-first-headline-recenter): Enclose outline-regexp in group
9732 delimiters.
7f70c4e9 9733 (org-set-tags): Keep single space after stars.
8be296ef 9734
ce0d4998
SM
97352006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 * window.el (set-window-text-height): Only set window-min-height to
9738 1 if that's the requested size.
9739
9740 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9741 (diff-unified->context, diff-context->unified)
9742 (diff-reverse-direction): Make sure the end marker stays at the end.
9743 (diff-mode): Add the keymap table at the end of docstring.
9744 Use lexical-let rather than constructing a closure manually.
9745
9746 * files.el (find-file-noselect-1): Remove unused var assignment.
9747 (hack-local-variables-confirm): Print lists of strings as lists of
9748 strings rather than lists of symbols.
9749 (abbreviate-file-name, hack-local-variables-prop-line):
9750 Use match-string.
9751 (hack-one-local-variable): Move `make-local-variable' nearer its use.
9752 (recover-session-finish): Use line-end-position.
9753
d163f71e
MA
97542006-07-02 Michael Albinus <michael.albinus@gmx.de>
9755
9756 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9757
88983f8c
DP
97582006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
9759
ce0d4998
SM
9760 * progmodes/make-mode.el (makefile-macroassign-regex):
9761 Accept preceding keyword.
88983f8c
DP
9762 (makefile-gmake-statements): Reorganize, now that makepp has
9763 "override" and also handle forgotten "override define".
9764 (makefile-makepp-statements): Add new "global", "override export"
9765 and "override global".
9766
ac4d9de0
JB
97672006-06-30 Juanma Barranquero <lekktu@gmail.com>
9768
9769 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
9770 (ada-compile-mouse-goto-error, ada-deactivate-properties)
9771 (ada-no-auto-case): Fix typos in docstrings.
9772
4a073066
NR
97732006-06-30 Nick Roberts <nickrob@snap.net.nz>
9774
9775 * info.el (Info-find-node-2): Search for makeinfo version more
9776 carefully.
9777
a71f543e
CD
97782006-06-29 Carsten Dominik <dominik@science.uva.nl>
9779
ce0d4998
SM
9780 * textmodes/org.el (org-prepare-agenda-buffers):
9781 Use `invisible-OK' argument for `org-end-of-subtree'.
9782 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
9783 (org-beginning-of-item): Fix bug in regular expression for white line.
9784 (org-export-as-html): Enforce space after bullet in plain list items.
a71f543e
CD
9785 (org-set-autofill-regexps): Require space after plain list bullet
9786 for paragraph-start.
9787 (org-ts-regexp3): New constant.
9788 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
9789 (org-timestamp-up-day, org-timestamp-down-day)
9790 (org-timestamp-change): Work with inactive timestamps.
9791 (org-ts-regexp1): Don't allow brackets in time stamps.
9792
9ee1e2d8
NR
97932006-06-29 Nick Roberts <nickrob@snap.net.nz>
9794
9795 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
9796 for ignoring links.
9797
9798 * faces.el (read-face-name): Use it.
9799
f98f7873
JL
98002006-06-28 Juri Linkov <juri@jurta.org>
9801
9802 * buff-menu.el (list-buffers-noselect): Compare Info file
9803 with the string "dir" to detect Info directory.
9804
9805 * complete.el (partial-completion-mode): In lambda for
9806 `choose-completion-string-functions' use full function signature
9807 with 4 args, and move point to the end of the minibuffer only if arg
9808 `mini-p' is non-nil.
9809
4c38df30
JPW
98102006-06-28 John Paul Wallington <jpw@pobox.com>
9811
9812 * ibuffer.el (ibuffer-mode): Doc fix.
9813
c9ca81df
CD
98142006-06-28 Carsten Dominik <dominik@science.uva.nl>
9815
9816 * textmodes/org.el (org-context): New contexts :item-bullet,
9817 :latex-fragment, :latex-preview.
ce0d4998
SM
9818 (org-overlays-at, org-overlay-start, org-overlay-end):
9819 New compatibility functions.
c9ca81df
CD
9820 (org-inside-LaTeX-fragment-p): More accurate matching, using the
9821 exact regexp that will be used during export.
9822 (org-latex-regexps): New variable.
ce0d4998 9823 (org-cdlatex-mode): Improve advice for `texmathp'.
c9ca81df
CD
9824 (turn-on-org-cdlatex): New function.
9825
3ff05183
YM
98262006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9827
9828 * term/mac-win.el (mac-handle-font-selection): Change keys of
9829 mac-atsu-font-table from strings to numbers.
9830 (mac-ts-caret-position): Use also when cursor-type is nil.
9831 (mac-ts-update-active-input-area): Add Mac OS Classic support.
ce0d4998
SM
9832 Relax condition for using overlay strings.
9833 Use mac-ts-caret-position face when cursor-type is nil.
3ff05183 9834
02bc285c
KS
98352006-06-26 Kim F. Storm <storm@cua.dk>
9836
9837 * help.el (view-emacs-news): Declare `res' in the right let* form.
9838
08b1eb21
MA
98392006-06-25 Michael Albinus <michael.albinus@gmx.de>
9840
9841 * net/rcompile.el (remote-compile): Replace ange-ftp based
8a8476f9
KS
9842 implementation by Tramp functions.
9843 Suggested by Marc Abramowitz <msabramo@gmail.com>.
08b1eb21
MA
9844
9845 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9846
eff6bfea
EZ
98472006-06-24 Yoshinori Koseki <kose@meadowy.org>
9848
9849 * international/fontset.el (setup-default-fontset): Fix a typo in
9850 the "Oriya-Akruti" registry name.
9851
0625ded0 98522006-06-23 Lars Hansen <larsh@soem.dk>
f8e83735 9853
11425834
LH
9854 * desktop.el (desktop-full-file-name): New function.
9855 (desktop-kill, desktop-save, desktop-remove, desktop-read)
9856 (desktop-revert): Use it.
9857 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9858 (desktop-after-read-hook): Add option list-buffers.
9859 (desktop-locals-to-save): Add tab-width.
9860 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9861 Fix docstring.
9862
353694fd
CD
98632006-06-23 Carsten Dominik <dominik@science.uva.nl>
9864
9865 * textmodes/org.el (org-cdlatex-mode-map)
9866 (org-cdlatex-texmathp-advice-is-done): New variables.
9867 (org-cdlatex-mode): New minor mode.
f8e83735
KS
9868 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9869 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
353694fd 9870 (org-export-with-archived-trees): New option.
ce0d4998 9871 (org-open-file): Remove the call to `convert-standard-filename'.
353694fd
CD
9872 (org-archive-tag, org-agenda-skip-archived-trees)
9873 (org-cycle-open-archived-trees)
9874 (org-sparse-tree-open-archived-trees): New options.
9875 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
0625ded0
JB
9876 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
9877 New functions.
f8e83735
KS
9878 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
9879 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
353694fd
CD
9880 (org-mode-map): Add binding for `org-toggle-archive-tag'.
9881 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9882 Call `org-prepare-agenda-buffers'.
9883 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
9884 (org-file-apps, org-file-apps-defaults-gnu)
f8e83735
KS
9885 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
9886 Handle remote files by forcing them to be opened in Emacs.
353694fd 9887
98a9cad3
AS
98882006-06-23 Andre Spiegel <spiegel@gnu.org>
9889
9890 * vc.el (vc-diff-knows-L): New variable.
9891 (vc-diff-internal): Use it to handle "diff" programs that don't
f8e83735 9892 understand -L. This works automatically, no user action is necessary.
98a9cad3 9893
18aa2c90
EZ
98942006-06-23 Daniel Brockman <daniel@brockman.se>
9895
9896 * net/rcirc.el (rcirc-default-user-full-name): Default to
9897 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
9898 longer exists).
9899 (rcirc-process-list): Check `buffer-live-p' before attempting to
9900 switch to a buffer.
9901
aac5d1fd
EZ
99022006-06-23 Ryan Yeske <rcyeske@gmail.com>
9903
9904 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
9905 based on rcirc-coding-system-alist.
9906
81711dba
EZ
99072006-06-23 Martin Rudalics <rudalics@gmx.at>
9908
9909 * cus-edit.el (customize-apropos): A better error message.
9910 (top level) <debug-ignored-errors>: Extend and update the list of
9911 ignored error messages.
9912
08fd202a
EZ
99132006-06-23 Michael Ernst <mernst@alum.mit.edu>
9914
9915 * complete.el (PC-do-completion): Retain capitalization of user
9916 input, when possible, even if completion-ignore-case is set.
9917
28fa06ea
EZ
99182006-06-23 Eli Zaretskii <eliz@gnu.org>
9919
6453a10e
EZ
9920 * generic-x.el (bat-generic-mode): Support .cmd files.
9921
28fa06ea
EZ
9922 * dos-w32.el (top level): Use find-file-not-found-functions
9923 instead of the obsolete find-file-not-found-hooks.
9924
9b8648b8
KS
99252006-06-22 Kim F. Storm <storm@cua.dk>
9926
9927 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
9928 to recognize mode name containing submodes, such as Grep/lw.
9929
43a37241
KS
99302006-06-21 Kim F. Storm <storm@cua.dk>
9931
9932 * simple.el (line-move-1): Check for move-end-of-line instead of
9933 end-of-line when setting temporary-goal-column.
9934
a2064b09
MB
99352006-06-21 Miles Bader <miles@gnu.org>
9936
9937 * play/cookie1.el (cookie): Work properly when there's only one entry.
9938
210e35f7
NR
99392006-06-21 Nick Roberts <nickrob@snap.net.nz>
9940
9941 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
e72e0e31 9942 (gdb-frame-handler): Generalize frame regexp for templates.
210e35f7 9943
b0352ddf
GM
99442006-06-20 Glenn Morris <rgm@gnu.org>
9945
9946 * calendar/appt.el (appt-display-format): Default value must be
9947 one of the customize options.
9948
2b0193e1
DN
99492006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9950
e72e0e31
KS
9951 * term/xterm.el (terminal-init-xterm): Update key availability info.
9952 Bind C-return.
2b0193e1 9953
e72e0e31 9954 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2b0193e1 9955
809b6e98
CY
99562006-06-20 Chong Yidong <cyd@stupidchicken.com>
9957
a548f3d7
CY
9958 * files.el (hack-local-variables): Run `hack-local-variables-hook'
9959 whether or not a local variables list is defined.
9960
809b6e98
CY
9961 * msb.el (msb): Move `sit-for' hack here to handle both
9962 "mouse-down and drag" and "mouse-up and select" situations.
9963 (mouse-select-buffer): Move `sit-for' hack to `msb'.
9964
1e0fd4cd
KH
99652006-06-20 Kenichi Handa <handa@m17n.org>
9966
f8e83735
KS
9967 * international/characters.el (word-combining-categories):
9968 Add entries for 2-byte Han characters.
1e0fd4cd 9969
a5bd14d3
RS
99702006-06-19 Richard Stallman <rms@gnu.org>
9971
9972 * bindings.el (mode-line-format): Save some mode line space.
9973
9974 * files.el (find-file-noselect): Improve the question wording.
9975 (basic-save-buffer-2): Mask UMASK against 666.
9976
9977 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
9978 (mouse-drag-vertical-line): Call it.
9979
d669197d 9980 * cus-edit.el (customize-option, customize-option-other-window):
a5bd14d3
RS
9981 Error if SYMBOL is nil.
9982
3d62681d
CD
99832006-06-19 Carsten Dominik <dominik@science.uva.nl>
9984
9985 * textmodes/org.el: Require noutline, also on XEmacs.
9986 (org-end-of-subtree): Return point.
9987 (org-dblock-start-re, org-dblock-end-re): New constants.
9988 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
9989 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
9990 (org-update-all-dblocks, org-find-dblock): New functions.
9991 (org-collect-clock-time-entries): New function.
9992 (org-html-handle-time-stamps): Never export CLOCK timeranges.
ce0d4998 9993 (org-fixup-indentation): Modify to deal correctly with lines
3d62681d
CD
9994 starting with TAB. Only one argument DIFF now.
9995 (org-demote, org-promote): Call `org-fixup-indentation' with just
9996 one argument, DIFF.
9997 (org-mode): Don't mark buffer as modified when aligning tables.
f8e83735 9998 (org-clock-sum): Don't mark buffer modified when adding time sum
3d62681d 9999 properties.
ce0d4998 10000 (org-export-as-html): Add support for a link validation function.
3d62681d
CD
10001 (org-archive-all-done): New function.
10002 (org-archive-subtree): New prefix argument. When set, archive all
10003 done subtrees in this buffer.
10004 (org-remove-clock-overlays)
e72e0e31
KS
10005 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10006 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
3d62681d
CD
10007 (org-put-clock-overlay): Don't swallow last headline character
10008 when displaying overlay.
10009 (org-store-link): Link to `image-mode' with just the file name.
3d62681d 10010
ec6aebe8 100112006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
d669197d 10012
e72e0e31
KS
10013 * viper-cmd.el (viper-special-read-and-insert-char):
10014 Use read-key-sequence.
10015 (viper-after-change-undo-hook): Misc enhancements.
10016 (viper-after-change-undo-hook): New hook.
10017 (viper-undo): Use viper-after-change-undo-hook.
f8e83735 10018 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
ec6aebe8
MK
10019 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10020 clicking on that widget/button.
d669197d 10021
1a408ced 10022 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
d669197d 10023
e72e0e31
KS
10024 * ediff-diff (ediff-test-patch-utility): Catch errors.
10025 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10026 (ediff-set-actual-diff-options): New function.
ec6aebe8 10027 (ediff-reset-diff-options, ediff-toggle-ignore-case):
e72e0e31
KS
10028 Use ediff-set-actual-diff-options.
10029 (ediff-extract-diffs): Catch errors.
10030 (ediff-whitespace): Add non-breakable space.
10031 (ediff-same-file-contents): Catch errors.
10032
10033 * ediff-mult.el (ediff-collect-custom-diffs):
10034 Save coding-system-for-read.
10035
10036 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10037 (ediff-vc-internal, ediff-vc-merge-internal):
10038 Use ediff-delete-version-file.
10039 (ediff-delete-version-file): New function.
10040
10041 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10042
10043 * ediff.el (ediff-directories, ediff-directory-revisions)
10044 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10045 (ediff-directories-internal, ediff-merge-directory-revisions)
10046 (ediff-merge-directory-revisions-with-ancestor)
10047 (ediff-directories3): Use read-directory-name.
d669197d 10048
e924d021
RF
100492006-06-18 Ralf Angeli <angeli@caeruleus.net>
10050
ce0d4998
SM
10051 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10052 Remove superfluous part of regexp for brace matching which is handled
10053 by `scan-lists' call.
e924d021 10054
d1ae9041
RS
100552006-06-16 Richard Stallman <rms@gnu.org>
10056
10057 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10058
10059 * files.el (basic-save-buffer-2): For a new precious file,
10060 use the default modes in the return value.
10061
10062 * facemenu.el (facemenu-color-alist): Doc fix.
10063
10064 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10065
aa2f234a
YM
100662006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10067
10068 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10069
10070 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10071 (mac-utxt-to-string): Use it.
10072 (mac-ts-update-active-input-area): Use mac-ae-number.
10073
2f182d8d
DN
100742006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10075
10076 * term.el (term-handle-scroll, term-delete-lines)
10077 (term-insert-lines): Fix off by one errors.
10078
338f7c36 100792006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
8a7269eb
MA
10080
10081 * net/tramp.el (tramp-touch): Use UTC to express time.
10082
c43d7539
CY
100832006-06-15 Chong Yidong <cyd@stupidchicken.com>
10084
10085 * mail/sendmail.el (mail-send): Search explicitly for
10086 mail-header-separator when checking for corrupted header lines.
10087
e86a3316
NR
100882006-06-15 Nick Roberts <nickrob@snap.net.nz>
10089
10090 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10091 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10092 (gdb-init-1): Initialise them.
10093 (gdb-starting): Reset gdb-printing
10094 (gdb-starting): Save value of gud-overlay-arrow-position.
10095 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10096 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10097 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10098 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10099
608f2671
SM
101002006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10101
10102 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10103
90557512
CY
101042006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10105
10106 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10107 (ldap-search-internal): Keep error messages, and a regexp fix.
10108
15a8ea0c
TTN
101092006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
10110
10111 * files.el (hack-local-variables-confirm):
10112 Display string value using its printed representation.
10113
6b519504
CY
101142006-06-11 Chong Yidong <cyd@stupidchicken.com>
10115
10116 * server.el (server-edit): No-op if no server buffers exist.
10117
11f89289
RC
101182006-06-11 Robert J. Chassell <bob@rattlesnake.com>
10119
608f2671 10120 * textmodes/page-ext.el (pages-directory-for-addresses):
11f89289
RC
10121 Including `pages-directory-address-mode' in the function results
10122 in the message "Buffer in which pages were found is deleted".
10123
23643307
CD
101242006-06-10 Carsten Dominik <dominik@science.uva.nl>
10125
0625ded0 10126 * textmodes/org.el (org-agenda-mode-map): Add bindings for
7225c342 10127 clocking functions.
11f89289 10128
23643307
CD
10129 (org-agenda-clock-in, org-check-running-clock)
10130 (org-clock-out-if-current, org-remove-clock-overlays)
10131 (org-put-clock-overlay): New functions.
10132 (org-clock-marker, org-clock-file-total-minutes)
7225c342 10133 (org-clock-overlays): New variables.
23643307
CD
10134 (org-clock-display, org-clock-sum, org-clock-cancel)
10135 (org-clock-out, org-clock-in): New commands.
10136 (org-export): New function.
10137 (org-emph-re): New constant.
10138 (org-set-emph-re, org-do-emphasis-faces): New functions.
10139 (org-emphasis-regexp-components, org-emphasis-alist): New options.
10140 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7225c342 10141 (org-export-html-convert-emphasize): Use the configurable emphasis.
23643307
CD
10142 (org-cleaned-string-for-export): Make multiline emphasis visible
10143 to the exporter. New optional argument PARAMETERS.
10144 (org-export-as-html): Specify :emph-multiline parameter to
10145 `org-cleaned-string-for-export'.
10146
9e362b84
RS
101472006-06-10 Richard Stallman <rms@gnu.org>
10148
10149 * help.el (help-for-help-internal): Clean up help text.
10150
ddfca4e6
AS
101512006-06-10 Andreas Schwab <schwab@suse.de>
10152
10153 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10154 in doc string.
10155
9d3ba24c
AS
10156 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10157
7cb93181
EZ
101582006-06-09 Karl Chen <quarl@cs.berkeley.edu>
10159
10160 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10161 spaces after the comment start.
10162
36ac5ea5
KS
101632006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10164
f47adf18
TTN
10165 * play/pong.el (pong-init-buffer):
10166 Fill buffer with spaces instead of ^A.
10167
36ac5ea5
KS
10168 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10169 launched asynchronously, delete its process instead of being cool.
10170 (ispell-async-processp): Check for `delete-process' existence
10171 instead of `kill-process' one for consistency.
10172
f9ff5ee1
NR
101732006-06-09 Nick Roberts <nickrob@snap.net.nz>
10174
10175 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10176 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10177 in mode line at startup.
10178
f17f26a1
KS
101792006-06-08 Kim F. Storm <storm@cua.dk>
10180
10181 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10182 (ido-init-completion-maps): Bind them to M-SPC and M-v.
d25203fd 10183 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
532a001d 10184 (ido-file-internal): Pass full file name to write-file.
e819ce9e
KS
10185 (ido-read-internal): Only pop stack elements automatically if they
10186 actually match an existing directory or file name.
f17f26a1 10187
8dec0e01
KH
101882006-06-07 Kenichi Handa <handa@m17n.org>
10189
10190 * international/mule.el (find-auto-coding): Don't handle the short
10191 name `char-trans'.
10192
10193 * files.el (hack-local-variables-prop-line)
10194 (hack-local-variables): Cancel the previous change.
10195
79f28143
JH
101962006-06-06 Jesper Harder <harder@phys.au.dk>
10197
608f2671 10198 * ediff-diff.el (ediff-test-utility): Protect against file-error.
79f28143 10199
53dd481c
CY
102002006-06-06 Chong Yidong <cyd@stupidchicken.com>
10201
10202 * diff-mode.el (diff-mode): Set buffer-read-only to t when
ce0d4998 10203 diff-default-read-only is non-nil.
dd24cb37
CY
10204 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10205 (diff-refine-hunk): Set inhibit-read-only to t.
53dd481c
CY
10206
10207 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10208 modifying the *Diff* buffer.
10209 (diff-process-filter): New filter function for diff process that
10210 sets inhibit-read-only to t when modifying the *Diff* buffer.
10211
98a53802
CD
102122006-06-06 Carsten Dominik <dominik@science.uva.nl>
10213
0625ded0 10214 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
98a53802
CD
10215 insertion point and control the number of empty lines.
10216 (org-paste-subtree): Limit the number of empty lines at the end of
10217 the inserted tree.
10218 (org-agenda): Use buffer name of current file for narrowing.
10219 (org-export-as-xml): Command removed.
10220 (org-export-xml-type): Option removed.
10221 (org-mode-map): Call `org-export-as-xoxo' directly.
10222 (org-get-indentation): New optional argument LINE.
10223 (org-fix-indentation, org-remove-tabs): New functions.
10224 (org-export-as-ascii, org-ascii-level-start): Determine and apply
10225 correct indentation for headlines that are converted it items.
10226 (org-skip-comments): Remove table lines that contain narrowing
10227 cookies but no other non-empty fields.
10228 (org-set-tags): Allow groups of mutually exclusive tags.
10229 (org-cmp-time): Sort 24:21 before items without time.
608f2671 10230 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
98a53802
CD
10231 (org-open-at-point): Require double colon also for numbers.
10232
92f0c93d
KS
102332006-06-06 Kim F. Storm <storm@cua.dk>
10234
10235 * ido.el (ido-default-file-method, ido-default-buffer-method):
10236 Make choice values consistent with corresponding command names.
10237 (ido-visit-buffer): Update accordingly. Default to selected-window.
10238
876bd6e4
NR
102392006-06-06 Nick Roberts <nickrob@snap.net.nz>
10240
10241 * progmodes/gud.el (gud-running): Fix doc string.
10242 (gud-menu-map): Use :visible instead fo :enable for debugger test.
10243 (gud-tooltip-modes): Add python-mode.
10244 (gud-tooltip-print-command): Add pdb. Remove perldb.
10245
3152b1eb
EZ
102462006-06-05 Eli Zaretskii <eliz@gnu.org>
10247
92f0c93d
KS
10248 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10249 Quote $(EMACS).
3152b1eb 10250
43c58260
RS
102512006-06-05 Richard Stallman <rms@gnu.org>
10252
10253 * faces.el (defined-colors): Doc fix.
10254
58ce5535
TTN
102552006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
10256
92f0c93d
KS
10257 * vc.el (vc-process-filter): Inhibit undo info collection around
10258 call to insert.
58ce5535
TTN
10259 (vc-setup-buffer): Likewise for call to erase-buffer.
10260 (vc-do-command): Likewise for call to process-file.
10261
623c14d3
NR
102622006-06-05 Nick Roberts <nickrob@snap.net.nz>
10263
10264 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10265 for gud-go.
10266 (gud-common-init): Other debuggers may trigger error.
10267
f090034b
KH
102682006-06-05 Kenichi Handa <handa@m17n.org>
10269
608f2671
SM
10270 * international/mule.el (find-auto-coding):
10271 Handle enable-character-translation in file header.
f090034b 10272
32a877bb
KS
102732006-06-04 Kim F. Storm <storm@cua.dk>
10274
34c614a8
KS
10275 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10276 (authors-fixed-entries): Fix spelling.
10277 (authors-canonical-file-name): Don't report error for wildcards.
10278
32a877bb 10279 * help.el (view-emacs-news): Rewrite to support new NEWS,
ce0d4998 10280 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
32a877bb 10281 e.g. version 10 matches 1.10, and don't be confused by version 1.1
ce0d4998 10282 being a prefix of 1.12 (etc). A numeric prefix arg also works.
32a877bb 10283
af6aef87 102842006-06-03 Vivek Dasmohapatra <vivek@etla.org>
6d39902f
EZ
10285
10286 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10287 exec constructs like `foo bar`.
10288 (sh-quoted-subshell): New helper function to search for a possibly
10289 nested subshell (like `` or $()) within a "" quoted string.
10290 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10291 (sh-apply-quoted-subshell): Flag quote characters inside a
10292 subshell, which is itself already in a quoted region, as
10293 punctuation, since this is the closest to what they actually are.
10294 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10295 sh-apply-quoted-subshell.
10296 (sh-font-lock-syntactic-face-function): Apply the new face for
10297 text inside `` instead of the old font-lock-string-face.
10298
fabcf455
YM
102992006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10300
10301 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10302 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10303 (mac-bytes-to-text-range, mac-ae-text-range-array)
10304 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10305 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
63fbb644 10306 (mac-ts-unicode-for-key-event): New functions.
fabcf455
YM
10307 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10308 (mac-handle-font-selection): Use mac-ae-number.
10309 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10310 New variables.
10311 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10312 (mac-ts-converted-text, mac-ts-selected-converted-text)
10313 (mac-ts-block-fill-text, mac-ts-outline-text)
10314 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10315 (mac-ts-hilite-style-faces): New constant.
10316 (mac-apple-event-map): Bind text input events.
10317 (mac-dispatch-apple-event): Use command-execute instead of
10318 call-interactively.
10319 (global-map): Don't bind mac-apple-event.
10320 (special-event-map): Bind mac-apple-event.
10321
3d80c941
EZ
103222006-06-02 Eli Zaretskii <eliz@gnu.org>
10323
10324 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10325 file name.
10326 (emacs): Enclose the value of $(EMACS) in quotes.
10327
2e17852c
JL
103282006-06-02 Juri Linkov <juri@jurta.org>
10329
10330 * international/mule.el (sgml-html-meta-auto-coding-function):
10331 Remove the condition `(search-forward "<html" size t)'.
10332 Replace `\"' with `[\"']?' in `re-search-forward'.
10333
62e51d53
KH
103342006-06-02 Kenichi Handa <handa@m17n.org>
10335
10336 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10337 as well as `coding'.
10338 (hack-local-variables): Likewise.
10339
608f2671
SM
10340 * international/mule.el (enable-character-translation):
10341 Put permanent-local and safe-local-variable properties.
62e51d53
KH
10342 (find-auto-coding): Handle char-trans: tag.
10343
605e71f1
KH
103442006-06-02 Juri Linkov <juri@jurta.org>
10345
10346 * international/mule.el (sgml-html-meta-auto-coding-function):
10347 Limit the search by the end of the HTML header (if any).
10348
08a61c99
RS
103492006-06-01 Richard Stallman <rms@gnu.org>
10350
10351 * subr.el (with-current-buffer): Doc fix.
10352
eb3d9609
MY
103532006-06-02 Masatake YAMATO <jet@gyve.org>
10354
06c7827a 10355 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
0625ded0 10356 Almost rewrite. Underlines over all lines of gcov output are too
eb3d9609
MY
10357 uncomfortable to read. Suggested by Dan Nicolaescu.
10358
90d40a35
LT
103592006-06-01 Luc Teirlinck <teirllm@auburn.edu>
10360
10361 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10362
10363 * shell.el (shell-mode): Use shell-mode-map in docstring.
10364
10365 * comint.el (comint-send-input): Do not add help-echo and
10366 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10367
4054794d
JD
103682006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10369
10370 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10371
e223ede9
NR
103722006-06-01 Nick Roberts <nickrob@snap.net.nz>
10373
10374 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10375 (gdb-stopped, gdb-info-stack-custom): If there is no source info
10376 look up the stack and pop up GUD buffer if necessary.
10377 (gdb-frames-select): Remove redundant call to gud-display-frame.
10378 (gdb-info-threads-custom): Keep point at start of buffer.
10379 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10380
81c6e791
JL
103812006-05-31 Juri Linkov <juri@jurta.org>
10382
10383 * replace.el (query-replace-read-from, query-replace-read-to):
10384 Bind `history-add-new-input' to nil. Call `add-to-history'.
10385
360fecca
KS
103862006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
10387
10388 * textmodes/table.el: Convert all HTML tags to lower case for
10389 XHTML compatibility.
10390
206e215e
MY
103912006-05-31 Masatake YAMATO <jet@gyve.org>
10392
8ba7e540
KS
10393 * progmodes/compile.el:
10394 (compilation-error-regexp-alist-alist::gcov-called-line):
10395 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
206e215e 10396
318474dc
NR
103972006-05-31 Nick Roberts <nickrob@snap.net.nz>
10398
8ba7e540 10399 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
0625ded0 10400 Revert inadvertent changes made with last commit.
318474dc 10401
2809db33
RS
104022006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
10403
8ba7e540
KS
10404 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10405 New functions.
2809db33
RS
10406
10407 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10408
c39d5865
CD
104092006-05-30 Carsten Dominik <dominik@science.uva.nl>
10410
0625ded0 10411 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8ba7e540 10412 only matches in the right place.
c39d5865
CD
10413 (org-upcoming-deadline): New face.
10414 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8ba7e540
KS
10415 (org-export-ascii-underline): Rename constant `org-ascii-underline'
10416 and make it an option.
c39d5865
CD
10417 (org-export-ascii-bullets): New option.
10418 (org-export-as-html): Many changes to emit valid XHTML.
10419 (org-par-open): New variable.
955951b8 10420 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
ce0d4998 10421 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8ba7e540 10422 (org-timeline): Pass `org-timeline-show-empty-dates' to
0625ded0
JB
10423 `org-get-all-dates'. Interpret empty dates returned by
10424 `org-get-all-dates'.
c39d5865
CD
10425 (org-get-all-dates): New argument EMPTY. Add dates without
10426 entries to the list, mark large ranges of empty dates.
10427 (org-point-in-group, org-context): New functions.
10428
1b751989
NR
104292006-05-30 Nick Roberts <nickrob@snap.net.nz>
10430
89f0e7cc
NR
10431 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10432
1b751989
NR
10433 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10434 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10435 to C-mouse-3 (for 2 button mice).
10436 (gdb-send): Do the right thing for C-d.
10437
10438 * speedbar.el (speedbar-detach): Delete.
10439 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10440 it breaks things.
8ba7e540 10441 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1b751989 10442
d14fd70c
DP
104432006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
10444
10445 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10446 Makeppfile.
10447
8ba7e540
KS
10448 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10449 Add makepp diagnostic.
d14fd70c 10450
39be728a
RS
104512006-05-29 Richard Stallman <rms@gnu.org>
10452
963128f3
RS
10453 * window.el (fit-window-to-buffer): Doc fix.
10454
90e357ae
RS
10455 * help.el (temp-buffer-max-height): Doc fix.
10456
39be728a
RS
10457 * subr.el (with-current-buffer): Doc fix.
10458
e380957e
JD
104592006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10460
39be728a 10461 * term/x-win.el: Bind F10 to menu-bar-start if available.
e380957e 10462
c57597dd
DN
104632006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
10464
10465 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10466 uses with a simple test.
10467 (term-set-escape-char, term-mode, term-check-kill-echo-list)
10468 (term-send-raw-string, term-send-raw, term-mouse-paste)
10469 (term-char-mode, term-line-mode, term-exec, term-sentinel)
10470 (term-handle-exit, term-read-input-ring)
10471 (term-previous-matching-input-string)
10472 (term-previous-matching-input-string-position)
10473 (term-previous-matching-input-from-input)
10474 (term-replace-by-expanded-history, term-send-input)
10475 (term-skip-prompt, term-bol, term-send-invisible)
10476 (term-kill-input, term-delchar-or-maybe-eof)
10477 (term-backward-matching-input, term-check-source)
10478 (term-proc-query, term-emulate-terminal)
10479 (term-handle-colors-array, term-process-pager, term-pager-line)
10480 (term-pager-bob, term-unwrap-line, term-word)
10481 (term-dynamic-complete-filename)
10482 (term-dynamic-complete-as-filename)
10483 (term-dynamic-simple-complete): Replace one arm ifs with whens or
10484 unlesses.
10485
bb7a346f
SM
104862006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10487
b486a098
SM
10488 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10489 during bootstrapping.
10490
bb7a346f
SM
10491 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10492 Basically undo the change of 2006-05-26: use extra arguments instead of
10493 dynamic scoping.
10494 (ewoc-locate): Remove unused var `footer'.
10495
7a0574f3
SM
104962006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10497
7ece7aba
SM
10498 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10499
b17b8839
SM
10500 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10501 (generate-file-autoloads): Obey it. Return whether autoloads were
10502 added at point or not.
10503 (update-file-autoloads): Use this new return value.
10504 Remove redundant test for the presence of an autoload cookie.
10505
69135525
SM
10506 * emacs-lisp/autoload.el (autoload-find-file): New fun.
10507 This one calls hack-local-variables.
10508 (generate-file-autoloads, update-file-autoloads): Use it.
10509
7a0574f3
SM
10510 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10511 (bibtex-sort-entry-class): Add safe-local-variable predicate.
10512 (bibtex-sort-entry-class-alist): Don't set the global value.
10513 (bibtex-init-sort-entry-class-alist): New fun.
10514 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10515 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10516 of bibtex-init-sort-entry-class.
10517
0985f920
RS
105182006-05-28 Richard Stallman <rms@gnu.org>
10519
10520 * subr.el (load-history-regexp): If FILE is relative, insist
10521 entire last name component must match it.
10522 (load-history-filename-element, load-history-regexp): Doc fixes.
10523
6c6e0bb4
KS
105242006-05-29 Kim F. Storm <storm@cua.dk>
10525
7a0574f3 10526 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6c6e0bb4
KS
10527 `pos' and `raw-data' for clarity, as eval forms may access these.
10528
f3d50954
KS
105292006-05-28 Kim F. Storm <storm@cua.dk>
10530
10531 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10532
c5301b5c
SM
105332006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 * progmodes/make-mode.el (makefile-browser-map)
10536 (makefile-mode-syntax-table): Move initialization inside declaration.
10537 (makefile-fill-paragraph): Use the default comment-filling code.
10538
6b59b130
CY
105392006-05-28 Chong Yidong <cyd@stupidchicken.com>
10540
10541 * replace.el (query-replace-defaults): New variable.
10542 (query-replace-read-from): Use `query-replace-defaults' for
10543 default value, instead of history list.
10544 (query-replace-read-to): Update `query-replace-defaults'.
10545
122e29de
CY
105462006-05-27 Chong Yidong <cyd@stupidchicken.com>
10547
10548 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10549 with no X toolkit.
10550
27e53d7c
NR
105512006-05-28 Nick Roberts <nickrob@snap.net.nz>
10552
10553 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10554 (tumme-show-all-from-dir): Add autoload.
10555
e1d3541a
MD
105562006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10557
10558 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9c2d888b 10559 (tumme-remove-tag): Fix bug.
e1d3541a 10560
f860b721
TTN
105612006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
10562
27e53d7c
NR
10563 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10564 FOOTER args. Update unique caller.
ec491f90 10565 (ewoc-delete): Compute last node once before looping.
63910b23 10566 (ewoc--node-branch): Merge into unique caller.
27e53d7c
NR
10567 (ewoc--node): Don't define constructor make-ewoc--node for this
10568 structure.
10569 (ewoc): Add member `hf-pp' to this structure.
096432af
TTN
10570 (ewoc--wrap): New func.
10571 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
10572 header/footer pretty-printers. Save header/footer pretty-printer.
1a408ced 10573 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
27e53d7c 10574
096432af
TTN
10575 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10576
9318bb97
MD
105772006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10578
eb9e5cd1 10579 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
27e53d7c 10580 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
81bfcbaa 10581 Tag'. Change "Compare directories..." to "Change Directories...".
27e53d7c
NR
10582 Move tumme commands to Operate, Regexp and Immediate menus.
10583 Change "Add Comment" to "Add Image Comment". Change "Add Image
10584 Tag" to "Add Image Tags".
c5301b5c 10585
eb9e5cd1
MD
10586 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10587 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10588 `tumme-delete-tag'.
10589
48661861
LT
105902006-05-26 Luc Teirlinck <teirllm@auburn.edu>
10591
10592 * shell.el (shell-mode): Call shell-dirtrack-mode after
10593 list-buffers-directory is made a local variable, to avoid setting
10594 the default value.
10595
18ed6a46
EZ
105962006-05-26 Kevin Ryde <user42@zip.com.au>
10597
10598 * info.el (Info-index-next): Use where-is-internal to report
10599 actual binding of Info-index-next, rather than hard-coded `,'.
10600
0f7078f0
EZ
106012006-05-26 Eli Zaretskii <eliz@gnu.org>
10602
3d0793e4
EZ
10603 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10604 and "Find Command in Manual" to here.
10605
0f7078f0
EZ
10606 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10607 Info-current-file as the file name.
10608
bd93e3e1
JY
106092006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
10610
10611 * ses.el (defadvice undo-more): Delete this defadvice. The undo
10612 overrides will now be done a different way.
10613 (ses-set-parameter): Reapply this function for undo.
10614 (ses-set-header-row): Reconstruct header row during undo.
10615 (ses-widen): New function.
10616 (ses-goto-data, ses-reconstruct-all): Use new function.
10617 (ses-command-hook): Widen buffer during undo, before unupdating
10618 the cells.
10619 (ses-insert-row, ses-delete-row): Widen buffer during undo.
10620 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10621 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10622 formula hasn't been executed yet.
10623
a8dc674f
RS
106242006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10625
b486a098
SM
10626 * comint.el (comint-kill-whole-line): Rename arg to count.
10627 Fix doc string.
a8dc674f 10628
920e95c0
CY
106292006-05-26 Chong Yidong <cyd@stupidchicken.com>
10630
10631 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10632 to copy-file.
10633
b3228584
RS
106342006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10635
10636 * simple.el (toggle-truncate-lines): Make arg optional for
10637 backward compatibility.
10638
7dd2e64c
TTN
106392006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
10640
10641 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10642 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10643 DLL arg. Instead, use ewoc--current-dll. Update all callers.
10644 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10645 (ewoc--adjust): Use ewoc--current-dll.
10646 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10647
9fd47373
CD
106482006-05-26 Carsten Dominik <dominik@science.uva.nl>
10649
0625ded0 10650 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9fd47373
CD
10651 compact error message.
10652 (org-tags-view): Refresh category table in each file.
b486a098 10653 (org-table-justify-field-maybe): Remove superfluous arguments to
9fd47373
CD
10654 `format'.
10655 (org-export-as-html): Insert "<p>" before postamble.
b486a098 10656 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9fd47373 10657
f1c582b4
KH
106582006-05-26 Kenichi Handa <handa@m17n.org>
10659
10660 * textmodes/po.el (po-find-charset): Pay attention to the case
10661 FILENAME is a cons (NAME . BUFFER).
10662 (po-find-file-coding-system-guts): Likewise.
10663
b486a098
SM
10664 * arc-mode.el (archive-set-buffer-as-visiting-file):
10665 Call find-operation-coding-system with (FILENAME . BUFFER).
f1c582b4
KH
10666
10667 * tar-mode.el (tar-extract): Call find-operation-coding-system
10668 with (FILENAME . BUFFER).
10669
b486a098
SM
10670 * international/mule.el (decode-coding-inserted-region):
10671 Call find-operation-coding-system with (FILENAME . BUFFER).
f1c582b4 10672
4d687160
CY
106732006-05-25 Chong Yidong <cyd@stupidchicken.com>
10674
10675 * image-mode.el (image-toggle-display): Use buffer contents to
10676 generate image for a remote file.
10677
92aa92fa
JL
106782006-05-25 Juri Linkov <juri@jurta.org>
10679
10680 * replace.el (query-replace-read-from, query-replace-read-to):
10681 Remove 8th arg KEEP-ALL in read-from-minibuffer.
10682
9c524754 106832006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
b486a098
SM
10684
10685 * whitespace.el (whitespace-cleanup): Change to cleanup
10686 region if one is active.
10687 * whitespace.el (whitespace-cleanup-internal): New internal method.
f473c8d5 10688
36938994
MD
106892006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10690
0a33fc8d 10691 * dired.el (dired-mode-map): Add help-echo strings to tumme
27e53d7c 10692 commands. Bind `tumme-dired-display-image' to C-t i.
0a33fc8d 10693
b486a098 10694 * tumme.el (tumme-display-image): Change documentation string slightly.
b76b3535 10695 (tumme-dired-display-image): Add call to `display-buffer'.
776e9e34 10696
78b3f5c3
TTN
106972006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
10698
10699 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10700 Signal error if RAW-DATA is a multibyte string.
10701
870560eb
RS
107022006-05-24 Richard Stallman <rms@gnu.org>
10703
113fe928
RS
10704 * subr.el (with-local-quit): When handling `quit' signal,
10705 make a chance for quit-flag to cause a quit.
10706
379ba58e
RS
10707 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10708 (ad-disable-advice): Add autoloads.
10709
870560eb
RS
10710 * subr.el (read-passwd): Copy PROMPT before changing its properties.
10711
36938994
MD
107122006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10713
b76b3535 10714 * dired.el (dired-mode-map): Change menu items for tumme as per
36938994
MD
10715 suggestions in emacs-devel.
10716
107172006-05-25 Nick Roberts <nickrob@snap.net.nz>
10718
10719 * dired.el (dired-mode-map): Fix breakage.
10720
1797b033
MD
107212006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10722
b76b3535
NR
10723 * tumme.el (tumme-display-dired-image): Rename to...
10724 (tumme-dired-display-image): ...this.
10725 (tumme-track-movement): Change default value to t.
10726 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1797b033 10727 used from `tumme-next-line-and-display' and similar commands.
36938994 10728
b76b3535
NR
10729 * dired.el (dired-mode-map): Add Thumbnail submenu under the
10730 Immediate menu. Add some tumme commands there.
93825802 10731
24b0232f
LT
107322006-05-24 Luc Teirlinck <teirllm@auburn.edu>
10733
10734 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10735
ad9f6125
CY
107362006-05-24 Chong Yidong <cyd@mit.edu>
10737
10738 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10739 menu entries that open submenus.
10740
ac9f37df
AM
107412006-05-24 Alan Mackenzie <acm@muc.de>
10742
10743 * startup.el (command-line): For names of preloaded files, don't
10744 append ".elc" (now done in Fload), and call file-truename on the
10745 lisp directory.
10746
10747 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
10748 match ANY loaded file with the right name, not just those in
10749 load-path. Put a regexp matching the file name into
10750 after-load-alist, rather than the name itself.
10751
14d1edc0
JB
10752 * subr.el (load-history-regexp, load-history-filename-element)
10753 (do-after-load-evaluation): New functions.
ac9f37df
AM
10754
10755 * international/mule.el (load-with-code-conversion): Do the
10756 eval-after-load stuff by calling do-after-load-evaluation.
10757
a62c3993
NR
107582006-05-25 Nick Roberts <nickrob@snap.net.nz>
10759
10760 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
10761 has not been killed.
10762
e4dff88d
YM
107632006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10764
10765 * term/mac-win.el: Set idle timer to clean up expired Apple events.
10766 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
10767 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
10768 Optionally set error message in reply.
10769
e8166ad7
CD
107702006-05-24 Carsten Dominik <dominik@science.uva.nl>
10771
0625ded0 10772 * textmodes/org.el (org-open-at-point): Use renamed variable
e8166ad7 10773 `org-confirm-shell-link-function'.
b486a098 10774 (org-confirm-shell-link-function): Rename from
e8166ad7
CD
10775 `org-confirm-shell-links'.
10776 (org-export-directory): New function.
10777 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
10778 (org-export-icalendar): Use `org-export-directory'.
10779 (org-indent-item): Keep cursor position.
10780 (org-link-file-path-type): New option.
b486a098 10781 (org-export-as-html): Fix bug with plain lists starting in
e8166ad7 10782 column 0.
b486a098 10783 (org-export-as-html): Remove deadline formatting, this happens
e8166ad7
CD
10784 now already in `org-html-handle-time-stamps'.
10785 (org-export-html-style): Deadline class removed.
10786 (org-insert-labeled-timestamps-at-point): New option.
10787 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
10788 of `hide-sublevels 1', in case the first headline is not level 1.
10789 (org-overview, org-content): New fuction.
10790 (org-cycle-global-status, org-cycle-subtree-status): Make these
10791 variables buffer-local.
10792 (org-global-cycle): New command.
10793 (org-shifttab): Use `org-global-cycle'.
10794 (org-insert-heading, org-insert-item): Go to end of new
10795 headline/item after creating it.
b486a098
SM
10796 (org-export-visible): Rename from `org-export-copy-visible'.
10797 Now creates a temporary org-file and applies an exporting command
10798 to it.
e8166ad7
CD
10799 (org-table-eval-formula): Support for lisp forms.
10800 (org-agenda-todo-ignore-scheduled): New option.
10801 (org-agenda-get-todos): Use new option
10802 `org-agenda-todo-ignore-scheduled'.
10803 (org-export-html-inline-images): New value `maybe'.
b486a098 10804 (org-export-as-html): Inlining of images dependent on link description.
e8166ad7
CD
10805 (org-archive-subtree): Check for end-of-buffer before trying
10806 `kill-line'.
10807 (org-agenda-follow-mode): New option.
10808 (org-export-with-tags, org-export-with-timestamps): New options.
10809 (org-html-handle-time-stamps): New function.
10810 (org-keyword-time-regexp): New variable.
10811 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
10812 (org-agenda-todo-list-sublevels): New option.
10813 (org-html-level-start): When TITLE is nil, just close all levels.
b486a098
SM
10814 (org-parse-key-lines, org-parse-export-options): Remove functions,
10815 replaced by `org-infile-export-plist'.
e8166ad7
CD
10816 (org-combine-plists, org-infile-export-plist)
10817 (org-default-export-plist): New functions.
10818 (org-export-html-preamble, org-export-html-postamble)
10819 (org-export-html-auto-preamble, org-export-html-auto-postamble):
10820 New variables.
10821 (org-export-publishing-directory): New option.
10822 (org-export-as-html, org-export-as-ascii): Use the new property
10823 lists for settings.
b486a098
SM
10824 (org-export-copy-visible, org-export-as-xoxo):
10825 Respect `org-export-publishing-directory'.
e8166ad7
CD
10826 (org-link-search, org-store-link, org-file-apps): Support for
10827 links to BibTeX database entries..
b486a098
SM
10828 (org-get-current-options, org-set-regexps-and-options):
10829 Implement logging as a startup option.
e8166ad7
CD
10830 (org-store-link): Make sure context string is never empty
10831 (org-insert-link): Use relative path when possible.
10832 (org-at-item-checklet-p): New function.
10833 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
10834 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
10835 (org-metaright, org-metaup, org-metadown, org-shiftup)
10836 (org-shiftdown, org-shiftright, org-shiftleft)
10837 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
10838 Dispatch using `call-interactively'.
10839 (org-call-with-arg): New defsubst.
10840 (org-tag-alist, org-use-fast-tag-selection): New options.
10841 (org-complete): Use `org-tag-alist'.
10842 (org-fast-tag-insert, org-fast-tag-selection): New functions.
10843 (org-next-item, org-previous-item): New commands.
b486a098 10844 (org-beginning-of-item, org-end-of-item): Add (interactive) to
e8166ad7 10845 make command.
b486a098 10846 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
e8166ad7 10847
f569c26e
TTN
108482006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
10849
10850 * emacs-lisp/ewoc.el (ewoc-delete): New function.
10851 (ewoc-filter): Use `ewoc-delete'.
10852
5f25dc81
TTN
10853 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10854
35731e3b
SM
108552006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10856
8e6ea7a3
SM
10857 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10858 Signal more user-friendly error messages.
10859
35731e3b
SM
10860 * complete.el (PC-do-completion): Undo the addition of implicit
10861 wildcards if they did not lead to finding any match.
10862 (read-file-name-internal): Don't add the final > if the completion is
10863 not finished.
10864
35fdd9a7
RS
108652006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10866
35731e3b
SM
10867 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10868 Quote safe-local-variable predicate.
35fdd9a7 10869
bb8d35a2
TTN
108702006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
10871
10872 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
10873
21225d8f
RW
108742006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10875
35731e3b 10876 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
bb8d35a2 10877
21225d8f
RW
10878 * progmodes/make-mode.el (makefile-special-targets-list)
10879 (makefile-macro-table, makefile-target-table): Mark as risky.
10880 (makefile-query-one-target-method): Make this the alias for the
10881 following variable.
35731e3b 10882 (makefile-query-one-target-method-function): Make this the real name.
bb8d35a2 10883
21225d8f
RW
10884 * textmodes/artist.el (artist-text-renderer): Make this the alias
10885 for the following variable.
10886 (artist-text-renderer-function): Make this the real name.
10887
10888 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
10889 the alias for the following variable.
10890 (flyspell-generic-check-word-predicate): Make this the real name.
10891
10892 * textmodes/ispell.el (ispell-format-word): Make this the alias
10893 for the following variable.
10894 (ispell-format-word-function): Make this the real name.
10895 (ispell-message-text-end): Mark as risky.
10896
10897 * skeleton.el (skeleton-transformation, skeleton-filter)
10898 (skeleton-pair-filter): Make these the aliases for the following
10899 variables.
10900 (skeleton-transformation-function, skeleton-filter-function)
10901 (skeleton-pair-filter-function): Make these the real names.
10902
10903 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
10904 and skeleton-pair-filter-function.
10905
10906 * textmodes/sgml-mode.el (sgml-transformation): Make this the
10907 alias for the following variable.
10908 (sgml-transformation-function): Make this the real name.
10909 (sgml-tag-alist): Mark as risky.
10910
214a3db0
RS
109112006-05-21 Richard Stallman <rms@gnu.org>
10912
10913 * simple.el (kill-region): Interactively, pass point, then mark.
10914
3fe35897
TTN
109152006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
10916
10917 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
10918
c51ec744
RF
109192006-05-21 Romain Francoise <romain@orebokech.com>
10920
10921 * dired-x.el (dired-mode-map): Don't bind M-g.
10922
6f5c4cc9
RS
109232006-05-20 Richard Stallman <rms@gnu.org>
10924
10925 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
10926 (dired-goto-file): Doc fix.
10927
f2154114
KS
109282006-05-21 Kim F. Storm <storm@cua.dk>
10929
5748161e
KS
10930 * emulation/cua-base.el: Mention customizing cua-mode as alternative
10931 way to enable built-in cua-mode if user loads older CUA-mode package.
10932
f2154114
KS
10933 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
10934 if default-filename is specified.
10935
59ad6ae5
EZ
109362006-05-20 Eli Zaretskii <eliz@gnu.org>
10937
372ef0ab
EZ
10938 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
10939
59ad6ae5 10940 * info.el (info-apropos): Make sure current-file and current-node
424567e3 10941 have non-nil values. Speed up by using add-to-list instead of
f2154114 10942 manual consing.
59ad6ae5 10943
28b257dc 109442006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
16c4412e
EZ
10945
10946 * progmodes/make-mode.el (makefile-mode): Doc fix.
10947
40c50be3
EZ
109482006-05-20 Eli Zaretskii <eliz@gnu.org>
10949
10950 * dired-aux.el (dired-do-shell-command): Doc fix.
10951
8a5e4b3b
EZ
109522006-05-20 Kevin Ryde <user42@zip.com.au>
10953
10954 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
10955 ``(custom-manual :tag "Foo" "(foo)Node")''.
10956
664a80e9
EZ
109572006-05-20 Karl Chen <quarl@cs.berkeley.edu>
10958
10959 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
10960 value is an integer.
10961
3b96a16d
EZ
109622006-05-20 Eli Zaretskii <eliz@gnu.org>
10963
10964 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
10965 "format".
10966 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
10967
d689858f
EZ
109682006-05-20 Martin Rudalics <rudalics@gmx.at>
10969
10970 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
10971 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
10972
237d230e
SM
109732006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10974
10975 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
10976 regexp for keywords.
10977
0cd80dfa
YM
109782006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
10979
10980 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
10981 replace-regexp-in-string.
10982
10983 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
10984 encode, and escape file name on conversion to URL.
10985
109862006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10987
237d230e
SM
10988 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
10989 Don't unescape URL.
0cd80dfa
YM
10990 (dnd-get-local-file-name): Unescape URL on conversion to file name.
10991
10992 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
10993 on conversion to URLs.
10994
10995 * net/browse-url.el (browse-url-file-url): Encode file name on
10996 conversion to URL.
10997
10998 * term/mac-win.el (mac-ae-open-documents): Escape file name on
10999 conversion to URL.
11000
75e3b957
EZ
110012006-05-19 Eli Zaretskii <eliz@gnu.org>
11002
11003 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11004
689840b9
YM
110052006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11006
11007 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11008 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11009
e6b71a8f
GM
110102006-05-19 Glenn Morris <rgm@gnu.org>
11011
11012 * calendar/diary-lib.el (diary-bahai-date)
11013 (list-bahai-diary-entries, mark-bahai-diary-entries)
11014 (mark-bahai-calendar-date-pattern): Not interactive.
11015 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11016 (diary-entries-list): Change format of 4th element in each entry.
11017 (diary-list-entries): Use add-to-diary-list.
11018 (diary-goto-entry): Handle the case where the buffer visiting the
11019 diary has been killed.
11020 (fancy-diary-display): Add 'locator to button rather than 'marker.
11021 Only generate temp-face when there are marks to apply.
11022 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11023 (diary-fancy-date-pattern): New variable.
11024 (diary-time-regexp): Doc fix.
11025 (diary-anniversary, diary-time): New faces.
11026 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11027 diary-time-regexp. Add font-lock-multiline property where needed.
11028 Use new faces diary-anniversary and diary-time.
11029 (diary-fancy-font-lock-fontify-region-function): New function, to
11030 handle multiline font-lock pattern in fancy diary.
11031 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11032 (diary-font-lock-keywords): Tweak time regexp. Use new face
11033 diary-time.
11034
a161b46d
KH
110352006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11036
11037 * international/code-pages.el (mik): Table corrected.
11038
a0fa505b
KS
110392006-05-18 Kim F. Storm <storm@cua.dk>
11040
11041 * progmodes/grep.el (grep-find): Don't check grep-find-command
11042 before running command (breaks non-interactive usage).
11043
438dd27d
TTN
110442006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11045
11046 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11047 (ewoc--insert-new-node): Don't insert trailing newline.
237d230e 11048 Instead, adjust successor nodes's start markers.
438dd27d 11049 (ewoc--refresh-node): Delete all text from current node's start
237d230e 11050 marker to the next one's; adjust successor nodes's start markers.
438dd27d
TTN
11051 (ewoc--create): Doc fixes.
11052 (ewoc--refresh): Don't insert newline.
11053 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
237d230e
SM
11054 * pcvs.el (cvs-make-cvs-buffer):
11055 Specify extra newline for ewoc's header and footer.
438dd27d
TTN
11056 (cvs-update-header): Update initial header recognition.
11057 Append newline to final header and footer values.
11058 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11059
0bcf8735
RS
110602006-05-17 Richard Stallman <rms@gnu.org>
11061
11062 * files.el (file-name-extension): Doc fix.
11063
05327ca9
SM
110642006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11067 we can explicitly enable/disable rather than toggle.
11068 (shell-mode): Use it.
11069 (shell-cd): Don't try to reproduce what `cd' does.
11070
fb58b23a
KS
110712006-05-17 Kim F. Storm <storm@cua.dk>
11072
05327ca9
SM
11073 * ido.el (ido-read-internal): Use only nondirectory part of
11074 default item.
fb58b23a 11075
8d1bec8d
TTN
110762006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11077
11078 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11079 (ewoc-nth): Doc fix.
11080
8433d470
TTN
11081 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11082
7893e589
EZ
110832006-05-16 Eli Zaretskii <eliz@gnu.org>
11084
9247c2f2
EZ
11085 * international/mule.el (auto-coding-alist): Add .lha to files
11086 read with no-conversion.
11087
11088 * files.el (auto-mode-alist): Add .lha files to archive file
8d1bec8d 11089 extensions.
9247c2f2 11090
7893e589
EZ
11091 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11092 Convert csize to integer when computing offsets within the
11093 compressed archive file.
11094
b3abe3a5
KS
110952006-05-16 Kim F. Storm <storm@cua.dk>
11096
11097 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11098 with read-from-minibuffer.
11099
0027258d
RS
111002006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11101
b3abe3a5 11102 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
0027258d
RS
11103 (byte-compile-warnings): Fix safe-local-variable property.
11104
64686e6d
RS
111052006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11106
11107 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11108 (allout-stylish-prefixes, allout-numbered-bullet)
11109 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11110 predicates to qualify `safe-local-variable' property, when
11111 available, else use equivalent lambda.
11112 (allout-current-topic-collapsed-p): Do the right thing regarding
11113 trailing blank lines.
11114
2e8457a0
SM
111152006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11116
11117 * server.el (server-start): Only create a directory if needed.
11118 (server-edit, server-unload-hook): server-start => server-mode.
11119 (kill-emacs-hook): Cleanup upon exit.
11120
4a729d58
SM
111212006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11122
11123 * hexl.el (hexlify-buffer): Encode process arguments manually.
11124
ca9b119b
NR
111252006-05-16 Nick Roberts <nickrob@snap.net.nz>
11126
11127 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11128 call to gdb-tooltip-print.
11129
3f8105a1
RF
111302006-05-15 Romain Francoise <romain@orebokech.com>
11131
11132 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
4a729d58 11133 systems, default to "tar" since those systems probably have GNU tar.
3f8105a1 11134
47c221f7
RF
111352006-05-14 Lars Hansen <larsh@soem.dk>
11136
6c27fdb9 11137 * desktop.el (desktop-missing-file-warning): Fix docstring.
4a729d58 11138 (desktop-restore-file-buffer): Correct question asked on missing file.
6c27fdb9 11139
0f479f06
KS
111402006-05-14 Kim F. Storm <storm@cua.dk>
11141
11142 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11143 Add CUA move property.
11144
e58d8ef5
CY
111452006-05-13 Chong Yidong <cyd@stupidchicken.com>
11146
11147 * custom.el (custom-push-theme): Load the variable before checking
11148 its `standard-value'.
11149
47c221f7 111502006-05-13 Lars Hansen <larsh@soem.dk>
e58d8ef5 11151
9fbcde29
LH
11152 * desktop.el (desktop-save): Use with-temp-buffer.
11153
5d65ecaa
GM
111542006-05-12 Glenn Morris <rgm@gnu.org>
11155
4a729d58
SM
11156 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11157 * calendar/calendar.el (calendar-mode-map):
ff3cc240 11158 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
5d65ecaa
GM
11159 * calendar/appt.el (appt-check, appt-make-list): Refer to
11160 diary-view-entries, diary-list-entries, diary-show-all-entries
11161 rather than obsolete aliases.
5d65ecaa 11162
9036363b
CY
111632006-05-12 Chong Yidong <cyd@stupidchicken.com>
11164
11165 * simple.el (line-move-finish): Avoid calling point motion hooks
11166 while processing intangibility.
11167
d041c8c9
DN
111682006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11169
11170 * term/xterm.el (terminal-init-xterm): Fix typo.
11171
da506f05
RS
111722006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
11173
0625ded0 11174 * allout.el (allout-view-change-hook): Mark as being deprecated,
da506f05
RS
11175 to be replaced by `allout-exposure-change-hook'.
11176 (allout-exposure-change-hook): New, replacing
11177 `allout-view-change-hook'.
11178 (allout-flag-region): Run new hook `allout-exposure-change-hook',
11179 in addition to `allout-view-change-hook'.
47c221f7 11180 (allout-show-bodies, allout-old-style-prefixes)
da506f05
RS
11181 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11182 lambda forms to prevent their showing up in variable help
11183 presentations as inscrutable byte-compiled code.
11184 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11185 Use string-or-null-p to qualify safe-local-variable values.
11186 (allout-reindent-bodies): Use memq to qualify matches against
11187 valid safe-local-variable values. Also, quote the lambda as above.
11188 (allout-use-mode-specific-leader): Add missing candidate-value
11189 symbols, use memq, and quote the lambda.
11190 (allout-overlay-interior-modification-handler): Remove unused
11191 variables `msg' and 'opened'.
11192 (allout-hidden-p): Constrain invisibility consideration to allout's
11193 invisibility spec, disregarding invisibility for other reasons.
11194
e48335de
RS
111952006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
11196
11197 * files.el (version-control): Correct safe values.
11198
340d9945
TTN
111992006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
11200
11201 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11202
7f0ea399
TTN
11203 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11204 (ewoc--insert-new-node): New func.
11205 Update callers of deleted funcs to use it, instead.
11206
24557295
GM
112072006-05-11 Glenn Morris <rgm@gnu.org>
11208
11209 * calendar/calendar.el (diary-show-all-entries): Do not refer to
11210 obsolete alias `show-all-diary-entries'.
11211 (make-diary-entry): Not interactive.
11212 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11213 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11214 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11215 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4a729d58
SM
11216 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11217 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
24557295 11218
c0d3b4da
GM
112192006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11220
11221 * calendar/calendar.el (calendar-french-date-string)
11222 (calendar-mayan-date-string, calendar-chinese-date-string)
11223 (calendar-astro-date-string, calendar-iso-date-string)
11224 (calendar-islamic-date-string, calendar-bahai-date-string)
11225 (calendar-hebrew-date-string, calendar-coptic-date-string)
11226 (calendar-ethiopic-date-string, calendar-persian-date-string):
11227 These functions are not interactive.
11228
942efafa
LT
112292006-05-11 Luc Teirlinck <teirllm@auburn.edu>
11230
11231 * files.el: Balance parentheses.
11232
6fe7b8a4
RS
112332006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
11234
631c8020 11235 * files.el, newcomment.el, outline.el, simple.el,
a30cc07b
JB
11236 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11237 * progmodes/cc-vars.el, progmodes/compile.el:
4a729d58 11238 Move `safe-local-variable' declarations to the respective files.
631c8020 11239
6fe7b8a4 11240 * help-fns.el (describe-variable): Don't print safe-var if it is
8ba7e540 11241 byte-code. Improve wording as suggested by Luc Teirlinck.
6fe7b8a4 11242
5da4a804
NR
112432006-05-11 Nick Roberts <nickrob@snap.net.nz>
11244
11245 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
942efafa 11246 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5da4a804
NR
11247 Use a token for pending-triggers to ensure gdb-var-update
11248 gets called once per user input again for pre-GDB 6.4.
11249 (gdb-var-delete): Match on more complex expressions.
942efafa 11250 (gdb-var-list-children-handler, gdb-var-create-handler):
5da4a804
NR
11251 Use a token for consistency.
11252
e3eea843
CD
112532006-05-11 Carsten Dominik <dominik@science.uva.nl>
11254
942efafa 11255 * textmodes/org.el (org-read-date, org-goto-calendar)
4a729d58
SM
11256 (org-agenda-goto-calendar):
11257 Bind `view-calendar-holidays-initially' to nil.
e3eea843 11258
bfbdb5ca
TTN
112592006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
11260
11261 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11262 Update all callers to do it there, instead.
11263
68fdbaf8
GM
112642006-05-10 Glenn Morris <rgm@gnu.org>
11265
11266 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11267 prefix arg case, to avoid view-diary-entries-initially error.
11268 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11269 (calendar-date-is-legal-p): Handle dates with no day part.
11270
afdf9b26
NR
112712006-05-11 Nick Roberts <nickrob@snap.net.nz>
11272
11273 * comint.el (comint-insert-input): Just make it when
11274 comint-use-prompt regexp is nil (default) and with the mouse.
11275 (comint-copy-old-input): Reinstate from 2004-06-23.
11276 (comint-mode-map): Bind C-c C-m to it.
11277
169f0971
S
112782006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
11279
11280 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11281 Remove spurious move to point-max (new comint behavior fixes).
11282
11283 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11284 compatibility function (Emacs 18/19).
11285 (idlwave-is-continuation-line): Always return point at start of
bfbdb5ca 11286 previous non-blank continuation line.
43621386 11287 (keyword-parameters): Fix continued comment font-lock matcher.
169f0971
S
11288 (idlwave-font-lock-fontify-region): Written, use as
11289 font-lock-fontify-region-function, to fix continued keyword
11290 fontification issues.
11291
dec94049
YM
112922006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11293
11294 * term/mac-win.el (mac-font-panel-mode): Doc fix.
11295 (mac-service-selection, mac-service-open-file)
11296 (mac-service-open-selection, mac-service-mail-selection)
11297 (mac-service-mail-to, mac-service-insert-text): Rename from
11298 mac-services-*. All uses changed.
11299 (mac-apple-event-map): Rename event symbol `services' to `service'.
11300
2c246c9f
TTN
113012006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
11302
11303 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11304 (ewoc--node-enter-first, ewoc--node-enter-last)
11305 (ewoc--delete-node-internal): Merge funcs into unique callers.
11306
ca75c9a2
CY
113072006-05-09 Chong Yidong <cyd@stupidchicken.com>
11308
11309 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11310 return value of read-from-minibuffer for empty input.
11311
9a4d87c8
MB
113122006-05-09 Miles Bader <miles@gnu.org>
11313
11314 * comint.el (comint-insert-input): Remove redundant calls to setq
11315 and goto-char.
11316
e0c6ac60
NR
113172006-05-10 Nick Roberts <nickrob@snap.net.nz>
11318
11319 * comint.el (comint-insert-input): Make it work when
11320 comint-use-prompt-regexp is t.
11321
113222006-05-10 Miles Bader <miles@gnu.org>
11323
1627b55f 11324 * subr.el (field-at-pos): New function.
e0c6ac60
NR
11325
11326 * comint.el (comint-insert-input): Use it.
11327
fb9d59d8
JL
113282006-05-09 Juri Linkov <juri@jurta.org>
11329
11330 * battery.el (battery-linux-proc-acpi): Also try
11331 `/proc/acpi/thermal_zone/THR2/temperature'.
11332
11333 * files.el <safe-local-variable>: Remove `eval' and `let' binding
11334 for now unused lambda `string-or-null'.
11335
11336 * add-log.el (change-log-default-name): Put `string-or-null-p'
11337 instead of lambda on `safe-local-variable' property.
11338
11339 * diff-mode.el (diff-context->unified): Use `region-beginning' and
11340 `region-end' instead of `mark' and `point'.
11341 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11342 Operate on region in Transient Mark mode when the mark is active.
11343 Use `region-beginning' and `region-end' instead of `mark' and
11344 `point'.
11345 (diff-hunk-text, diff-goto-source): Doc fix.
11346
11347 * startup.el (fancy-splash-screens, normal-splash-screen): Use
11348 face `mode-line-buffer-id' for mode-line buffer face instead of
11349 hard-coded `(:weight bold)'.
11350
11351 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11352 buffer-undo-list to t (undo-ask is reproducible by visiting
11353 nested archives).
11354
8ebb843c
KS
113552006-05-09 Kim F. Storm <storm@cua.dk>
11356
11357 * progmodes/grep.el (rgrep): Set default directory of *grep*
11358 buffer if we start M-x rgrep in the *grep* buffer and choose
11359 a different base directory.
11360
b5bbf8f2
MA
113612006-05-09 Michael Albinus <michael.albinus@gmx.de>
11362
11363 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11364 completion also when ido is loaded.
11365
8c8b1164
MY
113662006-05-09 Masatake YAMATO <jet@gyve.org>
11367
11368 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11369 "warning" and "import".
11370 (cpp-font-lock-keywords): Added "warning".
11371
a07d147e
DN
113722006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11373
11374 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11375
44a50ffd
SM
113762006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11377
11378 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11379 pages at a time, if we signal the end, we should indeed reach that end.
11380
113812006-05-08 David Reitter <david.reitter@gmail.com>
11382
11383 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11384 output during execution of the body.
11385
f615f3a6
KS
113862006-05-08 Kim F. Storm <storm@cua.dk>
11387
11388 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11389
b1c36c0f
TTN
113902006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
11391
11392 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11393 Use with-current-buffer.
11394
ed7e6c32
KS
113952006-05-07 Kim F. Storm <storm@cua.dk>
11396
11397 * subr.el (add-to-history): Remove keep-dups arg.
11398
11399 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11400 to nil around call to add-to-history.
11401
ad8a840d
SM
114022006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11403
11404 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11405 than after a buffer modification.
11406
86c4b9a1
NR
114072006-05-08 Nick Roberts <nickrob@snap.net.nz>
11408
11409 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11410 call to...
11411 (gud-watch): ...here so speedbar is raised for already watched
11412 expressions.
11413 (gdb-speedbar-refresh): Delete function.
11414 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11415 Use speedbar-timer-fn instead of speedbar-refresh (reverting
11416 earlier change).
ad8a840d
SM
11417 (gdb-var-evaluate-expression-handler)
11418 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
86c4b9a1
NR
11419
11420 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11421 Update localized contents for all buffers except ignored modes.
11422
cc9945f2
YM
114232006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11424
11425 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11426 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11427 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11428 (mac-handle-font-panel-closed, mac-handle-font-selection):
11429 New functions.
11430 (mac-font-panel-mode): New minor mode.
11431 (mac-apple-event-map): Add bindings for toolbar toggle button and
11432 font panel.
11433 (menu-bar-showhide-menu): Add mac-font-panel-mode.
11434
fe99056f
JPW
114352006-05-07 John Paul Wallington <jpw@pobox.com>
11436
ad8a840d
SM
11437 * ibuffer.el (ibuffer-compressed-file-name-regexp):
11438 Avoid `regexp-opt'; simplify regexp for readability.
fe99056f 11439
40fdc20b
EZ
114402006-05-06 Eli Zaretskii <eliz@gnu.org>
11441
ad8a840d
SM
11442 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11443 * files.el (buffer-stale-function):
11444 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
40fdc20b
EZ
11445 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11446 links to the main manual, not to emacs-xtra.
11447
41f7a85e
YM
114482006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11449
0625ded0 11450 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
41f7a85e
YM
11451 MacJapanese if text is ASCII-only.
11452
9d74382f
NR
114532006-05-06 Nick Roberts <nickrob@snap.net.nz>
11454
11455 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11456 unless so nil isn't returned.
11457 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11458
a1dfdf24
KS
114592006-05-06 Kim F. Storm <storm@cua.dk>
11460
11461 * subr.el (add-to-history): New function.
11462
11463 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11464 (ediff-merge-files-with-ancestor):
11465 * env.el (setenv):
11466 * isearch.el (isearch-update-ring):
11467 * server.el (server-visit-files):
11468 * progmodes/grep.el (lgrep, rgrep):
11469 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11470 * progmodes/xscheme.el (xscheme-insert-expression):
11471 Use add-to-history.
11472
11473 * kmacro.el (kmacro-push-ring): Use add-to-history.
11474 (kmacro-ring-length): Remove unused defun.
11475 (kmacro-start-macro): Use kmacro-push-ring.
11476
d91bd17c
TTN
114772006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
11478
11479 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11480 directly instead of a lambda expression that calls it.
11481
0c51c06f
KS
114822006-05-06 Kim F. Storm <storm@cua.dk>
11483
11484 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11485 instead of compute-motion.
11486
c7f5c0a8
DN
114872006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11488
11489 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11490 change.
11491
2dca98f3
RS
114922006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
11493
11494 * startup.el (command-line-1): Refer to "Pure Storage" on
11495 pure-space-overflow.
11496
3dfed653
EZ
114972006-05-05 Martin Rudalics <rudalics@gmx.at>
11498
11499 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11500 provided faces once they all have been used up.
11501
8e7a9a24
EZ
115022006-05-05 Eli Zaretskii <eliz@gnu.org>
11503
11504 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11505 reference to the Lisp manual to the warning about pure space
11506 overflow.
11507
28b257dc 115082006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9de0eeda
EZ
11509
11510 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11511 argument to avoid the call to `ispell-internal-change-dictionary'
11512 when not needed.
11513 (ispell-change-dictionary): Use this argument and call
11514 `ispell-internal-change-dictionary' after the possible change
11515 to `ispell-local-dictionary'.
11516 (ispell-internal-change-dictionary): Check for a change in
11517 personal dictionary use too.
9de0eeda 11518
a12aece3
EZ
115192006-05-05 Eli Zaretskii <eliz@gnu.org>
11520
1df1e49e 11521 * startup.el (command-line): On MS-Windows, probe "~", not
1a408ced 11522 "~USER", for warning about non-existent home directory.
1df1e49e 11523
a12aece3
EZ
11524 * arc-mode.el (archive-l-e): New optional argument `float' means
11525 generate a float value.
11526 (archive-arc-summarize, archive-lzh-summarize)
11527 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11528 with 3rd argument non-nil when file's size is being computed.
11529 Format the file sizes with %8.0f instead of %8d.
11530
ef0154b5
YM
115312006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11532
11533 * cus-start.el (all): Add mac-dnd-known-types.
11534
0625ded0 11535 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
ef0154b5
YM
11536 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11537 (mac-TIFF-to-string): New functions.
ef0154b5
YM
11538 (x-get-selection, x-selection-value)
11539 (mac-select-convert-to-string): Use them.
43621386 11540 (mac-text-encoding-mac-japanese-basic-variant): New constant.
ef0154b5
YM
11541 (mac-dnd-types-alist): New customization variable.
11542 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11543 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11544 (mac-dnd-handle-drag-n-drop-event): New functions.
11545 (mac-drag-n-drop): Remove function.
11546 (global-map): Bind drag-n-drop and M-drag-n-drop to
11547 mac-dnd-handle-drag-n-drop-event.
11548
cbe8cf2a
SM
115492006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
11550
11551 * progmodes/perl-mode.el (perl-beginning-of-function):
11552 Skip anonymous subs.
11553
f5c0ef7b
DN
115542006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
11555
4e0299e5
DN
11556 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11557 regexp-opt at run time.
11558
f5c0ef7b
DN
11559 * term.el (term-handle-ansi-escape): Fix off by one error.
11560
6dea78a8
NR
115612006-05-04 Nick Roberts <nickrob@snap.net.nz>
11562
11563 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11564 (gdb-init-1, gdb-post-prompt): ...and references to it.
11565 (gdb-frame-handler): Strip directory name from filename if present.
11566
11567 * progmodes/gud.el (gdb-force-update): Delete defvar
11568 (gud-speedbar-buttons): ...and references to it. Use window-start
11569 to try to keep positon in watch expression.
11570
e4a9a1cf
RS
115712006-05-03 Richard Stallman <rms@gnu.org>
11572
889a04e7
RS
11573 * simple.el (next-history-element, previous-history-element): Doc fix.
11574
e4a9a1cf
RS
11575 * isearch.el (isearch-update-ring): Doc fix.
11576
5719a99d
DN
115772006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
11578
11579 * isearch.el (isearch-update-ring): Take history-delete-duplicates
0625ded0 11580 into consideration. Replace one arm ifs with whens.
5719a99d 11581
cea3f866
NR
115822006-05-03 Nick Roberts <nickrob@snap.net.nz>
11583
11584 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11585 (menu): Fix typo.
11586
bc16bf5e
MB
115872006-05-02 Miles Bader <miles@gnu.org>
11588
11589 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11590
35edc821
JB
115912006-05-02 Jay Belanger <belanger@truman.edu>
11592
0625ded0 11593 * calc/calc-embed.el (calc-override-minor-modes-map)
35edc821
JB
11594 (calc-override-minor-modes): New variables.
11595 (calc-do-embedded): Make sure that Calc keystrokes aren't
11596 overwritten by minor modes.
11597
72fa72ac
CY
115982006-05-02 Chong Yidong <cyd@mit.edu>
11599
cbe8cf2a 11600 * msb.el (msb): If EVENT is a down event, read and discard the up event.
72fa72ac 11601
31cf286f
RS
116022006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11603
4f308f73
RS
11604 * startup.el (command-line-1): Refer to Lisp manual when
11605 pure-space-overflow occurs.
11606
cbe8cf2a
SM
11607 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11608 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11609 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11610 (version-control): Don't use `t' for safe-local-variable declarations.
31cf286f 11611
4bc1b836
RS
116122006-05-01 Richard Stallman <rms@gnu.org>
11613
90b57156
RS
11614 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11615 M-r, M-R, M-A, M-SPC or M-DEL.
11616 (diff-mode-map): diff-refine-hunk now on C-c C-w
11617 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11618
4bc1b836
RS
11619 * help-mode.el (help-mode): view-exit-action calls delete-window
11620 only when it is safe and possible.
11621
11622 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11623 in messages.
11624
11625 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11626
11627 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11628 in the default tool-bar-map.
11629
a01b1e22
MA
116302006-05-01 Michael Albinus <michael.albinus@gmx.de>
11631
11632 * net/tramp.el (tramp-completion-file-name-handler-alist)
11633 (tramp-run-real-handler, tramp-completion-run-real-handler)
11634 (tramp-completion-handle-file-name-all-completions)
11635 (tramp-completion-handle-file-name-completion): Autoload them.
11636 (tramp-completion-handle-file-exists-p)
11637 (tramp-completion-handle-file-name-directory)
11638 (tramp-completion-handle-file-name-nondirectory)
11639 (tramp-completion-handle-expand-file-name): Remove them.
41a2f8ba
KS
11640 (tramp-handle-file-name-directory): Return the real directory name.
11641 Returning "/" only doesn't need to be necessary any longer.
a01b1e22
MA
11642 (tramp-file-name-handler): Make special attention when in hostname
11643 completion mode.
cbe8cf2a
SM
11644 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11645 (tramp-register-file-name-handlers):
11646 Register `tramp-completion-file-name-handler' only when
11647 `partial-completion-mode' is enabled.
41a2f8ba
KS
11648 (tramp-completion-handle-file-name-all-completions):
11649 Delete directory part from results.
a01b1e22
MA
11650 (tramp-get-completion-methods, tramp-get-completion-user-host):
11651 Discard deleting "/", it doesn't work after the change of
11652 `tramp-handle-file-name-directory' above.
11653
820f5fec
KS
116542006-05-01 Kim F. Storm <storm@cua.dk>
11655
41a2f8ba
KS
11656 * progmodes/grep.el (grep-expand-template): Use save-match-data
11657 and symbol-value.
820f5fec 11658
c1eb34c2
YM
116592006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11660
cbe8cf2a
SM
11661 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11662 Use select-frame-set-input-focus instead of raise-frame.
c1eb34c2
YM
11663 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11664
2c3981da
NR
116652006-05-01 Nick Roberts <nickrob@snap.net.nz>
11666
11667 * progmodes/gud.el (gud-def): Add %c case.
cea3f866 11668 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2c3981da
NR
11669 (gud-format-command): Make match case sensitive. Match on %F.
11670
e1cce4cf
GM
116712006-04-30 Glenn Morris <rgm@gnu.org>
11672
11673 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11674 (cal-tex-preamble): Use cal-tex-preamble-extra.
11675 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11676 than alias `list-diary-entries'.
11677
084a6638
DN
116782006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
11679
11680 * help-fns.el (describe-variable): Add info about safe local variables.
11681
41c8e348
RS
116822006-04-29 Richard Stallman <rms@gnu.org>
11683
eadb9d45 11684 * bindings.el (mode-line-format): help-echo doc fixes.
af0efc3f 11685
41c8e348
RS
11686 * net/tramp.el (tramp-file-name-handler-alist): Delete
11687 expand-file-name and other operations that can cause spurious loading.
11688
80aa4695
SM
116892006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11690
11691 * files.el (safe-local-variable-p): Remove support for the special
11692 value t.
11693
11694 * textmodes/paragraphs.el (sentence-end-without-space):
11695 Fix safety predicate.
11696 (sentence-end-double-space, sentence-end-without-period)
11697 (paragraph-ignore-fill-prefix):
11698 * textmodes/fill.el (colon-double-space):
11699 * abbrev.el (abbrev-mode): Tighten the safety predicate.
11700
11701 * subr.el (booleanp): New fun.
11702
11703 * textmodes/reftex-vars.el (reftex-guess-label-type):
11704 Tighten the safety predicate.
11705
264e9689
KS
117062006-04-28 Kim F. Storm <storm@cua.dk>
11707
11708 * progmodes/grep.el (defgroup grep): Doc fix.
11709 (grep-auto-highlight): Remove.
11710 (grep-template): New defcustom.
11711 (grep-find-template): Rename from grep-tree-template.
11712 (grep-files-aliases): Rename from grep-tree-files-aliases.
11713 Remove "all" alias, add "l" alias.
11714 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11715 (grep-find-ignored-directories): New defcustom to replace
11716 grep-tree-ignore-CVS-directories, to facilitate ignoring
11717 subdirectories for multiple version control systems.
11718 (grep-mode-map): Add Recursive grep item to GREP menu.
11719 (grep-regexp-history, grep-files-history): New defvars.
11720 (grep-probe): New helper function.
11721 (grep-compute-defaults): Use it to simplify code.
11722 Adapt to name changes.
11723 Use `.' as base in grep-find-template rather than <D>.
11724 (grep): Remove superfluous highlight-regexp arg. Fix doc.
11725 Call grep-compute-defaults unconditionally.
11726 (grep-expand-keywords): New defconst.
11727 (grep-expand-template): Rename from grep-expand-command-macros.
11728 Simplify via grep-expand-keywords. Look at case-fold-search instead
11729 of grep-tree-ignore-case to add -i option.
11730 Bind case-fold-search to nil while matching keywords.
11731 (grep-tree-last-regexp, grep-tree-last-files): Remove.
11732 (grep-read-regexp, grep-read-files): New helper functions.
11733 (rgrep): Rename from grep-tree. Rework to use proper histories.
11734 Adapt to changes in defcustoms and functions above.
41a2f8ba 11735 (lgrep): New command, as grep, but using same interactive UI as rgrep.
264e9689 11736
1ecc6145
MA
117372006-04-28 Michael Albinus <michael.albinus@gmx.de>
11738
80aa4695
SM
11739 * net/tramp.el (tramp-completion-file-name-handler):
11740 Disable Tramp's functionality while loading Tramp itself.
11741 (tramp-register-file-name-handlers): That's a defsubst now.
11742 Code from `tramp-repair-jka-compr' moved here. Apply it via
1ecc6145 11743 `after-init-hook'.
80aa4695 11744 (tramp-repair-jka-compr): Remove.
1ecc6145 11745
a48b489e
JB
117462006-04-27 Jay Belanger <belanger@truman.edu>
11747
11748 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11749 read expression when `math-read-big-expr' doesn't work.
11750
cb58ea33
RS
117512006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
11752
11753 * startup.el (command-line-1): Display warning when
11754 pure-space-overflow is non-nil.
11755
991767e7
RW
117562006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11757
11758 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11759 risky.
11760
117612006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11762
11763 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
11764 Return the URL or nil if none can be generated.
11765
4a113e3f
NR
117662006-04-27 Nick Roberts <nickrob@snap.net.nz>
11767
11768 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
11769 byte compiler warnings.
11770 (gud-basic-call, gud-find-expr): Let user select an expression
11771 for printing. Print expression as well as value in GUD buffer.
11772
8570ce80
SM
117732006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
11774
11775 * allout.el: Remove local autoload declaration for
11776 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
11777 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
11778 (allout-plain-bullets-string, allout-distinctive-bullets-string)
11779 (allout-use-mode-specific-leader, allout-old-style-prefixes)
11780 (allout-stylish-prefixes, allout-numbered-bullet)
11781 (allout-file-xref-bullet, allout-presentation-padding)
11782 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11783 safe-local-variable with suitable value spec, and add autoload
11784 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
11785 (move-beginning-of-line, move-end-of-line): Repair so these compat
11786 functions now actually resituate the point, when appropriate.
11787
0739a962
SM
117882006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11789
be12bc57
SM
11790 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
11791
0739a962
SM
11792 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
11793 (add-log-iso8601-time-string): Fix call to format-time-string.
11794
5a56121f
KS
117952006-04-26 Kim F. Storm <storm@cua.dk>
11796
11797 * subr.el (posn-string, posn-image, posn-object): Doc fix.
11798
0db097a5
MY
117992006-04-26 Masatake YAMATO <jet@gyve.org>
11800
5a56121f 11801 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1bf5b5be 11802 Add support for "//" style comments. Remove `b' flag
0db097a5
MY
11803 from ?* in `asm-mode-syntax-table'.
11804
d1921057
SM
118052006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11806
08a1dbe6
SM
11807 * follow.el: Use (featurep 'xemacs) everywhere.
11808 (follow-mode): Use define-minor-mode.
11809 (follow-mode-map): Move initialization into the declaration.
11810 Use command remapping.
11811 (follow-emacs-version-xemacs-p): Remove.
11812 (follow-submit-feedback): Remove.
11813
7e5d77dc
SM
11814 * allout.el (allout-layout, allout-passphrase-verifier-string)
11815 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
11816
0a206828
SM
11817 * textmodes/reftex-vars.el (reftex-vref-is-default)
11818 (reftex-fref-is-default, reftex-guess-label-type):
11819 Tighten up a bit the safety predicate.
11820
49011d46
SM
11821 * textmodes/paragraphs.el (sentence-end-double-space)
11822 (sentence-end-without-period, sentence-end-without-space)
11823 (page-delimiter, paragraph-ignore-fill-prefix):
11824 Tighten up a bit the safety predicate.
11825
a1c43d02
SM
11826 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
11827
45e46cb7
SM
11828 * progmodes/python.el (python-continuation-line-p)
11829 (python-beginning-of-statement): syntax-ppss may return
11830 a negative depth.
a1c43d02 11831 (python-mode): Don't forcefully enable font-lock.
45e46cb7 11832
72c0b9b8
SM
11833 * time-stamp.el (time-stamp-start, time-stamp-end)
11834 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
11835
d1921057
SM
11836 * add-log.el: Remove spurious * in docstrings.
11837 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
11838 (add-change-log-entry): Use it here, since it's not specific
11839 to iso8601.
11840 (add-log-iso8601-time-string): Don't use it here any more.
11841 (change-log-indent-text, change-log-indent): Rename from add-log-*.
11842
11843 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11844
02f47e86
MB
118452006-04-25 Ryan Yeske <rcyeske@gmail.com>
11846
11847 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11848 (rcirc-toggle-low-priority): Doc fix.
11849 (rcirc-handler-NOTICE): Remove beginning of line anchor in
11850 ChanServ regexp.
11851 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11852 #emacs.
11853 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11854 (rcirc-decode-coding-system): Use utf-8 as the default.
11855 (rcirc-multiline-minor-mode): Set the fill-column.
11856 (rcirc-format-response-string): Display bright and dim nicks.
11857 (rcirc-browse-url): Update interactive spec to fill ARG.
11858 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11859 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11860
19f0b8b5
S
118612006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
11862
11863 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11864 case for @Article, etc.
11865
8c04e197
MA
118662006-04-23 Michael Albinus <michael.albinus@gmx.de>
11867
11868 * net/tramp.el (tramp-register-file-name-handlers): New defun.
11869 Added with autoload cookie.
d1921057 11870 (tramp-unload-file-name-handlers): Rename from
8c04e197
MA
11871 `tramp-unload-file-name-handler-alist'.
11872
7fcece57
RF
118732006-04-23 Romain Francoise <romain@orebokech.com>
11874
11875 * comint.el (comint-match-partial-filename): Doc fix.
11876
cc6e521e
GM
118772006-04-21 Glenn Morris <rgm@gnu.org>
11878
11879 * calendar/cal-menu.el (calendar-mode-map): Refer to
11880 `diary-view-entries' rather than alias `view-diary-entries'.
11881 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
11882
a9b2b70f
LT
118832006-04-21 Luc Teirlinck <teirllm@auburn.edu>
11884
11885 * progmodes/antlr-mode.el (antlr-default):
11886 * cus-edit.el (custom-documentation):
11887 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
11888 in defface.
11889
95797ede
KS
118902006-04-21 Kim F. Storm <storm@cua.dk>
11891
11892 * image.el (image-type): New defun split out of create-image.
11893 (create-image): Use it.
11894
90c14869
CD
118952006-04-21 Carsten Dominik <dominik@science.uva.nl>
11896
d1921057 11897 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
90c14869
CD
11898 (org-open-at-point): Remove the "...done" message to keep output
11899 in the echo area visible.
65826b47 11900 (org-export-as-xoxo): Fix call to `indent-region'.
90c14869 11901
72ffd9d0
EZ
119022006-04-21 Kevin Ryde <user42@zip.com.au>
11903
11904 * international/mule.el (keyboard-coding-system): defcustom
11905 info-link fixes: "Specify Coding" has been split, keyboard now in
11906 "Terminal Coding", and "Single-Byte Character Support" is now
11907 "Unibyte Mode".
11908
bf49275d
NR
119092006-04-21 Nick Roberts <nickrob@snap.net.nz>
11910
95797ede 11911 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
bf49275d
NR
11912 Use font-lock-warning-face for any errors e.g. no stack.
11913 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
11914
be2c62b3
DN
119152006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11916
7fe9a6e3
DN
11917 * progmodes/sh-script.el (sh-shell): Mark as safe.
11918
be2c62b3
DN
11919 * newcomment.el (comment-start, comment-start-skip)
11920 (comment-end-skip, comment-end): Mark as safe.
11921
b744e319
CD
119222006-04-20 Carsten Dominik <dominik@science.uva.nl>
11923
1bf5b5be 11924 * textmodes/org.el (org-deadline-announce): Face removed.
d1921057 11925 (org-level-faces, org-n-levels): Convert to constant.
01017e7c
RF
11926 (org-compatible-face): New function.
11927 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
11928 (org-level-5, org-level-6, org-level-7, org-level-8)
11929 (org-special-keyword, org-warning, org-headline-done, org-link)
11930 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
11931 (org-scheduled-today, org-scheduled-previously, org-time-grid):
b744e319 11932 Face definition revised for better color tty support.
01017e7c
RF
11933 (org-bold-re, org-italic-re, org-underline-re): New constants.
11934 (org-set-font-lock-defaults): Use the new constants.
11935 (org-agenda-highlight-todo): New function.
d1921057 11936 (org-agenda-todo): Fix bug with point at end of line.
01017e7c 11937 (org-agenda-change-all-lines, org-finalize-agenda-entries):
b744e319 11938 Fontify TODO keywords.
01017e7c
RF
11939 (org-insert-link): Preserve relative path in ../ links.
11940 (org-export-as-html): Convert links pointing to .org files into
b744e319 11941 links that will work beteen the exported HTML files.
01017e7c
RF
11942 (org-todo-list): Fix bug when arg=0.
11943 (org-insert-heading): More fine-tuning.
b744e319 11944
f948ab6c
RF
119452006-04-19 Romain Francoise <romain@orebokech.com>
11946
11947 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
11948 from `rmail-mime-charset-pattern'.
11949
0fea1d10
DN
119502006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
11951
11952 * progmodes/python.el (python-mode): Fix typo.
11953
014513ef
S
119542006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
11955
11956 * comint.el (comint-previous-input): Don't clobber input line
11957 when moving off either end of the input history ring.
11958 (comint-delete-input): New function, used by
11959 `comint-previous-input' and others.
d1921057
SM
11960 (comint-previous-matching-input):
11961 Use `coming-delete-input'. Save the partial input if leaving the
014513ef
S
11962 edit line. Goto point-max before deleting input to avoid
11963 partial input fragments hanging around.
d1921057 11964 (comint-restore-input): New function, used by `comint-previous-input'.
014513ef 11965
7edd10ca
LT
119662006-04-18 Luc Teirlinck <teirllm@auburn.edu>
11967
11968 * imenu.el (imenu--index-alist): Balance parentheses.
11969
3398a4ae
DN
119702006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
11971
d1921057 11972 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3398a4ae 11973
ec7793c3
RS
119742006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
11975
11976 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
11977 file is nil.
11978
290e4aae
RS
119792006-04-18 Richard Stallman <rms@gnu.org>
11980
11981 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
11982
11983 * imenu.el (imenu-create-index-function, imenu--index-alist)
11984 (imenu--last-menubar-index-alist, imenu--make-index-alist)
11985 (imenu-default-create-index-function, imenu--generic-function):
11986 Doc fixes.
11987
11988 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
11989
11990 * help-mode.el (help-mode): Set view-exit-action to delete window.
11991
11992 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
11993 now works by passing nil as arg.
11994
11995 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
11996
11997 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
11998 (read-abbrev-file): Provide default when reading filename.
11999
12000 * files.el (enable-local-variables): Allow :all as value.
12001 (hack-local-variables): Implement that value.
12002 (safe-local-variable-values, safe-local-eval-forms)
12003 (enable-local-variables): Mark as risky.
12004 (find-file-visit-truename, kept-old-versions): Mark safe.
12005
12006 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12007 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12008 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12009
8d85a565
SM
120102006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12011
75669e02
SM
12012 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12013 Use forward-line so as to get to BOL even in the presence of fields.
12014 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12015 in return.
12016 (inferior-tcl): Tell tclsh to work in interactive mode.
12017
8d85a565
SM
12018 * complete.el (partial-completion-mode):
12019 Use 'choose-completion-string-functions to make sure that
12020 choose-completion fills the minibuffer properly.
12021
12022 * complete.el (PC-old-read-file-name-internal): Remove.
12023 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12024 of read-file-name-internal.
12025 (partial-completion-mode): Enable/disable this advice.
12026
348f73b0
JB
120272006-04-18 Juanma Barranquero <lekktu@gmail.com>
12028
12029 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12030 of 2006-04-17.
12031
87acbfda
CD
120322006-04-18 Carsten Dominik <dominik@science.uva.nl>
12033
348f73b0 12034 * textmodes/org.el (org-insert-heading): Insert heading before
87acbfda
CD
12035 current if at beginning of line.
12036 (org-todo, org-date): New faces.
12037 (org-table-align): Make sure tooltip window contains full text.
12038 (org-no-properties): New defsubst.
12039 (org-set-font-lock-defaults): Use new faces.
12040
791223f7
NR
120412006-04-18 Nick Roberts <nickrob@snap.net.nz>
12042
12043 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12044 for root variables.
12045
12046 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12047 (gdb-frame-address): Re-use to identify frame for watch expression.
12048 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12049 variables.
d1921057 12050 (gdb-init-1, gdb-source, gdb-post-prompt)
791223f7
NR
12051 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12052 (gdb-frame-handler): Get gdb-frame-address.
12053
85806390
MA
120542006-04-17 Michael Albinus <michael.albinus@gmx.de>
12055
12056 Sync with Tramp 2.0.53.
12057
12058 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
e24f9e5a 12059 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
85806390
MA
12060 (tramp-completion-file-name-handler): Add autoload cookie for
12061 adding to `file-name-handler-alist'.
12062
12063 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12064 the prompt. If it returns earlier (when detecting an error
12065 message), the rest of the output will merge accidently with the
12066 output of the next command. Reported by M Jared Finder
12067 <jared@hpalace.com>.
12068
12069 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12070 for `process-file', in order to let it work for older Emacsen too.
12071
587043f8
SM
120722006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12073
12074 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12075 (tex-font-lock-keywords-3): Use it.
12076
b433a560
SM
120772006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * newcomment.el (comment-add): New function.
12080 (comment-region-default, comment-dwim): Use it.
12081
51fa34bc
MB
120822006-04-15 Michael Olson <mwolson@gnu.org>
12083
12084 * emacs-lisp/tq.el: Improve comments.
12085 (tq-queue-head-question): New accessor function.
12086 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12087 Update for modified queue structure.
12088 (tq-queue-add): Accept `question' argument.
12089 (tq-queue-pop): If a question is pending, send it.
b433a560
SM
12090 (tq-enqueue): Accept new optional argument `delay-question'.
12091 If this is non-nil, and at least one other question is pending a
51fa34bc
MB
12092 response, queue the question rather than sending it immediately.
12093
10ceef7a
RW
120942006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12095
12096 * calendar/appt.el (appt-add): Check whether an appointment is
f70a96b0 12097 already present in appt-time-msg-list. Simplify code.
10ceef7a 12098
58bd8740
SM
120992006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * progmodes/cc-langs.el (c-mode-menu):
12102 Don't presume c-subword-mode is bound.
12103
994019df
BW
121042006-04-13 Bill Wohler <wohler@newt.com>
12105
58bd8740 12106 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
994019df
BW
12107 (customize-package-emacs-version): Use cdr instead of cadr now
12108 that alists use dotted pairs.
12109
12110 * custom.el (defcustom): Fix docstring for :package-version.
12111
32f9593c
MA
121122006-04-13 Michael Albinus <michael.albinus@gmx.de>
12113
12114 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12115 (tramp-handle-shell-command): Display output buffer only when
12116 `tramp-display-shell-command-buffer' is true.
12117 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12118
bb1d56c8
CD
121192006-04-13 Carsten Dominik <dominik@science.uva.nl>
12120
12121 * textmodes/org.el (org-set-autofill-regexps): Set only the local
12122 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12123
501719af
RF
121242006-04-13 Romain Francoise <romain@orebokech.com>
12125
12126 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12127 leaving temporary .cvsignore buffers behind.
12128
fd4545a0
CD
121292006-04-13 Carsten Dominik <dominik@science.uva.nl>
12130
1bf5b5be 12131 * textmodes/org.el (org-set-regexps-and-options)
58bd8740 12132 (org-get-current-options): Better names for the startup folding
fd4545a0
CD
12133 options.
12134
1867d8cb
TTN
121352006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
12136
12137 * vc.el (vc-annotate): Arrange for point to end up at the same
12138 line number as in the original, but only when using a new buffer.
12139
72dcf679 121402006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
cda4c00b 12141
58bd8740
SM
12142 * files.el (hack-one-local-variable-eval-safep):
12143 Recognize `edebug-form-spec' for `put', but only if it passes
cda4c00b
EZ
12144 `edebug-basic-spec'. Generalize `put' handling.
12145
12146 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12147 vetting file-local form specs.
12148
12149 * allout.el (allout-layout): Autoload its `safe-local-variable'
12150 property.
12151
8d2fb829
CD
121522006-04-13 Carsten Dominik <dominik@science.uva.nl>
12153
1bf5b5be 12154 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8d2fb829
CD
12155 (org-agenda-mouse-1-follows-link)
12156 (org-mouse-1-follows-link): New options.
58bd8740 12157 (org-format-agenda-item): Fix bug if TAGS is nil.
8d2fb829
CD
12158 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12159
25acaa6c
NR
121602006-04-13 Nick Roberts <nickrob@snap.net.nz>
12161
1867d8cb 12162 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
25acaa6c
NR
12163 GDB 6.1+ gives full filename for "info sources" so use
12164 file-name-nondirectory.
12165
7c447c3f
RF
121662006-04-12 Romain Francoise <romain@orebokech.com>
12167
12168 * subr.el (read-passwd): Bind `message-log-max' to nil.
12169
16a3b9b7
SM
121702006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12171
12172 * progmodes/perl-mode.el (perl-indent-new-calculate):
12173 Recompute parse-start after jumping backward by a whole sexp.
12174
8a8f8697
SM
121752006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12176
12177 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12178 window configuration.
12179 (vc-annotate-display-select): Select the buffer so that current-buffer
12180 (and selected-window) is the output buffer at the end of vc-annotate.
12181
e2db3e59
S
121822006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
12183
8a8f8697 12184 * vc.el (vc-annotate-color-map): Add custom TTY color map for
e2db3e59
S
12185 8-color terminals, to use all of the colors in a sensible order.
12186 256-color terminals work well with the standard map.
12187 (vc-annotate-lines): Only strip the first color character if it
12188 is "#", to allow for terminal-style named colors.
12189 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12190 the correct buffer is scrolled.
12191
aa9addfa
RS
121922006-04-11 Richard Stallman <rms@gnu.org>
12193
12194 * emacs-lisp/bytecomp.el (byte-compile-file):
12195 Bind enable-local-variables to :safe, and make normal-mode obey it.
12196
12197 * files.el (enable-local-variables): Allow value :safe.
12198 (normal-mode): Doc fix.
12199 (hack-local-variables): Implement enable-local-variables = :safe.
12200 (hack-local-variables-confirm): Don't prevent quitting.
12201
866d0913
SM
122022006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12203
ab215e72
SM
12204 * loadhist.el (unload-feature): A bit of sanity check of
12205 load-history entries. Cancel timer-vars before unbinding them.
12206
37dc4767
SM
12207 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12208 quote special chars, and make the trick work on the hex part of the
12209 buffer as well.
12210 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12211 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12212
866d0913
SM
12213 * startup.el (normal-splash-screen): Fix last change so we don't wait
12214 2 minutes if we don't show the splash screen.
12215
8a70fed7
CD
122162006-04-11 Carsten Dominik <dominik@science.uva.nl>
12217
83163ec7 12218 * textmodes/org.el (org-export-plain-list-max-depth)
8a70fed7
CD
12219 (org-table-spaces-around-separators)
12220 (org-radio-targets, org-activate-camels)
12221 (org-table-spaces-around-invisible-separators): Options removed.
12222 (org-time-stamp-rounding-minutes, org-remember-templates)
83163ec7
JB
12223 (org-ellipsis, org-activate-links, org-descriptive-links):
12224 New options.
8a70fed7
CD
12225 (org-remember-apply-template, org-current-time)
12226 (org-finish-edit-table-field)
12227 (org-link-unescape, org-link-escape)
12228 (org-string-width, org-table-clean-line, org-html-do-expand)
12229 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12230 (org-read-agenda-file-list): New functions.
12231 (org-table-edit-field)
12232 (org-table-create-or-convert-from-region): New commands
12233 (org-table-toggle-vline-visibility): Command removed.
12234 (org-table-convert-region): Made a command.
ff3cc240 12235 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
866d0913 12236 Replace with the normal org- functions.
8a70fed7
CD
12237 (org-self-insert-command): Don't trigger realign unnecessarily
12238 when blanking a field that is not full.
12239 (org-mode): `Set buffer-invisibility-spec' for links.
12240 (org-activate-links2): Hide link part and only show descriptive
12241 part of the link.
866d0913 12242 (org-insert-link): Modify for new linking system.
8a70fed7
CD
12243 (org-store-link): Store description separately, for use by
12244 `org-insert-link'.
12245 (org-table-align): Use `org-string-width'.
12246 (defgroup): Completely new group structure for custom variables.
12247 (org-agenda-files): Option: Single file name allowed. Function:
12248 Optional argument unrestrited means ignore any restricitons.
12249 (org-install-agenda-files-menu): Find a buffer in Org-mode before
12250 trying to modify the menu. Use generalized access to
12251 `org-agenda-files.'
12252 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12253 (org-agenda-file-to-front, org-remove-file, org-diary)
12254 (org-tags-view, org-export-icalendar-all-agenda-files)
12255 (org-export-icalendar-combine-agenda-files): Use generalized
12256 access to `org-agenda-files'.
12257 (org-remember-handler): Correctly preserve heading if present.
12258 (org-table-insert-row, org-table-insert-hline): Deal with
12259 invisible characters.
12260
e2db3e59
S
122612006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
12262
12263 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12264 (vc-annotate-color-map): New 18 element constant
12265 value/saturation, rotating hue colormap, from red->blue.
12266 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12267 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12268 (vc-annotate): To avoid killing the required local variables,
12269 set them before the end of `with-output-to-temp-buffer', and
12270 after first switching to annotate-mode.
12271 (vc-annotate-warp-version): Add buffer argument in goto-line to
12272 ensure annotation, not source, is scrolled.
12273
1d22fabd
BW
122742006-04-10 Bill Wohler <wohler@newt.com>
12275
83163ec7
JB
12276 * custom.el (defcustom, custom-handle-keyword):
12277 Add :package-version keyword.
12278 (custom-add-package-version): New function. Sets value of new
4e9c705e 12279 property 'custom-package-version from :package-version keyword.
81117bdd
BW
12280 (defcustom): Create Common Keywords section in docstring.
12281 (defface, defgroup): Replace definitions of a select few keywords
12282 with a reference to the Common Keywords in defcustom.
12283 (defcustom, defface, defgroup): Replace reference to Customization
12284 chapter in manual with hyperlink.
4e9c705e 12285
8d4bf0e5 12286 * cus-edit.el (customize-package-emacs-version-alist): New variable.
4e9c705e
BW
12287 (customize-changed-options): Add check for custom-package-version.
12288 (customize-package-emacs-version): New function to look up Emacs
12289 version corresponding to the given package version.
12290
1d22fabd
BW
12291 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12292 defun name, in similar fashion to find-variable-regexp.
12293
978781a5
EZ
122942006-04-10 Eli Zaretskii <eliz@gnu.org>
12295
12296 * international/mule-cmds.el (set-locale-environment): Fix last
866d0913 12297 change for when the locale's preferences don't specify any encoding.
978781a5 12298
2b690e5b
SM
122992006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12300
12301 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12302 so the defined var/fun doesn't need to be quoted.
12303
c9fdebdf
RS
123042006-04-10 Richard Stallman <rms@gnu.org>
12305
12306 * finder.el (finder-mode-map): Add n and p bindings.
12307
d9316f5c
NR
123082006-04-10 Nick Roberts <nickrob@snap.net.nz>
12309
12310 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12311 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12312 (gdb-setup-windows): Put something in source window if we can't find
12313 the source file.
12314 (gdb-frame-handler): Make it work again with just assembly.
12315 (gdb-data-list-register-values-handler): Make it work when there is
12316 no stack.
12317
8803c4f4
RS
123182006-04-09 Richard Stallman <rms@gnu.org>
12319
4f07f2e8
RS
12320 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12321 specs while looking for charset.
12322
8803c4f4
RS
12323 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12324
12325 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12326 Make them faces.
12327 (lm-font-lock-keywords): Update appropriately.
12328
6c230417
KS
123292006-04-10 Kim F. Storm <storm@cua.dk>
12330
12331 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12332 it can also replace buffer-substring-no-properties.
12333
12334 * emulation/cua-base.el (cua-delete-region, cua-paste)
12335 (cua-repeat-replace-region): Use filter-buffer-substring.
12336
12337 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12338 (cua-cut-region-to-global-mark): Likewise.
12339
12340 * emulation/cua-rect.el (cua--extract-rectangle)
12341 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12342
88e51189
RW
123432006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12344
12345 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12346 entry-type. Add field delimiters to numerical fields if they are
12347 not present.
12348
123492006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12350
12351 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12352 string-const to return value.
12353 (bibtex-remove-delimiters): Use it.
6c230417 12354
67438f77
SM
123552006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12358 cl-byte-compile-compiler-macro unless it exists.
12359
cf5cbca4
EZ
123602006-04-08 Eli Zaretskii <eliz@gnu.org>
12361
67438f77
SM
12362 * files.el (hack-local-variables-confirm) <offer-save>:
12363 Clarify message text. Suggested by Ralf Angeli.
cf5cbca4 12364
4fc9bd56 123652006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5c831ccd
EZ
12366
12367 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12368 (delete-extract-rectangle-line): Use `filter-buffer-substring'
12369 instead of `buffer-substring' and `delete-region'. (Most of the
12370 code actually copied from `kill-region'.)
12371
a2524d26
EZ
123722006-04-08 Ryan Yeske <rcyeske@gmail.com>
12373
12374 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12375 (rcirc-default-port): Rename from rcirc-port.
12376 (rcirc-default-nick): Rename from rcirc-nick.
12377 (rcirc-default-user-name): Rename from rcirc-user-name.
12378 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12379 (rcirc-low-priority-flag): New variable.
12380 (rcirc-decode-coding-system): New defcustom.
12381 (rcirc-encode-coding-system): New defcustom.
12382 (rcirc-coding-system-alist): New defcustom.
12383 (rcirc-multiline-major-mode): New defcustom.
12384 (rcirc-nick): New internal variable.
12385 (rcirc-process): Remove variable.
12386 (rcirc-server-buffer): New variable.
12387 (rcirc): Update to use rcirc-default-* variables above.
12388 (rcirc-connect): Do not add window-configuration-hook-here.
12389 (rcirc-server): New internal variable.
12390 (rcirc-connect): Do not send keepalive pings if
12391 rcirc-keepalive-seconds is nil.
12392 (with-rcirc-server-buffer): New macro.
12393 (rcirc-send-string): Encode with rcirc-encode-coding-system.
12394 (rcirc-server-name): Rename from rcirc-server.
12395 (rcirc-buffer-process): New function.
12396 (rcirc-buffer-nick): New function.
12397 (rcirc-buffer-target): Remove function.
12398 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12399 New commands.
12400 (rcirc-mode-map): Change binding of C-c C-l to
12401 rcirc-toggle-low-priority.
12402 (rcirc-mode): Initialize coding system based on
12403 rcirc-coding-system-alist. New change-major-mode-hook to part the
12404 channel on a mode change. Make kill-buffer-hook buffer-local.
12405 (rcirc-change-major-mode-hook): New function.
12406 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12407 (rcirc-last-post-time): New variable.
12408 (rcirc-process-message): Store the last time user posted a message
12409 to this target.
12410 (rcirc-multiline-minor-mode): New mode.
12411 (rcirc-multiline-minor-mode-map): New mode map.
12412 (rcirc-edit-multiline): Put multiline-edit buffer in
12413 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2b690e5b 12414 (rcirc-print): Ignore any line starting with an ignored nick.
a2524d26
EZ
12415 (rcirc-print): Decode using rcirc-decode-coding-system.
12416 (rcirc-track-minor-mode): Update global-mode-string when disabling
12417 this mode.
2b690e5b 12418 (minor-mode-alist): Add LowPri indicator.
a2524d26
EZ
12419 (rcirc-toggle-low-priority): New function.
12420 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12421 next lowpriority buffer with activity.
12422 (rcirc-record-activity): Sort buffers in rcirc-activity by the
12423 last time the user posted a message in to the target.
12424 (rcirc-update-activity-string): New formatting for low priority
12425 buffers.
12426 (rcirc-split-activity): New function.
12427 (rcirc-handler-PART, rcirc-handler-KICK)
12428 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12429 (rcirc-nick-away-alist): New variable.
12430 (rcirc-handler-301): New handler. Away messages are printed once
12431 per change.
12432
cdb1af30
EZ
124332006-04-08 Eli Zaretskii <eliz@gnu.org>
12434
6716bfa4
EZ
12435 * info.el (Info-follow-nearest-node): Doc fix.
12436
cdb1af30
EZ
12437 * international/mule-cmds.el (set-locale-environment): Make sure
12438 the coding-system preferred by the locale's language has the same
12439 EOL conversion type as the original buffer-file-coding-system.
569a6374 12440 (locale-language-names): Add a few MS Windows language codes.
cdb1af30 12441
b4f73994
RS
124422006-04-07 Richard Stallman <rms@gnu.org>
12443
12444 * simple.el (eval-expression): Doc fix.
12445
12446 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12447 (eval-defun): Doc fixes.
12448
60c6189d
RS
124492006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
12450
2b690e5b 12451 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
60c6189d 12452
a179cd22
NR
124532006-04-07 Nick Roberts <nickrob@snap.net.nz>
12454
12455 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12456 GDB list command without argument for greater generality.
12457
3e457225
RS
124582006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12459
12460 * subr.el (string-or-null-p): New function.
12461
12462 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12463
2b690e5b 12464 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3e457225
RS
12465
12466 * files.el: Update comment about safe-local-variable declarations.
12467
9f4b9ced
S
124682006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
12469
2b690e5b
SM
12470 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12471 See idlwave.org.
9f4b9ced 12472
2b690e5b
SM
12473 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12474 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
9f4b9ced 12475
2b690e5b
SM
12476 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12477 See idlwave.org.
9f4b9ced
S
12478
12479 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12480 version 6.0 (minimal changes). See idlwave.org.
12481
12482 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12483 6.0 (minimal changes). See idlwave.org.
12484
12485 * progmodes/idlw-rinfo.el: File obsoleted and removed.
12486
30ceaa68
RF
124872006-04-06 Romain Francoise <romain@orebokech.com>
12488
12489 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12490 symmetric encryption features and a new asynchronous interface to
12491 GnuPG. This new version is version 1.4, plus whitespace changes.
12492
6c07f4d4
RS
124932006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12494
12495 * files.el: Move some `safe-local-variable' declarations to the
12496 respective files.
12497
12498 * textmodes/ispell.el (ispell-check-comments)
12499 (ispell-local-dictionary): Mark as safe.
12500
12501 * abbrev.el (abbrev-mode): Mark as safe.
12502
12503 * add-log.el (change-log-default-name): Mark as safe.
12504
12505 * textmodes/reftex-vars.el (reftex-vref-is-default)
12506 (reftex-fref-is-default, reftex-level-indent)
12507 (reftex-guess-label-type): Mark as safe.
12508
12509 * textmodes/fill.el (colon-double-space): Mark as safe.
12510
12511 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12512 (sentence-end-double-space, sentence-end-without-period)
12513 (sentence-end-without-space, sentence-end, sentence-end-base)
12514 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12515
f133ecc0
KS
125162006-04-06 Kim F. Storm <storm@cua.dk>
12517
12518 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12519 the :set-after list.
12520 (ido-downcase-unc-hosts): New user option. Default on.
12521 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12522 when it is set, as regexps are now applied on the fly.
12523 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12524 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12525 on the fly, but only when ido-process-ignore-lists is set.
12526 Do case insensitive filtering if ido-downcase-unc-hosts is set.
12527 Only downcase names if ido-downcase-unc-hosts is set.
12528
da080609
JB
125292006-04-06 Juanma Barranquero <lekktu@gmail.com>
12530
12531 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12532
12533 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12534
eda39f7a
KS
125352006-04-05 Kim F. Storm <storm@cua.dk>
12536
82f71715
KS
12537 * ido.el (ido-mode): Set after ido-unc-hosts and
12538 ido-ignore-unc-host-regexps.
12539 (ido-save-history): Save ido-unc-hosts-cache.
12540 (ido-load-history): Load ido-unc-hosts-cache.
12541 (ido-reread-directory): Refresh unc hosts cache in // dir.
12542
eda39f7a
KS
12543 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12544 to nil while displaying slash screen.
12545
39a270b1
SJ
125462006-04-05 Daiki Ueno <ueno@unixuser.org>
12547
2b690e5b
SM
12548 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12549 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
39a270b1 12550
a293e9b6
KH
125512006-04-05 Kenichi Handa <handa@m17n.org>
12552
12553 * international/characters.el: Setup cases of Latin, Greek, and
12554 Cyrillic characters in CJK charsets.
12555
cddfe50b
SJ
125562006-03-29 Daiki Ueno <ueno@unixuser.org>
12557
12558 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12559 default-enable-multibyte-characters. This reverts the change from
12560 revision 6.17 which is no longer necessary because the passphrase
12561 is sent separately now. GnuPG messages are unreadable under
2b690e5b 12562 multibyte locales with default-enable-multibyte-characters set to nil.
cddfe50b 12563
704d7017
AS
125642006-04-04 Andreas Schwab <schwab@suse.de>
12565
12566 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12567 and `byte-compile-warnings' as `safe-local-variable'.
12568
707f55b0
DN
125692006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
12570
12571 * man.el (Man-mode-map): Restore the \r binding.
12572 (Man-abstract-xref-man-page): If Man-target-string is a function,
12573 call it.
12574 (Man-highlight-references): Use Man-default-man-entry to get the
0625ded0 12575 target. Deal with xrefs too.
707f55b0
DN
12576 (Man-highlight-references0): Don't call the target function.
12577
12578 * woman.el (WoMan-xref-man-page): Strip the section number, woman
12579 cannot deal with it.
12580
bd707233
SJ
125812006-04-04 Daiki Ueno <ueno@unixuser.org>
12582
12583 * pgg-gpg.el: Clean up process buffers every time gpg processes
12584 complete.
12585
5b9d5ffc
KH
125862006-04-04 Kenichi Handa <handa@m17n.org>
12587
12588 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12589 here.
12590 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12591 Temporarily bind inhibit-field-text-motion to t.
12592
260a5020
SM
125932006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12594
12595 * startup.el (normal-splash-screen): Only set mode-line-format in the
12596 splash buffer, so as not to interfere when debugging the code.
12597 Ignore errors when switching buffer.
12598
3db7bf54
RF
125992006-04-03 Romain Francoise <romain@orebokech.com>
12600
12601 * dired.el (dired-dnd-protocol-alist): Fix typo.
12602
f7a8a965
RS
126032006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12604
cd4160e6
RS
12605 * savehist.el (savehist): Add :version.
12606 (savehist-ignored-variables): New variable.
12607 (savehist-minibuffer-hook): Don't save variables listed in
12608 `savehist-ignored-variables'.
12609
f7a8a965
RS
12610 * dired.el (dired-dnd-protocol-alist): Mention that change does
12611 only apply to new buffers in doc string.
12612
e1e4913d
DP
126132006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
12614
12615 * recentf.el (recentf-open-files-item): Include newline in button
12616 field, so opening a file will work, when the point is at the end
12617 of the file name. Allow, for example, to [i]search a file by
12618 extension and just push RET to open it.
12619
7db4c10a
SJ
126202006-04-03 Daiki Ueno <ueno@unixuser.org>
12621
12622 * pgg-gpg.el (pgg-gpg-process-filter)
12623 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12624
12625 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12626 lines, temporary fix.
12627
b641fbd7
DN
126282006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12629
12630 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12631
f4beca06
RS
126322006-04-02 Richard Stallman <rms@gnu.org>
12633
12634 * progmodes/compile.el (compilation-message-face): Make it defcustom.
12635
f0b31589
DN
126362006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12637
12638 * ibuf-macs.el (define-ibuffer-column): Add a new key:
eda39f7a 12639 header-mouse-map.
f0b31589
DN
12640
12641 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12642 (ibuffer-mode-header-map): New keymaps.
12643 (ibuffer-update-title-and-summary): Enable mouse face highlighting
12644 and keybindings for column headers.
ff3cc240 12645 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
f0b31589
DN
12646 property.
12647
7d1dad0c 126482006-04-02 Drew Adams <drew.adams@oracle.com>
0cc6477b
EZ
12649
12650 * speedbar.el (speedbar-after-create-hook): Doc fix.
12651
5113b294
EZ
126522006-04-02 Michael Ernst <mernst@alum.mit.edu>
12653
12654 * shell.el (shell-directory-tracker)
12655 (shell-dynamic-complete-command): Doc fixes.
12656
61be4a8a
EZ
126572006-04-01 Matt Hodges <MPHodges@member.fsf.org>
12658
12659 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12660 terminals.
12661
e701756a
KS
126622006-04-01 Kim F. Storm <storm@cua.dk>
12663
12664 * ido.el (ido-unc-hosts-cache): New defvar.
12665 (ido-unc-hosts): If value of defcustom is a function, call it to
12666 get list of UNC hosts. Add function-item choices to specify
12667 ido-unc-hosts-net-view or user function.
12668 (ido-ignore-unc-host-regexps): New defcustom.
12669 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12670 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12671 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12672
1c50e1e5
SM
126732006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12674
12675 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12676 wwidth.
12677
3903655d
JB
126782006-03-31 Juanma Barranquero <lekktu@gmail.com>
12679
a2cf0212
JB
12680 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12681 (ido-max-work-file-list, ido-switch-buffer)
12682 (ido-read-file-name-as-directory-commands):
3903655d
JB
12683 Fix typos in docstrings.
12684
4da2c33b
YM
126852006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12686
12687 * term/mac-win.el (mac-system-coding-system): Define and use after
12688 Mac-specific coding systems are ready.
12689
8d214091
RF
126902006-03-27 Romain Francoise <romain@orebokech.com>
12691
12692 * net/rcirc.el (rcirc-connect): Add autoload cookie.
12693
ab5523ff
RF
12694 * ldefs-boot.el: Update.
12695
276e2740
SJ
126962006-03-27 Daiki Ueno <ueno@unixuser.org>
12697
12698 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12699 passphrases when it is not needed.
12700 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12701 passphrase stuff from gpg, should only be necessary when you use
12702 gpg with a smartcard.
12703
9db237d5
NR
127042006-03-27 Nick Roberts <nickrob@snap.net.nz>
12705
12706 * comint.el (comint-dynamic-list-completions): Allow user to
12707 select *Completions* buffer.
12708
80d116c1
CD
127092006-03-27 Carsten Dominik <dominik@science.uva.nl>
12710
260a5020 12711 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
80d116c1 12712
d6e4b785
AS
127132006-03-26 Andreas Schwab <schwab@suse.de>
12714
12715 * progmodes/gud.el (gdb): Only complain about multiple debugging
12716 when the gdb process is still running.
12717
1da6a64d
EZ
127182006-03-25 Eli Zaretskii <eliz@gnu.org>
12719
12720 * mail/rmail.el (tool-bar-map): Defvar it.
12721 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12722 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12723
cb0b6766
EZ
127242006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
12725
12726 * help.el (print-help-return-message): Suggest to use
12727 display-buffer instead of switch-to-buffer-other-window to restore
12728 the previous window without selecting it.
12729
0f49150e
YM
127302006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12731
12732 * frame.el (select-frame-by-name): Call x-focus-frame also when
12733 window-system is mac.
12734
12735 * term/mac-win.el: Adjust Courier font specifications in
12736 x-fixed-font-alist.
12737 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12738 when directly encoding to UTF-16 in native byte order, no BOM.
12739
749e5af5
KS
127402006-03-25 Kim F. Storm <storm@cua.dk>
12741
12742 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12743 (cua--init-keymaps): Use it instead of fixed C-return.
12744 (cua-mode): Set after it.
12745
67438f77
SM
12746 * emulation/cua-rect.el (cua--init-rectangles):
12747 Use cua-rectangle-mark-key instead of fixed C-return.
749e5af5 12748
833627da
NR
127492006-03-25 Nick Roberts <nickrob@snap.net.nz>
12750
12751 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12752 "run" in .gdbinit.
12753 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12754
3095ccf5
RF
127552006-03-24 Romain Francoise <romain@orebokech.com>
12756
12757 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12758 `display-buffer-other-frame'.
12759
0ef4f79b
KS
127602006-03-24 Kim F. Storm <storm@cua.dk>
12761
12762 * apropos.el (apropos-synonyms): Add selection => region.
12763
749e5af5 127642006-03-24 Nick Roberts <nickrob@snap.net.nz>
d1f18d58
NR
12765
12766 * progmodes/gdb-ui.el (gdb-var-create-regexp)
12767 (gdb-var-list-children-regexp, gdb-var-update-regexp)
12768 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
12769 (gdb-data-list-register-values-regexp)
0ef4f79b 12770 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
d1f18d58
NR
12771 Future proof against new fields being added to MI output.
12772 (gdb-send): Don't treat backslashes for program input as
12773 continuations.
12774 (gdb-assembler-handler): Don't use window-start for this handler.
12775 (gdb-frame-handler): Don't change to hollow arrow if overlay
12776 arrow doesn't move to new frame.
12777
d23969f3
NR
127782006-03-24 Nick Roberts <nickrob@snap.net.nz>
12779
12780 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
12781 prevent compiler warnings.
12782 (gdb-stopped): Check for gud-last-last-frame (case: signal).
67438f77 12783 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
d23969f3
NR
12784 (gdb-assembler-custom): Use hollow-right-triangle for assembler
12785 buffer too.
12786
de82e530
SJ
127872006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
12788
12789 * pgg-gpg.el (pgg-gpg-update-agent): Check for
12790 make-network-process, so we can use the same code in Gnus v5-10
12791 too and have this file fully synchronized with that release.
12792
fde057aa
RF
127932006-03-23 Romain Francoise <romain@orebokech.com>
12794
12795 * ibuf-ext.el (ibuffer-read-filter-group-name):
12796 Use `ibuffer-generate-filter-groups' to make completion list match
12797 the filter groups that are really displayed in the Ibuffer buffer.
12798 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
12799
9b99ec0e
KH
128002006-03-23 Kenichi Handa <handa@m17n.org>
12801
12802 * international/mule-cmds.el (sort-coding-systems): Describe that
12803 the argument is modified in docstring.
12804
159a31cf 128052006-03-22 Sascha Wilde <wilde@sha-bang.de>
4803386d
SJ
12806
12807 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12808 (pgg-gpg-update-agent): New function.
12809 (pgg-gpg-use-agent-p): New function.
12810 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12811 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12812 (pgg-gpg-sign-region): Use it.
12813
e02577b7
CY
128142006-03-21 Chong Yidong <cyd@stupidchicken.com>
12815
12816 * cus-edit.el (custom-face-set): Call custom-push-theme before
12817 face-spec set so that `changed' theme is correctly saved.
12818 (custom-face-reset-standard): Reset to recalculated face rather
12819 than defface spec.
12820
12821 * custom.el (custom-push-theme): Only save `changed' theme if the
12822 current face does not match the defface specs.
12823
e563e53b
SJ
128242006-03-21 Simon Josefsson <jas@extundo.com>
12825
12826 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12827 <wilde@sha-bang.de>.
12828 (pgg-gpg-use-agent): New variable.
12829 (pgg-gpg-process-region): Use it.
12830 (pgg-gpg-encrypt-region): Likewise.
12831 (pgg-gpg-encrypt-symmetric-region): Likewise.
12832 (pgg-gpg-decrypt-region): Likewise.
12833 (pgg-gpg-sign-region): Likewise.
12834 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12835
9ed8b6cb
CD
128362006-03-21 Carsten Dominik <dominik@science.uva.nl>
12837
05e4f54c 12838 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
9ed8b6cb
CD
12839 bracket links.
12840
52bd2f43
KS
128412006-03-21 Kim F. Storm <storm@cua.dk>
12842
12843 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12844 fringe-indicator-alist instead of modifying global value.
12845 (gdb-frame-handler): Likewise.
12846
b756c64c
NR
128472006-03-21 Nick Roberts <nickrob@snap.net.nz>
12848
12849 * diff-mode.el (diff-function): Make it inherit from diff-header
12850 instead of diff-context.
12851
12852 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12853 bitmap.
12854 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12855 change names in macro above for consistency.
12856 (gdb-frame-handler): Use hollow-right-triangle for all selected
12857 frames which except the innermost (where execution has stopped).
12858 (gdb-reset): Reset buffer-local values of overlay-arrow.
12859
ab9b3866
RS
128602006-03-20 Richard Stallman <rms@gnu.org>
12861
3b4a1f68
RS
12862 * simple.el (set-mark-command): Doc fix.
12863
ab9b3866
RS
12864 * files.el (display-buffer-other-frame): New command.
12865 (ctl-x-4-map): Bind C-x 5 C-o to it.
12866
0902822d
SM
128672006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12870 rather than just defer-time, in case defer-time has been changed but
12871 the timer isn't running yet.
12872 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
12873
c287ad03
LT
128742006-03-19 Luc Teirlinck <teirllm@auburn.edu>
12875
0902822d
SM
12876 * help-mode.el (help-follow-symbol): New function.
12877 Essentially identical to the old `help-follow', but do not let
12878 `push-button' do the work when on an xref.
c287ad03
LT
12879 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
12880
c287ad03
LT
128812006-03-19 Richard Stallman <rms@gnu.org>
12882
12883 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
12884 preceded by the word `program'.
12885 (help-follow-mouse, help-follow): Throw error if not on xref.
12886 Delete no longer used args.
12887
bdee903e
NR
128882006-03-20 Nick Roberts <nickrob@snap.net.nz>
12889
12890 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
12891 annotation ensure gud-overlay-arrow-position is redisplayed.
12892
8a51a318
RW
128932006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12894
12895 * textmodes/bibtex.el (bibtex-include-OPTkey)
0902822d 12896 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8a51a318
RW
12897 (bibtex-autokey-name-case-convert)
12898 (bibtex-autokey-titleword-case-convert): Make these the aliases
12899 for the following two variables.
12900 (bibtex-autokey-name-case-convert-function)
12901 (bibtex-autokey-titleword-case-convert-function): Make these the
12902 real names.
12903 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
12904 bibtex-font-lock-crossref sublists.
12905 (bibtex-mode): Revert 2005-12-30 change (which made
12906 completion-ignore-case buffer-local).
0902822d 12907 (bibtex-url): Simplify.
8a51a318 12908
45c1c789
KS
129092006-03-19 Kim F. Storm <storm@cua.dk>
12910
12911 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
12912 cursor property value to 2 (to align with C level change).
12913
ae77c7ff
BW
129142006-03-19 Bill Wohler <wohler@newt.com>
12915
12916 * image.el (image-load-path-for-library): Shorten first line in
12917 docstring.
12918
967012d2
RS
129192006-03-18 Richard Stallman <rms@gnu.org>
12920
12921 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
12922
e4d181dc
EZ
129232006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
12924
12925 * isearch.el (isearch-other-meta-char): Handle user bindings for
12926 shifted control characters.
12927
7b833ed1
EZ
129282006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
12929
12930 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
12931 part that matches email addresses, file names, etc.
12932
7e37c7c0
EZ
129332006-03-18 Eli Zaretskii <eliz@gnu.org>
12934
0902822d
SM
12935 * term/w32-win.el (mouse-set-font):
12936 Mention w32-list-proportional-fonts in the doc string.
7e37c7c0 12937
8bd8eddc
KS
129382006-03-18 Kim F. Storm <storm@cua.dk>
12939
12940 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
12941 (ido-unc-hosts): New user option to explicitly define list of know
12942 UNC-style hosts for completion.
12943 (ido-cache-unc-host-shares-time): New user option.
55b76f19
KS
12944 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
12945 New helper functions for UNC file-name support.
8bd8eddc
KS
12946 (ido-may-cache-directory): Check for UNC host. Simplify.
12947 (ido-wash-history): Clean out old UNC hosts.
12948 (ido-nonreadable-directory-p): UNC hosts are always readable.
12949 (ido-directory-too-big-p): UNC hosts are never too big.
12950 (ido-set-current-directory): Handle UNC root path.
12951 (ido-file-name-all-completions): Complete UNC host names from
12952 ido-unc-hosts list. Cache UNC host shares.
12953 (ido-make-file-list-1): Don't filter UNC root.
12954 (ido-exhibit): Check for // in root directory, and switch to UNC
12955 mode by setting ido-current-directory to //.
12956
c3de8dd4
LT
129572006-03-17 Luc Teirlinck <teirllm@auburn.edu>
12958
12959 * cus-edit.el (customize-changed-options): Mention explicit
12960 version number as default in prompt.
12961
40db64d2
BW
129622006-03-17 Bill Wohler <wohler@newt.com>
12963
12964 * image.el (image-load-path-for-library): Minor docstring fix.
12965
7f99ce52
CD
129662006-03-17 Carsten Dominik <dominik@science.uva.nl>
12967
12968 * textmodes/org.el (org-read-date): Include subgroup 5 into
12969 replacement text.
70a49ac6 12970 (org-popup-calendar-for-date-prompt): Fix customization type.
7f99ce52 12971
8ab8e521
NR
129722006-03-17 Nick Roberts <nickrob@snap.net.nz>
12973
12974 * progmodes/gdb-ui.el (gud-watch): Provide completion.
12975 (gdb-continuation): New variable.
12976 (gdb-send): Deal with continuation lines.
12977
12978 * progmodes/gud.el (gud-gdb-complete-command)
12979 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
12980 expressions.
12981 (gud-tooltip-mode): Use buffer-local value.
12982
76d4eb05
KS
129832006-03-16 Kim F. Storm <storm@cua.dk>
12984
12985 * ido.el (ido-edit-input): Use selected match, if any.
12986
c0696e1b
BW
129872006-03-16 Bill Wohler <wohler@newt.com>
12988
12989 * image.el (image-load-path-for-library): Prefer user's images in
12990 image-load-path.
12991
89a94f1e
CY
129922006-03-16 Martin Rudalics <rudalics@gmx.at>
12993
12994 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
12995 when checking for attempt to drag leftmost or rightmost scrollbar.
12996
af967423
NR
129972006-03-16 Nick Roberts <nickrob@snap.net.nz>
12998
12999 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13000 (gdb-force-mode-line-update): New function.
13001 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13002 (gdb-exited): Use them.
55b76f19 13003 (gdb-signal): New function.
af967423
NR
13004 (gdb-annotation-rules): Provide a rule for it.
13005
8d40f004
KH
130062006-03-16 Kenichi Handa <handa@m17n.org>
13007
dc5c3489
KH
13008 * international/mule.el (auto-coding-regexp-alist): Add entries
13009 for Unicode BOM.
13010
8d40f004
KH
13011 * sort.el (sort-build-lists): Temporarily bind
13012 inhibit-field-text-motion to t.
13013
e6b7cc22
LT
130142006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13015
13016 * locate.el (locate-command, locate-make-command-line)
13017 (locate-fcodes-file, locate-update-command)
13018 (locate-prompt-for-command, locate, locate-with-filter)
13019 (locate-get-file-positions): Doc fixes.
13020 (locate-buffer-name, locate-header-face): Remove leading `*' in
13021 defcustom.
13022 (locate-filter-output): Use `keep-lines' instead of its alias
13023 `delete-non-matching-lines'.
13024 (locate-get-filename, locate-get-dirname): Add introductory comment.
13025 (locate-find-directory-other-window): Give appropriate error
13026 message if used outside main listing.
13027
4ffc92c2
SM
130282006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13031 the new extend-region feature.
13032 (font-lock-after-change-function): Update correspondingly.
13033 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13034 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13035
9f036d33
BW
130362006-03-15 Bill Wohler <wohler@newt.com>
13037
13038 * image.el (image-load-path-for-library): Fix example by not
55b76f19 13039 recommending that one binds image-load-path. Just defvar it to
9f036d33
BW
13040 placate compiler and only use it if previously defined.
13041
9212fe99
CD
130422006-03-15 Carsten Dominik <dominik@science.uva.nl>
13043
713cb18d 13044 * textmodes/org.el (org-insert-centered): Use `string-width' to
9212fe99
CD
13045 make underlining work for wide characters.
13046 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13047 TAB to `org-cycle', to make sure that no binding in
13048 `outline-mode-map' can supercede it.
13049
b3d0dafb
LT
130502006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13051
891d66c9 13052 * allout.el: Increment version to 2.2.1 in file commentary.
b3d0dafb 13053
891d66c9 13054 (allout-version): Increment to 2.2.1.
b3d0dafb 13055
891d66c9
LT
13056 (allout-default-layout): New customization variable, used when the
13057 file lacks a specific allout-layout. Uses allout-layout-type for
13058 recursively nested definition.
b3d0dafb 13059
891d66c9
LT
13060 (allout-layout-type): Widget defining allout layouts, necessary for
13061 self-recursive definition.
b3d0dafb 13062
891d66c9
LT
13063 (allout-mode): Incorporate allout-default-layout as fallback for
13064 allout-layout.
b3d0dafb 13065
891d66c9
LT
13066 (allout-layout): Mark as 'safe-local-variable', and refer mention
13067 fallback to `allout-default-layout' in absence of a specified value.
13068 (allout-passphrase-verifier-string)
13069 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
b3d0dafb 13070
891d66c9 13071 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
b3d0dafb 13072
891d66c9
LT
13073 (allout-get-encryption-passphrase-verifier): Use correct name of
13074 passphrase verifier in docstring.
b3d0dafb 13075
3470ef37
NR
130762006-03-15 Nick Roberts <nickrob@snap.net.nz>
13077
13078 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13079 elements.
55b76f19
KS
13080 (gdb-find-watch-expression): Make it work for arrays too.
13081 Follow change to gdb-var-list.
3470ef37
NR
13082 (gud-watch): Allow the user to enter variable name with a prexix
13083 arg. Create keybindings.
13084 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13085 (gdb-var-list-children-handler, gdb-var-update-handler)
13086 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13087 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13088 Follow change to gdb-var-list.
55b76f19 13089 (gdb-starting): Don't show the overlay arrows when program is running.
3470ef37
NR
13090
13091 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13092 gdb-var-list.
13093
5248a565
BW
130942006-03-14 Bill Wohler <wohler@newt.com>
13095
13096 * image.el (image-load-path-for-library): Pass value of path
55b76f19
KS
13097 rather than symbol. Always return list of directories.
13098 Guarantee that image directory comes first.
5248a565 13099
c852c516
AM
131002006-03-14 Alan Mackenzie <acm@muc.de>
13101
55b76f19
KS
13102 * font-core.el (font-lock-extend-region\(-function\)?.):
13103 New function/variable.
c852c516 13104
55b76f19
KS
13105 * font-lock.el (font-lock-after-change-function):
13106 Call font-lock-extend-region. Obey font-lock-lines-before.
c852c516
AM
13107 (font-lock-default-fontify-region): Remove reference to
13108 font-lock-lines-before.
13109
55b76f19
KS
13110 * jit-lock.el (jit-lock-after-change):
13111 Call font-lock-extend-region. Obey font-lock-lines-before.
c852c516 13112
d4695487
DP
131132006-03-14 David Ponce <david@dponce.com>
13114
13115 * tree-widget.el (tree-widget-themes-load-path)
13116 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13117
e8f10ddb
MB
131182006-03-13 Ryan Yeske <rcyeske@gmail.com>
13119
13120 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13121 (rcirc-print): Mark the start of text at the end of the prompt.
13122 (rcirc-track-minor-mode): Add autoload cookie.
13123 (rcirc-update-activity-string): Add space to front of mode-line
13124 indicator.
13125
54aba1ee
MB
131262006-03-13 Miles Bader <miles@gnu.org>
13127
3470ef37
NR
13128 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13129 (rcirc-abbrev-nick): Remove function.
54aba1ee
MB
13130 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13131
4f8f072e
DP
131322006-03-13 David Ponce <david@dponce.com>
13133
13134 * tree-widget.el: Handle themes across all occurrences of the main
13135 themes sub-directory found in tree-widget-themes-load-path.
13136 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13137 (tree-widget--locate-sub-directory): Return all occurrences.
55b76f19
KS
13138 (tree-widget-themes-path): New function.
13139 Replace tree-widget-themes-directory, and return a list of directories.
4f8f072e
DP
13140 (tree-widget-set-parent-theme)
13141 (tree-widget-lookup-image): Use it.
13142
586392ba
CD
131432006-03-13 Carsten Dominik <dominik@science.uva.nl>
13144
713cb18d 13145 * textmodes/org.el (org-link-search): Avoid self-matching of
586392ba
CD
13146 links, allow target text to be distributed over several lines.
13147 (org-search-not-link): New function.
713cb18d
JB
13148 (org-set-regexps-and-options, org-get-current-options):
13149 New startup options.
586392ba
CD
13150 (org-export-as-html): Take odd-level setting from local variable.
13151 (org-fontify-emphasized-text): New option.
13152 (org-set-font-lock-defaults): Include emphasized text.
13153 (org-follow-mhe-link): Allow folder-only links, fix folder name.
13154 (org-font-lock): Customize group renamed from `org-faces'.
13155
da63ece4
JPW
131562006-03-13 John Paul Wallington <jpw@pobox.com>
13157
13158 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13159 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
13160
2a1eac63
LT
131612006-03-12 Luc Teirlinck <teirllm@auburn.edu>
13162
13163 * cus-start.el (all): Delete :version keyword for members of the
13164 fringe group, since the entire group is new in 22.1.
13165
81d4dba3
NR
131662006-03-13 Nick Roberts <nickrob@snap.net.nz>
13167
13168 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13169 map if value is hexadecimal (an address).
13170 (gud-watch): Only search roots for existing watch expressions.
13171 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13172 prevent caching problems with speedbar-update-directory-contents.
13173
2d19a2a4
JL
131742006-03-12 Juri Linkov <juri@jurta.org>
13175
13176 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13177 before comparing with `low' and `warn'.
13178
13179 * info.el (Info-dir-remove-duplicates): Move point to the
13180 beginning of the current line after deleting the entries from
13181 redundant heading. Use marker for `limit' and compare it with
13182 point before calling `re-search-forward'.
13183
f372bd5b
LT
131842006-03-11 Luc Teirlinck <teirllm@auburn.edu>
13185
13186 * simple.el (yank): Fix typo in docstring.
13187
2c1bd367
EZ
131882006-03-11 Ryan Yeske <rcyeske@gmail.com>
13189
13190 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13191 messages, where "D" is the 6th character.
13192
f161146b
EZ
131932006-03-11 Eli Zaretskii <eliz@gnu.org>
13194
13195 * simple.el (yank): Fix last change.
13196
db3c0e9c
EZ
131972006-03-11 David Ponce <david@dponce.com>
13198
13199 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13200 merging elements from the standard ispell-dictionary-alist.
13201 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13202 alist, and return the new alist.
13203
5a893bff
RS
132042006-03-11 Richard Stallman <rms@gnu.org>
13205
13206 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13207
13208 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13209 the way it is implemented is too unclean.
13210
13211 * simple.el (kill-region, yank): Doc fix.
13212
13213 * battery.el (battery-echo-area-format): Doc fix.
13214 (battery-mode-line-format): Likewise.
13215 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13216 (battery-linux-proc-acpi): Ignore batteries that say "charged".
13217
0c93f715
EZ
132182006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13219
713cb18d
JB
13220 * progmodes/octave-mod.el (octave-indent-for-comment):
13221 Behave according to do string.
0c93f715 13222
55faab0a
EZ
132232006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
13224
8887e8ec
EZ
13225 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13226 Be visible only if major mode is Mail Mode.
13227
55faab0a
EZ
13228 * textmodes/flyspell.el (flyspell-external-point-words)
13229 (flyspell-process-localwords): Fix last changes.
13230
7325e714
EZ
132312006-03-11 Eli Zaretskii <eliz@gnu.org>
13232
306cea3a
EZ
13233 * calendar/holidays.el (list-holidays): Doc fix.
13234
7325e714
EZ
13235 * international/mule.el (auto-coding-alist): Add .odt
13236 (OpenOffice's open document) files.
13237
13238 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13239 document) files. Mention in the doc string the need to sync with
13240 auto-coding-alist.
13241
af467e28
CY
132422006-03-10 Chong Yidong <cyd@stupidchicken.com>
13243
13244 * files.el (hack-local-variables-confirm): Don't prompt for ! if
13245 enable-local-variables is set to always query, or there is no
13246 savable variable.
13247
7c565097
BW
132482006-03-10 Bill Wohler <wohler@newt.com>
13249
13250 * image.el (image-load-path-for-library): Merge at least three
13251 functions from Gnus and MH-E into this one function that can now
13252 be shared.
13253
3cf61a4f
NR
132542006-03-11 Nick Roberts <nickrob@snap.net.nz>
13255
13256 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13257 gdb-remove-mouse-face and remove help-echo too.
13258 (gdb-enqueue-input): Correct conditional clause.
713cb18d 13259
5a473319
GM
132602006-03-10 Glenn Morris <rgm@gnu.org>
13261
13262 * calendar/calendar.el (calendar-holidays): Doc fix.
13263 * calendar/holidays.el (list-holidays): Doc fix.
13264
05c31df2
NR
132652006-03-10 Nick Roberts <nickrob@snap.net.nz>
13266
13267 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13268 it gets called in gdb-prompt anyway.
13269 (gdb-use-separate-io-buffer): Only restore window arrangement for
13270 gdb-many-windows.
13271 (gdb-enqueue-input): Make it harder to send GDB input when program
13272 is running.
13273 (gdb-buffer-list): New variable.
13274 (gdb-remove-mouse-face): New function.
13275 (gdb-starting): Use it when GDB input won't get sent.
13276
60a7c013
JB
132772006-03-08 Juanma Barranquero <lekktu@gmail.com>
13278
13279 * help.el (view-lossage): Remove trailing whitespace before
13280 inserting "\n".
13281
46d91fa0
CY
132822006-03-07 Chong Yidong <cyd@stupidchicken.com>
13283
55b76f19
KS
13284 * files.el (hack-local-variables-confirm):
13285 Set coding-system-for-read to nil before writing to .emacs.
4299d849 13286
9b1fad33
CY
13287 * arc-mode.el (archive-extract): Check if an existing buffer name
13288 comes from a different archive.
13289
46d91fa0
CY
13290 * help.el (describe-key-briefly): If KEY is a down event, read and
13291 discard the up event.
13292
d9b586ff
NR
132932006-03-07 Nick Roberts <nickrob@snap.net.nz>
13294
13295 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13296 be edited and use font-lock-warning-face for any changes.
13297
13298 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13299 (gdb-edit-value): Use it to report any errors.
13300
c2f6ba99
JB
133012006-03-07 Juanma Barranquero <lekktu@gmail.com>
13302
13303 * help.el (describe-key): Remove leftover test code.
13304
7204b00e
CD
133052006-03-07 Carsten Dominik <dominik@science.uva.nl>
13306
55b76f19
KS
13307 * textmodes/org.el: Move defvars out of eval-when-compile.
13308 Use buffer-file-name variable.
7204b00e
CD
13309 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13310 arg `file'.
13311 (org-level-faces): Remove startup dependency.
13312 (org-cycle, org-map-tree, org-scan-tags)
13313 (org-remember-handler): Don't call `outline-level' directly.
13314 (org-mhe-search-all-folders): New option.
c2f6ba99
JB
13315 (org-mhe-get-message-folder-from-index)
13316 (org-mhe-get-message-folder): Fix indexing search.
7204b00e
CD
13317 (org-format-agenda-item): Handle nil TAGS argument.
13318 (org-cleaned-string-for-export, org-activate-target-links)
13319 (org-make-target-link-regexp): Deal with empty radio target list.
13320 (org-tag): New face.
13321 (org-get-level-face): New function.
13322 (org-set-font-lock-defaults): Simplify setup for headlines.
55b76f19 13323 (org-complete): Pass common substring to `display-completion-list'.
7204b00e 13324
3070196c
DP
133252006-03-06 David Ponce <david@dponce.com>
13326
13327 * tree-widget.el: Update Commentary header.
13328 (tree-widget-theme-name): Ignore parent themes.
13329 (tree-widget-set-parent-theme): New function.
13330 (tree-widget-set-theme): Use it.
13331 (tree-widget-set-image-properties): Move definition. Does nothing
13332 if image properties have already been set.
13333 (tree-widget-image-properties): Move definition. Receive an image
13334 name. Set the :pointer property.
13335 (tree-widget-lookup-image): Doc fix. Search in parent themes.
13336 Don't set the :pointer image property.
13337 (tree-widget-convert-widget): New function. Handle :dynargs
13338 compatibility here.
13339 (tree-widget): Use it to :convert-widget. Add the :expander-p
13340 predicate to control when the :expander function is entered.
13341 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13342 (tree-widget-value-create): Handle :expander-p. widget-apply
13343 :expander.
13344 (tree-widget-expander-p): New function. Default value of the
13345 :expander-p property.
13346
aa38f98e
CY
133472006-03-06 Chong Yidong <cyd@stupidchicken.com>
13348
13349 * help.el (describe-key): Properly handle the return value of
13350 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4dfb2678 13351 remaps. Handle string and vector `follow-link' values.
aa38f98e 13352
95983b95
SM
133532006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * complete.el (PC-expand-many-files): Try be more careful when parsing
13356 the shell's output.
13357
1e0e9b38
SM
133582006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13359
13360 * outline.el (hide-sublevels): Provide better interactive default.
13361
50e3e564
KH
133622006-03-06 Kenichi Handa <handa@m17n.org>
13363
1e0e9b38
SM
13364 * international/fontset.el (create-fontset-from-fontset-spec):
13365 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
50e3e564 13366
af6a60c3
LT
133672006-03-05 Luc Teirlinck <teirllm@auburn.edu>
13368
a79fbdcb
LT
13369 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13370 backslashes instead of one in regexp.
65416c68 13371 (gud-tooltip-dereference): Add missing optional argument.
af6a60c3 13372
681979fa
JPW
133732006-03-04 John Paul Wallington <jpw@pobox.com>
13374
13375 * wdired.el (toplevel): Require `cl' at compile-time.
13376
c6ce06a6
AS
133772006-03-04 Andreas Schwab <schwab@suse.de>
13378
13379 * server.el (server-process-filter): Handle errors during
13380 evaluation of the argument.
13381
da927269
JPW
133822006-03-03 John Paul Wallington <jpw@pobox.com>
13383
13384 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13385 escape parentheses at beginning of line.
13386 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13387 (t-mouse-mode): Remove period from end of error message.
13388
4a2c4459
EZ
133892006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
13390
1e0e9b38
SM
13391 * textmodes/flyspell.el (flyspell-process-localwords):
13392 Be case-sensitive.
4a2c4459 13393
d594e896 133942006-03-03 Martin Rudalics <rudalics@gmx.at>
c60168d2 13395
33709261
EZ
13396 * cus-edit.el (custom-quote): Remove function, since it has been
13397 moved to custom.el.
13398
a6966c1c
EZ
13399 * font-lock.el (lisp-font-lock-keywords-2)
13400 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13401 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13402 they have no special meaning.
13403
c60168d2 13404 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1e0e9b38 13405 indirect buffer gets killed before indirect buffer. Use dolist.
c60168d2
EZ
13406
134072006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
a6a2b5d4
EZ
13408
13409 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13410 value instead of a literal constant (1) on more pauses.
13411
6e1fbe44
EZ
134122006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
13413
1e0e9b38
SM
13414 * textmodes/flyspell.el (flyspell-external-point-words):
13415 Be case-sensitive.
6e1fbe44 13416
019ed9c7
EZ
134172006-03-03 Ryan Yeske <rcyeske@gmail.com>
13418
13419 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13420 with "www".
13421
46771bb3
EZ
134222006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
13423
c601a68b 13424 * allout.el: Restablish intermediate missing comment header to
46771bb3 13425 preserve outline structure.
c601a68b
KS
13426 (allout-beginning-of-current-entry): Skip invisible text.
13427 (allout-open-topic): Fix opening a topic at end-of-buffer.
13428 (allout-minor-mode): Move nearer to allout-mode function.
46771bb3 13429
2276b5b1
CD
134302006-03-02 Carsten Dominik <dominik@science.uva.nl>
13431
c601a68b 13432 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
2276b5b1 13433
115712f0
NR
134342006-03-02 Nick Roberts <nickrob@snap.net.nz>
13435
6aa79f63
NR
13436 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13437 is nil.
13438
1e0e9b38
SM
13439 * progmodes/gud.el (gud-speedbar-menu-items):
13440 Use buffer-local-value and add missing :visible keyword.
115712f0 13441
c601a68b 13442 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
115712f0 13443
d464ce27
CD
134442006-03-01 Carsten Dominik <dominik@science.uva.nl>
13445
a85551d8
CD
13446 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13447 must be `follow-link'.
13448
c601a68b 13449 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
a85551d8 13450
a196ea62 13451 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
d464ce27 13452 formatting: No nested anchors.
a196ea62 13453 (org-all-targets): Fix bug with XEmacs compatibility.
d464ce27 13454 (org-read-date): Add (require 'parse-time).
a196ea62 13455 (org-set-tags): Fix bug with extra inserted space.
d464ce27 13456 (org-export-html-style): Define a style class for targets.
1e0e9b38 13457 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
d464ce27
CD
13458 (org-hide-leading-stars): New option.
13459 (org-hide): New face.
13460 (org-set-font-lock-defaults): Allow to hide leading stars.
13461 (org-get-legal-level, org-tr-level): New functions.
13462 (org-odd-levels-only): New option.
a196ea62
JB
13463 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13464 (org-demote, org-promote): Deal with double-star levels.
d464ce27
CD
13465 (org-convert-to-odd-levels): New command.
13466
e9cee67e
NR
134672006-03-01 Nick Roberts <nickrob@snap.net.nz>
13468
13469 * speedbar.el (speedbar-update-localized-contents): Try to
13470 preserve window-start.
13471 (speedbar-update-directory-contents): Try to preserve window-start
13472 and window-point.
1a408ced 13473 (speedbar-update-special-contents): Don't move back to start of window.
e9cee67e
NR
13474
13475 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13476 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1e0e9b38 13477 speedbar-timer-fn.
e9cee67e
NR
13478 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13479 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13480 instead of gdb-speedbar-timer-fn.
e9cee67e 13481
29ecdb22
JB
134822006-02-28 Jay Belanger <belanger@truman.edu>
13483
a196ea62
JB
13484 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13485 (math-compose-expr): Use latex option when calling
29ecdb22
JB
13486 `math-compose-tex-matrix' for latex mode.
13487
766bcec1
NR
134882006-02-28 Nick Roberts <nickrob@snap.net.nz>
13489
5ef21574
NR
13490 * speedbar.el: Re-instate comments about developing for speedbar
13491 [this is what info and gdb-ui use even if better methods exist now].
13492
766bcec1
NR
13493 * t-mouse.el: New file.
13494 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
55b76f19
KS
13495 (t-mouse-lispy-buffer-posn-from-coords): Remove.
13496 (t-mouse-make-event-element): Use posn-at-x-y instead.
766bcec1
NR
13497 (t-mouse-make-event): Deal with Fedora Core 3.
13498 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13499 (t-mouse-mouse-position-function): New function. Use it instead
13500 of advising mouse-position.
13501 (t-mouse-mode): New minor mode.
13502 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
13503
c61633ba
GM
135042006-02-27 Glenn Morris <rgm@gnu.org>
13505
13506 * calendar/calendar.el (calendar-holidays): Doc fix.
13507
661f54cb
NR
135082006-02-27 Nick Roberts <nickrob@snap.net.nz>
13509
a196ea62 13510 * progmodes/gdb-ui.el (gdb-source-window): New variable.
661f54cb
NR
13511 Re-introduce the concept of a source window.
13512 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13513 consistency with get-buffer-create.
13514 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13515 (gdb-data-list-register-values-handler)
13516 (gdb-stack-list-locals-handler): Try to preserve window-start as
13517 well as window-point.
13518 (gdb-display-source-buffer): New function (old concept).
13519 (gdb-goto-breakpoint): Use it.
13520
13521 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13522 for gdb-ui/gdb-mi (old concept).
13523
753656f3
CD
135242006-02-27 Carsten Dominik <dominik@science.uva.nl>
13525
13526 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13527 binding.
13528
55b76f19 13529 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
753656f3 13530
a196ea62
JB
13531 * textmodes/reftex-sel.el (reftex-select-label-map)
13532 (reftex-select-bib-map): Add `follow-mouse' binding.
0738d819 13533
440cbd9e
LT
135342006-02-26 Luc Teirlinck <teirllm@auburn.edu>
13535
13536 * jka-cmpr-hook.el (jka-compr-compression-info-list)
13537 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13538 Give :set functions to provide automatic updating.
13539 Update docstring. Give compiler defvars early in the file
13540 and move the defcustoms to a later spot where all called functions
13541 are defined.
13542 (jka-compr-file-name-handler-entry): Doc fix.
13543 (jka-compr-compression-info-list--internal)
13544 (jka-compr-mode-alist-additions--internal)
13545 (jka-compr-load-suffixes--internal): New variables.
13546 (jka-compr-install): Set the three above variables.
13547 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13548 (jka-compr-update, jka-compr-set): New functions.
13549 (auto-compression-mode): Doc fix.
13550
13551 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13552 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13553 Use jka-compr-compression-info-list--internal,
13554 jka-compr-mode-alist-additions--internal and
13555 jka-compr-load-suffixes--internal.
13556
13557 * files.el (load-library):
13558 * loadhist.el (file-loadhist-lookup):
13559 * startup.el (command-line):
13560 * subr.el (locate-library):
13561 * emacs-lisp/autoload.el (update-directory-autoloads):
1e0e9b38
SM
13562 * emacs-lisp/find-func.el (find-library-suffixes):
13563 Use `get-load-suffixes' instead of `load-suffixes'.
440cbd9e
LT
13564
13565 * subr.el (locate-library):
1e0e9b38
SM
13566 * emacs-lisp/find-func.el (find-library-name):
13567 Use `load-file-rep-suffixes' instead of '("").
440cbd9e 13568
a0eacbcd
KS
135692006-02-26 Kim F. Storm <storm@cua.dk>
13570
1e0e9b38
SM
13571 * ido.el (ido-save-history, ido-load-history): Simplify.
13572 Don't use find-file-noselect to avoid interference from other modes.
a0eacbcd 13573
19cd88cc
TTN
135742006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
13575
13576 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13577 to use the default shell if filename is not available.
13578 Reported by Giorgos Keramidas.
13579
957e3996
FP
135802006-02-25 John Williams <jrw@pobox.com> (tiny change)
13581
13582 * progmodes/etags.el (tags-completion-table): Do completion from
13583 all the tables in the current list, as documented in the manual.
13584
cb694ab7
AM
135852006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13586
13587 * CC Mode Update to 5.31.3.
13588
135892006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13590
1e0e9b38
SM
13591 * progmodes/cc-mode.el (c-postprocess-file-styles):
13592 Bind inhibit-read-only to t, around the call to
cb694ab7
AM
13593 c-remove-any-local-eval-or-mode-variables, so that it works on a
13594 RO file.
13595
135962006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13597
13598 * progmodes/cc-awk.el: Correct a typo.
13599
136002006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13601
13602 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13603 c-hungry-delete-backwards, at the request of RMS. Leave the old
13604 name as an alias.
13605
136062006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13607
13608 * progmodes/cc-mode.el: Correct a typo.
13609
136102006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13611
13612 * progmodes/cc-defs.el: Update the version number to 5.31.3.
13613
136142006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13615
13616 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13617 brace-else-brace (error due to mbeg, mend being undefined).
13618
136192006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13620
13621 * progmodes/cc-mode.el: File Local variables: Solve the problem
13622 where both `mode' and c-file-offsets are specified: `mode' will
13623 overwrite c-f-o's settings:
a196ea62
JB
13624 (c-remove-any-local-eval-or-mode-variables): New function.
13625 (c-postprocess-file-styles): Call the above new function, within
cb694ab7
AM
13626 c-tentative-buffer-change, to splat `mode' and `eval' before the
13627 second hack-local-variables.
13628
136292006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13630
13631 * progmodes/cc-mode.el:
13632 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1e0e9b38
SM
13633 (c-after-change): Protect the match data with save-match-data.
13634 It was getting corrupted by c-after-change-check-<>-operators.
4ce3c91a 13635
cb694ab7
AM
13636 * cc-defs.el: [Supersedes patch V1.38]:
13637 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1e0e9b38 13638 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
cb694ab7
AM
13639
13640 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13641 with save-match-data. It was being corrupted when Font Lock was
13642 not enabled.
13643
136442006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13645
13646 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13647 Mode and Subword Mode.
13648
13649 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13650 real labels ("case 1:" or "foo:") from non-labels ("public:").
13651 (c-forward-objc-directive): Replace c-forward-token-2 with crude
13652 coding; c-f-t-2 doesn't move over a token at EOB.
13653
1e0e9b38 13654 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
cb694ab7
AM
13655
13656 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13657 (c-update-modeline): Concatenate the minor mode indicators
13658 directly onto mode-name, removing c-submode-indicators.
1e0e9b38 13659 Sometimes, c-s-i got separated from the mode name on the mode line.
cb694ab7 13660
a196ea62
JB
13661 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13662 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
cb694ab7
AM
13663
136642006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13665
a196ea62 13666 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
cb694ab7
AM
13667 error message when there's an evaluation error to show whether
13668 it's loaded from source or not.
a196ea62 13669 (c-filter-ops): Make it available at runtime too to work when
cb694ab7
AM
13670 `c-make-init-lang-vars-fun' needs to evaluate from source.
13671
172892e3
JB
136722006-02-24 Juanma Barranquero <lekktu@gmail.com>
13673
13674 * help.el (help): Revert last part of 2006-02-23 change (deletion
13675 of the `provide' call).
13676
32670900
JL
136772006-02-23 Juri Linkov <juri@jurta.org>
13678
13679 * compare-w.el (compare-windows-highlight): Add new value
13680 `persistent' and change :type from `boolean' to `choice'.
13681 (compare-windows-overlays1, compare-windows-overlays2):
13682 New internal variables.
13683 (compare-windows-highlight): If compare-windows-highlight is
13684 `persistent', add current overlays to compare-windows-overlays[12]
13685 instead of adding compare-windows-dehighlight to pre-command-hook.
13686 (compare-windows-dehighlight): Delete all overlays from
13687 compare-windows-overlays[12].
13688
13689 * info.el (Info-search): Don't bind search-spaces-regexp to
13690 Info-search-whitespace-regexp in non-regexp isearch mode.
13691
4e6d3170
SM
136922006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13693
13694 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13695
35402b98
JB
136962006-02-23 Juanma Barranquero <lekktu@gmail.com>
13697
13698 * textmodes/org.el (org-xemacs-p)
13699 (org-export-html-show-new-buffer, org-table-may-need-update)
13700 (org-insert-item, org-mhe-get-message-real-folder)
13701 (org-mhe-get-message-folder-from-index)
13702 (org-mhe-get-message-folder, org-mhe-get-message-num)
13703 (org-mhe-get-header, org-make-org-heading-search-string)
13704 (org-make-org-heading-camel, org-table-sort-lines)
13705 (org-format-org-table-html, org-format-table-table-html):
13706 Fix typos in docstrings.
13707
55b76f19 137082006-02-23 Carsten Dominik <dominik@science.uva.nl>
1caf01c2 13709
85563680
JB
13710 * textmodes/org.el (org-cleaned-string-for-export)
13711 (org-solidify-link-text): New function.
13712 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13713 XEmacs, just to silence the compiler.
4e6d3170
SM
13714 (org-export-as-ascii, org-export-as-html-and-open):
13715 Use `org-cleaned-string-for-export' and create internal links.
1caf01c2
CD
13716 (org-follow-mhe-link): Require mh-e, use folder.
13717
e4905946
NR
137182006-02-23 Nick Roberts <nickrob@snap.net.nz>
13719
85563680 13720 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
e4905946
NR
13721
13722 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13723 gdb-debug-log-length.
13724 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
13725 it a real ring but...
13726 (gud-gdba-marker-filter): ...make it work like mark-ring.
13727 (gdb-enable-debug): Rename from gdb-enable-debug-log.
13728 (gdb-mouse-jump): New function. Add bindings.
13729
03937438
NR
137302006-02-23 Nick Roberts <nickrob@snap.net.nz>
13731
13732 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13733 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13734 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13735 (gdb-debug-log-length): Customize it's length.
13736 (gud-watch, gdb-var-create-handler): Display function::var format
13737 but don't use to create variable object.
13738 (gdb-var-create-handler): Use message-box in place of message.
13739 (gdb-stopped): Call gdb-exited if signalled.
13740
2e205512
CD
137412006-02-22 Carsten Dominik <dominik@science.uva.nl>
13742
85563680 13743 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
c7cf105d 13744
85563680 13745 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3bfb8112 13746
85563680 13747 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3bfb8112
CD
13748 if `reftex-try-all-extensions' is set.
13749
0738d819
CD
13750 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13751 fail silently when there is no valid argument at point.
13752 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13753 `fail-silently' argument. From a patch by David Reiter.
a196ea62 13754
35402b98 13755 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2e205512
CD
13756 New commands.
13757 (org-mark-ring): New variable.
13758 (org-mark-ring-length): New option.
13759 (org-open-at-point, org-goto, org-open-file): Push old position
13760 onto the mark ring.
13761 (org-add-hook): New function.
13762 (org-export-table-remove-special-lines): New option.
35402b98
JB
13763 (org-skip-comments, org-format-org-table-html): Respect new
13764 option `org-export-table-remove-special-lines'.
13765 (org-open-file): Allow special command configuration for
13766 directory link.
4e6d3170 13767 (org-file-apps): Fix bugs in customize type, added setting
35402b98 13768 for directories.
2e205512
CD
13769 (org-activate-tags, org-format-agenda-item, org-complete)
13770 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
13771 (org-get-tags, org-get-buffer-tags, org-open-at-point)
13772 (org-link-search, org-make-org-heading-search-string)
13773 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
13774 (org-radio-targets, org-file-link-context-use-camel-case)
13775 (org-activate-camels): New options.
13776 (org-update-radio-target-regexp, org-all-targets)
35402b98
JB
13777 (org-make-target-link-regexp, org-activate-target-links):
13778 New functions.
2e205512
CD
13779 (org-make-org-heading-search-string): New function.
13780 (org-store-link, org-insert-link): Use new option
13781 `org-file-link-context-use-camel-case'.
13782 (org-activate-camels): Use new option `org-activate-camels'.
4e6d3170 13783 (org-link-regexp): Add mhe prefix.
35402b98
JB
13784 (org-open-at-point, org-store-link): Support for mhe links.
13785 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
13786 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
13787 (org-mhe-get-header, org-follow-mhe-link): New functions.
13788 (org-remove-angle-brackets, org-add-angle-brackets):
13789 New functions.
13790 (org-bracket-link-regexp): New constant.
4e6d3170 13791 (org-read-date): Fix bug that was rejecting all typed dates.
2e205512
CD
13792 (org-link-search): Make hierarchy above visible after a match.
13793 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4e6d3170 13794 (org-store-link): Fix bug with link creation when cursor is in
2e205512 13795 an empty line.
4e6d3170 13796 (org-open-at-point): Fix bug with matching a link.
35402b98 13797 Fixed buggy argument sequence in call to `org-view-tags'.
2e205512
CD
13798 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13799 (org-prefix-has-tag): New variable.
35402b98
JB
13800 (org-format-agenda-item): Remove tags from headline
13801 if appropriate.
2e205512
CD
13802 (org-agenda-remove-tags-when-in-prefix): New option.
13803
608c89a9 138042006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
85563680 13805
608c89a9 13806 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
85563680
JB
13807 Fix the regular expressions.
13808
f623a9d2
RS
138092006-02-21 Richard M. Stallman <rms@gnu.org>
13810
13811 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
13812 if there's no other specific basis.
13813
13814 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
13815 as variables at all.
13816 (unsafep-variable): Rename arg; doc fix.
13817
13818 * abbrevlist.el (list-one-abbrev-table): Add autoload.
13819
13820 * calendar/appt.el (diary-selective-display): Add defvar.
13821
13822 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
13823
13824 * isearch.el (search-whitespace-regexp): Fix custom type.
13825
13826 * help.el (describe-key-briefly): Compute interactive args
13827 in same was as before previous change.
13828
13829 * files.el (enable-local-variables): Doc fix.
13830
dd9959da
KS
138312006-02-21 Kim F. Storm <storm@cua.dk>
13832
13833 * fringe.el: Cleanup as file is now pre-loaded.
13834 (fringe-bitmaps): Initialize unconditionally.
13835 (fringe-mode, set-fringe-style): Remove autoload cookies.
13836
138372006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
13838
13839 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
13840 `horizontal-bar'.
13841 (fringe-cursor-alist): Use `horizontal-bar'.
13842
49af2995
KS
138432006-02-20 Kim F. Storm <storm@cua.dk>
13844
13845 * fringe.el (fringe-bitmaps): Update to new bitmap names.
13846 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13847
13848 * loadup.el: Load "fringe" on window systems.
13849
138502006-02-20 Nick Roberts <nickrob@snap.net.nz>
17007b97
NR
13851
13852 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13853 out of scope components.
13854
13855 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13856 default.
13857
ec9f0a62
CY
138582006-02-20 Chong Yidong <cyd@stupidchicken.com>
13859
4e6d3170
SM
13860 * custom.el (customize-mark-to-save, customize-mark-as-set):
13861 Load the symbol first.
ec9f0a62 13862
5376d5f6
JB
138632006-02-20 Juanma Barranquero <lekktu@gmail.com>
13864
13865 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13866 strech spec so it doesn't display as "^J" on the header line
13867 when `Buffer-menu-use-header-line' is t.
13868
8e6694f5
NR
138692006-02-20 Nick Roberts <nickrob@snap.net.nz>
13870
13871 * speedbar.el (speedbar-make-button): Keep text properties
13872 of string arguments if desired.
13873
13874 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
13875 expessions.
13876
13877 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
13878 of speedbar.
13879
07556e35
JPW
138802006-02-19 Ryan Yeske <rcyeske@gmail.com>
13881
13882 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
13883 to value of `read-file-name-completion-ignore-case'.
13884
2d656942
CY
138852006-02-19 Chong Yidong <cyd@stupidchicken.com>
13886
fccf2784 13887 * custom.el (customize-mark-as-set): Push to `user' theme.
4a9ceb4e 13888
2d656942 13889 * cus-edit.el (custom-save-variables): Allow unthemed values.
fccf2784 13890 (customize-set-variable): Push setting to `user' theme.
2d656942 13891
4d9fa6b8
NR
138922006-02-19 Nick Roberts <nickrob@snap.net.nz>
13893
13894 * progmodes/gud.el: Don't require font-lock as it's now
13895 automatically loaded.
13896 (gud-speedbar-buttons): Replace gdb-var-changed with
13897 gdb-force-update.
13898
13899 * progmodes/gdb-ui.el (gdb-force-update): Rename from
13900 gdb-var-changed.
13901 (gdb-post-prompt): Use it.
13902 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13903 (gdb-var-update-handler, gdb-var-delete)
13904 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
13905 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
13906 gdb-force-update in gdb-post-prompt.
13907 (gdb-reset): Clear watch expressions from speedbar when quitting.
13908
b6178721 139092006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5376d5f6
JB
13910
13911 * viper-cmd.el (viper-insert-state-post-command-sentinel)
13912 (viper-change-state-to-vi, viper-change-state-to-emacs):
13913 Make aware of cursor coloring in the Emacs state.
13914 (viper-special-read-and-insert-char): Use read-char-exclusive.
13915 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
13916
13917 * viper-init.el (viper-emacs-state-cursor-color): New variable.
13918
13919 * viper-util.el (viper-save-cursor-color)
13920 (viper-get-saved-cursor-color-in-replace-mode)
13921 (viper-get-saved-cursor-color-in-insert-mode)
13922 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
b6178721 13923 state.
5376d5f6
JB
13924 (viper-get-saved-cursor-color-in-emacs-mode): New function.
13925
13926 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
13927 (ediff-ignore-case-option3, ediff-actual-diff-options)
13928 (ediff-actual-diff3-options): New variables to control case sensitivity.
13929 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
13930 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
13931 (ediff-toggle-ignore-case): New function.
13932 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
13933
13934 * ediff-help.el (ediff-long-help-message-narrow2)
13935 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
13936 (ediff-long-help-message-word-mode): Add ignore-case command.
13937 (ediff-help-for-quick-help): Add ignore-case command.
13938
13939 * ediff-merg.el: Move provide to the end.
13940
13941 * ediff-ptch.el: Move provide to the end.
13942
13943 * ediff-wind.el: Move provide to the end.
13944
13945 * ediff-mult.el: Move provide to the end.
13946 (ediff-set-meta-overlay): Enable follow-link.
13947
13948 * ediff.el: Move provide to the end.
b6178721 13949 Break recursive load cycle in eval-when-compile.
5376d5f6
JB
13950 (ediff-patch-buffer): Better heuristics.
13951
13952 * ediff-util.el: Move provide to the end.
b6178721 13953 Break recursive load cycle in eval-when-compile.
5376d5f6 13954 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
b6178721 13955 defuns.
5376d5f6 13956 (ediff-submit-report): Pass the values of ediff-diff3-program,
b6178721 13957 ediff-diff3-options.
5376d5f6 13958
dee503e5
JB
139592006-02-19 Juanma Barranquero <lekktu@gmail.com>
13960
13961 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
13962 the opening bracket of the following bracketing pairs: {}, [], (), <>,
13963 `' (for example, in the docstring of `windmove-default-keybindings').
13964
e06b715f
NR
139652006-02-19 Nick Roberts <nickrob@snap.net.nz>
13966
13967 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
13968 shadow face. Don't provide binding to edit variable when it is
13969 out of scope.
13970
13971 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13972 (gdb-var-update-handler): Detect out of scope variables with pre
13973 GDB 6.4 too.
172892e3 13974 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
dee503e5 13975 Reset status of variable objects to nil in update handlers.
e06b715f
NR
13976 (gdb-var-update-handler-1): Detect when a variable object comes
13977 in scope. setcar on var changes gdb-var-list directly.
13978
d73c9bcb
JL
139792006-02-17 Juri Linkov <juri@jurta.org>
13980
13981 * ffap.el (ffap) <defface>: Add explicit face declaration.
13982 (ffap-highlight): Use face `ffap' directly instead of checking
13983 for its existence.
13984
13985 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
13986 `visible-ok' of `other-buffer' to find the right original buffer.
13987
13988 * info.el (Info-search): Skip `Local Variables' node.
13989
bec275ed
JL
139902006-02-17 Juri Linkov <juri@jurta.org>
13991
13992 * info.el (Info-find-file): Check for symbols `apropos', `history',
13993 `toc' in the input filename, and return these symbols as is.
13994 (Info-find-node-2): Set Info-current-file to symbols `apropos',
13995 `history', `toc' instead of strings.
13996 (Info-set-mode-line): For non-string Info-current-file use the
13997 symbol's name inside **.
13998 (Info-isearch-push-state): Add quote before Info-current-file and
13999 Info-current-node.
14000 (Info-isearch-pop-state): Use `equal' instead of `string='.
14001 (Info-extract-pointer, Info-following-node-name): Use
14002 `match-string-no-properties' instead of `match-string'.
14003 (Info-up): Check `old-file' for `stringp'.
14004 (Info-history): Use `equal' instead of `string-equal'.
14005 Check `file' for `stringp'.
14006 (Info-history): Use symbol `history' instead of string as first arg
14007 of `Info-find-node'.
14008 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14009 `toc' instead of string.
14010 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14011 instead of `buffer-substring', and `match-string-no-properties'
14012 instead of `match-string'.
14013 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14014 instead of strings.
14015 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14016 Use symbol `apropos' instead of string.
14017 (Info-copy-current-node-name): Check `Info-current-file' for
14018 `stringp' and construct a command with `Info-find-node' from it.
14019 (Info-fontify-node): Use `match-string-no-properties' instead of
14020 `match-string' and check file names for `stringp'.
14021 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14022 `history', `toc' instead of strings.
14023
b9e1451a
CY
140242006-02-17 Chong Yidong <cyd@stupidchicken.com>
14025
14026 * files.el: Rearrange functions and variables in the file local
14027 variables section.
14028
8086a70c
RS
140292006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14030
14031 * files.el: Add truncate-lines, ispell-check-comments and
14032 ispell-local-dictionary as safe local variables.
14033
11de097a
NR
140342006-02-18 Nick Roberts <nickrob@snap.net.nz>
14035
14036 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14037 out of scope variables.
14038 (gud-speedbar-buttons): Use unless.
14039
14040 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14041 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14042 (gdb-show-changed-values): Also use for out of scope variables.
14043 (gdb-var-update-handler-1): Note if variable goes out of scope.
14044
783eebb9
EZ
140452006-02-17 Ryan Yeske <rcyeske@gmail.com>
14046
14047 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14048 default to global variable values for unsupplied args.
14049 (rcirc-get-buffer-create): Fix bug with setting the target.
14050 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14051 test for rcirc-always-use-server-buffer-flag here.
14052 (rcirc-response-formats): Add %N, which is a facified nick. %n
14053 uses the default face. Change the ACTION format string. If the
14054 "nick" is the server, don't print anything for that field.
14055 Comment fixes.
14056 (rcirc-target-buffer): Don't test
14057 rcirc-always-use-server-buffer-flag here.
14058 (rcirc-print): Squeeze extra spaces out of the text before message.
14059 (rcirc-put-nick-channel): Strip potential "@" char from nick
14060 before adding them to nick table.
14061 (rcirc-url-regexp): Improve to match address like "foo.com".
14062
773e7e48
EZ
140632006-02-17 Eli Zaretskii <eliz@gnu.org>
14064
11de097a 14065 * allout.el (allout-hidden-p): Move this defsubst before
773e7e48
EZ
14066 allout-overlay-interior-modification-handler, where it is first
14067 used.
14068
96b83743
EZ
140692006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14070
14071 * allout.el: Use allout invisible-text overlays instead of
14072 selective display for concealed text. Also, lots of general
14073 cleanup, and improved compatibility code.
14074
1a408ced 14075 (allout-version): Incremented, corrected, revised, and refined
96b83743
EZ
14076 module commentary.
14077
14078 (provide 'allout): Moved to the bottom, added a require of overlay.
14079
14080 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14081 `except-current'.
14082 (allout-write-file-hook-handler): Minimize delay.
14083 (count-trailing-whitespace-region): New function so
14084 auto-encryption of current topic can resituate cursor exactly.
14085 PGP/GPG encryption trims trailing whitespace from lines, which
14086 must be accounted for across encryption then decryption.
14087
14088 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14089 just plain "\C-c", to avoid intruding on user's keybinding space.
14090
14091 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14092 parameter, so user request to provide a new password is done.
14093
14094 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14095 Refined mechanism for auto-filling behavior while in allout mode.
14096
14097 (allout-mode): Explicitly specify the mode map in the docstring.
14098 Clarify provision for various write-file hook var names.
1a408ced 14099 Adjusted for invisible-text overlays instead of selective-display.
96b83743
EZ
14100
14101 (allout-depth): Really return 0 if not within any topic. This
14102 rectifies `allout-beginning-of-level' and sequence numbering
14103 errors that occur when cutting and pasting numbered topics.
14104 Changed from a in-line subst to a regular function, as well.
14105
14106 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14107
14108 (allout-end-of-subtree, allout-end-of-subtree)
14109 (allout-end-of-entry, allout-end-of-current-heading)
14110 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14111 (allout-show-children, allout-show-to-offshoot)
14112 (allout-hide-current-entry, allout-show-current-entry): Rectified
14113 handling of trailing blank lines between items.
14114
14115 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14116 (allout-current-depth, allout-unprotected, allout-hidden-p)
14117 (allout-on-current-heading-p, allout-listify-exposed)
14118 (allout-chart-subtree, allout-goto-prefix)
14119 (allout-back-to-current-heading, allout-get-body-text)
14120 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14121 (allout-hide-region-body, allout-toggle-subtree-encryption)
14122 (allout-encrypt-string, allout-encrypted-key-info)
14123 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14124 (allout-file-vars-section-data): Adjusted for use with
14125 invisible-text overlays instead of selective-display.
14126
14127 (allout-kill-line, allout-kill-topic, allout-yank-processing):
14128 Reworked for use with invisible text overlays.
14129
14130 (allout-current-topic-collapsed-p): New function.
14131
14132 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14133 to know when to close the containing topic.
14134
14135 (allout-pre-command-business, allout-post-command-business):
14136 Simplify undo-batching and dynamic isearch exposure.
14137
14138 (allout-set-overlay-category): New for invisible-text overlays.
14139 Sets properties of allout-overlay-category, used by
14140 allout-flag-region to set invisible-text overlay properties.
14141 (allout-get-invisibility-overlay): Get the first qualifying
14142 invisibility overlay, so we can find the extent of it.
14143 (allout-back-to-visible-text): Get to just before the beginnining
14144 of the current invisibility overlay, if any.
14145
14146 (allout-overlay-insert-in-front-handler)
14147 (allout-overlay-interior-modification-handler)
14148 (allout-before-change-handler, allout-isearch-end-handler): New
14149 functions to handle extraordinary actions affecting concealed
14150 text.
14151
14152 (allout-flag-region): Use overlays instead of selective-display
14153 for invisible text - by inheritence from the properties of
dee503e5
JB
14154 allout-overlay-category in mainline Emacs, and applied
14155 property-by-property in XEmacs, some recent versions of which
96b83743
EZ
14156 don't inherit the properties from the category. Provisions to
14157 respond to concealed-text edits simplified drastically.
14158
14159 (allout-isearch-rectification, allout-isearch-was-font-lock)
14160 (allout-isearch-expose, allout-enwrap-isearch)
14161 (allout-isearch-abort, allout-pre-was-isearching)
14162 (allout-isearch-prior-pos, allout-isearch-did-quit)
14163 (allout-isearch-dynamic-expose)
14164 (allout-hide-current-entry-completely): Functions deleted.
14165
14166 (allout-undo-aggregation): Explicit undo aggregation no longer
14167 necessary due to transition away from selective-display.
14168
14169 (set-allout-regexp, allout-up-current-level)
14170 (allout-next-visible-heading, allout-forward-current-level)
14171 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14172 (allout-kill-line, allout-yank-processing, allout-show-children)
14173 (allout-expose-topic, allout-old-expose-topic)
14174 (allout-listify-exposed, allout-insert-latex-header)
14175 (allout-toggle-subtree-encryption, allout-encrypt-string)
14176 (remove-from-invisibility-spec, allout-hide-current-subtree):
14177 Ditched unused variables.
14178
a2a385a7
EZ
141792006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
14180
72e4724b 14181 * textmodes/ispell.el (ispell-change-dictionary): Call
a2a385a7
EZ
14182 ispell-buffer-local-dict instead of
14183 ispell-accept-buffer-local-defs.
72e4724b 14184 (ispell-local-dictionary-alist): Accept as valid any coding-system
dee503e5 14185 supported by Emacs.
72e4724b
EZ
14186 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14187 changed to iso-8859-3.
a2a385a7 14188
c3229403
NR
141892006-02-17 Nick Roberts <nickrob@snap.net.nz>
14190
60b8fb50
NR
14191 * speedbar.el (speedbar-frame-width): Make an inline function
14192 instead of a macro. Use frame-width.
dee503e5 14193 (speedbar-try-completion, speedbar-update-contents)
60b8fb50
NR
14194 (speedbar-timer-fn): Use consp.
14195 (speedbar-update-localized-contents): Try to preserve point.
14196
14197 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
c3229403 14198 (menu): Re-order menu items.
60b8fb50
NR
14199 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14200 field.
14201 (gdb-var-update-handler-1): Use it for GDB 6.4+.
14202 (gdb-post-prompt): Speed things by not forcing update.
c3229403 14203
bc7b6e08
CY
142042006-02-16 Chong Yidong <cyd@stupidchicken.com>
14205
14206 * wid-edit.el (widget-button-click): For mouse-1, cancel button
14207 press and perform default action if we get a mouse movement event.
14208
b5189759
JB
142092006-02-16 Juanma Barranquero <lekktu@gmail.com>
14210
14211 * calendar/icalendar.el (icalendar--get-event-property)
14212 (icalendar--get-event-property-attributes): Fix typos in
14213 docstrings.
14214
14215 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14216 docstring.
14217
988deaf9
JB
142182006-02-15 Juanma Barranquero <lekktu@gmail.com>
14219
14220 * bs.el (bs-mode): Use `buffer-disable-undo'.
14221 (bs--get-file-name): Simplify.
14222 (bs-show-in-buffer): Mark the buffer as not modified.
14223
42078bb2
CY
142242006-02-14 Chong Yidong <cyd@stupidchicken.com>
14225
bb55f90e
CY
14226 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14227 widget-button-click.
14228
14229 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9ca66103 14230 (custom-mode): Update docstring.
bb55f90e 14231
50be33f5
CY
14232 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14233 binding.
14234
42078bb2 14235 * files.el (hack-local-variables-confirm): Allow scrolling if the
0a158521 14236 file variable list is too long. Kill temp buffer after use.
42078bb2 14237
a4b354b7
NR
142382006-02-15 Nick Roberts <nickrob@snap.net.nz>
14239
14240 * progmodes/gud.el (gdb): Improve doc string.
14241 (gdb-script-font-lock-keywords): Expand allowed character set.
14242
14243 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14244 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14245 (gdb-separate-io-interrupt, gdb-separate-io-quit)
14246 (gdb-separate-io-stop, gdb-separate-io-eof):
14247 Rename from gdb-inferior-* to gdb-separate-*.
14248 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14249
d7505da3
JB
142502006-02-14 Jay Belanger <belanger@truman.edu>
14251
14252 * calc/calc-arith.el (math-check-known-scalarp): Make sure
14253 expression is a symbol before checking that it is bound.
14254
14255 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14256 test to see if equation can be solved.
14257
d450f2a2
CY
142582006-02-14 Chong Yidong <cyd@stupidchicken.com>
14259
e1ec62a5
CY
14260 * wid-edit.el (widget-button-click): Use :pressed-face property
14261 for overlay face, if it exists.
14262
14263 * cus-edit.el (custom-manual, custom-add-see-also)
14264 (custom-add-parent-links, custom-group-link): Add :pressed-face
14265 property to links.
14266
d450f2a2
CY
14267 * files.el (hack-local-variables): Remove ignored variables before
14268 checking if any variables need setting.
14269
348f73b0 142702006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
0dd95b49 14271
ef4cbfc0 14272 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
0dd95b49 14273
a5f43550
JB
142742006-02-14 Juanma Barranquero <lekktu@gmail.com>
14275
14276 * help.el (where-is): Fix message for remapped commands.
14277
ef4cbfc0
JB
14278 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14279 Fix typos in docstrings.
14280
5a6c1d87
CY
142812006-02-13 Chong Yidong <cyd@stupidchicken.com>
14282
14283 * files.el (safe-local-variable-values): New option.
14284 (hack-local-variables-prop-line): Return a list of variable-value
14285 pairs if MODE-ONLY is non-nil.
14286 (hack-local-variables): Construct list of variable-value pairs,
14287 and apply or reject them in one go. Ask for confirmation if
14288 variables are not known safe.
14289 (hack-local-variables-confirm): Complete rewrite. Support
14290 `safe-local-variable-values'.
14291 (enable-local-variables): Update docstring to reflect new
14292 behavior.
14293 (ignored-local-variables): Ignore ignored-local-variables and
14294 safe-local-variable-values.
14295 (safe-local-variable-p): New function.
14296 (risky-local-variable-p): `safe-local-variable' property check
14297 moved to safe-local-variable-p.
14298 (hack-one-local-variable): Checks moved to hack-local-variables.
14299
a5f43550
JB
14300 (byte-compile-dynamic, c-basic-offset, c-file-style)
14301 (c-indent-level, comment-column, fill-column, fill-prefix)
14302 (indent-tabs-mode, kept-new-versions, no-byte-compile)
14303 (no-update-autoloads, outline-regexp, page-delimiter)
14304 (paragraph-start, paragraph-separate, sentence-end)
14305 (sentence-end-double-space tab-width, version-control):
14306 Add `safe-local-variable' property.
5a6c1d87
CY
14307
14308 * find-lisp.el: Delete nonexistent `autocompile' file variable.
14309
14310 * icomplete.el, play/landmark.el: Change nonexistent
14311 `outline-layout' file variable to `allout-layout'.
14312
ee517841
NR
143132006-02-14 Nick Roberts <nickrob@snap.net.nz>
14314
14315 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14316 (gdb-get-changed-registers): Test value of gud-minor-mode relative
14317 to gud-comint-buffer.
14318 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14319 gdb-ui.el for gdb-mi.el.
14320 (gdb-post-prompt, gdb-get-changed-registers): Move test for
14321 registers buffer to gdb-get-changed-registers.
14322 (gdb-breakpoint-regexp): New regexp. Allow toggling and
14323 deletion of catchpoints (throw and catch).
14324 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14325 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14326 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14327 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14328 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14329
c3a1b861
JB
143302006-02-13 Jay Belanger <belanger@truman.edu>
14331
a5f43550 14332 * calc/calc-arith.el (math-check-known-matrixp): Make sure
c3a1b861
JB
14333 expression is a symbol before checking that it is bound.
14334
2c8ed538
RS
143352006-02-13 Richard M. Stallman <rms@gnu.org>
14336
f8d775e1
RS
14337 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14338 for the minibuffer too, but not if resize-mini-windows will interfere.
14339
2c8ed538
RS
14340 * help.el (describe-key-briefly, describe-key): Do all arg-reading
14341 inside `interactive' spec.
14342 (describe-key-briefly-internal, describe-key-internal):
14343 Functions merged back into their callers.
a5f43550 14344
5fed8c15 143452006-02-13 Martin Rudalics <rudalics@gmx.at>
fd5b25da
JL
14346
14347 * info.el (info-xref-visited): Inherit from info-xref too.
14348 (Info-set-mode-line): Replace occurrences of `%' by `%%'
14349 when propertizing Info-current-file and Info-current-node.
14350
ace665ea
JL
143512006-02-13 Juri Linkov <juri@jurta.org>
14352
14353 * tumme.el (tumme-thumbnail-storage): Fix docstring.
14354 (tumme-thumb-name): Fix per-directory format.
14355
50d16788
JB
143562006-02-13 Juanma Barranquero <lekktu@gmail.com>
14357
14358 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14359
3715419e
MB
143602006-02-12 Miles Bader <miles@gnu.org>
14361
14362 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14363
98da60f7
MD
143642006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
14365
50d16788 14366 * tumme.el: Remove history section. If someone needs the it, it
98da60f7
MD
14367 can always be found in CVS.
14368
fb453473
MD
143692006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14370
50d16788
JB
14371 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
14372 about the Thumbnail Managing Standard option.
fb453473 14373
0283e339
RS
143742006-02-12 Richard M. Stallman <rms@gnu.org>
14375
14376 * subr.el (substitute-key-definition): Doc fix.
14377
14378 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14379
14380 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14381
14382 * info.el (Info-mode): Doc fix.
14383
14384 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14385
7dbde7dd
MA
143862006-02-12 Michael Albinus <michael.albinus@gmx.de>
14387
14388 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14389 because on Solaris a POSIX compatible "id" is needed. Reported by
14390 Magnus Henoch <mange@freemail.hu>.
14391
ea948bd6
JL
143922006-02-12 Juri Linkov <juri@jurta.org>
14393
14394 * tumme.el: Remove todo item about Thumbnail Managing Standard.
14395 (tumme) <defgroup>: Change :group to `multimedia'.
14396 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14397 Managing Standard.
14398 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14399 Fix dostring.
14400 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14401 and %y. Fix docstring.
14402 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14403 (tumme-cmd-create-standard-thumbnail-command): New user options.
14404 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14405 is `standard'. Fix docstring.
14406 (tumme-thumb-width, tumme-thumb-height): New user options.
14407 (tumme-external-viewer): Try to find various viewers.
14408 (tumme-get-thumbnail-image): Use `create-image' instead of
14409 constructing the `image' structure.
14410 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14411 `standard'.
14412 (tumme-thumb-name): Add file name generation for standard storage.
14413 Simplify code for other storages.
14414 (tumme-thumb-name): Use width %w and height %h instead of size %s.
14415 Add modification time %m and thumbnail-nq8 %q.
14416 Use `tumme-cmd-create-standard-thumbnail-command' if
14417 tumme-thumbnail-storage is `standard'.
14418 (tumme-dired-insert-marked-thumbs): New autoload command.
14419 (tumme-dired-after-readin-hook): New function.
14420 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14421 `tumme-thumb-size'.
14422 (tumme-display-image): Replace size-x %x and size-y %y with
14423 width %w and height %h.
14424
14425 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14426 `tumme-dired-insert-marked-thumbs'.
14427
c39343ca
MD
144282006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14429
f828c6fc
JB
14430 * tumme.el (tumme-write-tag): Fix small bug (file name did not
14431 include path).
14432 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14433 matching tag.
c39343ca 14434
324e4da7
MB
144352006-02-12 Miles Bader <miles@gnu.org>
14436
14437 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14438 New variables.
14439 (rcirc-abbrev-nick): New function.
14440 (rcirc-format-response-string): Rewrite to use the formats in
14441 `rcirc-response-formats' and expand escape sequences therein.
14442 A text-property `rcirc-text' is added over the actual response
14443 text to make easy to find inside the returned string.
14444 (rcirc-print): When filling, just look for the `rcirc-text'
14445 text-property to find the appropriate fill prefix, instead of
14446 using hardwired patterns.
14447
e6b84d1f
MD
144482006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14449
f828c6fc
JB
14450 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
14451 Managing Standard.
e6b84d1f 14452
ed096543
KS
144532006-02-11 Kim F. Storm <storm@cua.dk>
14454
14455 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14456 Don't use insert-buffer; do insert-buffer-substring directly.
50d16788 14457 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
ed096543 14458
518dc5be
EZ
144592006-02-11 Martin Rudalics <rudalics@gmx.at>
14460
14461 * files.el (revert-buffer, recover-file): Replace buffer-read-only
0a9cef67 14462 with inhibit-read-only. Suggested by Stefan Monnier.
518dc5be
EZ
14463 (revert-buffer): Let insert-file-contents discard
14464 buffer-undo-list. Simplify code.
14465 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14466
c54fb9ef
EZ
144672006-02-11 Eli Zaretskii <eliz@gnu.org>
14468
5fb64ecc
EZ
14469 * menu-bar.el (menu-bar-select-yank): Add a doc string.
14470
c54fb9ef
EZ
14471 * help.el (describe-key-briefly): Now a wrapper for
14472 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8ee320fc 14473 to t. Populate yank-menu if empty.
c54fb9ef
EZ
14474 (describe-key-briefly-internal): Renamed from describe-key-briefly.
14475 (describe-key): Now a wrapper for describe-key-internal. Bind
8ee320fc 14476 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
c54fb9ef
EZ
14477 (describe-key-internal): Renamed from describe-key.
14478
08108577
EZ
144792006-02-11 Milan Zamazal <pdm@zamazal.org>
14480
14481 * progmodes/glasses.el (glasses-separator): Doc fix.
14482 (glasses-original-separator): New defcustom.
14483 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14484
a348f5ba
EZ
144852006-02-11 Martin Rudalics <rudalics@gmx.at>
14486
14487 * mwheel.el (mouse-wheel-up-event): Doc fix.
14488
6295b3b1
MD
144892006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14490
f828c6fc
JB
14491 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14492 (tumme-dir): New function. Copied from thumbs.el.
6295b3b1 14493
be617bbf
JB
144942006-02-10 Juanma Barranquero <lekktu@gmail.com>
14495
14496 * desktop.el (desktop-outvar): Fix typo.
14497 (desktop-save-buffer-p): Doc fix.
14498
4f1a3949
JB
14499 * subr.el (substitute-key-definition): Fix typo.
14500
cbd488c4
YM
145012006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14502
14503 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14504 when window-system is mac.
14505
14506 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14507
d342156c
KS
145082006-02-10 Kim F. Storm <storm@cua.dk>
14509
14510 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14511 indirect-function instead of using condition-case.
14512
13664bec
MD
145132006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
14514
f828c6fc
JB
14515 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14516 less `colloquial'...
13664bec 14517
d03b98ad
MD
145182006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
14519
f828c6fc 14520 * tumme.el: Add a couple of todo items.
d03b98ad 14521
02501160 145222006-02-09 Lars Hansen <larsh@soem.dk>
9e722067 14523
4f1a3949 14524 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9e722067
LH
14525 (highlight-changes-mode): Don't change desktop-locals-to-save.
14526
fcfc4732
CY
145272006-02-09 Chong Yidong <cyd@stupidchicken.com>
14528
14529 * image-mode.el (image-toggle-display): Clear image cache if using
14530 filename.
14531
02501160 145322006-02-09 Masatake YAMATO <jet@gyve.org>
d9674f33 14533
d2ea84be
MY
14534 * dired-x.el (dired-guess-shell-alist-default): Add .man as
14535 a `dired-man' target.
1bf6d4b5
RF
14536
14537 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
d9674f33
MY
14538 boundary of symbols.
14539
bf54d814
SM
145402006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
14541
14542 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14543
ddd1e91e
JB
145442006-02-09 Juanma Barranquero <lekktu@gmail.com>
14545
14546 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14547 `mapcar'; return nil.
14548
745cfc57
CY
145492006-02-08 Chong Yidong <cyd@stupidchicken.com>
14550
14551 * mouse.el (mouse-drag-track): Don't change window if we rebind to
14552 some other event.
14553
db58efbf
EZ
145542006-02-08 Ryan Yeske <rcyeske@gmail.com>
14555
bf54d814
SM
14556 * net/rcirc.el (rcirc-startup-channels-alist):
14557 Add irc.freenode.net and #emacs as defaults.
db58efbf
EZ
14558 (rcirc-ignore-all-activity-flag): Remove variable.
14559 (rcirc-authinfo): New variable.
14560 (rcirc-authinfo-filename): Remove variable.
14561 (rcirc-always-use-server-buffer-flag): New flag.
14562 (rcirc): M-x rcirc will automatically connect without prompting.
14563 C-u M-x rcirc will prompt. Use rcirc-connect to create a
14564 connection in lisp.
14565 (rcirc-process-server-response-1): Remove everything but the nick
14566 portion of the sender so it doesn't need to be done everywhere
14567 else. Update related code.
14568 (global-map): Remove global keybindings.
14569 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14570 (rcirc-send-input): Split into several functions.
14571 (rcirc-process-input-line, rcirc-process-message)
14572 (rcirc-process-command): New functions.
14573 (rcirc-target-buffer): New function to determine where to route
14574 messages.
14575 (rcirc-user-nick): Save match data.
14576 (rcirc-toggle-ignore-buffer-activity)
bf54d814
SM
14577 (rcirc-update-activity-string): Remove global ignore functionality,
14578 which can be done now by toggling rcirc-track-minor-mode.
db58efbf
EZ
14579 (rcirc-track-minor-mode-map): New keymap.
14580 (rcirc-track-minor-mode): New minor-mode.
14581 (ignore): Make the ignore output nicer. Always print it when
14582 adding or removing nicks.
14583 (rcirc-url-regexp): Improve.
14584 (rcirc-mangle-text): Remove properties before using text in the
14585 modeline.
14586 (rcirc-authenticate): Authentication data comes from
14587 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14588 (rcirc-server-prefix): Inherit from rcirc-server.
14589
063cd226
EZ
145902006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
14591
14592 * Makefile.in (compile): Append "|| true" to the end of the `find'
14593 command, like compile-always does.
14594
df2a9b12
SS
145952006-02-08 Sam Steingold <sds@gnu.org>
14596
14597 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14598 output from a dead connection.
14599
6102da26
MD
146002006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14601
cb192119 14602 * dired.el (dired-mode-map): Add more bindings for tumme.
6102da26 14603
cb192119 146042006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
d4f2cc77
SM
14605
14606 * wdired.el (wdired-mode-map): Use remap.
14607 (wdired-get-filename): Massage.
14608 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14609 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14610 `keymap' property rather than `local-map'.
14611
87ec3117
MD
146122006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14613
bd91608b
KS
14614 * tumme.el (tumme-get-thumbnail-image): New utility function.
14615 Suggested by from Chong Yidong.
14616 (tumme-dired-with-window-configuration): Rename from
14617 `tumme-dired'. Add code to save window configuration.
87ec3117 14618 (tumme-restore-window-configuration): New command to restore the
bd91608b 14619 window configuration that `tumme-dired-with-window-configuration'
cb192119 14620 saves before it changes the window configuration.
bd91608b
KS
14621 (tumme-show-all-from-dir): New command to display thumbnails for
14622 all files in a directory entered by the user, like M-x thumbs.
14623 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14624 have been created.
14625 (tumme-display-thumbnail-original-image): Call `display-buffer'.
87ec3117 14626 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
bd91608b 14627 Remove obsolete test function.
87ec3117 14628
9146d683
JB
146292006-02-07 Juanma Barranquero <lekktu@gmail.com>
14630
464540ed
JB
14631 * vc.el (small-temporary-file-directory): Remove defvar; there's
14632 a defcustom for it in files.el.
14633
9146d683
JB
14634 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14635 Fix typo in message.
14636 (tumme-gallery-generate): Fix typo in `error' message.
14637 (tumme-display-window-height-correction)
14638 (tumme-display-window-width-correction, tumme-line-up-dynamic)
14639 (tumme-line-up-interactive): Dox fixes.
14640 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14641 (tumme-restore-window-configuration, tumme-format-properties-string)
14642 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14643 Fix typos in docstrings.
14644
e925d5ae 146452006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
1b505363
TTN
14646
14647 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14648
25ef2475
NR
146492006-02-07 Nick Roberts <nickrob@snap.net.nz>
14650
14651 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14652 User should use hook if desired.
14653
14654 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14655 buffer if necessary.
14656 (gdb-delete-frame-or-window): New function.
14657 (gdb-breakpoints-mode-map): Bind "q" to it.
14658
b06ee3d2
SM
146592006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14660
ea37fbb8
SM
14661 * textmodes/nroff-mode.el: Clean up name space.
14662 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14663 (nroff-mode): Obey the global setting of nroff-electric-mode.
14664 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14665
b06ee3d2
SM
14666 * calendar/calendar.el (calendar-increment-month): Typo in last change.
14667
cbbd2cd3
TTN
146682006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
14669
14670 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14671
146722006-02-06 Lars Hansen <larsh@soem.dk>
3e54ab6c
LH
14673
14674 * generic-x.el (etc-fstab-generic-mode): Add file system types
b06ee3d2 14675 cifs and usbdevfs. Allow special chars in file names.
3e54ab6c 14676
4c003d2f
JB
146772006-02-05 Jay Belanger <belanger@truman.edu>
14678
14679 Update copyright notices of the files in lisp/calc.
14680
1004fadc
RF
146812006-02-05 Romain Francoise <romain@orebokech.com>
14682
14683 Update copyright notices of all files in the lisp/play directory.
14684
632966a7
LT
146852006-02-04 Luc Teirlinck <teirllm@auburn.edu>
14686
bec51011
LT
14687 * ldefs-boot.el: Regenerate.
14688
14689 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
632966a7 14690
53391989
KS
146912006-02-05 Kim F. Storm <storm@cua.dk>
14692
14693 * files.el (magic-mode-regexp-match-limit): New defvar.
14694 (set-auto-mode): Use it to limit magic-mode-alist matching.
14695
c1a055ca
EZ
146962006-02-04 Eli Zaretskii <eliz@gnu.org>
14697
4a99f153
EZ
14698 * info.el (Info-index, Info-mode): Improve the description of the
14699 `i' command.
14700
c1a055ca
EZ
14701 * ldefs-boot.el: Regenerate.
14702
cb8ec72a
WL
147032006-02-03 Werner Lemberg <wl@gnu.org>
14704
14705 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14706 greedy to find the closing bracket in \*[...] and similar
14707 expressions. This is a first rough fix -- many additional
b06ee3d2 14708 refinements are necessary to make nroff mode really usable with groff.
cb8ec72a 14709
6bba8c70
KH
147102006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
14711
b06ee3d2
SM
14712 * international/mule-cmds.el (set-locale-environment):
14713 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6bba8c70
KH
14714 libX11.
14715
24d5d3e2
EZ
147162006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
14717
14718 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14719 archive are created in archive-tmpdir.
14720
070b3f44
JPW
147212006-02-02 John Paul Wallington <jpw@pobox.com>
14722
14723 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14724 (ibuffer-fontification-alist): Use it.
14725 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14726 to "* z" and the Ibuffer Mark menu.
14727
14728 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14729
7b8e06aa
SM
147302006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14731
14732 * textmodes/table.el (*table--cell-describe-mode)
14733 (*table--cell-describe-bindings): Undo last change since
14734 print-help-return-message is not obsoleted by anything at all.
14735
f079f5bc
LT
147362006-02-02 Luc Teirlinck <teirllm@auburn.edu>
14737
14738 * emulation/cua-base.el (cua-mode): Doc fix.
14739
8b730780
JB
147402006-02-02 Juanma Barranquero <lekktu@gmail.com>
14741
0ddb3356
JB
14742 * dframe.el (dframe-handle-make-frame-visible)
14743 (dframe-handle-iconify-frame, dframe-get-focus)
14744 (dframe-select-attached-frame, dframe-power-click)
14745 (dframe-frame-mode): Fix typos in docstrings.
14746
14747 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14748 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14749 Fix typos in docstrings.
14750
8b730780
JB
14751 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14752 (hi-lock-face-buffer, hi-lock-font-lock-hook)
14753 (hi-lock-archaic-interface-message-used)
14754 (hi-lock-file-patterns-range): Fix typos in docstrings.
14755
0ddb3356 14756 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7b8e06aa 14757 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
0ddb3356
JB
14758
14759 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14760 Fix typo in docstring.
14761
475ffea4
JB
14762 * net/newsticker.el (newsticker--decode-iso8601-date)
14763 (newsticker--set-customvar, newsticker--buffer-insert-item)
14764 (newsticker--do-run-auto-mark-filter)
14765 (newsticker--parse-generic-feed): Doc fixes.
14766 (newsticker--retrieval-timer-list, newsticker-url-list)
14767 (newsticker-hide-immortal-items-in-echo-area)
14768 (newsticker-hide-obsolete-items-in-echo-area)
14769 (newsticker-new-item-face, newsticker--enclosure)
14770 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
14771 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
14772 (newsticker--parse-generic-feed, newsticker--cache-contains)
14773 (newsticker--stat-num-items, newsticker-download-enclosures):
14774 Fix typos in docstrings.
14775
14776 * net/rcirc.el (rcirc-debug): Doc fix.
0ddb3356
JB
14777 (rcirc-fill-column, rcirc-receive-message-hooks)
14778 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
14779 (rcirc-mode, rcirc-generate-new-buffer-name)
14780 (rcirc-startup-channels, rcirc-ignore-update-automatic)
14781 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
14782 Fix typos in docstrings.
14783 (rcirc-print): "?\ " -> "?\s".
f161b079 14784 (rcirc-cmd-join): Improve argument/docstring consistency.
0ddb3356 14785
e36cfca2
MH
147862006-02-01 Mark A. Hershberger <mah@everybody.org>
14787
14788 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
14789 before narrow-to-region.
14790
39eadb4a
RS
147912006-02-01 Richard M. Stallman <rms@gnu.org>
14792
14793 * simple.el (move-beginning-of-line): Scan properly for invis change.
14794
14795 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
14796
ca637b2a
MA
147972006-02-01 Michael Albinus <michael.albinus@gmx.de>
14798
14799 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
14800 change bit only when id-format is 'integer. Reported by Matt
14801 Hodges <M.P.Hodges@rl.ac.uk>.
14802
ea56cdf1
JB
148032006-02-01 Juanma Barranquero <lekktu@gmail.com>
14804
14805 * hilit-chg.el (highlight-changes-initial-state)
14806 (highlight-changes-global-initial-state): Doc fixes.
14807 (highlight-changes-global-modes, global-highlight-changes):
14808 Fix typos in docstrings.
14809
bb92c642
KS
148102006-02-01 Kim F. Storm <storm@cua.dk>
14811
14812 * emulation/cua-base.el (cua-mode): Mention that CUA enables
14813 transient-mark-mode in doc string.
14814
b2acecc1
RS
148152006-01-31 Richard M. Stallman <rms@gnu.org>
14816
14817 * replace.el (multi-occur): Doc fix.
7b8e06aa 14818 (multi-occur-in-matching-buffers): Rename from
b2acecc1
RS
14819 multi-occur-by-filename-regexp. Prefix arg says match
14820 buffer names instead of file names.
14821
4d84a8d0
JB
148222006-01-31 Juanma Barranquero <lekktu@gmail.com>
14823
14824 * bs.el: Allow non-default values of `bs-header-lines-length'.
14825 (bs--running-in-xemacs): Remove (not needed anymore).
14826 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
14827 instead of `shrink-window', thus avoiding having to compute the
14828 height of the window.
14829 (bs--up): Wrap around even when there's no header.
14830 (bs--down): Use `forward-line' instead of `next-line'.
14831
2bd53dc0
CY
148322006-01-30 Chong Yidong <cyd@stupidchicken.com>
14833
14834 * image-mode.el (image-toggle-display): Use file name if possible,
14835 instead of unnecessarily allocating a (possibly huge) lisp string.
14836
c45c309f
JPW
148372006-01-30 John Paul Wallington <jpw@pobox.com>
14838
14839 * subr.el (toplevel): Define `cl-assertion-failed' condition here
14840 because the `assert' macro signals it at runtime.
14841
14842 * emacs-lisp/cl.el (toplevel): Remove definition of
14843 `cl-assertion-failed' condition.
14844
75e49434
NR
148452006-01-30 Nick Roberts <nickrob@snap.net.nz>
14846
14847 * thumbs.el (thumbs-marked-list): Make buffer-local and
14848 permanent-local.
14849 (thumbs-insert-thumb): Make help-echo non-sticky.
14850 (thumbs-file-alist): Use eolp as check for (non)-image.
14851
520c451b
JB
148522006-01-30 Juanma Barranquero <lekktu@gmail.com>
14853
a3bc032f
JB
14854 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14855 (ediff-before-session-group-setup-hooks)
14856 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14857 Fix typos in docstrings.
14858
9872af18
JB
14859 * window.el (bw-dir, bw-eqdir, balance-windows)
14860 (split-window-keep-point): Fix typos in docstrings.
14861
b0a10108
JB
14862 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14863 (org-quote-string, org-calendar-to-agenda-key)
14864 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14865 (org-show-following-heading, org-tags-column)
14866 (org-use-tag-inheritance, org, org-allow-space-in-links)
14867 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14868 (org-enable-table-editor, org-calc-default-modes)
14869 (org-table-allow-automatic-line-recalculation)
14870 (org-export-html-style, org-export-with-fixed-width)
14871 (org-export-with-sub-superscripts, org-special-keyword)
14872 (org-formula, org-time-grid, org-table-may-need-update)
14873 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
14874 (org-goto-quit, org-get-indentation, org-end-of-item)
14875 (org-move-item-down, org-move-item-up)
14876 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
14877 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
14878 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
14879 (org-agenda-log-mode, org-agenda-toggle-diary)
14880 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
14881 (org-agenda-file-to-end, org-agenda-no-heading-message)
14882 (org-agenda-get-closed, org-format-agenda-item)
14883 (org-cmp-priority, org-cmp-category, org-cmp-time)
14884 (org-agenda-change-all-lines, org-agenda-diary-entry)
14885 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
14886 (org-link-search, org-camel-to-words, org-open-file)
14887 (org-remember-handler, org-table-convert-region)
14888 (org-table-move-row-down, org-table-move-row-up)
14889 (org-table-copy-region, org-table-wrap-region)
14890 (org-table-toggle-vline-visibility)
14891 (org-table-get-vertical-vector, org-table-modify-formulas)
14892 (org-table-get-specials, org-recalc-commands)
14893 (org-table-rotate-recalc-marks, org-table-eval-formula)
14894 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
14895 (org-level-color-stars-only, org-insert-heading):
14896 Fix typos in docstrings.
14897 (last-arg): Add defvar.
14898
520c451b
JB
14899 * makefile.w32-in (WINS): Add erc.
14900 (MH_E_SRC): Update (copied from lisp/Makefile.in).
14901
68b88a6d
BW
149022006-01-29 Bill Wohler <wohler@newt.com>
14903
14904 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
14905 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
520c451b 14906 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
68b88a6d
BW
14907 (mh-autoloads): Don't use comments on otherwise empty lines.
14908
98c414c7
MB
149092006-01-29 Edward O'Connor <ted@oconnor.cx>
14910
1a408ced
JB
14911 * emulation/viper.el (viper-major-mode-modifier-list):
14912 Add insert-state and vi-state entries for erc-mode.
98c414c7
MB
14913 (viper-go-away, viper-set-hooks): Add and remove
14914 viper-comint-mode-hook from erc-mode-hook as appropriate.
14915
14916 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
14917
635ed242
JB
149182006-01-29 Juanma Barranquero <lekktu@gmail.com>
14919
14920 * bs.el (bs--format-aux): Implement `middle' alignment as
14921 described in the docstring for `bs-attributes-list'.
14922 (bs--get-name): Simplify. Don't pad the buffer name.
14923
dc86c16d
EZ
149242006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
14925
14926 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
14927 English aspell dictionary is installed, use the first entry of
14928 ispell-dictionary-alist-1.
14929
86b8a072 149302006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
f9fe3e26
EZ
14931
14932 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14933 Doc fix.
14934
209bb3be
MA
149352006-01-27 Michael Albinus <michael.albinus@gmx.de>
14936
14937 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14938 for `process-file', in order to let it work for older Emacsen too.
14939
c80977a1
EZ
149402006-01-27 Eli Zaretskii <eliz@gnu.org>
14941
14942 * international/latexenc.el: Add a suitable `coding:' tag.
a849f77d 14943 (latexenc-find-file-coding-system): Undo last change.
c80977a1 14944
348f73b0 149452006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
c80977a1
EZ
14946
14947 * international/latexenc.el (latexenc-find-file-coding-system):
14948 Make sure latexenc-main-file is a regular file and is readable.
14949
c5b46a65
AS
149502006-01-27 Andre Spiegel <spiegel@gnu.org>
14951
14952 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
14953 Pass FILE to vc-user-login-name.
14954
14955 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
14956
6045b8ef
NR
149572006-01-27 Nick Roberts <nickrob@snap.net.nz>
14958
14959 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
14960 there are no more images to display.
14961 (thumbs-mark, thumbs-unmark): Revert change so that they move to
14962 the next image.
14963
57436ee7
RS
149642006-01-26 Richard M. Stallman <rms@gnu.org>
14965
14966 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
14967
14968 * wid-edit.el (advertised-widget-backward): New alias.
14969 (widget-keymap): Use advertised-widget-backward for S-TAB.
14970
14971 * tumme.el: Correct the keywords.
635ed242 14972 (tumme-dir-max-size): Use defvar.
57436ee7
RS
14973 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
14974
14975 * simple.el (move-beginning-of-line): Take account of fields.
14976 (clone-indirect-buffer-other-window): Take args like
14977 clone-indirect-buffer, and work like it.
14978
14979 * help-fns.el (describe-function): Don't pass `nil' as default.
14980
14981 * files.el (risky-local-variable-p): Follow var aliases.
14982
14983 * subr.el (lazy-completion-table): Doc fix.
14984
14985 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
14986 global binding of `line'.
14987
817f348a
AS
149882006-01-25 Andre Spiegel <spiegel@gnu.org>
14989
14990 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
14991 Tramp.
14992
14993 * vc.el (vc-default-dired-state-info): Pass FILE to
14994 vc-user-login-name.
14995 (vc-default-update-changelog): Don't use vc-user-login-name, we
14996 don't need it here.
14997
55b76f19 14998 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
817f348a 14999 no longer necessary.
209bb3be 15000
d1efee22
KH
150012006-01-25 Kenichi Handa <handa@m17n.org>
15002
15003 * international/mule.el (decode-char): Avoid the overhead of
15004 calling utf-lookup-subst-table-for-decode if
15005 utf-translate-cjk-mode is nil.
15006 (encode-char): Avoid the overhead of calling
15007 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15008 nil.
15009
150102006-01-22 Kenichi Handa <handa@m17n.org>
15011
15012 * international/mule.el (make-subsidiary-coding-system): Reset
15013 `coding-system-define-form' property of subsidiaries to nil.
15014 Avoid duplicated entry in coding-system-alist.
15015 (make-coding-system): Avoid duplicated entry in
15016 coding-system-alist.
15017 (define-coding-system-alias): Likewise.
15018
54c30f8d
LT
150192006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15020
15021 * completion.el: Minor fixes in introductory comment.
15022 (completion-def-wrapper): Fix alist.
15023
3beca8d5
NR
150242006-01-25 Nick Roberts <nickrob@snap.net.nz>
15025
15026 * thumbs.el (thumbs-new-image-size): New function.
15027 (thumbs-increment-image-size-element)
15028 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15029 (thumbs-decrement-image-size): Delete.
15030 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15031 temp files and use to resize.
15032 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15033 Use increment argument to enlarge/shrink. Preserve point.
15034 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15035 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15036 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15037 (thumbs-mark, thumbs-unmark): Preserve point.
15038 (thumbs-modify-image): Keep old temp files and use to modify.
15039 Cleanup old temp files at load time. Preserve point.
15040 (thumbs-view-image-mode-map): Use new command names.
15041
5d1c8151
SM
150422006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15043
243afed7
SM
15044 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15045
b8823bf4
SM
15046 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15047 the nastiest part of the cyclic dependency.
243afed7 15048 (cal-menu-update): Use dotimes and calendar-increment-month.
b8823bf4 15049
5d1c8151
SM
15050 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15051 (calendar-week-start-day): Add an :initializer.
15052 (calendar-mode-map): Use suppress-keymap, and command remapping.
15053 (describe-calendar-mode): Setup xref-stack info for the back button.
15054 (calendar-star-date): Insert before delete.
15055 (calendar-set-mode-line): Add file-modified info if applicable.
15056 (calendar-increment-month): New function.
15057
317921ec
TTN
150582006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15059
15060 * font-lock.el (lisp-font-lock-keywords-2):
15061 Recognize "& keywords" only at word boundaries.
15062
3d9d607a
NR
150632006-01-24 Nick Roberts <nickrob@snap.net.nz>
15064
15065 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15066 and permanent-local.
635ed242
JB
15067 (thumbs-max-image-number): New variable.
15068 (thumbs-do-thumbs-insertion): Use them.
3d9d607a
NR
15069 (thumbs-per-line): Change default to 4.
15070 (thumbs-marked-list): Rename from thumbs-markedL.
15071 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15072 (thumbs-rename-images): Use -list instead of L for internal variables.
15073 (thumbs-call-convert): Use call-process instead of shell-command.
15074 (thumbs-insert-thumb): Add filename as help-echo to each image.
15075 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15076 Give dir to thumbs-show-thumbs-list.
15077 (thumbs-show-thumbs-list): Set default-directory to that of images.
15078 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15079 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15080 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15081 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15082
1e3b6bec
SM
150832006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15084
15085 * ses.el (ses-read-cell): Provide a default value.
15086
9dd28cae
JB
150872006-01-23 Juanma Barranquero <lekktu@gmail.com>
15088
15089 * term/w32-win.el (image-library-alist): Add additional names for
15090 GIF library.
15091
348f73b0 150922006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
e450a16a
RS
15093
15094 * international/latexenc.el (latexenc-find-file-coding-system):
15095 Add file-regular-p check.
15096
0a487199
SM
150972006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15098
af71d4c0
JB
15099 * simple.el (clone-buffer): Don't show the new buffer in the same
15100 window.
0a487199 15101
f9cd9582
JL
151022006-01-23 Juri Linkov <juri@jurta.org>
15103
15104 * faces.el (link, link-visited): New faces based on default values
15105 of `info-xref' and `info-xref-visited'.
15106
15107 * info.el (info-xref): Inherit from `link'.
15108 (info-xref-visited): Inherit from `link-visited'.
15109
15110 * cus-edit.el (custom-buffer-create-internal): Use widget type
15111 `custom-manual' instead of `info-link' and don't set properties
15112 `button-face' and `mouse-face' explicitly.
15113 (custom-browse-group-tag, custom-browse-variable-tag)
15114 (custom-browse-face-tag): Inherit from widget class
15115 `custom-group-link' instead of `push-button'.
15116 (custom-button-unraised): Inherit from `underline' face.
15117 (custom-link): Inherit from `link' face. Fix doc and group.
15118 (custom-add-parent-links, custom-group-value-create): Don't set
15119 properties `button-face' and `mouse-face' explicitly for
15120 `custom-group-link' widget.
15121 (custom-group-link): Add properties `button-face' and `mouse-face'
15122 to widget definition.
15123 (custom-field-keymap): New variable. Put `custom-field-keymap' to
15124 editable-field's :keymap property.
15125 (custom-mode): Fix docstring: substitute keybindings for
15126 `widget-forward' and `widget-backward' from `widget-keymap',
15127 `widget-complete' from `custom-field-keymap', replace old
15128 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
15129
15130 * desktop.el (desktop-load-file): Check for `fboundp' before
15131 calling `symbol-function'.
15132
15133 * simple.el (clone-buffer, clone-indirect-buffer)
15134 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15135 `read-string'. Fix prompts.
15136
15137 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15138
f1e73d84
NR
151392006-01-23 Nick Roberts <nickrob@snap.net.nz>
15140
15141 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15142
0aa08453
LT
151432006-01-22 Luc Teirlinck <teirllm@auburn.edu>
15144
15145 * startup.el (inhibit-splash-screen, initial-scratch-message):
15146 Doc fixes.
15147
a69c01a0
MA
151482006-01-22 Michael Albinus <michael.albinus@gmx.de>
15149
15150 Sync with Tramp 2.0.52.
15151
15152 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
a30cc07b 15153 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
a69c01a0
MA
15154 `tramp-unload-tramp' for checklist.
15155
15156 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15157 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
15158 (tramp-unload-file-name-handler-alist)
15159 (tramp-unload-tramp): New defuns.
15160 (tramp-advice-PC-expand-many-files): New defadvice.
1a408ced 15161 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
a69c01a0
MA
15162 removed.
15163 (tramp-handle-expand-file-name): Remove double slash.
15164 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15165 It doesn't matter, because it will be converted later on.
15166 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
15167 implementation was just heuristic.
15168 (tramp-post-connection): Set uid and gid properties.
15169 (tramp-convert-file-attributes): Set file's gid change bit.
15170 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15171 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15172 in case of su(do)? methods. The home directory of the local user
15173 will be taken else.
15174 (tramp-open-connection-telnet)
15175 (tramp-open-connection-rsh, tramp-open-connection-su)
15176 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
15177 local shell prompt could hurt. Reported by Romain Francoise
15178 <romain@orebokech.com>.
15179 (tramp-let-maybe): Add `edebug-form-spec' property.
15180 (tramp-handle-expand-file-name): Bind `default-directory' locally
15181 to "/" in order to avoid problems with UNC shares or Cygwin
15182 mounts.
15183 (tramp-md5-function): Fix typo in error message.
15184
15185 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15186
15187 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15188 for byte-compiler pacification.
15189
6e36b4ff
AS
151902006-01-22 Andre Spiegel <spiegel@gnu.org>
15191
15192 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15193 ID-FORMAT `string'. This allows us to get rid of
15194 `vc-user-login-name UID'.
15195
15196 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15197
a4c6ebf9
JPW
151982006-01-22 John Paul Wallington <jpw@pobox.com>
15199
15200 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15201
3bdedbcb
EZ
152022006-01-21 Martin Rudalics <rudalics@gmx.at>
15203
15204 * emacs-lisp/find-func.el (find-definition-noselect)
15205 (find-variable-noselect): Search variables in C source code too.
15206 (find-function-C-source, find-function-noselect, find-function)
15207 (find-function-other-frame, find-variable-noselect, find-variable)
15208 (find-variable-other-frame, find-variable-at-point):
15209 Fix docstrings.
15210
4fc9bd56 152112006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
44eca3f4
EZ
15212
15213 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15214
f60117ac
EZ
152152006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
15216
15217 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15218 Default to disabling the "Save affix" question.
15219
942d56b8
EZ
152202006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
15221
15222 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15223 the first arg to run-python.
15224
6ff901c7
EZ
152252006-01-21 Eli Zaretskii <eliz@gnu.org>
15226
15227 * startup.el (command-line-1): Handle --no-desktop if desktop.el
15228 is not loaded.
15229
a6c72dc3
JB
152302006-01-20 Jay Belanger <belanger@truman.edu>
15231
15232 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15233 limit is 0.
15234
6a056c5d
JB
15235 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15236 the correct variable.
15237
d86e2d95
CD
152382006-01-20 Carsten Dominik <dominik@science.uva.nl>
15239
af71d4c0 15240 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
d86e2d95
CD
15241 link. Fixed buggy argument sequence in call to `org-view-tags'.
15242 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15243 (org-prefix-has-tag): New variable.
15244 (org-format-agenda-item): Remove tags from headline if
15245 appropriate.
15246 (org-agenda-remove-tags-when-in-prefix): New option.
15247 (org-get-tags-at): New function.
15248
11f78f04
NR
152492006-01-20 Nick Roberts <nickrob@snap.net.nz>
15250
15251 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
15252 (thumbs-find-image): Move image name and number from buffer name
af71d4c0 15253 to mode name. Set thumbs-buffer. Preserve point so that large
11f78f04
NR
15254 images remain visible.
15255 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15256 order.
15257 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
15258 mode name.
15259 (thumbs-next-image, thumbs-previous-image): Make them work.
15260
dc38351b
LT
152612006-01-19 Luc Teirlinck <teirllm@auburn.edu>
15262
4151840f
LT
15263 * cus-edit.el (custom-buffer-create-internal): State in the text above
15264 the whole buffer buttons that they do not operate on hidden items.
15265 (custom-face-menu): Use `custom-face-save' instead of
15266 `custom-face-save-command'.
15267 (custom-face-save-command): Make it an alias for `custom-face-save'
15268 and declare it obsolete.
15269 (custom-face-save): Doc fix.
15270
dc38351b
LT
15271 * dired.el (dired-no-confirm): Add quote.
15272 (dired-subdir-alist-pre-R): Add quote in
15273 `make-variable-buffer-local' form and remove unbalanced parenthesis.
15274
d2eed686
SM
152752006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
15276
15277 * textmodes/table.el (table-mode-indicator): Typo in last change.
15278
c94c4d0a
RS
152792006-01-19 Richard M. Stallman <rms@gnu.org>
15280
15281 * outline.el (hide-leaves): Don't call outline-end-of-heading.
15282 Fixes bug reported in Nov 2005.
15283
15284 * isearch.el (isearch-forward): Doc fix.
15285
15286 * dired.el (dired-move-to-filename-regexp): Define as alias.
15287 (dired-no-confirm): Use defcustom.
15288 (dired-subdir-alist-pre-R): Put defvar at top level.
15289
15290 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15291
15292 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15293 Mark as risky.
15294
15295 * simple.el (set-mark-command): Doc fix.
15296 (clone-indirect-buffer-other-window):
15297 Read arg like clone-indirect-buffer.
15298 (move-beginning-of-line): Skip invisible newlines.
15299
9a8ee448
MY
153002006-01-19 Masatake YAMATO <jet@gyve.org>
15301
d2eed686 15302 * progmodes/cpp.el (cpp-edit-load): Make the order of
9a8ee448
MY
15303 listed conditions in a base C code buffer and its associate
15304 CPP Edit buffer the same.
d2eed686 15305
194939e3
KH
153062006-01-19 Kenichi Handa <handa@m17n.org>
15307
d9bf0f5a
KH
15308 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15309 (rmail-mime-feature): Likewise.
15310 (rmail-require-mime-maybe): Use display-warning to show a warning
15311 message.
15312
d2eed686 15313 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
194939e3
KH
15314 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15315
d2eed686
SM
153162006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * array.el: Move defvars out of eval-when-compile.
15319 (array-make-template): Replace undeclared global var with a local one.
15320 (array-mode): Inline initialization functions.
15321 (array-init-local-variables, array-init-max-row)
15322 (array-init-max-column, array-init-columns-per-line)
15323 (array-init-field-width, array-init-rows-numbered)
15324 (array-init-line-length, array-init-lines-per-row): Remove.
15325
15326 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
15327 (doc-mode-map): Define explicitly.
15328 (doctor-txtype): Use mapc.
15329
15330 * textmodes/table.el: Move defvars out of eval-when-compile.
15331 Remove harmful code meant to avoid byte-compiler warnings.
15332 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
15333 specification that checks table-fixed-width-mode directly.
15334 (table-recognize-region, table-recognize-cell):
15335 Use restore-buffer-modified-p.
15336 (table-fixed-width-mode): Remove code that refreshes
15337 table-fixed-mode-indicator.
15338 (*table--cell-describe-bindings, *table--cell-describe-mode):
15339 Avoid obsolete name print-help-return-message.
15340 (table--test-cell-list): Don't use replace-regexp from elisp.
15341 (table--point-entered-cell-function, table--point-left-cell-function):
15342 Don't set table-fixed-mode-indicator, use force-mode-line-update.
15343
15344 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
15345 that was after the end of file. Use buffer-file-name variable.
15346 (org-timestamp-change): Use with-current-buffer.
15347 (org-todo-list): Don't unnecessarily define a new buffer-local var.
15348 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15349 `file'.
15350
15351 * progmodes/fortran.el: Move defvars out of eval-when-compile.
15352 (fortran-break-line): Remove unused var `opoint'.
15353 (fortran-abbrev-start): Obey help-event-list.
15354
b0aea09e
JH
153552006-01-18 Jesper Harder <harder@phys.au.dk>
15356
15357 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15358
3968c89f
MY
153592006-01-18 Masatake YAMATO <jet@gyve.org>
15360
15361 * progmodes/make-mode.el (makefile-imake-mode): New mode
dc38351b 15362 derived from makefile-mode.
3968c89f
MY
15363 (makefile-imake-mode-syntax-table): New syntax table
15364 derived from makefile-mode-syntax-table.
d2eed686 15365 (makefile-mode): Write about makefile-imake-mode in doc string.
3968c89f
MY
15366 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15367 (makefile-imake-font-lock-keywords): New font lock keywords.
15368
d2eed686 15369 * files.el (auto-mode-alist): Add Imakefile.
3968c89f 15370
11b07c37 153712006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8e2e2956
SM
15372
15373 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15374 loading the file rather than when turning on flyspell-mode.
15375
2e040f4e
LT
153762006-01-16 Luc Teirlinck <teirllm@auburn.edu>
15377
15378 * cus-edit.el (customize-rogue): Minor doc fix.
15379
83033a3a
JL
153802006-01-17 Juri Linkov <juri@jurta.org>
15381
84bf6ad8
JL
15382 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15383 instead of the file at the mark as default if the file at the mark
15384 is the same as the file at point or if dired-dwim-target-directory
15385 is not the same as the current directory and the mark is not active.
15386
202e166d
JL
15387 * log-view.el (log-view-minor-wrap): Use the same logic to get
15388 revisions as `log-view-diff'.
15389
d247d0fe
JL
15390 * info.el (Info-revert-find-node): Check for Info-current-file
15391 before preserving new-history.
15392
202e166d
JL
15393 * man.el (Man-heading-regexp): Add `/'.
15394
15395 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15396 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15397
153982006-01-16 Juri Linkov <juri@jurta.org>
15399
83033a3a
JL
15400 * faces.el (mode-line-faces): New defgroup.
15401 (mode-line-highlight): Move definition after new defgroup.
15402 (mode-line, mode-line-inactive, mode-line-highlight):
15403 Replace :group `modeline' with `mode-line-faces'.
15404 (mode-line-buffer-id): New face.
15405 (modeline-buffer-id): New face alias.
15406 (vertical-border): Remove :group `modeline'.
15407
15408 * bindings.el (propertized-buffer-identification): Use face
15409 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15410 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15411 (mode-line-buffer-identification-keymap): For mouse-1 replace
15412 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15413 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15414 mouse-3.
15415
d247d0fe
JL
15416 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15417 Buffer-menu-buffer. Doc fix.
15418 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6bca59a3
JL
15419 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15420 `Buffer-menu-buffer'.
d247d0fe 15421
83033a3a
JL
15422 * info.el (Info-mode-line-node-keymap): New defvar.
15423 (Info-set-mode-line): Use `stringp' to check Info-current-file.
15424 Propertize Info-current-node with `mode-line-buffer-id' and
15425 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15426
15427 * time.el (display-time-mail-face): Replace :group `faces' with
15428 `mode-line-faces'.
15429
0814ca04
KH
154302006-01-16 Kenichi Handa <handa@m17n.org>
15431
8e2e2956 15432 * international/code-pages.el: Add autoload cookies for cp125[0345678].
0814ca04
KH
15433
15434 * language/european.el (cp1252): New alias for windows-1252.
15435
15436 * international/mule.el (autoload-coding-system): Prepare for EOL
15437 variants.
15438
14397ea7
DN
154392006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
15440
15441 * term.el (term-raw-map): Add mapping for insert.
15442 (term-send-insert): New.
15443 (term-mode): Make variables local here instead of doing it in
15444 `term-emulate-terminal'.
15445 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
af71d4c0
JB
15446 Scroll reverse needs to take into account the scroll region.
15447 Saving and restoring the cursor should save the color attributes too.
14397ea7
DN
15448 (term-reset-terminal): Reset the scroll region.
15449 (term-handle-ansi-escape): Cursor up and down should take into
15450 account the scroll region.
8e2e2956
SM
15451 (term-set-scroll-region): Rename from `term-scroll-region'.
15452 Move to 0,0 after setting the region.
14397ea7
DN
15453 (term-handle-scroll): Handle scroll up.
15454 (term-down): Fix off by one error.
15455 (term-delete-lines): Do not delete outside the scroll region.
15456 (term-insert-lines): Take into account the scroll region.
15457
2834b9b3
SM
154582006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
15459
d83d8efe
SM
15460 * textmodes/ispell.el (ispell-internal-change-dictionary)
15461 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15462 (start, end): Move declaration outside of eval-when-compile.
15463
ef0f5f7e
SM
15464 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15465 (flyspell-mode-on): Use it.
15466
2834b9b3
SM
15467 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15468 ispell-kill-ispell-hook.
15469
b41e2e73
LT
154702006-01-14 Luc Teirlinck <teirllm@auburn.edu>
15471
15472 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15473 (Custom-reset-saved): Do not ask for confirmation in single option
15474 buffers.
15475
c94c4d0a
RS
154762006-01-13 Richard M. Stallman <rms@gnu.org>
15477
15478 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15479
97f4e87c
RF
154802006-01-13 Romain Francoise <romain@orebokech.com>
15481
15482 * add-log.el (add-change-log-entry, change-log-merge):
15483 Conditionally use `hard-newline'.
15484
5fed8c15 154852006-01-13 Martin Rudalics <rudalics@gmx.at>
83dc149d 15486
e47f89f0
EZ
15487 * wid-edit.el (widget-field-end): If the overlay is no longer
15488 associated with a buffer, behave as if the overlay didn't exist.
15489
2834b9b3
SM
15490 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15491 Make sure the links use the `custom-link' face.
83dc149d 15492
4c344753
SM
154932006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15494
15495 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15496 (ld-script-mode): Don't set indent-line-function since we don't
15497 have one.
15498
203ac7f3
CD
154992006-01-13 Carsten Dominik <dominik@science.uva.nl>
15500
2e040f4e 15501 * textmodes/org.el (org-open-file): Use mailcap for selecting an
203ac7f3
CD
15502 application.
15503 (org-file-apps-defaults-gnu): Use mailcap as the default for
15504 selecting an application on a UNIX system.
15505 (org-agenda-show-tags): New command.
4c344753 15506 (org-table-insert-hline): Keep cursor in current table line.
203ac7f3
CD
15507 (org-table-convert): Offset effect of modifying
15508 `org-table-insert-hline'.
15509 (org-format-agenda-item): New optional argument TAG.
15510 (org-compile-prefix-format): Handle %T format for the tag.
15511 (org-expand-wide-chars): New function.
4c344753
SM
15512 (org-table-insert-row, org-table-insert-hline):
15513 Use `org-expand-wide-chars'.
15514 (org-open-file): Fix bug in program launch.
15515 (org-get-time-of-day): Fix bug with times before 1am.
af71d4c0 15516 (org-agenda-menu): Add tags commands.
203ac7f3 15517
fc8a237d
EZ
155182006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
15519
15520 * textmodes/ispell.el (ispell-init-process): Include the used
15521 dictionary in ispell process start message.
15522 (ispell-internal-change-dictionary): When flyspell-mode is active
15523 and dictionary is changed, make sure ispell process is restarted
15524 and flyspell word cache cleared out for the current buffer.
15525 (ispell-change-dictionary): Make sure flyspell word cache is
15526 cleared out in all buffers with active flyspell mode when
4c344753
SM
15527 dictionary is globally changed.
15528 Call ispell-internal-change-dictionary after dictionary change.
fc8a237d 15529
53fad1e4
EZ
155302006-01-13 Eli Zaretskii <eliz@gnu.org>
15531
defe3b41
EZ
15532 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15533
53fad1e4
EZ
15534 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15535 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15536 years. Fix small differences wrt Makefile.in.
15537 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15538 Makefile.in does.
15539
d5ffcd96
BW
155402006-01-12 Bill Wohler <wohler@newt.com>
15541
15542 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15543 mh-search.el.
15544
bf56fd4d 155452006-01-12 Masatake YAMATO <jet@gyve.org>
5f3996dc
MY
15546
15547 * progmodes/ld-script.el: Update copyright year.
15548
4c92479f
CY
155492006-01-12 Chong Yidong <cyd@stupidchicken.com>
15550
15551 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15552 Don't add widget if setting undefined.
15553
e75b11f8
JPW
155542006-01-12 John Paul Wallington <jpw@pobox.com>
15555
15556 * help-fns.el (describe-variable): Remove newlines from void
15557 variable output.
15558
d33a7384
NR
155592006-01-13 Nick Roberts <nickrob@snap.net.nz>
15560
15561 * wdired.el (wdired-mode-map): Add help echo for
15562 wdired-abort-changes.
15563
15564 * man.el (Man-file-name-regexp): Adjust for a list of files.
15565
4ec7bdfd
MY
155662006-01-12 Masatake YAMATO <jet@gyve.org>
15567
15568 * progmodes/ld-script.el (auto-mode-alist): Support
15569 suffix conventions used in netbsd and eCos.
15570
52bcabfe
LT
155712006-01-11 Luc Teirlinck <teirllm@auburn.edu>
15572
15573 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15574 (custom-variable-menu, custom-face-menu, custom-group-menu)
15575 (Custom-mode-menu): Change names of menu items. (As discussed on
15576 emacs-devel.)
15577 (custom-face-menu): Add "Undo Edits" item.
15578
15579 * startup.el (init-file-user): defcustom -> defvar.
15580
15581 * tooltip.el (tooltip-mode): Doc fix.
15582
23e0c1a3
SM
155832006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15584
15585 * reveal.el (reveal-post-command): window-buffer signals an error on
15586 dead windows rather than returning nil.
15587 (reveal-open-new-overlays): An overlay might die while we open others.
15588
9c2cf222
BW
155892006-01-11 Bill Wohler <wohler@newt.com>
15590
6cc803de
BW
15591 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15592 phrasing in docstring.
15593
9c2cf222 15594 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
23e0c1a3 15595 can give some systems gas. Add new file mh-buffers.el.
9c2cf222 15596
4076cbf6
MY
155972006-01-06 Masatake YAMATO <jet@gyve.org>
15598
15599 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15600 C preprocessor forward ported from GNU Emacs 21.2.
15601
23e0c1a3
SM
15602 * progmodes/asm-mode.el (asm-font-lock-keywords):
15603 Use `cpp-font-lock-keywords'.
4076cbf6
MY
15604
15605 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15606
15607 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
23e0c1a3 15608 of $ for "\\.ld[s]?".
4076cbf6 15609
587d108e
SM
156102006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
15611
05794f14
SM
15612 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15613 (tcl-indent-line): Return `noindent' if inside a string.
15614
587d108e
SM
15615 * progmodes/flymake.el (flymake-split-string): Remove more than one
15616 empty string at beg/end of the result.
15617 (flymake-find-buildfile, flymake-find-possible-master-files):
15618 Use expand-file-name.
15619 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15620 since expand-file-name does it for us. Use directory-file-name.
15621 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15622 (flymake-ler-get-type, flymake-ler-get-text)
15623 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
15624 (flymake-current-line-no): Remove spurious interactive spec.
15625 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15626 (flymake-check-include): Remove arg inc-path merged into inc-name.
15627 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15628 Arg regexp-list replaced by a simple regexp.
15629 (flymake-master-make-header-init, flymake-master-tex-init):
15630 Correspondingly replace regexp-list with a regexp. Fix regexp.
15631
0c91399a
SJ
156322006-01-10 Simon Josefsson <jas@extundo.com>
15633
15634 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15635 describing AUTH PLAIN fix.
15636
9888f112
TTN
156372006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15638
15639 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15640 (report-emacs-bug): Don't record initial prompt text.
15641 Instead, add text properties to prompting text.
15642 (report-emacs-bug-hook): Delete prompting text.
15643
5f73367d
SM
156442006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15645
15646 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15647 `dirs'. Adjust callers.
15648
ee5137b3
JPW
156492006-01-09 John Paul Wallington <jpw@gnu.org>
15650
15651 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15652
62c5f375
SM
156532006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15654
ffb5fc37
SM
15655 * reveal.el (reveal-open-new-overlays): New extracted fun.
15656 (reveal-close-old-overlays): Idem. Check overlays's liveness before
15657 using them. Simplify the code.
15658 (reveal-post-command): Use them. Fix up obsolete windows in
15659 reveal-open-spots.
15660
6fee12e6
SM
15661 * progmodes/flymake.el: Use `require' rather than autoload for
15662 XEmacs's overlays.
15663 (flymake-get-common-file-prefix, flymake-build-relative-filename):
15664 Delete. Use file-relative-name instead.
15665 (flymake-get-syntax-check-program-args, flymake-perl-init):
15666 Simplify the resulting code.
15667
62c5f375
SM
15668 * log-view.el (log-view-file-re, log-view-message-re): Add support
15669 for DaRCS output.
15670
e1b3b7a2
AS
156712006-01-09 Alex Schroeder <alex@gnu.org>
15672
15673 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15674 identifiers sometimes added in square brackets at the beginning of
15675 subject lines.
15676
67177975
RS
156772006-01-07 Richard M. Stallman <rms@gnu.org>
15678
15679 * cus-edit.el (Custom-set, Custom-save): Doc fix.
15680 (Custom-reset-current, Custom-reset-saved): Change question text.
15681 (Custom-reset-standard): Likewise.
15682 (custom-variable-reset-saved): Doc fix.
15683
d3a81eee
EZ
156842006-01-07 Eli Zaretskii <eliz@gnu.org>
15685
15686 * startup.el (init-file-user): Doc fix.
15687
53f831f3
AS
156882006-01-07 Alex Schroeder <alex@gnu.org>
15689
80068231
AS
15690 * mail/rmail.el (rmail-current-subject): New function.
15691 (rmail-current-subject-regexp): New function.
15692 (rmail-next-same-subject): Use it.
15693
62c5f375
SM
15694 * mail/rmailsum.el (rmail-summary-by-topic):
15695 Use rmail-current-subject and rmail-current-subject-regexp.
80068231
AS
15696 (rmail-summary-next-same-subject): Ditto.
15697
53f831f3
AS
15698 * net/rcirc.el (rcirc-send-input): No longer check whether the
15699 process is open, since not all commands need an open process.
15700 (rcirc-send-string): Check whether the process is open before
15701 sending anything.
2c8abe90
AS
15702 (rcirc-ignore-list): New option.
15703 (rcirc-ignore-list-automatic): New variable.
15704 (rcirc-print): Take rcirc-ignore-list into account.
15705 (rcirc-cmd-ignore): New command.
15706 (rcirc-ignore-update-automatic): New function.
15707 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15708 list if ignored nicks.
15709 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
53f831f3 15710
53dab082
EZ
157112006-01-06 David Reitter <david.reitter@gmail.com>
15712
15713 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15714 reflect the address to which the report will be sent.
15715
01b959a3
EZ
157162006-01-06 Eli Zaretskii <eliz@gnu.org>
15717
15718 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15719 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15720
8c722a81
EZ
157212006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
15722
15723 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15724
15725 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15726 the doc string: "functoin" => "function".
af71d4c0 15727 * ldefs-boot.el: Likewise.
8c722a81
EZ
15728
15729 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15730 message text: "Duplicat" => "Duplicate".
15731
0133dab9
EZ
157322006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
15733
15734 * files.el (basic-save-buffer-2): If backing-up failed, reset
15735 buffer-backed-up to nil.
15736
753c278e
NR
157372006-01-06 Nick Roberts <nickrob@snap.net.nz>
15738
15739 * progmodes/gud.el (gdb-script-skip-to-head)
15740 (gdb-script-calculate-indentation): Indent for breakpoint command
15741 lists also.
15742
77a0dbd2
BW
157432006-01-05 Bill Wohler <wohler@newt.com>
15744
15745 * Makefile.in (compile-always): Add mh-autoloads dependency.
15746 (bootstrap): Remove mh-autoloads dependency, as compile dependency
15747 provides it.
600bc46c
BW
15748 (updates): Remove mh-autoloads dependency, since it probably has
15749 already run recently (via recompile).
77a0dbd2 15750
c07fa030
SM
157512006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15752
bef9f82c
SM
15753 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15754 argument `force' to disable the flyspell-last-buffer optimization.
15755 (flyspell-mode-on): Use it.
15756
c07fa030
SM
15757 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15758 flymake-simple-cleanup.
15759 (flymake-allowed-file-name-masks): Use this new default.
15760 All the functions are now called in the right buffer rather than
15761 passing the buffer as argument.
15762 (flymake-process-sentinel): Switch to buffer before calling cleanup.
15763 (flymake-parse-err-lines): Remove redundant buffer arg.
15764 (flymake-get-program-dir): Comment out unused function.
15765 (flymake-start-syntax-check, flymake-start-syntax-check-process):
15766 Remove redundant buffer argument.
15767 (flymake-get-real-file-name, flymake-simple-java-cleanup)
15768 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15769
f00239cf
RS
157702006-01-05 Richard M. Stallman <rms@gnu.org>
15771
a203a18c
RS
15772 * info.el (Info-find-node): Don't record previous node if have none.
15773 (info): Go to directory only if history is empty.
15774
f00239cf
RS
15775 * simple.el (mark): Doc fix.
15776
07f9b01c
YM
157772006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15778
15779 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
15780 already of desired type.
15781 (mac-ae-list): Coerce parameter to "list" type.
15782 (mac-dispatch-apple-event): Replace cadr part of event with a
15783 dummy position so that event-start returns it.
15784
8abe9d4f
CD
157852006-01-05 Carsten Dominik <dominik@science.uva.nl>
15786
2e040f4e 15787 * textmodes/org.el (org-end-of-subtree): New function.
c07fa030
SM
15788 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
15789 Use `org-end-of-subtree'.
8abe9d4f
CD
15790 (org-agenda, org-agenda-convert-date): Protect calls to
15791 `fit-window-to-buffer'.
15792 (org-tags-view): Force matching of sublevels when doing a
15793 todo-only search. Define the correct redo command, including the
15794 arguments.
15795 (org-agenda-redo): Display message.
15796 (org-check-for-org-mode): New function.
15797 (org-agenda-type): New variable.
c07fa030
SM
15798 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
15799 Set `org-agenda-type'.
8abe9d4f
CD
15800 (org-agenda-check-type): New function.
15801 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
15802 (org-agenda-week-view, org-agenda-day-view)
15803 (org-agenda-next-date-line, org-agenda-previous-date-line)
15804 (org-agenda-log-mode, org-agenda-toggle-diary)
15805 (org-agenda-toggle-time-grid, org-agenda-date-later)
15806 (org-agenda-date-prompt, org-agenda-diary-entry)
15807 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
c07fa030
SM
15808 (org-agenda-convert-date, org-agenda-menu):
15809 Use `org-agenda-check-type'.
8abe9d4f 15810 (org-make-overlay, org-delete-overlay)
c07fa030
SM
15811 (org-detatch-overlay, org-move-overlay, org-overlay-put):
15812 New compatibility functions.
8abe9d4f
CD
15813 (org-calendar-select-mouse): New command.
15814
73e60f53
CY
158152006-01-04 Chong Yidong <cyd@stupidchicken.com>
15816
eaa99205 15817 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
0c731046
CY
15818 (Custom-reset-standard): Fix y-or-n-p messages.
15819 (custom-link): New face for links.
73e60f53 15820 (custom-buffer-create-internal, custom-manual): Use it.
b76747af 15821 (custom-face-save): Push to theme-face before setting face spec.
73e60f53
CY
15822
15823 * wid-edit.el (widget-default-mouse-face-get): New function.
15824 (widget-specify-button): Handle mouse-face like button-face.
15825
15826 * custom.el (load-theme): Clear old theme settings if reloading.
15827
bdf743fe
LT
158282006-01-03 Luc Teirlinck <teirllm@auburn.edu>
15829
d5837ed3 15830 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
bdf743fe
LT
15831 "Erase Customization" button back to same position it occupies in
15832 the individual State menus.
15833
8a5db8ae
KS
158342006-01-04 Kim F. Storm <storm@cua.dk>
15835
15836 * wid-edit.el (key-sequence): Rework widget to read key binding
15837 using `kbd' syntax. Use C-q to insert literal key, event, or code.
15838 (widget-key-sequence-default-value): Default value for empty sequence.
15839 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
15840 (widget-key-sequence-read-event): New command for C-q.
15841 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
15842 (widget-key-sequence-value-to-external): New functions.
15843
1c360af3
SM
158442006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15845
6df19241
SM
15846 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15847 Use expand-file-name.
15848 (flymake-delete-temp-directory): Use expand-file-name,
15849 file-name-directory, and directory-file-name.
15850 (flymake-strrchr): Delete.
15851 (flymake-start-syntax-check): Don't pass the redundant buffer argument
15852 to the init-f function.
15853 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15854 (flymake-init-find-buildfile-dir)
15855 (flymake-init-create-temp-source-and-master-buffer-copy)
15856 (flymake-simple-make-init-impl, flymake-simple-make-init)
15857 (flymake-master-make-init, flymake-master-make-header-init)
15858 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15859 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15860 (flymake-xml-init): Remove corresponding redundant buffer argument.
15861 (flymake-allowed-file-name-masks): Remove last elems that are equal to
15862 the default anyway. Clean up regexps.
15863
5bcef417
SM
15864 * progmodes/flymake.el (flymake-temp-source-file-name)
15865 (flymake-master-file-name, flymake-temp-master-file-name)
15866 (flymake-base-dir): New buffer-local vars.
15867 (flymake-buffer-data, flymake-get-buffer-value)
15868 (flymake-set-buffer-value): Replace those hash-tables by the new
15869 buffer-local vars. Update callers.
15870
43ed65ac
SM
15871 * progmodes/flymake.el (flymake-check-start-time)
15872 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
15873 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
15874 Move definition, so we can remove redundant earlier declaration.
15875 (flymake-replace-regexp-in-string, flymake-split-string)
15876 (flymake-get-temp-dir): Use defalias.
15877 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
15878 (flymake-xemacs-window-edges): Remove unused function.
15879 (flymake-get-point-pixel-pos): Move.
15880 (flymake-pid-to-names, flymake-reg-names)
15881 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
15882 Replace by a simple list flymake-processes and by process-buffer.
15883 Update callers. Other than simplify the code, it uses buffers rather
15884 than buffer-names so it doesn't get confused by uniquify.
15885 (flymake-buffer-data): The global value should just be nil.
15886
b7a5a208
SM
15887 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
15888 Optimize the body of a defalias like any other code.
15889
1c360af3
SM
15890 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
15891 Make sure we've setup font-lock's vars. It may influence which
15892 function we then call.
15893 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
15894 here since it's too late anyway.
15895
1ca41b97
RF
158962006-01-03 Romain Francoise <romain@orebokech.com>
15897
15898 * startup.el (fancy-splash-tail, normal-splash-screen):
15899 Update copyright year.
15900
fdbfa78e
S
159012006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
15902
b7a5a208 15903 * mouse.el (mouse-drag-track): Rename, from
fdbfa78e 15904 `mouse-drag-region-1'. Includes optional argument required to
b7a5a208
SM
15905 enable post-drag event processing (e.g. delete region keys).
15906 Can be used without this argument to track a mouse region and operate
fdbfa78e
S
15907 on it as soon as the drag completes.
15908 (mouse-drag-region): Use `mouse-drag-track'.
15909
d0f1e2f8
CY
159102006-01-02 Chong Yidong <cyd@stupidchicken.com>
15911
3ee07367
CY
15912 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
15913 Move to `custom-buffer' group.
15914
d0f1e2f8
CY
15915 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
15916 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
15917 (custom-theme-insert-face-marker, custom-theme-variable-menu)
15918 (custom-theme-face-menu): New variables.
15919 (custom-theme-add-variable, custom-theme-variable-action)
15920 (custom-variable-reset-theme, custom-theme-delete-variable)
15921 (custom-face-reset-theme, custom-theme-face-action)
15922 (custom-theme-delete-face, custom-theme-merge-theme)
15923 (custom-theme-add-face, custom-theme-visit-theme): New functions.
15924
d358aa10
CY
159252006-01-01 Chong Yidong <cyd@stupidchicken.com>
15926
15927 * custom.el: Move Custom Themes commentary to start of theme code.
15928 (custom-known-themes): Rename `standard' theme to `changed'.
15929 (custom-push-theme): Caller no longer specifies what theme to use
15930 when doing `reset'---the setting is simply removed from the theme.
15931 Delete MODE from `theme-value' and `theme-settings' properties.
15932 (custom-declare-theme): Ignore &rest args since we don't use them.
15933
15934 (custom-loaded-themes): Delete variable.
15935 (custom-theme-load-themes, custom-theme-loaded-p)
15936 (custom-theme-value): Delete functions.
15937
15938 (custom-declare-theme): Signal error on invalid theme names.
15939 (provide-theme): custom-loaded-themes was deleted.
15940 (load-theme): Load the file unconditionally.
15941 (enable-theme): Call `load-theme' if theme is undefined.
15942 (custom-enabled-themes): Only update value for successful loads.
15943 (disable-theme): Complete from enabled themes when interactive.
15944 (custom-variable-theme-value): Calculate theme value directly.
15945
15946 (custom-theme-reset-variables, custom-reset-variables): Mark as
15947 XEmacs compatibility functions. We don't actually use these.
15948
1c360af3
SM
15949 * cus-edit.el (custom-variable-state-set):
15950 Use custom-variable-theme-value instead of custom-theme-value.
d358aa10
CY
15951 (custom-face-state-set): Rename `standard' theme to `changed'.
15952 (custom-save-variables, custom-save-faces): Delete unneeded
15953 references to custom-reset-variables.
15954 (custom-save-resets): Delete function.
15955 (custom-save-variables, custom-save-faces): MODE argument deleted.
15956 (custom-save-variables, custom-save-faces): Ignore theme values.
15957
15958 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
15959 compatibility function.
15960
cbf090c4
RS
159612006-01-01 Richard M. Stallman <rms@gnu.org>
15962
107736a2
RS
15963 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
15964 (Custom-reset-current, Custom-reset-saved): Likewise.
b8919739 15965 (Custom-reset-standard): Show message if aborted.
107736a2
RS
15966 (custom-mode): Doc fix, describing those commands.
15967
cbf090c4
RS
15968 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
15969 put on event-kind property.
15970
85a5eb0e
CY
159712005-12-31 Chong Yidong <cyd@stupidchicken.com>
15972
b2a41d12
CY
15973 * custom.el (provide-theme): Ban `user' theme name.
15974 (custom-enabling-themes): New variable.
15975 (enable-theme): Don't enable user if custom-enabling-themes is t.
15976 (custom-enabled-themes): Make it a defcustom.
15977 (custom-theme-recalc-face): No-op if face is undefined.
15978
85a5eb0e
CY
15979 * cus-edit.el (custom-button-mouse): New variable.
15980 (custom-button-mouse): New face.
15981 (custom-raised-buttons, custom-mode): Use it.
15982
15983 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
15984
b5871831
EZ
159852005-12-31 Eli Zaretskii <eliz@gnu.org>
15986
15987 * progmodes/gud.el (gud-display-line): Support hl-line in the
15988 source buffer.
15989
5915523a
EZ
159902005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
15991
15992 * mouse.el (mouse-drag-window-above): Verify that the found window
15993 overlaps with the given window in the horizontal dimension.
15994
a9d25c79
EZ
159952005-12-31 Eli Zaretskii <eliz@gnu.org>
15996
15997 * Makefile.in (cvs-update): New target.
15998
15999 * makefile.w32-in (cvs-update): Ditto.
16000
8314bdb8
CY
160012005-12-30 Chong Yidong <cyd@stupidchicken.com>
16002
16003 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
bdeaa675 16004 (custom-new-theme-mode-map): New variable.
8314bdb8 16005
16ecd4c5
RS
160062005-12-30 Richard M. Stallman <rms@gnu.org>
16007
8913f945
RS
16008 * custom.el (custom-load-themes): Function deleted.
16009
a8d6ee3c 16010 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16ecd4c5
RS
16011 (custom-save-variables): Don't delete or add custom-load-themes call.
16012
4dd68f44
SM
160132005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16014
98e071b5
SM
16015 * cus-start.el: Add `visible-cursor'.
16016
4dd68f44
SM
16017 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16018 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16019 (flymake-process-filter): Switch to buffer before calling it instead.
16020 (flymake-post-syntax-check, flymake-highlight-err-lines)
16021 (flymake-delete-own-overlays, flymake-parse-err-lines)
16022 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16023 (flymake-count-lines, flymake-parse-residual):
16024 Remove constant buffer argument.
16025 (flymake-start-syntax-check-for-current-buffer): Remove.
16026 Update callers to use flymake-start-syntax-check instead.
16027 (flymake-display-err-menu-for-current-line):
16028 Remove unused var `mouse-pos'.
16029 (flymake-restore-formatting): Comment out unused function.
16030 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16031 argument, use current-buffer instead. Update callers.
16032
07467c09
RW
160332005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16034
16035 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16036 buffer-local because choose-completion-delete-max-match requires
16037 that we set completion-ignore-case (i.e., binding via let is not
16038 sufficient).
16039 (bibtex-complete): Always set completion-ignore-case and
af71d4c0 16040 choose-completion-string-functions. The latter is needed because
07467c09
RW
16041 choose-completion-string-functions keeps its value if we quit the
16042 *Completions* buffer without requesting a completion.
16043
fe791b0c
AS
160442005-12-30 Andreas Schwab <schwab@suse.de>
16045
4dd68f44 16046 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
fe791b0c 16047
ef3f69f9
EZ
160482005-12-30 Eli Zaretskii <eliz@gnu.org>
16049
16050 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16051
67d766e8
JL
160522005-12-30 Juri Linkov <juri@jurta.org>
16053
16054 * locate.el (locate-fcodes-file, locate-header-face)
16055 * progmodes/delphi.el (delphi-other-face)
16056 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16057
16058 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16059 group `paren-showing-faces'.
16060
16061 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16062 (goto-address): Fix docstring.
16063
16064 * net/webjump.el (webjump-sample-sites): Update URLs.
16065
16066 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16067
16068 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16069
af3d4246
SM
160702005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16071
16072 * font-lock.el (font-lock-compile-keywords): Signal an error when
16073 font-lock-set-defaults hasn't been called.
16074
9f126fd0
LT
160752005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16076
16077 * subr.el (noreturn, 1value): Doc fixes.
16078
694ed36d
RW
160792005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16080
16081 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16082 that assoc-string returns nil.
16083
ffc1e1db
RW
160842005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16085
16086 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16087 (bibtex-entry-type-str, bibtex-empty-field-re)
16088 (bibtex-search-backward-string, bibtex-preamble-prefix)
af3d4246 16089 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
ffc1e1db
RW
16090 (bibtex-any-valid-entry-type): New variable.
16091 (bibtex-parse-field-name): Simplify.
af3d4246 16092 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
ffc1e1db 16093 (bibtex-preamble-prefix): Include left delimiter.
af3d4246
SM
16094 (bibtex-search-forward-field, bibtex-search-backward-field):
16095 Allow unbounded search past entry boundaries (required by bibtex-pop).
ffc1e1db
RW
16096 (bibtex-text-in-field-bounds): Use push.
16097 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16098 (bibtex-parse-preamble, bibtex-valid-entry)
16099 (bibtex-beginning-first-field): New functions.
16100 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16101 (bibtex-map-entries): Fix docstring.
af71d4c0 16102 (bibtex-flash-head): New arg prompt. Simplify.
ffc1e1db
RW
16103 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16104 (bibtex-insert-kill): Simplify. Always insert text past the
16105 current field or entry.
16106 (bibtex-format-entry): Use bibtex-parse-field.
16107 (bibtex-pop): Use bibtex-beginning-of-entry and
16108 bibtex-end-of-entry to initiate the search. Insert empty field if
16109 we found ourselves.
af3d4246
SM
16110 (bibtex-print-help-message): New args field and comma.
16111 Handle entry keys.
ffc1e1db
RW
16112 (bibtex-make-field): Use bibtex-beginning-of-entry.
16113 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
16114 invalid entry.
16115 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16116 Handle preambles. Simplify code for thorough test.
16117 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16118 New arg comma. Handle entry heads.
16119 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16120 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16121 New arg comma.
16122 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16123 (bibtex-fill-field): Simplify.
16124 (bibtex-fill-entry): Use bibtex-beginning-first-field and
16125 bibtex-parse-field.
af3d4246 16126 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
ffc1e1db
RW
16127 (bibtex-complete): Use bibtex-parse-preamble.
16128
bc2051e4
NR
161292005-12-29 Nick Roberts <nickrob@snap.net.nz>
16130
16131 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16132 Display name of expression instead of convenience variable.
16133 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16134
16135 * progmodes/gud.el (gud-tooltip-dereference): Rename from
16136 toggle-gud-tooltip-dereference.
16137 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
af71d4c0 16138 (gud-tooltip-tips): ...here when dereferencing.
bc2051e4 16139
0d887b77
BW
161402005-12-28 Bill Wohler <wohler@newt.com>
16141
af3d4246 16142 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
0d887b77 16143
07a95b81
SM
161442005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
16145
97461c84
SM
16146 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16147 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
16148 (vc-annotate-display-autoscale): Adjust call.
16149 (vc-annotate-display-default): Adjust call. Make arg compulsory.
16150 Fix interactive spec.
16151 (vc-annotate-time-span): Remove.
16152 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16153 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16154 (vc-annotate-display-select): Use new name.
16155
07a95b81
SM
16156 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16157 (vc-annotate-mode-menu): Remove left-over redundant declaration.
16158 Correct the construction of span entries. Simplify.
16159 (vc-annotate-display-select): Fix the nil case.
16160 (vc-annotate): Remove obsolete (and now broken) code.
16161 (vc-annotate-extract-revision-at-line): Remove obsolete code.
16162 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
16163
ba455131
LT
161642005-12-28 Luc Teirlinck <teirllm@auburn.edu>
16165
16166 * subr.el (lazy-completion-table): Correct typo in docstring.
16167
16168 * startup.el (command-line): Use `custom-reevaluate-setting' for
16169 `send-mail-function'.
16170
16171 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16172
c3f69831
SJ
161732005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
16174
07a95b81
SM
16175 * mail/smtpmail.el (smtpmail-try-auth-methods):
16176 Send credentials together with "AUTH PLAIN" command.
c3f69831 16177
6281e1e8
RS
161782005-12-27 Richard M. Stallman <rms@gnu.org>
16179
16180 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16181 mouse-2, go back to previously selected window, so it's selected
16182 when mouse-2 command runs.
16183
161842005-12-27 Juri Linkov <juri@jurta.org>
84116a13
JL
16185
16186 * descr-text.el (describe-text-sexp): Use square brackets for
16187 button [Show] to distinguish it from the property value `show'.
16188 (describe-property-list): Use `insert-text-button' with
16189 `help-face' type instead of putting face in quotes, because button
16190 is not created automatically for a list of faces.
16191 (describe-text-properties-1): Put button-type value in quotes to
16192 distinguish from plain text "button".
16193 (describe-char): Display code point values in hex. Don't use
16194 `symbol-name' for `current-input-method' because it is a string.
16195 Use `insert-text-button' with `help-face' type instead of putting
16196 hardcoded face in quotes, because button is not created automatically.
16197
51978cac
RS
161982005-12-27 Richard M. Stallman <rms@gnu.org>
16199
2926b5fb
RS
16200 * progmodes/glasses.el (glasses-face): More specific custom type.
16201
1af57101
RS
16202 * files.el (set-visited-file-name): Doc fix.
16203
51978cac
RS
16204 * textmodes/flyspell.el (flyspell-external-point-words):
16205 Use local var buffer-scan-pos to advance scan for next misspelling.
16206 Advance it only after we find the misspelling.
16207
162082005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
16209
16210 * textmodes/flyspell.el (flyspell-external-point-words):
16211 New criteria for finding the misspelling in the buffer.
16212
6281e1e8 162132005-12-27 Nick Roberts <nickrob@snap.net.nz>
84116a13
JL
16214
16215 * help-mode.el (help-insert-string): Set help-xref-stack-item
16216 rather than call help-setup-xref.
16217
16218 * descr-text.el (describe-char): Revert previous changes for
16219 optional buffer argument.
16220
6281e1e8 162212005-12-27 Juri Linkov <juri@jurta.org>
6280f20d
NR
16222
16223 * help-mode.el (help-insert-string): New function. Save buffer
07a95b81 16224 contents in cases where it is impossible to recompute the old contents.
6280f20d
NR
16225
16226 * descr-text.el (describe-char): Set help-xref-stack-item
84116a13 16227 explicitly after buffer has been generated.
6280f20d 16228
348f73b0 162292005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
edd4b3ab
JD
16230
16231 * cus-start.el (all): Add x-gtk-show-hidden-files.
16232
d7504d5c
RS
162332005-12-26 Richard M. Stallman <rms@gnu.org>
16234
c0b45763
RS
16235 * replace.el (perform-replace): Calculate match-again
16236 before skipping read-only matches.
16237
d6f0f3e0
RS
16238 * paren.el (paren-showing-faces): New group.
16239 (show-paren-match, show-paren-mismatch): Move to that group.
16240
16241 * button.el (button): Put into group `basic-faces'.
16242
16243 * progmodes/make-mode.el: Remove faces from group `faces'.
16244
d7504d5c
RS
16245 * apropos.el (apropos, apropos-value): Doc fix.
16246 (apropos-documentation): Doc fix.
16247
1d5e15d0
SM
162482005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
16249
16250 * subr.el (lazy-completion-table): Remove argument `args'.
16251
16252 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16253 Don't use the `args' argument of lazy-completion-table.
16254
6281e1e8 162552005-12-26 Nick Roberts <nickrob@snap.net.nz>
0932395f
NR
16256
16257 * descr-text.el (describe-char): Add optional argument for buffer.
16258 Set buffer appropriately. Call help-setup-xref.
16259 Suggested by Stefan Monnier.
16260
6281e1e8 162612005-12-26 Juri Linkov <juri@jurta.org>
0932395f 16262
84116a13
JL
16263 * descr-text.el: Require `help-fns' at runtime. Don't require
16264 `button' for byte compilation.
16265 (describe-text-widget): Add `help-echo' for first button.
119f6f17
RS
16266 Use `help-info' for second.
16267 (describe-property-list): Use `help-argument-name' instead of `italic'.
84116a13
JL
16268 (describe-text-category): Add prompt to interactive spec.
16269 Call `help-setup-xref'.
16270 (describe-char): Use `help-character-set'. Add `help-echo' for
16271 code point. Use `help-input-method'. Remove superfluous insert.
0932395f 16272
6728475c
RS
162732005-12-25 Richard M. Stallman <rms@gnu.org>
16274
cad1051b
RS
16275 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16276 at point, in case of narrowing.
16277
6f9de17a
RS
16278 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16279
16280 * locate.el (locate-header-face): Allow nil in type.
16281
6728475c
RS
16282 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16283
180a4473
RF
162842005-12-25 Romain Francoise <romain@orebokech.com>
16285
16286 * battery.el (battery-linux-proc-acpi): Also try
16287 `/proc/acpi/thermal_zone/THM0/temperature'.
16288
c5d290fb
CY
162892005-12-24 Chong Yidong <cyd@stupidchicken.com>
16290
16291 * custom.el (custom-push-theme): Fix docstring.
16292
1d5e15d0
SM
16293 * cus-edit.el (custom-variable-set, custom-variable-save)
16294 (custom-variable-save): Custom-quote widget values.
c5d290fb
CY
16295 (customize-save-variable): Fix custom-push-theme call.
16296
7c417300
EZ
162972005-12-24 Eli Zaretskii <eliz@gnu.org>
16298
16299 * w32-fns.el (w32-batch-update-autoloads): New function.
16300
1d5e15d0
SM
16301 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16302 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7c417300
EZ
16303 from the command line.
16304
d820f1fb
CY
163052005-12-23 Chong Yidong <cyd@stupidchicken.com>
16306
16307 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
16308 reset means to remove setting from theme entirely. Don't keep
16309 expanding theme-settings list; delete old entries if necessary.
16310
16311 * cus-edit.el (custom-buffer-create-internal): Move "Erase
16312 customization" button one line up.
16313 (custom-themed): New face.
16314 (custom-magic-alist): New value, THEMED, for theme settings.
1d5e15d0
SM
16315 (custom-variable-state-set, custom-face-state-set):
16316 Check theme-value instead of saved-value.
d820f1fb 16317 (custom-variable-reset-standard, custom-face-reset-standard):
9ff7a71a 16318 Remove theme setting entirely. Recalculate new values.
25c6d447
CY
16319 (custom-variable-set, custom-variable-set)
16320 (custom-variable-reset-saved, custom-variable-reset-backup)
16321 (custom-face-set, custom-face-reset-saved): Update `user' theme.
16322 (custom-variable-save): Fix typos.
1d5e15d0 16323
eb533587
JL
163242005-12-23 Juri Linkov <juri@jurta.org>
16325
16326 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16327 Add autoload cookies.
16328 (edebug-outside-d-c-i-n-s-w): New variable.
16329 (edebug-display, edebug-outside-excursion): Use it to save the
16330 original value of default-cursor-in-non-selected-windows.
16331 Set default-cursor-in-non-selected-windows to t while Edebug
16332 is active.
16333 (edebug-mode, edebug-eval-mode): Doc fix.
16334
16335 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16336 with `buffer-substring-no-properties' to remove common substring
16337 highlighting.
16338
16339 * info.el (info-other-window, info): Rename function argument
16340 `file' to `file-or-node'.
16341 (Info-complete-menu-item): Use local variable `complete-nodes' to
16342 keep the global value of `Info-complete-nodes' unchanged for
16343 subsequent completions.
16344 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16345
16346 * simple.el (get-next-valid-buffer, last-buffer)
16347 (next-error-buffer-p, next-error-find-buffer)
16348 (minibuffer-history-sexp-flag): Doc fix.
16349
16350 * savehist.el (savehist-mode-hook): Add `:group'.
16351
16352 * log-view.el: Call autoload for vc-find-version.
16353 (log-view-current-file): Adjust subgroup numbers.
16354 (log-view-current-tag): Add `length'.
16355
2b6abe1e
RS
163562005-12-23 Richard M. Stallman <rms@gnu.org>
16357
16358 * vc.el (vc-annotate-car-last-cons): Defn moved up.
16359
1fafa158
JL
163602005-12-23 Juri Linkov <juri@jurta.org>
16361
16362 * hi-lock.el (hi-lock-archaic-interface-message-used)
16363 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16364 (hi-lock-mode): Display "Hi" in the mode line only when
16365 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16366 (hi-lock-write-interactive-patterns):
16367 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16368 (hi-lock-set-pattern, hi-lock-set-file-patterns)
16369 (hi-lock-font-lock-hook): Set 3rd arg `how' of
16370 font-lock-add-keywords to t.
16371
81dc5714
JL
163722005-12-23 David Koppelman <koppel@ece.lsu.edu>
16373
16374 * hi-lock.el (hi-lock-highlight-range): New variable.
16375 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16376 only if font-lock-fontified is non-nil. Remove overlays.
16377 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16378 font-lock-fontified is non-nil, otherwise use overlays (instead of
16379 text properties).
16380 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16381 New variables.
1a408ced 16382 (hi-lock-string-serialize): New function.
81dc5714 16383
348f73b0 163842005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7b5836c7
JD
16385
16386 * menu-bar.el (menu-find-file-existing): New function.
16387 (menu-bar-file-menu): Use menu-find-file-existing for Open.
16388
af71d4c0 16389 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7b5836c7 16390
04864eb0
SM
163912005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16392
16393 * vc.el: Remove unnecessary leading * in docstrings.
16394 (vc-annotate-mode-map): Move initialization into declaration.
16395 (vc-static-header-alist): Nitpick on the regexp.
16396 (vc-default-init-version): New fun.
16397 (vc-register): Use it.
16398 (vc-insert-headers): Use dolist.
16399 (vc-annotate-get-backend): Remove unused function.
16400 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
16401 (vc-annotate-mode): Remove corresponding call.
16402 (vc-annotate-car-last-cons): Simplify.
16403 (vc-annotate-buffers): Remove var.
16404 (vc-annotate-backend): Make it buffer-local.
16405 (vc-annotate): Move the interaction to the interactive spec.
16406 Add a `buf' argument.
16407 (vc-annotate-warp-version): Use this new `buf' argument to avoid
16408 killing&creating a vc-annotate buffer, which is very disruptive when
16409 the buffers are shown in dedicated frames.
16410
d59e3c42
NR
164112005-12-23 Nick Roberts <nickrob@snap.net.nz>
16412
16413 * descr-text.el: Add FSF as maintainer.
16414 (describe-text-mode, describe-text-mode-map)
16415 (describe-text-mode-hook, describe-text-done): Delete. Use normal
16416 help-mode.
16417 (describe-text-widget, describe-text-sexp)
16418 (describe-property-list, describe-text-category)
16419 (describe-text-properties, describe-text-properties-1)
16420 (describe-char): Use help buttons instead of widgets.
16421 (describe-char-unicodedata-file): Make URL link in doc string.
16422
b758ae9a 164232005-12-22 Richard M. Stallman <rms@gnu.org>
04864eb0 16424
b758ae9a
RS
16425 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16426 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16427 Don't include buttons that write a file when there's no file.
16428 (custom-variable-menu, custom-face-menu, custom-group-menu):
16429 Don't include commands that write a file when there's no file.
bba50f8a
RS
16430 (customize-browse): Reword the top-of-buffer help intro.
16431 (custom-buffer-create-internal): Fix previous change.
16432 (customize-changed-options-previous-release): Prev release is 21.1.
16433 (customize-changed-options): Doc fix.
16434 (customize-changed): New alias.
50137744
RS
16435 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16436 Say "standard values".
16437 (Custom-reset-standard): Doc fix.
16438 (custom-face-reset-standard): Doc fix.
b758ae9a 16439
e0be77f6
SM
164402005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16441
16442 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16443 even if font-lock-mode is non-nil since it may be t without having
16444 turned on font-lock-mode-internal.
16445 (font-lock-choose-keywords): Minor optimization.
16446 (font-lock-add-keywords, font-lock-remove-keywords)
16447 (font-lock-set-defaults): Don't call make-local-variable on a variable
16448 that we know to already be local.
16449
5e688290
RF
164502005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16451
16452 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16453 messages if in the minibuffer.
16454
c1b5a260
SM
164552005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16456
9c841316
SM
16457 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16458 (tex-mode-flyspell-verify, flyspell-get-word)
16459 (flyspell-external-point-words): Don't use point-min/max uselessly.
16460
c1b5a260
SM
16461 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16462 by Kevin Rodgers. Instead, just hide the completions buffer if we
16463 don't need to show it.
16464
135db51a
LT
164652005-12-21 Luc Teirlinck <teirllm@auburn.edu>
16466
16467 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16468
398de718
SM
164692005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16470
16471 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16472 delete-windows-on with an inexistent buffer.
16473
39b5238d
NR
164742005-12-22 Nick Roberts <nickrob@snap.net.nz>
16475
398de718 16476 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
39b5238d
NR
16477 Delete defcustom variable :tag names.
16478
aa230d94
SM
164792005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
16480
16481 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16482 (log-view-font-lock-keywords): Ajust subgroup numbers.
16483 (log-view-current-tag): Don't hard code the number of subgroups.
16484
3bdba51d
JL
164852005-12-20 Juri Linkov <juri@jurta.org>
16486
16487 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16488 (tooltip-x-offset, tooltip-y-offset): Doc fix.
16489
16490 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16491 (menu-bar-non-minibuffer-window-p): Instead of checking
16492 display-multi-frame-p, use selected-frame when menu-updating-frame
16493 is nil.
16494
55b76f19 164952005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
fdd5516e
TTN
16496
16497 * align.el (align-rules-list): Use [ \t] instead of \s-
16498 for column separators in text mode.
16499
84a00de9
NR
165002005-12-20 Nick Roberts <nickrob@snap.net.nz>
16501
fdd5516e 16502 * help-mode.el (help-customize-variable, help-customize-face):
84a00de9
NR
16503 Don't pop help-xref-stack as help-follow no longer pushes
16504 anything on to it.
16505
d924f2e5
CD
165062005-12-20 Carsten Dominik <dominik@science.uva.nl>
16507
2e040f4e 16508 * textmodes/org.el (org-agenda-custom-commands): New option.
d924f2e5
CD
16509 (org-agenda): Offer custom commands on splash screen.
16510 (org-make-tags-matcher): Parser for Boolean logic added.
16511 (org-agenda-set-tags): New command.
16512 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16513 (org-set-tags): Efficiency improvements.
16514 (org-auto-align-tags): New option.
16515 (org-todo, org-demote, org-promote): Realign tags.
aa230d94 16516 (org-tags-completion-function): Use also "&" and "|" as separators.
d924f2e5
CD
16517 (org-org-menu): Agenda commands simplified.
16518
c8fee345
LT
165192005-12-19 Luc Teirlinck <teirllm@auburn.edu>
16520
16521 * cus-edit.el (customize-apropos, customize-apropos-options):
16522 Docstring changes.
16523
16524 * font-lock.el (font-lock): Add tags to the links in the defgroup.
16525
eb0d2864
CY
165262005-12-19 Chong Yidong <cyd@stupidchicken.com>
16527
16528 * longlines.el (longlines-mode): Wrap while widened.
16529 (longlines-decode-region, longlines-encode-region): Compute max
16530 just once.
16531
d6a90a49
YM
165322005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16533
16534 * cus-edit.el (mac): New group.
16535
16536 * cus-start.el (all): Add user options in macterm.c. Add test for
16537 Mac-related built-ins. Fix test for GTK-related built-ins.
16538
16539 * term/mac-win.el (mac-handle-language-change)
16540 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16541 (mac-services-open-selection, mac-services-mail-selection)
16542 (mac-services-mail-to, mac-services-insert-text)
16543 (mac-dispatch-apple-event): Add docstrings.
16544 (x-get-selection, mac-select-convert-to-string): Select coding
16545 system from `utf-16be' and `utf-16le' using `byteorder'.
16546
8e77fbb4
SM
165472005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
16548
16549 * subr.el (lazy-completion-table): Don't be fooled if the var holds
16550 a "list" (lambda ...) rather than a real completion list.
16551
16552 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16553 lexical-let when encountering ((lambda (...) ...) ...).
16554
1aa545c1
CY
165552005-12-17 Chong Yidong <cyd@stupidchicken.com>
16556
8e77fbb4 16557 * progmodes/sh-script.el (sh-mode):
1aa545c1
CY
16558 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16559 * textmodes/picture.el (picture-mode): Update docstrings.
16560
abeb5855
EZ
165612005-12-17 Eli Zaretskii <eliz@gnu.org>
16562
16563 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16564 commands enclosed in $(ARGQUOTE)s should not be split between two
16565 lines, as that will break with GNU Make >3.80, when sh.exe is used
16566 and arg quoting is with '..'.
16567 (autoloads): Don't break the quoted --eval expression between
16568 several lines.
16569
14e7cb94
CY
165702005-12-17 Chong Yidong <cyd@stupidchicken.com>
16571
8e77fbb4
SM
16572 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16573 Capture error from printing circular structures.
14e7cb94 16574
5fed8c15 165752005-12-17 Martin Rudalics <rudalics@gmx.at>
6872b31c
EZ
16576
16577 * wid-edit.el (widget-checkbox-action): Clear undo info.
16578
6eee5abf
BW
165792005-12-16 Bill Wohler <wohler@newt.com>
16580
16581 * menu-bar.el (kill-this-buffer): Set a good example by using menu
16582 bar, not menubar in comment.
16583
f3725983
SM
165842005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16587 After-change-functions should not clobber the match data.
16588
2a502a32
JL
165892005-12-16 Juri Linkov <juri@jurta.org>
16590
16591 * simple.el (choose-completion): Use `buffer-substring-no-properties'
16592 instead of `buffer-substring'.
16593 (completion-common-substring): Doc fix.
16594 (completion-setup-function): Use minibuffer-completion-contents
16595 instead of minibuffer-contents. Don't set common-string-length
16596 initially. Remove special handling of partial-completion-mode.
f3725983
SM
16597 Move computation of completion-base-size into one cond.
16598 Call completion-base-size-function in mainbuf. In computation of
2a502a32
JL
16599 completion-base-size for file name completion don't move point to
16600 the end of the minibuffer. Move computation of common-string-length
16601 into one cond. Start putting faces only when common-string-length>=0.
f3725983
SM
16602 Add condition to put completions-common-part when
16603 common-string-length>0.
2a502a32
JL
16604
16605 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16606 place point at the first different character in the minibuffer
16607 even if this position is at the beginning of the minibuffer.
16608
16609 * info.el (Info-read-node-name-1): In completion-base-size-function's
16610 lambda return 1 if common-substring or minibuffer-completion-contents
16611 starts with (, and 0 otherwise.
16612
16613 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16614 Use `crm-current-element' for second arg of `display-completion-list'.
16615
ec6328a2
EZ
166162005-12-16 Klaus Zeitler <kzeitler@lucent.com>
16617
16618 * files.el (set-auto-mode): Look for an interpreter specified on
16619 the first line also if search for mode specification succeeded,
16620 but the mode is not known.
16621
f63bdfca
CD
166222005-12-16 Carsten Dominik <dominik@science.uva.nl>
16623
2e040f4e 16624 * textmodes/org.el (org-tags-match-list-sublevels): New option.
f3725983 16625 (org-open-at-point): Implement tag searches as links.
f63bdfca 16626 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
f3725983 16627 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
f63bdfca
CD
16628 (org-tags-sparse-tree, org-tags-view, org-set-tags)
16629 (org-agenda-dispatch): New commands.
16630 (org-use-tag-inheritance, org-tags-column): New options.
16631 (org-tab-follows-link, org-return-follows-link): New options.
16632 (org-tags): New customize group.
16633 (org-start-icalendar-file): Get local time zone.
16634 (org-tags-completion-function): New function.
f3725983 16635 (org-set-font-lock-defaults): Make sure links will also be
cfbc5709 16636 highlighted inside headlines.
f63bdfca 16637
e4fd12dd
EZ
166382005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
16639
f3725983
SM
16640 * term.el (term-emulate-terminal):
16641 Let term-handle-ansi-terminal-messages override what Bash says about
e4fd12dd
EZ
16642 its current directory.
16643
e24f9e5a 166442005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
a74f9094
KL
16645
16646 * bindings.el (last-buffer): Move to simple.el.
16647 * simple.el (last-buffer): Move here.
16648 (get-next-valid-buffer): New function.
16649 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
af71d4c0 16650 (prev-buffer): Ditto. Rename to `previous-buffer'.
a74f9094 16651
f3725983 16652 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
a74f9094
KL
16653 * bindings.el (global-map): Ditto.
16654
6769aefa
LT
166552005-12-15 Luc Teirlinck <teirllm@auburn.edu>
16656
16657 * cus-edit.el: Introductory comment change.
16658 (custom-magic-alist): Change message string for the `rogue' state.
16659
62e5dd08
RS
166602005-12-15 Richard M. Stallman <rms@gnu.org>
16661
16662 * tooltip.el: Delete defcustom variable :tag names.
16663
16664 * complete.el (partial-completion-mode): Doc fix.
16665
16666 * textmodes/flyspell.el (flyspell-external-point-words):
16667 Use save-excursion to ensure we don't move backward in the
16668 search loop, not even one character.
16669 (flyspell-delete-all-overlays): Use remove-overlays directly.
16670
16671 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16672 (ispell-start-process): Set that variable.
16673 Clear ispell-buffer-local-name.
16674 (ispell-internal-change-dictionary):
16675 Set ispell-current-dictionary after killing process.
16676 (ispell-buffer-local-dict):
16677 Don't set spell-personal-dictionary after killing process.
16678 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
af71d4c0
JB
16679 (ispell-tex-skip-alists, ispell-html-skip-alists)
16680 (ispell-skip-region-alist): Mark as risky.
62e5dd08
RS
16681
16682 * net/newsticker.el (newsticker--retrieval-timer-list)
16683 (newsticker--display-timer, newsticker-running-p)
16684 (newsticker-ticker-running-p): Definitions moved up.
16685
5df0c23b
NR
166862005-12-16 Nick Roberts <nickrob@snap.net.nz>
16687
f3725983 16688 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5df0c23b 16689
d0ccae3e
DP
166902005-12-15 David Ponce <david@dponce.com>
16691
f3725983 16692 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
d0ccae3e
DP
16693 (recentf-edit-list, recentf-open-files): Signal an error when
16694 there is no recent file.
16695
9cfeca9e
RF
166962005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
16697
16698 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16699 read-only except for texinfo-format-region evaluation.
6d298e78 16700
c94dca60
RS
167012005-12-14 Richard M. Stallman <rms@gnu.org>
16702
16703 * vc.el (vc-default-previous-version, vc-default-next-version)
16704 (vc-do-command): Doc fixes.
16705
cdc61d35
SM
167062005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16707
16708 * textmodes/bibtex.el (bibtex-expand-strings)
16709 (bibtex-autokey-expand-string, bibtex-name-part)
16710 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16711 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16712 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16713 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16714 (bibtex-entry-postfix, bibtex-known-entry-type-re)
16715 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16716 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16717 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16718 (bibtex-beginning-of-last-entry): Remove.
16719 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
16720 message if comma is missing but buffer is read-only.
16721 (bibtex-parse-field-text): Handle whitespaces at the end of field
16722 text. Return 3-element list with beginning and end of field text
16723 and end of field.
16724 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16725 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
16726 (bibtex-search-forward-field, bibtex-search-backward-field):
16727 Search always delimited by limits of entry. Use more efficient
16728 search algorithms.
16729 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16730 bibtex-end-of-name-in-field.
16731 (bibtex-text-in-field-bounds): Handle BibTeX strings when
16732 extracting the content of a field.
16733 (bibtex-text-in-field): Use search limits.
16734 (bibtex-parse-string-prefix): Handle empty string keys based on
16735 bibtex-string-empty-key.
16736 (bibtex-parse-string): Fix docstring.
16737 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16738 (bibtex-preamble-prefix, bibtex-strings): New functions.
16739 (bibtex-skip-to-valid-entry): Include preceding whitespace in
16740 BibTeX entries (consistent with other BibTeX functions).
16741 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16742 (bibtex-search-entry): Fix docstring. Simplify.
16743 (bibtex-flash-head, bibtex-complete-string-cleanup)
16744 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16745 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16746 (bibtex-parse-entry): New optional arg content.
16747 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16748 Use bibtex-text-in-field-bounds.
16749 (bibtex-print-help-message): Handle BibTeX strings and preambles.
16750 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16751 bibtex-parse-string-postfix.
16752 (bibtex-find-text-internal): New function.
16753 (bibtex-remove-delimiters): Use it.
16754 (bibtex-find-text): Use it. New optional arg help.
16755 (bibtex-complete): Handle BibTeX string and preamble entries.
16756 (bibtex-Preamble): Fix order of closing delimiters.
16757
167582005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
16759
16760 * vc.el (vc-default-revert): New fun.
16761
16762 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
16763
28aa8148
RF
167642005-12-14 Romain Francoise <romain@orebokech.com>
16765
16766 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
16767 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
16768 (font-lock-remove-keywords): Likewise.
16769
fa81f010
JL
167702005-12-14 Juri Linkov <juri@jurta.org>
16771
e8171d36
JL
16772 * log-view.el (log-view-diff): Doc fix.
16773
fa81f010
JL
16774 * isearch.el (isearch-query-replace): Use (mark) instead of
16775 isearch-opoint if mark is active in transient-mark-mode.
16776
e7e4ea21
JL
167772005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
16778
16779 * isearch.el (isearch-query-replace): Check for isearch-other-end.
16780
cf717a0d
JL
167812005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
16782
16783 * progmodes/cpp.el (cpp-face): New widget.
16784 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
16785
ad25ebbb
JL
167862005-12-14 Juri Linkov <juri@jurta.org>
16787
16788 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
16789 around `erase-buffer' and `insert'.
16790
16791 * descr-text.el (describe-text-properties): Replace buffer name
16792 "*Help-2*" with "*Help*<2>".
16793 (describe-char): Add functions print-help-return-message,
16794 toggle-read-only. Use help-setup-xref with nil to not store
16795 describe-char in help-xref-stack. Use help-make-xrefs to
16796 make [back] button.
16797
16798 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
16799
16800 * wdired.el (wdired-old-point): New internal variable.
16801 (wdired-change-to-wdired-mode): Set it buffer-locally.
16802 (wdired-abort-changes): Restore point after aborting changes.
16803
df4da7f4
SM
168042005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16805
16806 * vc.el (vc-do-command): Add a new value t for okstatus.
16807
16808 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
16809 frame in case of errors.
16810
348f73b0 168112005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4c0252a5 16812
df4da7f4 16813 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4c0252a5
JD
16814 so it comes after "On the Left" in the menu.
16815
2ac1d4ef
LT
168162005-12-12 Luc Teirlinck <teirllm@auburn.edu>
16817
16818 * cus-edit.el (customize-apropos, customize-apropos-options)
16819 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
16820
63fc53c9
BW
168212005-12-12 Bill Wohler <wohler@newt.com>
16822
16823 * vc-svn.el (vc-svn-registered): Fix problem of visiting
16824 non-writable Subversion-controlled files by saving window
df4da7f4 16825 configuration before calling vc-do-command. vc-do-command calls
63fc53c9
BW
16826 pop-to-buffer on error which is unexpected during registration.
16827
2da61afc
JB
168282005-12-12 Jay Belanger <belanger@truman.edu>
16829
16830 * calc/README: Update the summary of changes.
16831
25a3c9d1
SM
168322005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
16833
16834 * descr-text.el (describe-char): Rework last fix to solve the problem
16835 is the same way it's solved for everything else in that function
16836 (i.e. by extracting the info before setting up the *Help* buffer).
16837
0900f982
KS
168382005-12-12 Kim F. Storm <storm@cua.dk>
16839
16840 * subr.el (version-regexp-alist): Allow space as separator before
16841 non-numeric part, e.g. "1.0 alpha".
16842 (version-to-list): Interpret .X.Y version as 0.X.Y version.
16843
7d29e55d
CD
168442005-12-12 Carsten Dominik <dominik@science.uva.nl>
16845
2e040f4e 16846 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7d29e55d
CD
16847 Implement Logging and the keep-modes setting.
16848 (org-get-category): Make sure a string is returned.
16849 (org-log-done): New function.
16850 (org-log-done, org-closed-string): New options.
16851
348f73b0 168522005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5621b83a 16853
df4da7f4 16854 * tooltip.el (tooltip-y-offset): Change default to 20.
5621b83a 16855
eab52f48
RS
168562005-12-12 Richard M. Stallman <rms@gnu.org>
16857
16858 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16859
16860 * frame.el (display-hourglass): Doc fix.
16861
16862 * help.el (help-for-help-internal): Simplify entry for `a'.
16863
16864 * info.el (Info-on-current-buffer): Doc fix.
16865 (info-insert-file-contents): Don't test (featurep 'jka-compr).
16866
16867 * startup.el (inhibit-splash-screen): Make this the real name.
16868 (inhibit-startup-message): Make this the alias.
16869 (command-line): Find only simple.el, and use its directory
16870 to fill in other preloaded files' names.
16871 (command-line): Deactivate the mark if deactivate-mark is set.
16872
16873 * international/mule.el (load-with-code-conversion):
16874 Bind deactivate-mark.
16875
16876 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16877
39f617e5
LT
168782005-12-11 Luc Teirlinck <teirllm@auburn.edu>
16879
16880 * cus-edit.el (customize-apropos): Avoid listing an option more
16881 than once under different aliases. No longer list user options
16882 that are not defined with defcustom (unless a prefix arg is given).
16883 Doc fix.
16884 (customize-apropos-options): Doc fix.
16885
d4c6530f
JL
168862005-12-11 Juri Linkov <juri@jurta.org>
16887
16888 * frame.el (set-background-color, set-foreground-color)
16889 (set-cursor-color, set-mouse-color, set-border-color):
16890 Add explicit prompts to read colors by `facemenu-read-color'.
16891 (show-trailing-whitespace, blink-cursor-delay)
16892 (blink-cursor-interval, display-hourglass, hourglass-delay):
16893 Remove tags.
16894 (display-hourglass, hourglass-delay): Doc fix.
16895 (cursor-in-non-selected-windows): Capitalize words in tag.
16896
16897 * faces.el (frame-background-mode): Replace `choice-item' keywords
16898 with `const' to not make [default] button. Change default value tag
16899 from `default' to `automatic'. Doc fix.
16900 (trailing-whitespace) <defface>: Change group `whitespace' to
16901 `whitespace-faces'.
16902
4b1c16c2
RS
169032005-12-11 Richard M. Stallman <rms@gnu.org>
16904
16905 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
16906
ac8fcf0f
YM
169072005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16908
16909 * term/mac-win.el: Create keymap for mac-apple-event-map.
16910
35cd2d87
NR
169112005-12-11 Nick Roberts <nickrob@snap.net.nz>
16912
16913 * tooltip.el (tooltip-mode): Move to start of file so that it
16914 appears at top of customize buffer.
16915
16916 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16917 Add the gud groupname.
16918 (gud-tooltip-mode): Add the tooltip groupname.
af71d4c0 16919 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
35cd2d87
NR
16920 avoid conflict with tooltip-use-echo-area.
16921
d50d22f1
RF
169222005-12-10 Romain Francoise <romain@orebokech.com>
16923
16924 * help.el (help-for-help-internal): Add `r' in doc string.
16925
348f73b0 169262005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5fdf9b7c 16927
f3725983
SM
16928 * align.el (align-regexp, align-highlight-rule):
16929 Use region-beginning and region-end instead of point and mark, so that
5fdf9b7c
EZ
16930 repetition (with `repeat-complex-command') recomputes the region
16931 bounds.
16932
d50d22f1 169332005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
614b38a9
EZ
16934
16935 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16936 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16937 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
16938 (balance-windows): Rewrite using the above new functions.
16939
71060bdd
EZ
169402005-12-10 David Koppelman <koppel@ece.lsu.edu>
16941
af71d4c0 16942 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
71060bdd 16943 react if global-hi-lock-mode seems intended.
1a408ced 16944 (global-hi-lock-mode): Renamed from hi-lock-mode.
71060bdd 16945 (hi-lock-archaic-interface-message-used)
d50d22f1 16946 (hi-lock-archaic-interface-deduce): New variables.
71060bdd
EZ
16947 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
16948 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
f3725983
SM
16949 (hi-lock-find-patterns, hi-lock-font-lock-hook):
16950 Replace hi-lock-buffer-mode with hi-lock-mode.
71060bdd 16951
86b8a072 169522005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6d93e4aa
EZ
16953
16954 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
16955 completion list, even after a partial completion has been
16956 inserted in the current buffer. If there are more than 1
16957 completion, redisplay the *Completions* buffer; if the
16958 completion is unique, delete the *Completions* window.
16959
7c86d70e
EZ
169602005-12-10 Eli Zaretskii <eliz@gnu.org>
16961
16962 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
16963 strings and long subject lines that were broken into multiple
eba9bb5f
EZ
16964 lines at arbitrary places. Handle subjects that have "Re: " in
16965 the middle.
7c86d70e 16966
d9f9aa72
EZ
169672005-12-10 John W. Eaton <jwe@octave.org>
16968
16969 * emacs/octave-mod.el (octave-electric-space): Don't indent
16970 comments or strings if octave-auto-indent is nil.
16971
4b3eb407
YM
169722005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16973
f3725983
SM
16974 * term/mac-win.el: Require url when compiling.
16975 Call mac-process-deferred-apple-events after loading init files.
4b3eb407
YM
16976 (mac-apple-event-map): New defvar. Define event handlers in it.
16977 (core-event, internet-event): New Apple event class symbols.
16978 (open-application, reopen-application, open-documents)
16979 (print-documents, open-contents, quit-application)
f3725983
SM
16980 (application-died, show-preferences, autosave-now, get-url):
16981 New Apple event ID symbols.
4b3eb407
YM
16982 (about): New HICommand ID symbol.
16983 (mac-event-spec, mac-event-ae): New macros.
16984 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
16985 (mac-ae-selection-range, mac-ae-text-for-search)
16986 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
16987 (mac-application-menu-map): Remove keymap. Handlers for HICommand
16988 and Services menu events are now defined in mac-apple-event-map.
16989 (mac-drag-n-drop): Remove selection range handling.
16990
332ee544
KH
169912005-12-10 Kenichi Handa <handa@m17n.org>
16992
f3725983 16993 * simple.el (zap-to-char):
332ee544
KH
16994 * isearch.el (isearch-process-search-char): Translate CHAR by
16995 translation-table-for-input.
16996
b0562527
CY
169972005-12-09 Chong Yidong <cyd@stupidchicken.com>
16998
16999 * foldout.el (foldout-exit-fold): Properly hide subtree.
17000
e8f4db18
RS
170012005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17002
17003 * files.el (save-buffer):
d50d22f1 17004 * international/ucs-tables.el (ucs-set-table-for-input):
e8f4db18
RS
17005 * mail/mail-extr.el (mail-extract-address-components):
17006 * mail/sendmail.el (mail-mode): Reformat doc string.
17007
37fec9be
JL
170082005-12-09 Juri Linkov <juri@jurta.org>
17009
17010 * isearch.el (isearch-highlight): Change main overlay priority
17011 from 1 to 1001. Simplify.
17012 (isearch-lazy-highlight-update): Change lazy overlay priority
17013 from 0 to 1000.
17014
17015 * replace.el (replace-highlight): Change overlay priority from
17016 1 to 1001.
17017
17018 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17019 Change overlay priority from 1 to 1001. Reuse existing overlay.
17020
17021 * compare-w.el (compare-windows-highlight): Change overlay
17022 priority from 1 to 1000.
17023
17024 * menu-bar.el (menu-bar-edit-menu): Add listp around
17025 pending-undo-list to disable menu item "undo" when pending
17026 undo list is empty.
17027
17028 * locate.el (locate): Disable undo in *Locate* buffer.
17029
84fdb82c
KS
170302005-12-09 Kim F. Storm <storm@cua.dk>
17031
17032 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17033
5a8781ad
DP
170342005-12-09 David Ponce <david@dponce.com>
17035
84fdb82c 17036 * recentf.el: Improvement of the menu code.
5a8781ad
DP
17037 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17038 instead of menu hook.
17039 (recentf-show-menu, recentf-hide-menu): New functions.
17040 (recentf-menu-customization-changed, recentf-mode): Use them.
17041 (recentf-menu-action, recentf-max-menu-items)
17042 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17043 (recentf-arrange-by-rule-others)
17044 (recentf-arrange-by-rules-min-items)
1a408ced 17045 (recentf-arrange-by-rule-subfilter): Don't use
5a8781ad
DP
17046 `recentf-menu-customization-changed'.
17047 (recentf-arrange-rules): Likewise. Accept functions to compute
17048 sub-menu titles.
17049 (recentf-menu-filter): Likewise. Doc fix.
17050 (recentf-menu-value-shortcut): Doc fix.
17051 (recentf-dump-variable): Quote atom value.
17052 (recentf-make-menu-items): Update to use it as a menu filter.
17053 (recentf-match-rule): New function.
17054 (recentf-arrange-by-rule): Use it.
17055 (recentf-indirect-mode-rule): New function.
17056 (recentf-build-mode-rules): Use it.
17057 (recentf-dir-rule): New function.
17058 (recentf-arrange-by-dir): Use it.
17059 (recentf-filter-changer-current): Rename from
17060 `recentf-filter-changer-state'. All references updated.
17061 (recentf-filter-changer-alist): Update filter names.
17062 (recentf-filter-changer-select): New function.
17063 (recentf-filter-changer): Use it. Make a sub-menu from filters
17064 available in `recentf-filter-changer-alist'.
5a8781ad
DP
17065 (recentf-data-cache, recentf-clear-data)
17066 (recentf-update-menu): Remove. All references updated.
17067 (recentf-match-rule-p, recentf-build-dir-rules)
17068 (recentf-filter-changer-goto-next)
17069 (recentf-filter-changer-get-current)
17070 (recentf-filter-changer-get-next): Remove.
17071
30c02925
LT
170722005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17073
17074 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17075 buffer "Reset" button to "Reset to Current" for consistency with
17076 the State buttons.
17077
1c258d8c
JPW
170782005-12-08 John Paul Wallington <jpw@pobox.com>
17079
17080 * ibuf-ext.el (define-ibuffer-filter filename):
17081 If `dired-directory' is a list then really use its car.
17082
84574cf2
KS
170832005-12-08 Kim F. Storm <storm@cua.dk>
17084
af71d4c0
JB
17085 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17086 Fix indention of text on right side of replaced rectangle.
84574cf2 17087
c48971b2
NR
170882005-12-09 Nick Roberts <nickrob@snap.net.nz>
17089
3d596891 17090 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
c48971b2
NR
17091 No need to check gud-comint-buffer is bound.
17092 (gdb): Prevent multiple debugging when first session uses gdba.
17093
9e04cba1
AM
170942005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17095
17096 CC Mode update to 5.31.
17097
17098 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
55b76f19
KS
17099 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17100 We might do this function properly in the future).
9e04cba1 17101
55b76f19
KS
17102 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17103 New macros c-sentence-end and c-default-value-sentence end, to cope
9e04cba1
AM
17104 with Emacs 22's new function `sentence-end'.
17105
171062005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17107
55b76f19 17108 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9e04cba1
AM
17109 compat issue using `c-put-overlay' and `c-delete-overlay'.
17110
55b76f19
KS
17111 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17112 New compat macros to handle overlays/extents.
9e04cba1
AM
17113
171142005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17115
17116 * progmodes/cc-fix.el: Add definitions of the macros push and pop
1a408ced 17117 (for GNU Emacs 20.4).
9e04cba1
AM
17118
17119 * progmodes/cc-defs.el:
1a408ced 17120 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
9e04cba1 17121
af71d4c0 17122 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9e04cba1
AM
17123 highlighting mechanism so it will work in XEmacs too.
17124
17125 * progmodes/cc-defs.el: Insert c-int-to-char.
17126
17127 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17128 call to the new macro c-int-to-char. This solves XEmacs's
17129 regarding characters as different from integers.
17130
171312005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17132
55b76f19
KS
17133 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17134 New internal helper.
9e04cba1
AM
17135
17136 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17137 construct to make the indirect face lookup work in XEmacs.
17138
17139 (c-cpp-matchers): Append the negation char face to the existing
55b76f19
KS
17140 fontification, so that the cpp face doesn't disappear.
17141 Use `c-make-syntactic-matcher' to avoid negation chars in comments
17142 and strings.
9e04cba1
AM
17143
17144 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
55b76f19 17145 to map to `font-lock-negation-char-face' in emacsen where it exists.
9e04cba1
AM
17146
171472005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17148
17149 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17150
af71d4c0
JB
17151 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17152 Rename "c-subword-move-mode" as "c-subword-mode".
9e04cba1
AM
17153
17154 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17155 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
17156
171572005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17158
17159 * progmodes/cc-mode.el: Added autoload directive for
17160 `c-subword-move-mode' for use in older emacsen.
17161
171622005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17163
17164 * progmodes/cc-mode.el:
1a408ced 17165 (i): Insert a binding for C-c C-backspace into
9e04cba1 17166 c-bind-special-erase-keys which works in TTYs.
1a408ced 17167 (ii): Make sure that when file styles are used, any explicitly
55b76f19
KS
17168 given style variables take priority over those in the style.
17169 Do this by calling `hack-local-variables' a second time.
9e04cba1
AM
17170
17171 * progmodes/cc-vars.el: Add language specific customization
17172 widgets for AWK to c-doc-comment-style, c-require-final-newline
55b76f19
KS
17173 and c-default-style. Add a defcustom for awk-mode-hook.
17174 Give c-syntactic-element and c-syntactic-context doc-strings by
17175 directly setting their `variable-documentation' propery.
17176 This allows Emacs 22.1 to read these with C-h v.
9e04cba1 17177
55b76f19 17178 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9e04cba1
AM
17179
171802005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17181
17182 * progmodes/cc-fonts.el, cc-vars.el
af71d4c0
JB
17183 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17184 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9e04cba1
AM
17185 Masatake YAMATO.
17186
17187 (c-doc-comment-style): Made GtkDoc default in C mode.
17188
17189 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17190 and C-c C-<delete>.
17191
17192 (c-bind-special-erase-keys): New function for use on
17193 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17194
17195 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17196 <delete> key behavior in XEmacs according to `delete-forward-p'.
17197 C.f. `c-electric-delete'.
17198
171992005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17200
17201 * progmodes/cc-mode.el: Give c-hungry-backspace and
d50d22f1 17202 c-hungry-delete-forward permanent key bindings.
9e04cba1 17203
55b76f19
KS
17204 * progmodes/cc-cmds.el (c-electric-semi&comma):
17205 Bind c-syntactic-context for calls to "criteria functions", for
9e04cba1
AM
17206 consistency with other calls to user functions.
17207
af71d4c0 17208 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9e04cba1
AM
17209 `current-prefix-arg', since this might be the prefix arg to a
17210 command which calls c-indent-command as a function. Change the
17211 interactive spec from "p" to "P".
17212
17213 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17214 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17215 was difficult to understand.
17216
172172005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17218
55b76f19 17219 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9e04cba1
AM
17220 first char of an identifier.
17221
17222 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17223 +" syntax in C++.
17224
172252005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17226
af71d4c0 17227 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9e04cba1
AM
17228 auto-fill doesn't split a c-comment's last word from a hanging
17229 "*/" when a space is typed between them after fill-column.
17230
17231 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17232
af71d4c0
JB
17233 * progmodes/cc-styles.el (c-set-style)
17234 (c-setup-paragraph-variables): Abort the command if we're not in a
9e04cba1
AM
17235 CC Mode buffer.
17236
17237 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17238 with blank comment-prefix, and a blank line as the comment's
17239 second line.
17240
172412005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17242
17243 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
55b76f19 17244 Incorporate the patterns added in the Emacs development branch
9e04cba1
AM
17245 for the new Emacs 22 face `font-lock-negation-char-face'.
17246
17247 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17248 of "red" since it stands out better in xterms and DOS terminals.
17249
55b76f19
KS
17250 * progmodes/cc-engine.el (c-literal-faces):
17251 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9e04cba1
AM
17252
172532005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17254
17255 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17256 forcibly enable c-electric-flag.
17257
17258 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
55b76f19
KS
17259 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17260 after the comment-prefix of a C-style comment will close that comment.
9e04cba1
AM
17261
172622005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17263
af71d4c0 17264 * progmodes/cc-fonts.el (c-basic-matchers-before)
55b76f19 17265 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9e04cba1
AM
17266 in Pike.
17267
17268 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17269 digraphs.
17270
17271 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
af71d4c0
JB
17272 (c-cpp-message-directives, c-cpp-include-directives)
17273 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
55b76f19 17274 (c-cpp-expr-directives): Introduce new language constants to
9e04cba1
AM
17275 control cpp syntax in a cleaner way.
17276
55b76f19 17277 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9e04cba1
AM
17278
17279 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17280
af71d4c0
JB
17281 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17282 (c-multiline-string-start-char): New language constants and
9e04cba1
AM
17283 variables to specify how newlines in string literals work.
17284
17285 (c-font-lock-invalid-string): Use them.
17286
17287 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17288 unbalanced close brace is entered. Optimization by avoiding going
17289 back over arbitrarily large blocks. Removed hints that this
17290 function only would be relevant/useful in AWK.
17291
17292 (c-electric-brace): Indent syntactically after the cleanups since
17293 lineup functions might do it differently then.
17294
17295 * progmodes/cc-engine.el, cc-langs.el
17296 (c-opt-op-identifier-prefix): New language constant and variable.
17297
af71d4c0
JB
17298 (c-just-after-func-arglist-p, c-after-special-operator-id)
17299 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9e04cba1
AM
17300
17301 * progmodes/cc-align.el, cc-engine.el
17302 (c-after-special-operator-id): New helper to handle C++ operator
17303 identifiers.
17304
af71d4c0
JB
17305 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17306 (c-guess-basic-syntax): Handle C++ operator identifiers in
9e04cba1
AM
17307 declarations.
17308
55b76f19 17309 * progmodes/cc-langs.el (c-assignment-operators): Add the
9e04cba1
AM
17310 trigraph version of ^= too.
17311
55b76f19 17312 * progmodes/cc-langs.el (c-assignment-operators): Add the
9e04cba1
AM
17313 trigraph version of |= in C++.
17314
55b76f19
KS
17315 * progmodes/cc-fonts.el (c-font-lock-declarators):
17316 Handle `c-decl-hangon-kwds' after the identifier name.
9e04cba1
AM
17317
17318 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17319 whether an arglist is "nonempty", ignore a comment after the open
55b76f19 17320 paren if it isn't followed by a non-comment token on the same line.
9e04cba1 17321
55b76f19
KS
17322 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17323 Enable heuristics below the point to cope with classes inside special
9e04cba1
AM
17324 brace lists in Pike.
17325
173262005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17327
17328 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17329
173302005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17331
17332 * progmodes/cc-guess.el (cc-guess-install): New function to
17333 install an already guessed style in another buffer.
17334
17335 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17336 sets `inhibit-read-only' - `c-save-buffer-state' should be used
17337 anyway if the change always is undone.
17338
173392005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17340
17341 Implement togglable electricity:
17342
17343 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17344 saying when it should be used.
17345
17346 * progmodes/cc-engine.el: Add the new buffer-local variable,
17347 c-electric-flag.
17348
17349 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17350 c-toggle-auto-newline.
17351
17352 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17353 c-toggle-auto-newline. Remove the binding for
17354 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
17355 c-toggle-electric-state.
17356
17357 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17358
17359 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17360 c-\(forward\|backward\)-subword.
17361 (c-update-modeline): Add the new modeline flag `l' for
55b76f19
KS
17362 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
17363 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17364 Make the old name an alias of the new name.
9e04cba1 17365 (c-toggle-electric-state): New function.
55b76f19 17366 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9e04cba1
AM
17367 Adapt these functions to do electric things only when
17368 c-electric-flag is non-nil.
17369 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17370 new functions from c-electric-brace.
17371 (c-point-syntax): Add a check for "virtual semicolons" in AWK
17372 mode, so that the tentative extra newline doesn't change the
17373 syntax of the following brace.
af71d4c0 17374 (c-electric-brace): Restructure by extracting the above functions.
9e04cba1
AM
17375 Tidy up the coding somewhat.
17376 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17377 restructure a bit.
17378
173792005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17380
17381 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
55b76f19 17382 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9e04cba1
AM
17383
17384 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
55b76f19 17385 (c-submode-indicators): Change name from `c-auto-hungry-string'
9e04cba1
AM
17386 since it's now used to track another submode.
17387
55b76f19 17388 (c-update-modeline): Convert to function and extended to check
9e04cba1
AM
17389 `c-subword-move-mode'.
17390
17391 (c-forward-into-nomenclature, c-backward-into-nomenclature):
55b76f19 17392 Convert to compat aliases for `c-forward-subword' and
9e04cba1
AM
17393 `c-backward-subword'.
17394
17395 * progmodes/cc-subword.el: New functions and minor mode to handle
17396 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17397
af71d4c0
JB
17398 (c-forward-subword, c-backward-subword, c-mark-subword)
17399 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17400 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9e04cba1
AM
17401 Functions corresponding to the standard word handling functions.
17402
17403 (c-subword-move-mode): Minor mode that replaces all the standard
17404 word handling functions with their subword equivalences.
17405
174062005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17407
17408 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17409 entry for one-liner-defun.
17410
17411 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17412 name in its def-edebug-spec.
17413
17414 * progmodes/cc-cmds.el (c-electric-brace): Make the
17415 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
17416 compacts space before a comment, if this will make things fit on
17417 one line.
17418
17419 Introduce an "awk" style, mainly for auto-newline and clean-ups.
17420
1a408ced 17421 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
9e04cba1
AM
17422
17423 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17424 clean-up one-liner-defun.
3d596891 17425
9e04cba1
AM
17426 * progmodes/cc-styles.el: Add the new "awk" style.
17427
17428 * progmodes/cc-vars.el: Add description of one-liner-defun to
17429 c-cleanup-list's doc-string. New user options,
17430 c-max-one-liner-length. In c-default-style, set the default style
17431 for AWK to "awk".
17432
174332005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17434
55b76f19 17435 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9e04cba1
AM
17436 macros inside labels.
17437
55b76f19 17438 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9e04cba1
AM
17439 `c-at-statement-start-p' and `c-at-expression-start-p'.
17440
17441 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17442 error if the mark isn't set.
17443
af71d4c0
JB
17444 * progmodes/cc-engine.el (c-guess-continued-construct)
17445 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9e04cba1
AM
17446 accurately detect functions inside functions.
17447
17448 * progmodes/cc-engine.el (c-at-expression-start-p): New function
17449 like `c-at-statement-start-p' that additionally recognizes commas
17450 and expression parentheses as delimiters.
17451
55b76f19 17452 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9e04cba1 17453 to avoid heuristics that doesn't work for unclosed blocks.
9e04cba1
AM
17454 (c-at-statement-start-p): New function.
17455
17456 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17457 Objective-C directives, e.g. directives spanning lines should work
17458 reasonably well now.
17459
17460 (c-put-c-type-property, c-clear-c-type-property): New helpers.
17461
17462 (c-forward-objc-directive): New function to move over any ObjC
17463 directive.
17464
af71d4c0
JB
17465 (c-just-after-func-arglist-p, c-guess-basic-syntax)
17466 (c-basic-matchers-before): Use it.
9e04cba1 17467
55b76f19 17468 (c-font-lock-objc-iip-decl): Remove.
9e04cba1
AM
17469
17470 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17471 in the template arglist recognition.
17472
55b76f19 17473 * progmodes/cc-styles.el (c-style-alist): Fix several
9e04cba1
AM
17474 inconsistencies in the Whitesmith style.
17475
af71d4c0
JB
17476 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17477 New lineup function to get lines after Whitesmith style blocks
9e04cba1
AM
17478 correctly indented.
17479
55b76f19 17480 (c-lineup-whitesmith-in-block): Back out the compensation for
9e04cba1
AM
17481 opening parens since it's done using `add' lists in the style
17482 definition instead. Don't use the anchor position since it varies
17483 too much between the syntactic symbols. :P
17484
55b76f19 17485 * progmodes/cc-vars.el (c-valid-offset): Update.
9e04cba1 17486
55b76f19 17487 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9e04cba1 17488 lists where the offsets are combined according to several
55b76f19
KS
17489 different methods: `first', `min', `max', and `add'.
17490 Report offset evaluation errors with `c-benign-error' so that some kind
9e04cba1
AM
17491 of reindentation still is done.
17492
55b76f19
KS
17493 * progmodes/cc-engine.el (c-guess-basic-syntax):
17494 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9e04cba1
AM
17495 `arglist-close'.
17496
55b76f19 17497 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9e04cba1
AM
17498 situations for `arglist-cont-nonempty' and `arglist-close'.
17499
55b76f19 17500 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9e04cba1
AM
17501
17502 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17503 cc-bytecomp-boundp' in a number of places.
17504
55b76f19 17505 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9e04cba1
AM
17506 macro related issue.
17507
175082005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17509
17510 * progmodes/cc-awk.el: Change the terminology of regexps: A char
55b76f19
KS
17511 list is now [asdf], a char class [:alpha:].
17512 Include code for char classes.
17513 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
17514 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9e04cba1
AM
17515
17516 Remove (nearly all of) the cruft associated with AWK Mode's former
17517 concept of "virtual semicolons":
17518
17519 Adapt c-beginning-of-statement, c-end-of-statement (together with
17520 subfunctions) to use the new notion of "virtual semicolon" in
17521 place of the old awkward special handling for AWK. There remains
17522 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17523 * progmodes/cc-cmds.el:
17524 (c-ascertain-adjacent-literal): In the backwards direction, now
17525 recognises AWK regexp delimiters as string delimiters.
17526 (c-after-statement-terminator-p): Adapt for virtual semicolons;
17527 check more rigorously for "end of macro".
17528 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17529 virtual semicolons;
17530 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17531 out the code for forward movement into ...
17532 (c-end-of-statement): Now contains the code for forward movement,
17533 adapted for virtual semicolons.
17534
17535 * progmodes/cc-engine.el:
af71d4c0 17536 (c-ws*-string-limit-regexp): New regexp.
9e04cba1
AM
17537 (c-forward-single-comment, c-backward-single-comment): Comment out
17538 the (now redundant) "special" AWK stuff.
17539
17540 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17541 c-string-par-start, c-string-par-separate to be more like Text
17542 Mode than Fundamental Mode.
17543
175442005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17545
17546 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17547 to the fontified region so that fontification doesn't occur
af71d4c0
JB
17548 outside it (could happen e.g. when fontifying a line with an
17549 unfinished declaration).
9e04cba1
AM
17550
175512005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17552
55b76f19
KS
17553 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17554 start of the file. ^L now separate sections of the file.
1a408ced 17555 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
55b76f19
KS
17556 (c-awk-one-line-possibly-open-string-re)
17557 (c-awk-regexp-one-line-possibly-open-char-class-re)
17558 (c-awk-one-line-possibly-open-regexp-re)
17559 (c-awk-one-line-non-syn-ws*-re): New defonsts.
17560 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9e04cba1
AM
17561
17562 Amend the concept of "virtual semicolons" (in the indentation
17563 engine) for languages like AWK, such that they are now
17564 conceptually attached to end of the last token of a statement, not
17565 the end of the line. (In AWK Mode, however, the pertinent text
17566 property is still physically set on the EOL.) Remove the specific
17567 tests for awk-mode, thus facilitating the introduction of other
55b76f19
KS
17568 language modes where EOLs can end statements.
17569 (Note: The funtionality in cc-cmds.el, specifically
9e04cba1
AM
17570 c-beginning/end-of-statement has yet to be amended.)
17571
55b76f19
KS
17572 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17573 New macros.
9e04cba1
AM
17574
17575 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17576 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
17577 c-vsemi-status-unknown-p-fn (in a new page).
17578
17579 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17580 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17581 numerous awkward forms like
17582 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
55b76f19
KS
17583 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
17584 variable before-ws-ip, the place just after char-before-ip appears.
9e04cba1
AM
17585
17586 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17587 a comment.
17588
175892005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17590
55b76f19 17591 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9e04cba1
AM
17592 `c-tentative-buffer-changes'.
17593
55b76f19
KS
17594 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17595 convert to macro to choose between Emacs and XEmacs at compile time.
9e04cba1 17596
55b76f19 17597 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9e04cba1
AM
17598
17599 (c-tentative-buffer-changes): New macro to handle temporary buffer
17600 changes in a convenient way.
17601
17602 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17603 for `c-tentative-buffer-changes'.
17604
55b76f19 17605 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9e04cba1
AM
17606 the checks for paren sexps between the point and the keyword, to
17607 avoid some false alarms.
17608
17609 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17610 Fixed a situation where an error could be thrown for unbalanced
17611 parens. Changed to make use of c-keyword-member' to avoid some
17612 repeated regexp matches.
17613
55b76f19
KS
17614 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17615 These language variable are no longer necessary.
9e04cba1
AM
17616
17617 (c-block-stmt-kwds): New language constant used by
17618 c-looking-at-inexpr-block'.
17619
55b76f19 17620 (c-guess-basic-syntax): Remove an optional check that looked at
9e04cba1
AM
17621 the existence of the now removed language variables.
17622
55b76f19
KS
17623 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17624 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9e04cba1
AM
17625 object instantiation expressions as declarations in some contexts.
17626 This bug only affected languages where the declarator can't be
17627 enclosed in parentheses.
17628
55b76f19 17629 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9e04cba1
AM
17630 insert newlines before and after substatement braces.
17631
17632 * progmodes/cc-engine.el: Improved the heuristics for recognizing
17633 function declaration headers and the handling of C++ style member
17634 init lists.
17635
17636 (c-just-after-func-arglist-p): Rewritten to use
17637 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
17638
55b76f19 17639 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9e04cba1 17640
55b76f19
KS
17641 (c-guess-basic-syntax): Adapt case 5B for the new
17642 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
17643 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9e04cba1
AM
17644 covers all cases now).
17645
55b76f19 17646 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9e04cba1
AM
17647
176482005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17649
17650 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17651 c-string-par-start/separate c-sentence-end-with-esc-eol,
17652 initialised in c-setup-paragraph-variables, used in string
17653 scanning subroutines of c-beginning-of-statement.
17654
af71d4c0 17655 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9e04cba1
AM
17656 which precedes the newly inserted `{'.
17657
176582005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17659
17660 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17661 function for declaration level blocks. It should now cope with
17662 templates better and also be a lot more comprehensible.
17663
17664 (c-looking-at-decl-block): The new function.
17665
17666 (c-search-uplist-for-classkey): The old one. It's now a wrapper
17667 for compatibility.
17668
55b76f19
KS
17669 (c-add-class-syntax, c-guess-continued-construct)
17670 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9e04cba1 17671
55b76f19 17672 (c-decl-block-key): Change to tell apart ambiguous and
9e04cba1
AM
17673 unambiguous keywords. Pike specials are now handled directly in
17674 the code instead.
17675
55b76f19
KS
17676 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17677 New language constants and variables to make the backward skip in
9e04cba1
AM
17678 `c-looking-at-decl-block' as tight as possible.
17679
17680 (c-nonsymbol-token-char-list): New language constant.
17681
17682 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17683 find balanced template arglists backwards.
17684
17685 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17686 making char classes for `c-syntactic-skip-backward'.
17687
55b76f19 17688 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9e04cba1
AM
17689 16D - can't be a class-close at that point.
17690
af71d4c0
JB
17691 * progmodes/cc-engine.el (c-guess-basic-syntax)
17692 (c-add-class-syntax): Don't narrow out the enclosing declaration
9e04cba1
AM
17693 level. This makes everything a lot easier, and it was actually
17694 only four small places that needed it to work. Some places that
17695 previously did `widen' are removed now, which has the effect that
17696 `c-guess-basic-syntax' never will look at things outside the
17697 current narrowment now. The anchor position for `topmost-intro'
17698 is affected by this, but it was so bogus it was basically useless
55b76f19 17699 before, and now it's equally bogus but in a slightly different way.
9e04cba1
AM
17700
17701 (c-narrow-out-enclosing-class): Gone.
17702
17703 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17704 the narrowed region.
17705
55b76f19 17706 (c-least-enclosing-brace): Remove silly optional argument.
9e04cba1 17707
55b76f19 17708 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9e04cba1
AM
17709 the point could be left directly after an open paren when finding
17710 the beginning of the first decl in the block.
17711
17712 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17713 Specify which submatch to use.
17714
119f6f17 17715 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9e04cba1 17716
af71d4c0 17717 (c-decl-start-re): No longer any need for special treatment of
9e04cba1
AM
17718 ObjC due to the above.
17719
17720 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17721 presumably follows C in that regard.
17722
17723 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17724 New language constants to specify operator tokens inside
17725 identifiers in a more high level way.
17726
17727 (c-opt-identifier-prefix-key): New internal language constant.
17728
af71d4c0
JB
17729 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17730 (c-identifier-start, c-identifier-key): Now completely calculated
9e04cba1
AM
17731 from other constants.
17732
55b76f19 17733 (c-identifier-last-sym-match): Decommission since it's no longer used.
9e04cba1 17734
55b76f19 17735 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9e04cba1 17736
55b76f19 17737 * progmodes/cc-engine.el (c-forward-name): Remove the
9e04cba1
AM
17738 optimization when c-identifier-key is equal to c-symbol-key since
17739 it doesn't work in byte compiled files. Don't record empty
17740 regions as identifiers.
17741
17742 * progmodes/cc-langs.el (c-filter-ops): New helper function to
17743 simplify access to `c-operators' and its likes.
17744
af71d4c0
JB
17745 (c-operator-list, c-all-op-syntax-tokens)
17746 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17747 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17748 (c-primary-expr-regexp, c-cast-parens): Use it.
9e04cba1
AM
17749
17750 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17751 an explicit language in functions.
17752
55b76f19 17753 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9e04cba1
AM
17754 variant of adornment.
17755
55b76f19 17756 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9e04cba1
AM
17757 variable.
17758
55b76f19 17759 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9e04cba1
AM
17760 the Pike value.
17761
af71d4c0
JB
17762 * progmodes/cc-engine.el (c-on-identifier)
17763 (c-simple-skip-symbol-backward): Small fix for handling "-"
9e04cba1
AM
17764 correctly in `skip-chars-backward'. Affected the operator lfun
17765 syntax in Pike.
17766
55b76f19 17767 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9e04cba1
AM
17768 diagnostic message about precompiled language vars not being used.
17769
17770 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
17771 "__attribute__" is followed by a parenthesis.
17772
af71d4c0
JB
17773 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
17774 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9e04cba1
AM
17775 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
17776
55b76f19
KS
17777 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
17778 Internal cleanups to properly detect the declared identifiers in
17779 various declarations.
9e04cba1
AM
17780
17781 (c-decl-start-kwds): New language constant to recognize
17782 declarations that can start anywhere. Used for class declarations
17783 in Pike.
17784
af71d4c0
JB
17785 (c-specifier-key, c-not-decl-init-keywords)
17786 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
17787 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9e04cba1 17788
af71d4c0 17789 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
55b76f19 17790 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9e04cba1
AM
17791 handling of the compiler specific extension keywords into a new
17792 language constant `c-decl-hangon-kwds' that defines keyword
17793 clauses to be ignored in declarations.
17794
17795 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
17796 past unrecognized tokens when handling `c-colon-type-list-kwds'.
17797 Necessary to stop at the declared identifier in e.g. IDL valuetype
17798 declarations.
17799
af71d4c0
JB
17800 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
17801 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
17802 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
17803 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9e04cba1
AM
17804 class and enum declarations as such and not as part of the type.
17805
55b76f19
KS
17806 (c-forward-decl-or-cast-1, c-forward-label): Relax the
17807 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9e04cba1
AM
17808
17809 (c-forward-decl-or-cast-1): Don't disregard sure signs of
17810 declarations when there's some syntax error later on.
17811
17812 (c-complex-decl-matchers): Did away with a reference to
17813 `c-specifier-key'.
17814
17815 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
17816 value - this variable is always dynamically bound.
17817
af71d4c0
JB
17818 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
17819 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
55b76f19 17820 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9e04cba1
AM
17821 functions that might do hidden buffer changes: All such internal
17822 functions are now marked instead of those that don't.
17823
af71d4c0
JB
17824 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
17825 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
17826 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
17827 (c-literal-type): Allow these functions to make hidden buffer changes,
9e04cba1
AM
17828 so that they are free to use text property caching later on.
17829
af71d4c0
JB
17830 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
17831 (c-electric-brace, c-electric-slash, c-electric-star)
17832 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
17833 (c-electric-paren, c-electric-continued-statement, c-indent-command)
17834 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
55b76f19 17835 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9e04cba1
AM
17836 with the changed semantics of the functions above.
17837
55b76f19 17838 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9e04cba1
AM
17839 when macros occur in obscure places. Optimized the sexp movement
17840 a bit.
17841
178422005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17843
17844 Enhancements for c-beginning-of-statement to work in AWK Mode:
17845
17846 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17847 (completed statement) with `}' (statement completed by closing
17848 brace or semicolon) and `$' (statement completed by EOL).
17849
af71d4c0
JB
17850 (c-awk-virtual-semicolon-ends-prev-line-p)
17851 (c-awk-virtual-semicolon-ends-line-p)
17852 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17853 (c-awk-at-statement-end-p): New functions.
9e04cba1
AM
17854
17855 * progmodes/cc-cmds.el: Simplify the structure of functions
17856 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
17857 two functions and c-beginning-of-statement to handle AWK Mode.
17858
17859 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17860 c-backward-single-comment for AWK mode. Attempt to clarify their
17861 doc-strings.
17862
17863 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17864
178652005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17866
17867 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17868 label handling. Labels are now recognized in a uniform and more
17869 robust way, regardless of context. Text properties are put on all
55b76f19
KS
17870 labels to recognize the following declarations better.
17871 Multiword labels are handled both in indentation and fontification for
17872 the benefit of language extensions like Qt. For consistency, keywords
17873 in labels are now fontified with the label face instead.
17874 That also applies to "case" and "default".
9e04cba1 17875
55b76f19 17876 (c-beginning-of-statement-1): Fix some bugs in the label
9e04cba1
AM
17877 handling. Disregard `c-nonlabel-token-key' in labels that begin
17878 with `c-label-kwds'.
17879
17880 (c-find-decl-spots): Support that the callback adds more
17881 `c-decl-end' spots to find.
17882
17883 (c-forward-decl-or-cast-1): Don't treat a list of plain
17884 identifiers followed by a colon as a declaration.
17885
17886 (c-forward-label): New function to recognize labels.
17887
55b76f19 17888 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9e04cba1
AM
17889 `c-forward-label'. Moved the label recognition cases (14 and 15)
17890 earlier since they aren't so context sensitive now. Handle labels
17891 on the top level gracefully. Moved access label recognition to
17892 the generic label case (CASE 15) - removed CASE 5E.
17893
55b76f19 17894 (c-font-lock-declarations): Add recognition of labels in the
9e04cba1
AM
17895 same round since we need to handle labels in parallell with other
17896 declarations to recognize both accurately. It should also improve
17897 speed.
17898
55b76f19
KS
17899 (c-simple-decl-matchers, c-basic-matchers-after):
17900 Move `c-font-lock-labels' so that it only is used on decoration level 2
9e04cba1
AM
17901 since `c-font-lock-declarations' handles it otherwise.
17902
55b76f19 17903 (c-complex-decl-matchers): Remove the simplistic recognition of
9e04cba1
AM
17904 access labels.
17905
55b76f19 17906 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9e04cba1
AM
17907 with labels earlier.
17908
17909 (c-decl-start-re): New language variable to make
17910 `c-font-lock-declarations' stop for the special protection labels
119f6f17 17911 in Objective-C that start with `@'.
9e04cba1 17912
55b76f19 17913 (c-label-key): Remove since it's no longer used.
9e04cba1
AM
17914
17915 (c-recognize-colon-labels, c-label-prefix-re): New language
55b76f19 17916 constants to support recognition of generic colon-terminated labels.
9e04cba1
AM
17917
17918 (c-type-decl-end-used): `c-decl-end' is now used whenever there
17919 are colon terminated labels.
17920
55b76f19 17921 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9e04cba1
AM
17922 first argument starts with a special brace list.
17923
af71d4c0 17924 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
55b76f19 17925 (c-font-lock-declarations): Break out the declaration and cast
9e04cba1
AM
17926 recognition from `c-font-lock-declarations' to a new function, so
17927 that it can be used in the indentation engine.
17928
55b76f19 17929 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9e04cba1
AM
17930 up to the start of the literal. Fixed bug with the point on the
17931 wrong side of the search limit that could happen when the start
17932 position is inside a literal.
17933
af71d4c0 17934 * progmodes/cc-engine.el (c-parse-state)
55b76f19 17935 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9e04cba1
AM
17936 so that it's kept a little bit back to increase the hit rate.
17937
55b76f19 17938 (c-parse-state): Change the macro handling and fixed some
9e04cba1
AM
17939 glitches. Macro context is checked more often than necessary now,
17940 but otoh less garbage conses are generated.
17941
af71d4c0
JB
17942 * progmodes/cc-engine.el (c-parse-state)
17943 (c-invalidate-state-cache): Cache the last position where
9e04cba1 17944 `c-state-cache' applies. This can speed up refontification quite
55b76f19 17945 a bit in blocks where there are many non-brace parens before the point.
9e04cba1
AM
17946
17947 (c-state-cache-end): New variable for this.
17948
55b76f19 17949 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9e04cba1
AM
17950 cache variable.
17951
17952 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
17953 get close initial continue positions when the start position is
17954 inside a literal or macro. Do not call the callback for spots
17955 before the start position (which can happen e.g. for `c-decl-end'
17956 spots inside comments). Optimize better in special cases when the
17957 region is a single line inside a literal or macro (typically when
17958 the current line is refontified).
17959
55b76f19 17960 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9e04cba1
AM
17961 to `c-add-stmt-syntax' - there's no need to explicitly whack off
17962 entries from the paren state.
17963
55b76f19 17964 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9e04cba1
AM
17965 special case for "else if" clauses.
17966
af71d4c0
JB
17967 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
17968 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9e04cba1 17969
55b76f19
KS
17970 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
17971 New language variable to recognize the gcc extension with statement
9e04cba1
AM
17972 blocks inside expressions.
17973
55b76f19 17974 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9e04cba1
AM
17975 it somewhat more comprehensible. The argument AT-BLOCK-START is
17976 no longer used and hence removed.
17977
55b76f19 17978 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9e04cba1
AM
17979 to `c-add-stmt-syntax'.
17980
55b76f19
KS
17981 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17982 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9e04cba1
AM
17983 This fixes bogus label recognition.
17984
af71d4c0 17985 * progmodes/cc-engine.el (c-add-type, c-check-type)
55b76f19 17986 (c-forward-name, c-forward-type): Improve storage of template
9e04cba1
AM
17987 types in `c-found-types' so that they can be recognized better.
17988
55b76f19 17989 (c-syntactic-content): Add option to skip past nested parens.
9e04cba1 17990
55b76f19
KS
17991 * progmodes/cc-engine.el (c-forward-name):
17992 Set `c-last-identifier-range' all the time. It's less work that way.
9e04cba1
AM
17993 Handle that there might not be an identifier to store in
17994 `c-last-identifier-range'.
17995
17996 (c-forward-type): Handle that `c-last-identifier-range' might be
17997 nil from `c-forward-name'.
17998
af71d4c0 17999 * progmodes/cc-defs.el (c-safe-scan-lists)
55b76f19 18000 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9e04cba1
AM
18001
18002 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18003 to work even if the form fails.
18004
18005 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18006 down in a large file in one go.
18007
55b76f19 18008 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9e04cba1
AM
18009
18010 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18011 function which is like `c-lineup-math' but returns nil instead of
18012 `c-basic-offset' when it doesn't match.
18013
55b76f19 18014 (c-lineup-math): Change to use `c-lineup-assignments'.
9e04cba1
AM
18015
180162005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18017
18018 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18019 c-beginning-of-statement. New subfunctions
18020 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18021
180222005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18023
18024 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18025 hardcoded char classes whereever possible. Changed a couple of
18026 places to use skip by syntax instead of skip by char class.
18027
18028 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
55b76f19 18029 Fix a bug in the regexp that caused extreme backtracking.
9e04cba1 18030
af71d4c0
JB
18031 * progmodes/cc-langs.el (c-block-comment-starter)
18032 (c-block-comment-ender): New language constants to specify in a
9e04cba1
AM
18033 single place how block comments look.
18034
af71d4c0
JB
18035 (c-comment-start-regexp, c-block-comment-start-regexp)
18036 (comment-start, comment-end, comment-start-skip)
18037 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18038 (c-syntactic-ws, c-nonempty-syntactic-ws)
18039 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9e04cba1
AM
18040 `c-line-comment-starter', `c-block-comment-starter' and
18041 `c-block-comment-ender'.
18042
af71d4c0
JB
18043 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18044 New language constants to break up things a bit.
9e04cba1
AM
18045
18046 (c-simple-ws): New language constant for simple whitespace.
18047
55b76f19 18048 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9e04cba1 18049
55b76f19 18050 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9e04cba1
AM
18051 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18052 newlines. Allow and ignore nil elements in the list.
18053
180542005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18055
18056 * progmodes/cc-cmds.el: Comment out a (n almost certainly
55b76f19 18057 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9e04cba1
AM
18058
18059 * progmodes/cc-cmds.el: Tidy up the comments in
18060 c-beginning-of-statement and subfunctions.
18061
18062 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18063 more flexible c-put-char-property and c-clear-char-properties.
18064 Add the author's email address.
18065
55b76f19 18066 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9e04cba1
AM
18067
18068 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18069 closing "*/" of a block comment.
18070
18071 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18072 subfunctions) so that it works at BOB and EOB.
18073
18074 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18075 c-beginning-of-statement, including new variable
18076 c-block-comment-start-regexp.
18077
180782005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18079
18080 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18081 symbols from `*-font-lock-extra-types' so that there's no need to
18082 use `regexp-opt' on those lists.
18083
18084 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18085 `c-type-modifier-kwds' is empty.
18086
18087 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18088 there are several strings on the same line.
18089
55b76f19 18090 * progmodes/cc-engine.el (c-literal-limits): Remove the
9e04cba1
AM
18091 compatibility function for older emacsen. `c-literal-limits-fast'
18092 has now taken the place of this function.
18093
55b76f19 18094 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
119f6f17 18095 with older emacsen: We now require `pps-extended-state'.
9e04cba1
AM
18096
180972005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18098
18099 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18100 which obviates the need to hack sentence-end. This now handles
18101 escaped newlines in strings correctly. Correct minor bugs in
18102 c-move-over-sentence and in c-beginning-of-statement.
18103
18104 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18105 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18106 that movement over macros and code are rigorously separated from
18107 eachother. Correct a few incidental bugs.
18108
18109 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
55b76f19 18110 Improve its doc-string. Improve the handling of certain specific cases.
9e04cba1
AM
18111
181122005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18113
18114 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
55b76f19 18115 (c-guess-basic-syntax): Change the way class-level labels are
9e04cba1
AM
18116 recognized; they can now contain essentially any symbols.
18117
18118 (c-opt-extra-label-key): New language variable to cope with the
18119 special protection label syntax in Objective-C.
18120
55b76f19 18121 (c-opt-access-key): Remove; this is now handled better by
9e04cba1
AM
18122 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18123
18124 (c-complex-decl-matchers): Update to handle that
18125 `c-opt-access-key' no longer exists.
18126
18127 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18128 improved label recognition in `c-beginning-of-statement-1'.
18129
18130 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18131 Recognize bitfields better.
18132
18133 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
55b76f19 18134 Remove some cruft and fixed a bug that could cause it to go to a
9e04cba1
AM
18135 position further down.
18136
18137 * progmodes/cc-langs.el, cc-engine.el
55b76f19 18138 (c-beginning-of-statement-1): Improve detection of labels in
9e04cba1
AM
18139 declaration contexts.
18140
18141 (c-beginning-of-decl-1): Use it.
18142
18143 (c-nonlabel-token-key): New language constant and variable needed
18144 by `c-beginning-of-statement-1'.
18145
55b76f19 18146 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9e04cba1
AM
18147 manifested itself due to the correction in `c-forward-sexp'.
18148
55b76f19
KS
18149 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18150 Make these behave as documented when used at the buffer limits.
9e04cba1
AM
18151
18152 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18153 (c-type-decl-end-used): Made this a language variable.
18154
18155 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18156 correctly when `combine-after-change-calls' is used together with
18157 temporary narrowings.
18158
55b76f19
KS
18159 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18160 Report labels correctly when the start point is immediately after the
9e04cba1
AM
18161 colon.
18162
55b76f19
KS
18163 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18164 Remove since it isn't used anymore.
9e04cba1
AM
18165
18166 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18167 bracket arglists such as template parens in C++.
18168
55b76f19 18169 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9e04cba1
AM
18170 in the last check-in. Some optimization.
18171
55b76f19 18172 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9e04cba1
AM
18173 where it could stop at the same level in a preceding sexp when
18174 PAREN-LEVEL is set.
18175
18176 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18177 text property lookup only when it's needed.
18178
18179 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
55b76f19 18180 Change the policy for paren marked angle brackets to be more
9e04cba1
AM
18181 persistent; once marked they remain marked even when they're found
18182 to be unbalanced in the searched region. This should keep the
18183 paren syntax around even when individual lines are refontified in
18184 multiline template arglists.
18185
18186 (c-parse-and-markup-<>-arglists): New dynamically bound variable
18187 to control markup so that incorrect angle bracket arglists aren't
18188 marked in contexts where the correct value for
18189 `c-disallow-comma-in-<>-arglists' isn't known.
18190
18191 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18192 argument has become `c-parse-and-markup-<>-arglists'.
18193
55b76f19 18194 (c-remove-<>-arglist-properties): Remove - no longer used.
9e04cba1
AM
18195
18196 (c-after-change-check-<>-operators): New function used on
18197 `after-change-functions' to avoid that "<" and ">" characters that
18198 are part of longer operators have paren syntax.
18199
18200 (c-<>-multichar-token-regexp): New language variable used by
18201 `c-after-change-check-<>-operators'.
18202
18203 (c-after-change): Call `c-after-change-check-<>-operators'.
18204
18205 (c-font-lock-<>-arglists): Use the context properties set by
55b76f19
KS
18206 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18207 correctly to avoid doing invalid markup.
9e04cba1 18208
55b76f19 18209 (c-font-lock-declarations): Remove code that undoes the invalid
9e04cba1
AM
18210 markup done by `c-font-lock-<>-arglists'.
18211
18212 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18213 after `c-font-lock-declarations'.
18214
55b76f19
KS
18215 * progmodes/cc-engine.el (c-syntactic-skip-backward):
18216 Add paren-level feature.
9e04cba1 18217
55b76f19 18218 (c-guess-basic-syntax): Improve the anchor position for
9e04cba1
AM
18219 `template-args-cont' in nested template arglists. There's still
18220 much to be desired in this area, though.
18221
182222005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18223
18224 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
55b76f19 18225 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9e04cba1
AM
18226
182272005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18228
18229 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
af71d4c0 18230 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9e04cba1
AM
18231
18232 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18233 it doesn't work no longer are supported.
18234
af71d4c0
JB
18235 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18236 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9e04cba1
AM
18237 requires support for the syntax-table' text property, which rules
18238 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
18239 cruft associated with those versions.
18240
18241 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18242 for the `syntax-table' text property, which rules out Emacs 19 and
18243 XEmacs < 21.4. Removed various compatibility cruft associated
18244 with those versions.
18245
18246 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18247 support for the `syntax-table' text property.
18248
18249 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18250 variable and use an extra quoted face name instead. All the
18251 emacsen flavors handle that correctly.
18252
af71d4c0
JB
18253 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18254 (c-font-lock-declarators, c-font-lock-declarations)
18255 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9e04cba1
AM
18256 property to mark the items in in declarator lists to handle
18257 refontification inside multiline declarations better.
18258
18259 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18260 construct like "a * b = c;" as a declaration.
18261
3dd63dc3
KS
182622005-12-08 Kim F. Storm <storm@cua.dk>
18263
55b76f19 18264 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
3d596891
KS
18265 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
18266 select either meta, hyper, or super modifier for rectangle commands.
18267 (cua--rectangle-modifier-key): New defvar.
119f6f17 18268 (cua--M/H-key): Use it. Remove special case for `space'.
3d596891
KS
18269 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18270 on X, to meta otherwise. Always bind C-return to toggle
119f6f17 18271 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3d596891 18272
55b76f19
KS
18273 * emulation/cua-rect.el (cua-help-for-rectangle):
18274 Use cua--rectangle-modifier-key. Handle super modifier too.
3d596891 18275 (cua--init-rectangles): Always bind C-return to toggle rectangle.
119f6f17 18276 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3d596891 18277
ad668f10
KS
18278 * ido.el: Move Acknowledgements and History after Commentary.
18279 Minor changes to Commentary.
18280
3dd63dc3 18281 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
119f6f17 18282 keymap if cua--prefix-override-timer is `shift'.
3dd63dc3
KS
18283 (cua--shift-control-prefix): New function; emulate "type prefix
18284 key twice" functionality to handle shifted prefix key override.
55b76f19
KS
18285 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18286 New commands.
3dd63dc3
KS
18287 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18288
9992b124
CD
182892005-12-08 Carsten Dominik <dominik@science.uva.nl>
18290
30c02925 18291 * textmodes/org.el (org-insert-heading): Try to do items before
9992b124
CD
18292 headings.
18293 (org-agenda-mode): Quote `org-agenda-mode-hook'.
18294 (org-insert-item): New function.
18295 (org-renumber-ordered-list): Don't skip to higher level lists.
18296
3f30c272
JL
182972005-12-08 Juri Linkov <juri@jurta.org>
18298
18299 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18300
18301 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18302
18303 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18304
18305 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18306 the constructed function name fun-1.
18307
18308 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18309 because such links don't lead to parent documentation.
18310
086c5b2b
KH
183112005-12-08 Kenichi Handa <handa@m17n.org>
18312
18313 * descr-text.el (describe-char): Use *Help-2* buffer if the
18314 current buffer is *Help*. Call describe-text-properties while
18315 setting the original buffer.
18316
4af6c011
BW
183172005-12-07 Bill Wohler <wohler@newt.com>
18318
af71d4c0 18319 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4af6c011
BW
18320 and causes problems with non-MH users (such as Gnus users).
18321
a25e15ea
NR
183222005-12-08 Nick Roberts <nickrob@snap.net.nz>
18323
18324 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18325 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18326 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18327 command "info sources". Move calls to GDB command "list".
18328 (gdb-find-file-hook): Just use gdb-source-file-list.
18329 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18330 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18331 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18332 (gdb-data-list-register-values-handler): Use correct trigger name.
18333
b89a8e1a
KS
183342005-12-07 Kim F. Storm <storm@cua.dk>
18335
af71d4c0 18336 * ido.el (ido-completion-map): Rename from ido-mode-map.
b89a8e1a
KS
18337 (ido-common-completion-map, ido-file-completion-map)
18338 (ido-file-dir-completion-map, ido-buffer-completion-map):
af71d4c0
JB
18339 Rename from ido-mode-....-map.
18340 (ido-init-completion-maps): Rename from ido-init-mode-maps.
18341 (ido-setup-completion-map): Rename from ido-define-mode-map.
b89a8e1a
KS
18342 (ido-read-internal): Bind minibuffer-local-filename-completion-map
18343 to ido-completion-map.
18344
735b7c87
KH
183452005-12-07 Kenichi Handa <handa@m17n.org>
18346
18347 * international/mule-cmds.el
18348 (set-display-table-and-terminal-coding-system): If the coding
18349 system specified in `unibyte-display' property is different from
18350 the arg coding-system, don't setup standard-display-table.
18351
6a6e859a
SM
183522005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18353
18354 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18355 that comments end at \n, regardless of selective-display.
18356
7a96cae6
NR
183572005-12-07 Nick Roberts <nickrob@snap.net.nz>
18358
18359 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18360 (gdb-version): New variables.
18361 (gdb-source-file-list, gdb-register-names)
18362 (gdb-changed-registers): New variables for use with GDB 6.4+.
18363 (gdb-ann3): Replace with...
18364 (gdb-init-1, gdb-init-2): ...two new functions.
18365 (gdba, gdb-prompt): Call gdb-init-1.
18366 (gdb-get-version): New function. Call gdb-init-2 from here.
18367 (gud-watch): Make it work with mouse events too.
18368 (gdb-post-prompt): Don't add to queue until GDB version is known.
18369 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18370 (gdb-locals-mode): Use gdb-version.
18371 (gdb-memory-format-map, gdb-memory-unit-map)
18372 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18373 (gdb-locals-font-lock-keywords-1)
18374 (gdb-locals-font-lock-keywords-2): New variables.
c48971b2 18375 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7a96cae6
NR
18376 (gdb-set-gud-minor-mode-existing-buffers-1)
18377 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18378 (gdb-var-update-1, gdb-var-update-handler-1)
18379 (gdb-data-list-register-values-handler)
18380 (gdb-data-list-register-values-custom)
18381 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6a6e859a
SM
18382 (gdb-stack-list-locals-handler, gdb-get-register-names):
18383 New functions for use with GDB 6.4+.
7a96cae6
NR
18384 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18385 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18386 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18387 (gdb-stack-list-locals-regexp)
18388 (gdb-data-list-register-names-regexp): New regexps for use with
18389 GDB 6.4+.
18390
6277435b
SM
183912005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18392
18393 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18394
8cedef2e 183952005-12-06 Nozomu Ando <nand@mac.com>
98b537f7
SJ
18396
18397 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18398 prompts work for AUTH PLAIN. Also reported by Steve Allan
18399 <seallan@verizon.net>.
18400
e24f9e5a 184012005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
0dac35b8
KL
18402
18403 * frame.el (set-frame-parameter): Add doc string.
18404
634d5d19
CD
184052005-12-06 Carsten Dominik <dominik@science.uva.nl>
18406
30c02925 18407 * textmodes/org.el (org-occur-highlights): New variable.
6277435b 18408 (org-highlight-new-match, org-remove-occur-highlights): New functions.
634d5d19
CD
18409 (org-highlight-sparse-tree-matches): New option.
18410 (org-do-occur): New function.
18411 (org-get-heading): Make it work also at beginning of line.
18412 (org-category-table): New variable.
18413 (org-get-category-table, org-get-category)
18414 (org-camel-to-words, org-link-search): New functions.
18415 (org-select-this-todo-keyword): New variable.
18416 (org-todo-list): New command.
18417 (org-shiftright, org-shiftleft): New commands.
6277435b 18418 (org-agenda-todo): Add prefix argument.
634d5d19
CD
18419 (org-show-hierarchy-above): New option.
18420 (org-show-todo-tree): Numerical prefix creates tree for specific
18421 TODO keyword.
18422 (org-outline-level): New function, to assign a level to plain
18423 lists items.
18424 (org-cycle-include-plain-lists): New option.
18425 (org-mode): Use `org-outline-level' as value of `outline-level'.
18426 (org-cycle): Temporarily switch `outline-regexp' if
18427 `org-cycle-include-plain-lists' is non-nil.
6277435b 18428 (org-start-icalendar-file): Fix format bug.
634d5d19
CD
18429 (org-agenda-get-day-entries): Create category table.
18430 (org-agenda-get-todos, org-agenda-get-timestamps)
18431 (org-agenda-get-deadlines, org-agenda-get-scheduled)
18432 (org-agenda-get-blocks): Use `org-get-category'.
6277435b 18433 (org-context-in-file-links): Rename from
af71d4c0 18434 `org-line-numbers-in-file-links'.
634d5d19 18435
239f263d
RF
184362005-12-06 Romain Francoise <romain@orebokech.com>
18437
69fc2f2b
RF
18438 * window.el (balance-windows): Delete extraneous third arg in call
18439 to `enlarge-window'.
239f263d 18440
522d8129
KH
184412005-12-06 Kenichi Handa <handa@m17n.org>
18442
18443 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18444
5701678a
NR
184452005-12-06 Nick Roberts <nickrob@snap.net.nz>
18446
18447 * progmodes/gdb-ui.el (gdb-var-create-handler)
18448 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18449 (gdb-var-list-children-handler, gdb-var-update-handler):
18450 Current buffer is already gdb-partial-output-buffer, don't
18451 make it current again.
18452
a9692abf
LT
184532005-12-05 Luc Teirlinck <teirllm@auburn.edu>
18454
18455 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18456 (list-buffers-noselect): Use it.
18457
95fe848e
SM
184582005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
18459
18460 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18461 (mail-yank-ignored-headers): Use regexp-opt.
18462 (mail-mode-map): Move initialization into declaration.
18463 (mail-sent-via): Remove unused shadowed var `to-line'.
18464 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18465 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18466 (mail-do-fcc): Use dolist and push.
18467 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
bb61f0fd 18468 (mail-yank-ignored-headers): Don't autoload.
95fe848e 18469
eec5c8f9
KH
184702005-12-05 Kenichi Handa <handa@m17n.org>
18471
95fe848e 18472 * international/mule-cmds.el (set-language-info-internal): New fun.
eec5c8f9
KH
18473 (set-language-info): Call set-language-info-internal to update
18474 language-info-alist. If LANG-ENV is the current one, call
18475 set-language-environment to make INFO effective now.
18476 (set-language-info-alist): Likewise.
18477 (locale-language-names): With locale "en", use English
18478 lang. env. but set the default codings to iso-8859-1.
18479
d85af294
NR
184802005-12-04 Nick Roberts <nickrob@snap.net.nz>
18481
18482 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18483 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18484 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18485 for plain strings.
18486 (gdb-frames-mode): Remove redundant call to font-lock-mode.
95fe848e
SM
18487 (gdb-all-registers): Rename from toggle-gdb-all-registers.
18488 Create registers buffer if necessary. Echo new state in minibuffer.
18489 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
d85af294 18490
d8fbba22
CY
184912005-12-03 Chong Yidong <cyd@stupidchicken.com>
18492
18493 * info.el (Info-fontify-node): Match external links using
18494 non-directory part of filename.
18495
19437ce5
JL
184962005-12-04 Juri Linkov <juri@jurta.org>
18497
18498 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18499 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
3f30c272
JL
18500 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18501 because there is no customization option for it.
19437ce5
JL
18502
18503 * font-lock.el (lisp-font-lock-keywords-1):
18504 Add define-global-minor-mode.
18505
18506 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18507
18508 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18509 properties on the constructed variable names.
18510
18511 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18512 Put `definition-name' properties on the constructed function names
18513 next-sym and prev-sym.
18514
18515 * emacs-lisp/find-func.el (find-function-regexp):
18516 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
18517 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
18518 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18519 and easy-menu-define.
18520
18521 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18522 easy-mmode-define-global-mode and define-global-minor-mode.
18523 (lisp-imenu-generic-expression): Add define-global-minor-mode.
18524
18525 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18526 instead of easy-mmode-define-global-mode.
18527
18528 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18529 Use define-minor-mode instead of easy-mmode-define-minor-mode.
18530
18531 * cus-edit.el (customize-group, customize-group-other-window):
18532 Filter out autoloaded options from the group completion list by
18533 using heuristics that autoloaded groups don't have `custom-autoload'
18534 property on their symbols (they have only `custom-loads').
18535
18536 * simple.el (completion-setup-function): Put completions-common-part
3f30c272
JL
18537 face on complete completion string too (i.e. completion string
18538 without completions-first-difference face).
19437ce5
JL
18539
18540 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18541
a8e7142c
EZ
185422005-12-03 Eli Zaretskii <eliz@gnu.org>
18543
2f33468c
EZ
18544 * view.el (view-mode): Doc fix.
18545
79019cc9
EZ
18546 * disp-table.el (standard-display-european): Add to the warning
18547 message a reference to the doc string.
18548
7a5ea63f
EZ
18549 * play/yow.el (apropos-zippy): Call print-help-return-message,
18550 similar to other Help and Apropos commands.
18551
a8e7142c
EZ
18552 * help.el (print-help-return-message): If pop-up-frames is
18553 non-nil, set up help-return-method to delete the help window and,
7a5ea63f
EZ
18554 possibly, its frame as well, and don't display message about
18555 scrolling the help window. Doc fix.
a8e7142c
EZ
18556 (help-return-method): Doc fix.
18557
5fed8c15 185582005-12-03 Martin Rudalics <rudalics@gmx.at>
d20a1ebb
EZ
18559
18560 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18561 whereby names of length one or names starting with a
18562 symbol-constituent character would not be returned.
18563
348f73b0 185642005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6273dc68
JPW
18565
18566 * subr.el (atomic-change-group): Add edebug and indentation spec.
18567
21b15ee8
SM
185682005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18569
18570 * completion.el (save-completions-file-name): Fix typo in last change.
18571
348f73b0 185722005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
ed0e3879
JD
18573
18574 * info.el: Move back/forward history to the beginning of the tool bar.
18575
0a79da1b
EZ
185762005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
18577
af71d4c0 18578 * allout.el (eval-when-compile): Remove unnecessary load of cl.
0a79da1b
EZ
18579 Add fset of allout-real-isearch-abort during compile to fix
18580 byte-compilation warnings.
18581 (allout-mode-p): Move definition of this macro above all uses, or
9c92edca 18582 byte compilation in barren Emacs (eg, during Emacs build) will
0a79da1b
EZ
18583 lack the definition.
18584 (allout-mode): Move this variable above any uses, or byte
18585 compilation will fail.
21b15ee8 18586 (allout-resolve-xref): Remove use of personal file-reference function.
0a79da1b 18587 (allout-toggle-current-subtree-encryption): Do the current (ie,
21b15ee8 18588 visible containing) topic, rather than nearest around point. Doc fix.
0a79da1b
EZ
18589 (allout-toggle-subtree-encryption): New function, workhorse that
18590 works on nearest topic containing point.
18591 (allout-encrypt-string): Signal requirement for newer version of pgg.
18592 (allout-resumptions): Doc fix.
18593
eac5c1f6
EZ
185942005-12-02 Eli Zaretskii <eliz@gnu.org>
18595
18596 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18597
27e0edcd
EZ
185982005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
18599
21b15ee8
SM
18600 * textmodes/flyspell.el (flyspell-external-point-words):
18601 Consider a misspelling as found in the string search if: (a) misspelling
27e0edcd
EZ
18602 and found string lengths match, or (b) misspelling is found as
18603 element in a boundary-chars separated longer string, or (c)
18604 ispell-program-name is really ispell and misspelling is found as
18605 part of a TeX string. After successful match move beginning of
18606 search region to end of match. Warn about not found misspellings
18607 once the process is done.
21b15ee8 18608 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
27e0edcd 18609
dcf4db16
NR
186102005-12-02 Nick Roberts <nickrob@snap.net.nz>
18611
18612 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21b15ee8 18613 tool bar (removed inadvertently).
dcf4db16 18614
e7d42ea7
NR
186152005-12-02 Juri Linkov <juri@jurta.org>
18616
18617 * log-view.el (log-view-diff): Clarify doc string.
18618
3166ee65
BW
186192005-12-01 Bill Wohler <wohler@newt.com>
18620
18621 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18622 triggers lm-verify errors.
18623
94261ba3
LT
186242005-12-01 Luc Teirlinck <teirllm@auburn.edu>
18625
18626 * simple.el (transient-mark-mode, line-number-mode)
21b15ee8 18627 (column-number-mode, size-indication-mode): Remove `:require nil'.
94261ba3 18628
68b38146
NR
186292005-12-01 Nick Roberts <nickrob@snap.net.nz>
18630
18631 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18632 in the margin also.
18633 (gdb-breakpoints-mode-map): Use D instead of d for
18634 gdb-delete-breakpoint.
18635 (gdb-get-frame-number): Require a number to match on.
18636 (gdb-threads-mode-map): Add follow-link binding.
18637
896bd166
JR
186382005-11-30 Jason Rumney <jasonr@gnu.org>
18639
18640 * isearch.el (isearch-mode-map): Avoid exiting search on
18641 language-change event.
18642
8a2c27b9
RF
186432005-11-30 Romain Francoise <romain@orebokech.com>
18644
64db3923
RF
18645 * speedbar.el (speedbar-default-position): New defcustom.
18646 (speedbar-frame-reposition-smartly): Use it.
18647
8a2c27b9 18648 * dframe.el (dframe-reposition-frame-emacs): Fix position
b330c3e9 18649 computation for `left' location.
8a2c27b9
RF
18650 Update copyright year.
18651
33d434cd
SM
186522005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18653
604aa5f0
SM
18654 * help.el (help-map): Move initialization into declaration.
18655
1bddeeed
SM
18656 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18657
33d434cd
SM
18658 * help-fns.el (help-argument-name): Don't autoload.
18659 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18660 to be re-loaded when customizing the `help' group.
18661
24374f5a
JPW
186622005-11-30 John Paul Wallington <jpw@gnu.org>
18663
18664 * help-fns.el (describe-function-1): Fill arglist output.
18665
80cda39a
KS
186662005-11-30 Kim F. Storm <storm@cua.dk>
18667
1a408ced 18668 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4269a2fd
KS
18669 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18670 after revert-buffer (or anything else which kills all local variables).
18671
80cda39a
KS
18672 * apropos.el (apropos-parse-pattern): Doc fix.
18673 Set apropos-regexp directly, rather than expecting callers to do so.
18674 (apropos-command, apropos, apropos-value, apropos-documentation):
18675 Simplify calls to apropos-parse-pattern.
18676
597767da
CY
186772005-11-29 Chong Yidong <cyd@stupidchicken.com>
18678
18679 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18680 (hi-lock-face-phrase-buffer): Use hi-yellow face.
18681 (hi-lock-write-interactive-patterns): Use comment-region.
18682
15575807
CY
18683 * longlines.el (longlines-mode): Add mail-setup-hook.
18684
18685 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18686
18687 * simple.el (sendmail-user-agent-compose, next-line):
18688 Conditionally use hard-newline.
18689
06e2cc3d
RS
186902005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18691
33d434cd
SM
18692 * international/latexenc.el (latex-inputenc-coding-alist):
18693 Reword doc string.
06e2cc3d 18694
2c30b450
CY
186952005-11-29 Chong Yidong <cyd@stupidchicken.com>
18696
18697 * help.el (describe-key-briefly, describe-key): Recognize default
18698 bindings.
18699
1c0484e2
RF
187002005-11-29 Romain Francoise <romain@orebokech.com>
18701
18702 * view.el (view-inhibit-help-message): New defcustom.
18703 (view-mode-enter): Use it.
18704
59f1b058 187052005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1c0484e2 18706
4ce3c91a 18707 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
33d434cd 18708 Preserve user position.
1c0484e2 18709
daa7197c
LT
187102005-11-28 Luc Teirlinck <teirllm@auburn.edu>
18711
846e22f8
LT
18712 * font-lock.el: Throw error if facemenu is not loaded to prevent
18713 accidental change of loading order in loadup.el. (Suggested by RMS.)
18714
daa7197c
LT
18715 * loadup.el: Add comment explaining why facemenu must be loaded
18716 before font-lock.
18717
867e8d9a
JB
187182005-11-28 Jay Belanger <belanger@truman.edu>
18719
18720 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18721 (calc-dispatch-map): Add more keys for `calc-same-interface'.
18722
18723 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18724
18725 * calc/calc-embed.el (calc-do-embedded): Update help message.
18726
18727 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18728
cedbd3f0
SM
187292005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18730
21227135
SM
18731 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18732
d9532403
SM
18733 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18734 called-interactively-p.
18735 (elp-profilable-p): Rename from elp-not-profilable-p.
18736 Invert result and take into account macros and autoloaded functions.
18737 (elp-instrument-function): Update call.
18738 (elp-instrument-package): Update call. Add completion.
18739 (elp-pack-number): Use match-string.
18740 (elp-results-jump-to-definition-by-mouse): Merge into
18741 elp-results-jump-to-definition and then remove.
18742 (elp-output-insert-symname): Make help echo text single-line.
18743
cedbd3f0
SM
18744 * replace.el (query-replace-map): Move initialization into declaration.
18745 (occur-engine): Use with-current-buffer.
18746 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18747 (occur-mode-mouse-goto): Replace with an alias.
18748
1f57934c
JL
187492005-11-28 Juri Linkov <juri@jurta.org>
18750
18751 * simple.el (quoted-insert): Let-bind input-method-function to nil.
18752
756bfad5
JL
18753 * term/w32-win.el: Bind [S-tab] to [backtab].
18754
18755 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18756 `Info-find-file' to t.
18757
1f57934c
JL
18758 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18759 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18760 and same-window-regexps.
18761 (occur-next-error): Don't move point for arg 0.
18762
7e1d31d4
CY
187632005-11-28 Chong Yidong <cyd@stupidchicken.com>
18764
18765 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
18766
6a99c272
SM
187672005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18768
f7eeab0d
SM
18769 * log-edit.el (log-edit-changelog-use-first): New var.
18770 (log-edit-changelog-ours-p): Use it.
18771 (log-edit-insert-changelog): Set it with new arg `use-first'.
18772 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
18773 (log-edit-hook): Add them to the list of suggested options.
18774
6a99c272
SM
18775 * textmodes/flyspell.el (flyspell-last-buffer): New var.
18776 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18777 redundant work.
18778 (flyspell-mode-on): Use add-hook for after-change-functions.
18779 (flyspell-mode-off): Use remove-hook for after-change-functions.
18780 (flyspell-changes): Make it buffer-local.
18781 (flyspell-after-change-function): Make it non-interactive. Use push.
18782 (flyspell-post-command-hook): Check input-pending-p while processing
18783 the potentially long list of buffer changes.
18784
e24f9e5a 187852005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
e99c9ada
KL
18786
18787 * buff-menu.el (list-buffers-noselect): Display the selected
18788 frame's buffer list, not the global one.
18789
17550579
NR
187902005-11-28 Nick Roberts <nickrob@snap.net.nz>
18791
18792 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
18793 that (list last-input-event) works as in interactive spec.
18794
db9c3f6b
LT
187952005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18796
18797 * loadup.el ("facemenu"): Load facemenu before font-lock, because
18798 `facemenu-keymap' needs to be defined when font-lock is loaded.
18799 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
18800
36cc948e
SM
188012005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18802
18803 * completion.el: Remove useless leading * in defcustom docstrings.
18804 (save-completions-file-name): Use ~/.emacs.d if available.
18805 (completion-standard-syntax-table): Rename from
18806 cmpl-standard-syntax-table and fold initialization into declaration,
18807 thus removing cmpl-make-standard-completion-syntax-table.
18808 (completion-lisp-syntax-table, completion-c-syntax-table)
18809 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
18810 (cmpl-saved-syntax, cmpl-saved-point): Remove.
18811 (symbol-under-point, symbol-before-point)
18812 (symbol-under-or-before-point, symbol-before-point-for-complete)
18813 (add-completions-from-c-buffer): Use with-syntax-table.
18814 (make-completion): Don't return a list of completion entries.
18815 Update callers.
18816 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
18817 (completion-initialize): Rename from initialize-completions.
18818 (completion-find-file-hook): Rename from cmpl-find-file-hook.
18819 (kill-emacs-save-completions): Collect stats here.
18820 (save-completions-to-file, load-completions-from-file):
18821 Use with-current-buffer.
18822 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
18823 into a function. Move all calls to toplevel.
18824 (completion-lisp-mode-hook): New fun.
18825 (completion-c-mode-hook, completion-setup-fortran-mode):
18826 Set the syntax-table here. Use local-set-key.
18827 (completion-saved-bindings): New var.
18828 (dynamic-completion-mode): Make it into a proper minor mode.
18829 (load-completions-from-file): Remove unused var `num-uses'.
18830
18831 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
18832 constructor if it is explicitly overridden.
18833
18834 * complete.el (PC-completion-as-file-name-predicate):
18835 Use minibuffer-completing-file-name.
18836 (partial-completion-mode): Use find-file-not-found-functions.
18837 (PC-lisp-complete-symbol): Use with-syntax-table.
18838 (PC-look-for-include-file): Remove dead setq.
18839 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
18840 (PC-complete): Use with-current-buffer.
18841
18842 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
18843 escape single quotes.
18844
0ee83bc6
LT
188452005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18846
18847 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18848 of `if' whose condition always returned nil. Doc fix.
18849
18850 * buff-menu.el (Buffer-menu-revert-function): Make the selected
18851 window's buffer the current buffer around the call to
18852 `list-buffers-noselect'. This is necessary to mark that buffer
18853 with a `.' in the Buffer Menu when called from Lisp, for instance
18854 by Auto Revert Mode.
18855
3f6d4fb5
NR
188562005-11-28 Nick Roberts <nickrob@snap.net.nz>
18857
17550579
NR
18858 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18859 attaching to it.
3f6d4fb5 18860 (gdb-pre-prompt): Make sure gdb-error is reset.
0ee83bc6 18861
3f6d4fb5 18862 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17550579 18863 with a child process, detect it.
3f6d4fb5
NR
18864 (gud-speedbar-buttons): Match regexp more carefully.
18865
161ef3be
RS
188662005-11-27 Richard M. Stallman <rms@gnu.org>
18867
18868 * mouse.el (mouse-drag-move-window-bottom):
18869 Use adjust-window-trailing-edge.
18870
cb0a2595
LT
188712005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18872
18873 * simple.el (blink-matching-open): Ignore
18874 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
181fcf00 18875 (blink-matching-paren-on-screen): Update docstring.
cb0a2595
LT
18876
18877 * paren.el (show-paren-mode): No longer change
18878 `blink-matching-paren-on-screen'.
18879
d05877b4
NR
188802005-11-27 John Paul Wallington <jpw@pobox.com>
18881
18882 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
940ed7e4
JPW
18883 (gdb-threads-select, gdb-edit-register-value):
18884 Use `posn-set-point' instead of `mouse-set-point' because the
18885 latter is not fbound when configured without X.
d05877b4 18886
b14935df
KS
188872005-11-27 Kim F. Storm <storm@cua.dk>
18888
18889 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
18890 existing face when partially highlighting a TAB in a rectangle.
18891
46801e4c
KS
188922005-11-26 Kim F. Storm <storm@cua.dk>
18893
18894 * ido.el (ido-mode-map): Doc fix.
18895 (ido-mode-common-map, ido-mode-file-map)
18896 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18897 (ido-define-mode-map): Rewrite. Select one of the new maps as
18898 parent for ido-mode-map instead of building from scratch.
18899 (ido-init-mode-maps): New defun to initialize new maps.
18900 (ido-mode): Call it.
18901 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
18902 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
18903
440e20fc
JPW
189042005-11-26 John Paul Wallington <jpw@pobox.com>
18905
46801e4c 18906 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
440e20fc
JPW
18907 `mouse-set-point' because the latter is not fbound when configured
18908 without X.
18909
1be0210d
TTN
189102005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
18911
18912 * files.el (file-relative-name): Doc fix.
18913
02b1a164
EZ
189142005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
18915
18916 * progmodes/octave-inf.el (inferior-octave-startup): Force a
18917 non-empty string for secondary prompt PS2.
18918
49d11c49
CY
189192005-11-25 Chong Yidong <cyd@stupidchicken.com>
18920
02b1a164 18921 * progmodes/compile.el (compilation-setup): Fix last change.
49d11c49 18922
1c5a7258
NR
189232005-11-26 Nick Roberts <nickrob@snap.net.nz>
18924
18925 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18926 (gdb-mouse-toggle-breakpoint-margin)
46801e4c 18927 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
1c5a7258
NR
18928 Add gdb-server-prefix to keep out of command history.
18929 (gdb-edit-register-value): New function.
18930 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
18931 (gdb-info-registers-custom): Use above map.
18932
d590dbd2
CY
189332005-11-25 Chong Yidong <cyd@stupidchicken.com>
18934
e335f09e
CY
18935 * custom.el (enable-theme): Signal error if argument is not a
18936 theme. Don't recalculate a face if it's not loaded yet.
18937
18938 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
18939 the `user' theme is in effect.
18940
d590dbd2
CY
18941 * info.el (Info-on-current-buffer): Record actual filename in
18942 Info-current-file, instead of t, or a fake filename if a non-file
18943 buffer. Make autoload.
18944 (Info-find-node, Info-revert-find-node): No need to check for
18945 Info-current-file nil.
18946 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
18947 Info-current-file is now never `t'.
18948 (Info-fontify-node): Many simplifications due to Info-current-file
18949 always being valid. Use Info-find-file to find node filename.
18950
e5ad37ee
DK
189512005-11-25 David Kastrup <dak@gnu.org>
18952
18953 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
18954 new character, then delete" in order to preserve markers.
18955
f81b92f2
DP
189562005-11-25 David Ponce <david@dponce.com>
18957
18958 * recentf.el (recentf-arrange-by-rule): Handle a special
18959 `auto-mode-alist'-like "strip suffix" rule.
18960 (recentf-build-mode-rules): Handle second level auto-mode entries.
18961
0680ea10 189622005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
93a06865 18963
9b01475d 18964 * viper-keym.el (viper-ESC-key): Use different values in terminal and
0680ea10 18965 window modes.
93a06865 18966
9b01475d 18967 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
0680ea10 18968 jde-javadoc-checker-report-mode.
93a06865 18969
9b01475d 18970 * ediff-wind (ediff-make-wide-display): Slight simplification.
93a06865
KS
18971
18972 * ediff.el (ediff-date): Change the date of last update.
18973
963b2040
CY
189742005-11-24 Chong Yidong <cyd@stupidchicken.com>
18975
18976 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
93a06865 18977 Use define-minor-mode, and make it a local mode. Turn on font-lock.
963b2040
CY
18978 (hi-lock-mode): New global minor mode.
18979 (turn-on-hi-lock-if-enabled): New function.
93a06865
KS
18980 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
18981 Change arguments to regexp and face instead of a font-lock pattern.
18982 Directly set face property, instead of refontifying.
963b2040
CY
18983 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
18984 (hi-lock-find-patterns): Use line-number-at-pos.
18985
18986 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
18987 arguments for hi-lock-set-pattern.
af71d4c0
JB
18988 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
18989 Call font-lock-fontify-buffer.
963b2040 18990 (hi-lock-find-file-hook, hi-lock-current-line)
93a06865 18991 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
e4d59066
CY
18992
18993 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
18994 turned off.
963b2040
CY
18995
18996 * progmodes/compile.el (compilation-setup): Don't fiddle with
18997 font-lock-defaults.
18998
e5a690f1
NR
189992005-11-25 Nick Roberts <nickrob@snap.net.nz>
19000
19001 * progmodes/gdb-ui.el (gdb-var-create-handler)
19002 (gdb-var-list-children-handler): Find values for all variable
19003 objects. gud-speedbar-buttons decides whether to display them.
19004
357e6045
RF
190052005-11-24 Romain Francoise <romain@orebokech.com>
19006
19007 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19008 buffer name with a space.
19009
9981213c
CD
190102005-11-24 Carsten Dominik <dominik@science.uva.nl>
19011
55b76f19 19012 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
93a06865
KS
19013 `org-export-local-list-max-depth'. Change default value to 3.
19014 (org-auto-renumber-ordered-lists)
19015 (org-plain-list-ordered-item-terminator): New options.
19016 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19017 (org-get-indentation, org-get-string-indentation)
af71d4c0
JB
19018 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19019 New functions.
9981213c
CD
19020 (org-move-item-down, org-move-item-up): New commands.
19021 (org-export-as-html): New classes for CSS support. Bug fix in
19022 regular expression detecting fixed-width regions. Respect
19023 `org-local-list-ordered-item-terminator'.
19024 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19025 also a list item.
19026 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
93a06865 19027 New item moving functions.
9981213c 19028
ece75c05
JL
190292005-11-24 Juri Linkov <juri@jurta.org>
19030
93a06865
KS
19031 * isearch.el (isearch-repeat): With empty search ring set
19032 `isearch-error' to the error string instead of signaling error
19033 with the function `error'.
ece75c05 19034
b9c7cbf9
YM
190352005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19036
93a06865 19037 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
b9c7cbf9 19038
55b2dea3
NR
190392005-11-24 Nick Roberts <nickrob@snap.net.nz>
19040
19041 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19042 and variable.
19043 (gdb-var-create-handler, gdb-var-list-children-handler):
19044 Don't match on "char **...".
19045 (gdb-var-update-handler): Find values for all variable objects.
19046 (gdb-info-frames-custom): Identify frames by leading "#".
19047
19048 * progmodes/gud.el (gud-speedbar-menu-items): Add
19049 gdb-speedbar-auto-raise as radio button.
19050 (gud-speedbar-buttons): Raise speedbar if requested.
19051 Don't match on "char **...".
19052 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19053 Make it editable.
19054
98b37eab
CY
190552005-11-23 Chong Yidong <cyd@stupidchicken.com>
19056
19057 * info.el (Info-fontify-node): Handle the case where
19058 Info-current-file is t.
19059
9c03d478
SM
190602005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19061
19062 * simple.el (blink-matching-open): Fix off-by-one in last change.
19063
2c012c41
YM
190642005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19065
19066 * term/mac-win.el: Don't change default directory.
19067
2036ac73
LT
190682005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19069
19070 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19071 buffers correctly. (It used to throw an error in such buffers.)
19072 Make it ask for confirmation in group buffers and other Custom
19073 buffers containing more than one customization item.
19074
43fb082d
JPW
190752005-11-22 John Paul Wallington <jpw@gnu.org>
19076
19077 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19078 property on mail and url overlays.
19079 (goto-address-at-point): Use `posn-set-point' instead of
19080 `mouse-set-point' because the latter is not fbound when configured
19081 without X.
19082
5c4ce34d
RF
190832005-11-22 Lars Hansen <larsh@soem.dk>
19084
5eba3394
LH
19085 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19086 (ls-lisp-classify, ls-lisp-format): Delete call to
19087 ls-lisp-parse-symlink.
19088 (ls-lisp-handle-switches): Handle symlinks to directories as
19089 directories when ls-lisp-dirs-first in non-nil.
19090
84ad29ae
LT
190912005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19092
19093 * startup.el (command-line): Make sure that loaddefs.el is handled
19094 correctly in load-history.
19095
b581a727
NR
190962005-11-22 Nick Roberts <nickrob@snap.net.nz>
19097
19098 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19099 (gdb-struct-string, gdb-array-string): New constants.
19100 (gdb-info-locals-handler): Use them.
19101 (gdb-reset): Reset gdb-var-list to nil.
19102
bd24684b
SM
191032005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19104
19105 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19106 in patterns.
19107
17c1971a
JL
191082005-11-21 Juri Linkov <juri@jurta.org>
19109
19110 * custom.el (defcustom): Update link types in docstring.
19111
5fed8c15 191122005-11-20 Martin Rudalics <rudalics@gmx.at>
74b99d45
SM
19113
19114 * custom.el (defgroup): Add doc-string-elt info.
19115
19116 * widget.el (define-widget): Don't use declare for the doc-string-elt.
19117
3cc4b076
SM
191182005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19119
1cb40089
SM
19120 * newcomment.el (comment-enter-backward): Fix last fix.
19121
3cc4b076
SM
19122 * simple.el (blink-matching-open):
19123 * paren.el (show-paren-function): Allow new paren-class info.
19124
a7b0a0e3
CY
191252005-11-20 Chong Yidong <cyd@stupidchicken.com>
19126
19127 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
19128 handled automagically.
19129
13ea43e9
AS
191302005-11-20 Andreas Schwab <schwab@suse.de>
19131
19132 * descr-text.el (describe-char): When copying overlays put them
19133 over the full char description instead of just the first character
19134 of it.
19135
695effcc
JL
191362005-11-20 Juri Linkov <juri@jurta.org>
19137
19138 * simple.el (what-cursor-position):
19139 * descr-text.el (describe-char): Use Lisp-readable syntax
19140 for octal and hex. Reorder decimal, octal and hex values.
19141 Remove excess whitespace in the output. Use `=' in `column='
19142 like in `point=' and `Hscroll='.
19143
19144 * international/mule-cmds.el (encoded-string-description):
19145 Use Lisp-readable syntax for hex.
19146
602ad1ad
SM
191472005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19148
19149 * newcomment.el (comment-enter-backward): Handle the case where the
19150 comment is closed by EOB.
19151
b39aa4fd
CY
191522005-11-19 Chong Yidong <cyd@stupidchicken.com>
19153
19154 * longlines.el (longlines-before-revert-hook)
19155 (longlines-after-revert-hook): New functions.
19156 (longlines-mode): Turn off longlines temporarily when reverting.
2c127d45
CY
19157 Add a message-setup-hook.
19158 (longlines-decode-buffer): New function.
cee723fb 19159 (longlines-wrap-line): Preserve marker positions.
b39aa4fd 19160
da49096f
AS
191612005-11-19 Andreas Schwab <schwab@suse.de>
19162
19163 * emacs-lisp/shadow.el: Handle compressed files.
19164
f0f98146
RF
191652005-11-19 Romain Francoise <romain@orebokech.com>
19166
19167 * net/browse-url.el (browse-url-default-browser): Signal an error
19168 if no usable browser can be found, rather than try to load w3.
19169
ad8121fe
EZ
191702005-11-16 Ryan Yeske <rcyeske@gmail.com>
19171
19172 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19173 replacing existing properties.
19174 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19175 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19176 tty specs.
19177 (rcirc-server-prefix, rcirc-server): New faces.
19178 (rcirc-url-regexp): Generate with rx macro.
19179 (rcirc-last-server-message-time): New variable.
19180 (rcirc-filter): Record time of last message.
19181 (rcirc-keepalive): Kill processes that did not send a message
19182 since the last ping.
19183 (rcirc-mode): Give rcirc-topic a local binding here.
19184
4fc9bd56 191852005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
a4b1de6e
EZ
19186
19187 * subr.el (read-passwd): Fontify the prompt as we do with other
19188 prompts.
19189
e27de09e
EZ
191902005-11-19 Ryan Yeske <rcyeske@gmail.com>
19191
19192 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19193 binding buffer-read-only to nil.
19194
71726072
EZ
191952005-11-19 Eli Zaretskii <eliz@gnu.org>
19196
602ad1ad
SM
19197 * complete.el (partial-completion-mode):
19198 Mention completion-auto-help in the doc string.
10156852 19199
71726072
EZ
19200 * man.el (Man-highlight-references): Doc fix. Reformat code in a
19201 more Lisp-ish way.
19202
af71d4c0 192032005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
e0d47340
EZ
19204
19205 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19206 digits, not 8, to avoid misalignment for files larger than 100MB.
19207
eeb935fd
EZ
192082005-11-19 Eli Zaretskii <eliz@gnu.org>
19209
602ad1ad
SM
19210 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19211 Mention "keyboard shortcuts" in the help text.
eeb935fd 19212
125ce9ec
YM
192132005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19214
19215 * startup.el (fancy-splash-default-action): Discard only
19216 mouse-down and succeeding mouse-up events in the splash screen
19217 window so that drag-n-drop event can be processed.
19218
0f157ad5
CY
192192005-11-18 Chong Yidong <cyd@stupidchicken.com>
19220
19221 * longlines.el (longlines-mode): Add hacks for mail-mode and
19222 message-mode.
19223
35af3490
CD
192242005-11-18 Carsten Dominik <dominik@science.uva.nl>
19225
30c02925 19226 * textmodes/org.el (org-table-sort-lines): New command.
35af3490
CD
19227 (org-tbl-menu): Add entry for `org-table-sort-lines'.
19228 (org-add-file): Command removed, use `org-agenda-file-to-front'
19229 instead.
19230 (org-export-icalendar): Use `org-icalendar-combined-name'.
19231 (org-cycle-agenda-files, org-agenda-file-to-end)
19232 (org-agenda-file-to-front): New commands.
af71d4c0
JB
19233 (org-table-tab-jumps-over-hlines, org-export-html-style):
19234 New options.
35af3490 19235 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
af71d4c0 19236 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
35af3490
CD
19237 New functions.
19238 (org-fill-paragraph): Call `org-table-align' in tables.
19239 (org-mode): Call `org-set-autofill-regexps'.
19240 (org-export-as-html): Support for local handformatted lists.
af71d4c0 19241 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
35af3490
CD
19242 (org-export-local-list-max-depth): New option.
19243 (org-html-expand): Use `org-html-protect'.
19244
3d18d677
NR
192452005-11-18 Nick Roberts <nickrob@snap.net.nz>
19246
19247 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19248 to "p".
19249 (gdb): Move definition of gud-pp to...
19250
19251 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
19252 speedbar.
19253 (gdb-find-watch-expression): New function.
f0f98146 19254
fbe8d007
CY
192552005-11-17 Chong Yidong <cyd@stupidchicken.com>
19256
19257 * faces.el (face-attribute, set-face-attribute): Mention existence
19258 of `:ignore-defface' setting in docstring.
19259
39c7cde2
SM
192602005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
19261
19262 * simple.el (completion-setup-function): Fix last change.
19263
f5723ff5
JPW
192642005-11-17 John Paul Wallington <jpw@pobox.com>
19265
19266 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19267 Use `posn-set-point' instead of `mouse-set-point' because the
19268 latter is not fbound when configured without X.
19269
19270 * comint.el (comint-insert-input): Likewise.
19271
4ea0018b
CY
192722005-11-17 Chong Yidong <cyd@stupidchicken.com>
19273
19274 * simple.el (hard-newline): New variable.
2fbbeaf1 19275 (sendmail-user-agent-compose, next-line): Use it.
4ea0018b
CY
19276
19277 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19278 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19279 (mail-mail-reply-to, mail-mail-followup-to)
19280 (mail-position-on-field, mail-signature, mail-yank-original)
bcd8c291 19281 (mail-attach-file): Likewise.
4ea0018b 19282
225dad8e
RF
19283 * mail/mailheader.el (mail-header-format)
19284 (mail-header-format-function): Likewise.
4ea0018b
CY
19285
19286 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19287
9f5f5ff2
JL
192882005-11-17 Juri Linkov <juri@jurta.org>
19289
19290 * font-lock.el (font-lock-faces): Rename this defgroup from
19291 `font-lock-highlighting-faces'.
19292 (font-lock-comment-face, font-lock-comment-delimiter-face)
19293 (font-lock-string-face, font-lock-doc-face)
19294 (font-lock-keyword-face, font-lock-builtin-face)
19295 (font-lock-function-name-face, font-lock-variable-name-face)
19296 (font-lock-type-face, font-lock-constant-face)
19297 (font-lock-warning-face, font-lock-negation-char-face)
19298 (font-lock-preprocessor-face)
19299 (font-lock-regexp-grouping-backslash)
19300 (font-lock-regexp-grouping-construct): Rename :group from
19301 `font-lock-highlighting-faces' to `font-lock-faces'.
19302
19303 * cus-edit.el (lisp, c, tex):
19304 * progmodes/ada-mode.el (ada):
19305 * progmodes/asm-mode.el (asm):
19306 * progmodes/cperl-mode.el (cperl-faces):
19307 * progmodes/cpp.el (cpp):
19308 * progmodes/dcl-mode.el (dcl):
19309 * progmodes/f90.el (f90):
19310 * progmodes/fortran.el (fortran):
19311 * progmodes/icon.el (icon):
19312 * progmodes/idlwave.el (idlwave-misc):
19313 * progmodes/m4-mode.el (m4):
19314 * progmodes/make-mode.el (makefile):
19315 * progmodes/meta-mode.el (meta-font):
19316 * progmodes/modula2.el (modula2):
19317 * progmodes/octave-mod.el (octave):
19318 * progmodes/pascal.el (pascal):
19319 * progmodes/perl-mode.el (perl):
19320 * progmodes/prolog.el (prolog):
19321 * progmodes/ps-mode.el (PostScript-edit):
19322 * progmodes/scheme.el (scheme):
19323 * progmodes/sh-script.el (sh-script):
19324 * progmodes/simula.el (simula):
19325 * progmodes/tcl.el (tcl):
19326 * textmodes/nroff-mode.el (nroff):
19327 * textmodes/reftex-vars.el (reftex-fontification-configurations):
19328 * textmodes/sgml-mode.el (sgml):
19329 * textmodes/texinfo.el (texinfo):
19330 Add :link (custom-group-link font-lock-faces) to defgroup.
19331
19332 * hi-lock.el (hi-lock): Rename this defgroup from
19333 `hi-lock-interactive-text-highlighting'. Change parent group from
19334 `faces' to `font-lock'. Add link to the manual.
19335 (hi-lock-mode, hi-lock-file-patterns-range)
19336 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19337 `hi-lock-interactive-text-highlighting' to `hi-lock'.
19338 (hi-lock-faces): Add :group `faces'.
19339
19340 * cus-edit.el (custom-variable-prompt): Clarify the code.
19341
19342 * faces.el (face-read-string): Set the default value arg of
19343 completing-read.
19344
4bbd5b69
LT
193452005-11-16 Luc Teirlinck <teirllm@auburn.edu>
19346
19347 * rfn-eshadow.el (file-name-shadow-properties)
39c7cde2
SM
19348 (file-name-shadow-tty-properties, file-name-shadow-mode):
19349 Remove autoloads, because the file is now preloaded.
4bbd5b69 19350
bead134f
SM
193512005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19352
19353 * printing.el (easy-menu-intern): Don't define.
19354 (pr-get-symbol): Use easy-menu-intern only if defined.
19355
19356 * simple.el (blink-matching-open): Simplify a bit.
19357 (completion-setup-function): Fix the case of partial-completion-mode
19358 when the minibuffer's contents start with "-".
19359 Obey completion-base-size-function even when
19360 minibuffer-completing-file-name is non-nil.
19361
afabbb4d
RS
193622005-11-16 Richard M. Stallman <rms@gnu.org>
19363
19364 * net/eudcb-ph.el (eudc-ph-open-session):
19365 Use set-process-query-on-exit-flag.
19366
19367 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19368
19369 * international/ucs-tables.el (ucs-set-table-for-input):
19370 Use make-local-variable, not make-variable-buffer-local.
19371
19372 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19373 Improve warning message text.
19374
19375 * savehist.el (savehist-save-hook): Add :group.
19376
19377 * menu-bar.el (menu-bar-help-menu):
19378 Rename Find Extra Packages to External Packages.
19379
19380 * cus-edit.el (Custom-reset-standard): Verify that
19381 :custom-standard-value prop exists before calling it.
19382
19383 * apropos.el (apropos-calc-scores): Use apropos-pattern.
19384
5fed8c15 193852005-11-16 Martin Rudalics <rudalics@gmx.at>
afabbb4d
RS
19386
19387 * wid-edit.el (color): Enclose %t in %{...%}.
19388
19389 * cus-edit.el (face): Enclose %t in %{...%}.
19390
c01f0ed3
SM
193912005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
19392
19393 * savehist.el (savehist-mode-hook): Re-add the var.
19394 (savehist-mode): Use it.
19395
66a85723
SM
193962005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19397
042c6fb7
SM
19398 * textmodes/flyspell.el: Fix commenting convention.
19399 Remove unnecessary leading * in custom docstrings.
19400 (flyspell-emacs): Remove unused var.
19401 (flyspell-delete-region-overlays): Use remove-overlays.
19402 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19403 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19404 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19405 (flyspell-debug-signal-word-checked): Use with-current-buffer.
19406 (make-flyspell-overlay): Don't locally reuse a global name.
19407 (flyspell-highlight-incorrect-region)
19408 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19409 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19410 (flyspell-notify-misspell): Remove unused args `start' and `end'.
19411 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
19412 Wrap calls to accept-process-output inside with-local-quit since it's
19413 often called from a post-command-hook.
19414 (flyspell-correct-word, flyspell-auto-correct-word):
19415 Use ispell-send-string.
19416 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5cb35db5 19417
66a85723
SM
19418 * calendar/diary-lib.el (diary-list-entries): Also hide the
19419 terminating newline.
19420
c194b021
CD
194212005-11-16 Carsten Dominik <dominik@science.uva.nl>
19422
66a85723
SM
19423 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19424 window-system, to allow fonts on tty.
c194b021 19425
20eff2b2
NR
194262005-11-17 Nick Roberts <nickrob@snap.net.nz>
19427
19428 * progmodes/gud.el (gud-speedbar-item-info): New function.
3d18d677
NR
19429 (gud-install-speedbar-variables): Use it to display data type
19430 of watch expression as a tooltip in speedbar.
20eff2b2 19431
8ab84823
LT
194322005-11-15 Luc Teirlinck <teirllm@auburn.edu>
19433
e7295594 19434 * font-core.el (global-font-lock-mode): Add :version keyword,
33bf8118 19435 because default was changed.
e7295594
LT
19436
19437 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19438
8ab84823
LT
19439 * startup.el (command-line): Use `custom-reevaluate-setting' for
19440 `file-name-shadow-mode'.
19441
19442 * loadup.el: Preload rfn-eshadow.
19443
19444 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
1cc9e877 19445 Add :version keyword.
9fc0053d
LT
19446 (file-name-shadow-properties, file-name-shadow-tty-properties)
19447 (file-name-shadow): Add :version keyword.
8ab84823
LT
19448
19449 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19450 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19451 in the custom-group property of the symbol frames and the fringe
19452 group got no link to its parent group frames.
19453 Doc fix.
19454
3671718b
NR
194552005-11-16 Nick Roberts <nickrob@snap.net.nz>
19456
19457 * progmodes/gud.el (gud-stop-subjob): New function.
19458 (gud-menu-map, gud-tool-bar-map): Use it.
19459
7ecef1e9
KS
194602005-11-16 Kim F. Storm <storm@cua.dk>
19461
19462 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19463 than kill it.
19464 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
19465 to a more useful/logical place.
19466
18468a1e
NR
194672005-11-16 Nick Roberts <nickrob@snap.net.nz>
19468
19469 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19470 go buttons complementary.
19471
2fe3d6ec
SM
194722005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19473
19474 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19475 (rfn-eshadow-sifn-equal): New function.
19476 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19477
54b171c7 194782005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7ecef1e9 19479
4ce3c91a
KS
19480 * viper-utils.el (viper-non-word-characters-reformed-vi):
19481 Quote `-' in string.
7ecef1e9 19482
54b171c7
MK
19483 * viper.el (viper-emacs-state-mode-list): Ensure that
19484 rcirc-mode buffers come up in Emacs state.
7ecef1e9 19485
4ce3c91a 19486 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7ecef1e9 19487 operation.
54b171c7 19488
59c560f7
DN
194892005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
19490
19491 * term.el (term-termcap-format): Fix typos.
19492 (term-down): Fix the negative argument case.
19493
a354cf39
NR
194942005-11-16 Nick Roberts <nickrob@snap.net.nz>
19495
19496 * progmodes/gdb-ui.el: Remove face-alias left over from change on
19497 2005-08-15.
19498 (gdb-ann3): New command gud-go.
19499 (menu): Accomodate gdb-mi.el.
19500 (gdb-assembler-custom): Make buffer of selected window current
19501 so that set-window-point works.
19502
19503 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19504 buttons and include new ones.
19505
195062005-11-16 Kim F. Storm <storm@cua.dk>
19507
2fe3d6ec 19508 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
a354cf39
NR
19509 (gud-menu-map): Use it.
19510
7cb1a551
LT
195112005-11-14 Luc Teirlinck <teirllm@auburn.edu>
19512
70acba5d
LT
19513 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19514 that works correctly for Custom and that does not override a user
19515 who disables it.
19516
7cb1a551
LT
19517 * help-mode.el (help-make-xrefs, help-xref-on-pp)
19518 (help-xref-interned, help-follow): Make hyperlinks for variables
19519 that are unbound, but have a non-nil variable-documentation property.
19520
19521 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19522 mode hook. (It conflicted with defcustoms for some mode hooks.)
19523 Use the `variable-documentation' property to give the mode hook a
19524 docstring and expand that docstring.
19525
2d10b62b
SM
195262005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
19527
8ab84823
LT
19528 * savehist.el (savehist-mode): Don't bother with
19529 `custom-set-minor-mode'.
2d10b62b
SM
19530 (savehist-coding-system): Check XEmacs version.
19531 (history-length): Declare also at run time.
19532 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
19533 Don't set the customize state.
19534 (savehist-minibuffer-hook): Special case for when
19535 minibuffer-history-variable is equal to t.
19536
2f0e4846
SM
195372005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
19538
8e5c7b90
SM
19539 * files.el (write-file): Refresh VC status.
19540
2f0e4846
SM
19541 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19542 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19543 than fundamental-mode to see if the mode was set.
19544
670d3fce
RF
195452005-11-14 Romain Francoise <romain@orebokech.com>
19546
19547 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19548 dummy function in `eval-when-compile' to avoid compiler warning.
19549 Require `man' at compile time.
19550
d0158f73
JB
195512005-11-14 Jay Belanger <belanger@truman.edu>
19552
19553 * calc-alg.el (calcFunc-write-out-power): Rename it to
19554 calcFunc-powerexpand.
19555 (math-write-out-power): Rename it to math-powerexpand; have it
19556 handle negative exponents.
19557 (calc-writeoutpower): Rename it to calc-powerexpand.
19558
19559 * calc-ext.el: Change calcFunc-writeoutpower and
19560 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19561 autoloads.
19562 Add calcFunc-ldiv to autoloads.
19563
19564 * calc-arith.el (calcFunc-ldiv): New function.
19565
19566 * calc.el (calc-left-divide): New function.
19567
882108c7
JL
195682005-11-14 Juri Linkov <juri@jurta.org>
19569
19570 * cus-edit.el (custom-variable-prompt): Set the default value arg
19571 of completing-read.
19572
19573 * cus-dep.el (custom-make-dependencies): Reverse the list of
19574 found dependencies.
19575
cadb1c90
DN
195762005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
19577
19578 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19579 Highlighting" entry, it is on by default now.
dea24608 19580 (menu-bar-options-save): Do not save global-font-lock-mode.
cadb1c90 19581
b8b7c66e
RS
195822005-11-13 Richard M. Stallman <rms@gnu.org>
19583
19584 * textmodes/flyspell.el (flyspell-large-region):
19585 Call flyspell-accept-buffer-local-defs.
19586
195872005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
19588
19589 * textmodes/flyspell.el (flyspell-notify-misspell):
19590 Fix misspelling of "Misspelling".
19591 (flyspell-process-localwords): New function.
19592 (flyspell-large-region): Call flyspell-process-localwords and
19593 flyspell-delete-region-overlays.
19594 (flyspell-delete-region-overlays): New function.
19595 (flyspell-delete-all-overlays): Call that.
19596
7e1b6c2c
RS
195972005-11-13 Richard M. Stallman <rms@gnu.org>
19598
19599 * help.el (help-for-help-internal): Improve doc of C-h a.
afabbb4d 19600 (describe-key): Improve prompt; doc fix.
225dad8e 19601
1c32c9d6
SM
196022005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
19603
1508b91a
SM
19604 * vc-svn.el (vc-svn-registered): Catch all errors.
19605
1c32c9d6
SM
19606 * cus-dep.el (custom-make-dependencies): Typo.
19607
75b19c39
MA
196082005-11-13 Michael Albinus <michael.albinus@gmx.de>
19609
19610 * net/tramp-util.el (top): Fix compilation warning.
19611
8965e9c1
KS
196122005-11-13 Kim F. Storm <storm@cua.dk>
19613
19614 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
19615
9ecc27d0
NR
196162005-11-13 Nick Roberts <nickrob@snap.net.nz>
19617
225dad8e 19618 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9ecc27d0
NR
19619 (gud-speedbar-buttons): Match on "const char *" too.
19620
19621 * progmodes/gdb-ui.el (gdb-var-create-handler)
19622 (gdb-var-list-children-handler): Match on "const char *" too.
19623 (gdb-var-evaluate-expression-handler): Match on empty string.
19624 (gdb-var-update-handler): Only call
19625 gdb-var-evaluate-expression-handler when required.
19626
e79b7435
NR
196272005-11-13 Nick Roberts <nickrob@snap.net.nz>
19628
19629 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19630 selected window. This still doesn't work for speedbar.
9ecc27d0 19631 (gud-speedbar-buttons): Handle string expressions properly.
e79b7435 19632
47b3cf39
NR
19633 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19634 (gdb-var-create-handler): Handle string expressions properly.
e79b7435 19635 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1c32c9d6 19636 Handle string expressions properly. Move "type" field into regexp.
e79b7435 19637
9a9f1fdd 196382005-11-12 Karl Fogel <kfogel@red-bean.com>
8965e9c1 19639
9a9f1fdd 19640 * bookmark.el (bookmark-maybe-message): New function to reduce
8965e9c1 19641 code duplication: invokes `message' iff baud-rate is high enough.
9a9f1fdd
KF
19642 (bookmark-write-file): Use above instead of an inline conditional.
19643 (bookmark-load): Same.
8965e9c1 19644
a506054a
KF
196452005-11-12 Karl Fogel <kfogel@red-bean.com>
19646
19647 * bookmark.el (bookmark-write-file): Don't visit the destination
19648 file, just write the data to it using write-region. This is
19649 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19650 change to avoid visiting the file in the first place.
19651
71dd9295
CY
196522005-11-12 Chong Yidong <cyd@stupidchicken.com>
19653
19654 * hi-lock.el (hi-lock-mode): Set the default value of
19655 font-lock-defaults.
19656
81d7d0d6
LT
196572005-11-11 Luc Teirlinck <teirllm@auburn.edu>
19658
ee8fdb13 19659 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
81d7d0d6
LT
19660 arg to `file-attributes'.
19661 (find-lisp-format): The UID and GID can now be strings.
19662
42aad0f6
KS
196632005-11-12 Kim F. Storm <storm@cua.dk>
19664
9f49f577
KS
19665 * help.el (help-map): Bind C-h d to apropos-documentation.
19666
0820b753
KS
19667 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19668 when point is at end-of-buffer.
19669
42aad0f6
KS
19670 * apropos.el (apropos-match-face): Doc fix.
19671 (apropos-sort-by-scores): Add new choice `verbose'.
19672 (apropos-documentation-sort-by-scores): New defcustom.
19673 (apropos-pattern): Now contains the pattern entered by the user.
19674 (apropos-pattern-quoted): New defvar.
19675 (apropos-regexp): New defvar, containing the regexp corresponding
19676 to apropos-pattern.
1c32c9d6 19677 (apropos-all-words-regexp): Rename from apropos-all-regexp.
42aad0f6
KS
19678 (apropos-read-pattern): New defun. Use it to read pattern arg in
19679 interactive calls; returns list of words for a word list, and
19680 string for a regexp.
1c32c9d6 19681 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
42aad0f6
KS
19682 parses a list of words or regexp as returned by apropos-read-pattern.
19683 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19684 (apropos-score-doc): Return a very high score if the string
19685 entered by the user matches literally.
19686 (apropos-variable): Doc fix. Use apropos-read-pattern.
19687 (apropos-command): Doc fix. Use apropos-read-pattern and
19688 apropos-parse-pattern. Call apropos-print with nosubst=t.
af71d4c0 19689 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
42aad0f6 19690 apropos-parse-pattern.
af71d4c0 19691 (apropos-documentation): Doc fix. Use apropos-read-pattern and
42aad0f6
KS
19692 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
19693 apropos-documentation-sort-by-scores. Call apropos-print with
19694 nosubst=t.
19695 (apropos-documentation-internal): Pass doc string through
19696 substitute-key-definition before adding text properties.
19697 Highlight substring matching literal user input if possible.
19698 (apropos-documentation-check-doc-file): Remove locals beg and end.
19699 Fix calculation of score (as added twice). Pass doc string through
19700 substitute-key-definition before adding text properties.
19701 (apropos-documentation-check-elc-file): Pass doc string through
19702 substitute-key-definition before adding text properties.
19703 Highlight substring matching literal user input if possible.
19704 (apropos-print): Add new arg NOSUBST; if set, command and variable
19705 doc strings have already been passed through substitute-key-definition.
19706 Add code to handle apropos-accumulator items without score element
19707 for backwards compatibility (e.g. with woman package).
19708 Only show scores if apropos-sort-by-scores is `verbose'.
19709
be93a2c4
SM
197102005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19711
19712 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19713 Add jka-compr-load-suffixes to load-suffixes.
19714
119f6f17 19715 * jka-compr.el: Require jka-cmpr-hook.
be93a2c4
SM
19716 (jka-compr-info-compress-message, jka-compr-info-compress-program)
19717 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19718 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19719 (jka-compr-info-can-append, jka-compr-info-strip-extension)
19720 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19721 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
19722 (jka-compr-uninstall): Remove entries from
19723 jka-compr-added-to-file-coding-system-alist after they are used.
19724 (jka-compr-error): Remove unused var `curbuf'.
19725 (jka-compr-file-local-copy): Remove unused var `notfound'.
19726
7127d508
RF
197272005-11-10 Romain Francoise <romain@orebokech.com>
19728
19729 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19730
46faf25e
NR
197312005-11-11 Nick Roberts <nickrob@snap.net.nz>
19732
19733 * progmodes/gud.el (gud-menu-map): Move parentheses.
19734 (gdb): New command gud-pv.
19735
be93a2c4
SM
197362005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19737
19738 * tar-mode.el: Remove spurious or unnecessary leading stars
19739 in docstrings.
19740 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19741 (tar-parse-octal-integer-safe): Use mapc.
19742 (tar-header-block-summarize): Remove unused var `ck'.
19743 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19744 cleared before. Obey default-enable-multibyte-characters.
19745 Use mapconcat. Simplify setting of tar-header-offset.
19746 (tar-mode-map): Move initialization inside delcaration.
19747 (tar-flag-deleted): Use `abs'.
19748 (tar-expunge-internal): Remove unused var `line'.
19749 (tar-expunge-internal): Don't hardcode point-min==1.
19750 (tar-expunge): Widen while doing set-buffer-multibyte.
19751 (tar-rename-entry): Use file-name-coding-system.
19752 (tar-alter-one-field): Don't hardcode point-min==1.
19753 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19754 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
19755
94b073f3
MY
197562005-11-10 Masatake YAMATO <jet@gyve.org>
19757
af94256b 19758 * add-log.el (add-log-current-defun): Handle class::method
af71d4c0 19759 notation of c++. Fix incorrect comment.
94b073f3 19760
f192689e
AM
197612005-11-10 Alan Mackenzie <acm@muc.de>
19762
19763 * help-fns.el (describe-variable): Make C-h v work when a variable
19764 has variable documentation yet is unbound.
19765
af8308ec
MY
197662005-11-10 Masatake YAMATO <jet@gyve.org>
19767
19768 * man.el (Man-highlight-references): Set an empty
19769 string to `Man-arguments' if it is nil.
d730a9fc 19770 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
af8308ec 19771
be93a2c4
SM
197722005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19773
19774 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
19775 commenting conventions.
19776
19777 * cus-dep.el (custom-make-dependencies): Simplify.
19778 Better follow the commenting conventions.
19779
fe8bc3fa
RS
197802005-11-09 Richard M. Stallman <rms@gnu.org>
19781
be93a2c4
SM
19782 * apropos.el (apropos-pattern): Rename from apropos-regexp.
19783 (apropos-orig-pattern): Rename from apropos-orig-regexp.
fe8bc3fa
RS
19784 All uses changed.
19785 (apropos-rewrite-regexp): Doc fix.
af94256b 19786 (apropos-variable, apropos-command, apropos, apropos-value):
fe8bc3fa
RS
19787 Change prompt; carry through the argument renaming.
19788
6e128e32
LT
197892005-11-09 Luc Teirlinck <teirllm@auburn.edu>
19790
19791 * find-lisp.el: Require dired.
19792 (find-lisp-find-dired-internal): Do not call
19793 `abbreviate-file-name' on DIR.
19794
78e5988d
NR
197952005-11-10 Nick Roberts <nickrob@snap.net.nz>
19796
19797 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
19798
31fa5025
NR
197992005-11-09 Nick Roberts <nickrob@snap.net.nz>
19800
19801 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
19802 when using the speedbar.
19803 (gdb): New command gud-pp.
19804 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
19805
58b6f884
JL
198062005-11-09 Juri Linkov <juri@jurta.org>
19807
19808 * replace.el (occur-excluded-properties): New defcustom.
19809 (occur-1, occur-engine, occur-accumulate-lines): Use it.
19810
65b62d0a
JB
198112005-11-08 Jay Belanger <belanger@truman.edu>
19812
217d155e 19813 * calc/calc-units.el (math-convert-units): Replace any composite
65b62d0a
JB
19814 unit by its definition.
19815
77f996e5 198162005-11-08 Lars Hansen <larsh@soem.dk>
217d155e
RF
19817
19818 * emacs-lisp/autoload.el (update-directory-autoloads):
19819 Add obsolete function alias.
19820
4acbd507
SM
198212005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19822
5a3859e6
SM
19823 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19824 comment-indent-function.
19825 (lisp-comment-indent): Replace by an alias for comment-indent-default.
19826
4acbd507
SM
19827 * reveal.el (reveal-post-command): Rework the handling of
19828 reveal-open-spots, so as to be more reliable. There were several
19829 tricky corner cases where an open spot might be lost, or where
19830 a closed spot might end up on the list of open spots.
19831 Only reveal text that's ellipsised.
19832
b58b00ca
CD
198332005-11-07 Carsten Dominik <dominik@science.uva.nl>
19834
4acbd507 19835 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
b58b00ca 19836
f5723ff5
JPW
198372005-11-07 John Paul Wallington <jpw@gnu.org>
19838
19839 * ibuffer.el (ibuffer): Search iconified frames too when
19840 getting Ibuffer buffer's window.
19841
fda12b27
RS
198422005-11-06 Richard M. Stallman <rms@gnu.org>
19843
19844 * progmodes/compile.el (compilation-internal-error-properties):
19845 save-excursion around the computation of MARKER.
19846
198472005-11-06 Piet van Oostrum <piet@cs.uu.nl>
19848
19849 * textmodes/flyspell.el (flyspell-external-point-words):
19850 flyspell-get-word returns a list, not just a string.
19851
9514fb7f
JPW
198522005-11-06 John Paul Wallington <jpw@pobox.com>
19853
19854 * ibuffer.el (ibuffer): Search all visible frames when getting
19855 Ibuffer buffer's window.
19856
30abc4f4
MY
198572005-11-07 Masatake YAMATO <jet@gyve.org>
19858
d730a9fc 19859 * man.el (Man-reference-regexp): Accept spaces between
30abc4f4
MY
19860 `Man-name-regexp' and `Man-section-regexp'.
19861 (Man-apropos-regexp): New variable.
19862 (Man-abstract-xref-man-page): Use value for `Man-target-string'
19863 if available.
4acbd507
SM
19864 (Man-highlight-references, Man-highlight-references0):
19865 Handle the case when `Man-arguments' includes "-k".
19866 (Man-highlight-references0): Rename the argument `TARGET-POS' to
30abc4f4
MY
19867 `TARGET'. `TARGET' can be a number, function or nil.
19868
2dd3b43b
NR
198692005-11-06 Nick Roberts <nickrob@snap.net.nz>
19870
19871 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
c660a322
KS
19872 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
19873 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2dd3b43b
NR
19874 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
19875 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
c660a322 19876 (gdb-send-item): Use buffer-local-value and simplify.
2dd3b43b 19877
1b0ee2ce
LT
198782005-11-05 Luc Teirlinck <teirllm@auburn.edu>
19879
19880 * startup.el (command-line): Use `custom-reevaluate-setting' for
19881 `global-font-lock-mode'.
19882
c660a322
KS
19883 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
19884 by default, except in batch mode or when the -D option is given.
1b0ee2ce
LT
19885
19886 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
19887 specified keyword args on to `define-minor-mode'. Update docstring.
19888
61f570e2
RF
198892005-11-05 Romain Francoise <romain@orebokech.com>
19890
19891 * replace.el (occur-engine): Add marker at end of line, too.
19892
af71d4c0 198932005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
dd7c6f21
RS
19894
19895 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19896 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19897 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 19898 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
19899 argument to all these routines, so the passphrase can be managed
19900 externally and passed in to the system.
19901 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19902 pgg-add-passphrase-to-cache function.
19903
19904 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19905 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19906 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 19907 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
dd7c6f21
RS
19908 argument to all these routines, so the passphrase can be managed
19909 externally and passed in to the system.
1a408ced 19910 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
dd7c6f21
RS
19911 function.
19912
d60b49ac
DN
199132005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
19914
19915 * font-lock.el: Don't deal with font-lock-face-attributes here,
19916 move the code ...
19917
af71d4c0 19918 * startup.el (command-line): ... here. Use face-spec-set instead
d60b49ac
DN
19919 of custom-declare-face.
19920
19921 * faces.el (face-spec-set): Reset the face if spec is not nil.
19922
45f6a663
SM
199232005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
19924
19925 * newcomment.el (comment-region-internal): Box more tightly in the
19926 common case where there's no TAB in the boxed text.
19927
348f73b0 199282005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
db2cf961
JD
19929
19930 * info.el (info-tool-bar-map): Use images prev-node, next-node and
19931 up-node.
19932
dc9cfe1e
EZ
199332005-11-04 Ulf Jasper <ulf.jasper@web.de>
19934
af71d4c0 19935 * newsticker.el: Commentary updated. Code formatting changed.
45f6a663 19936 (newsticker-version): Change to "1.9".
dc9cfe1e 19937 (newsticker, newsticker-feed): Doc fix.
45f6a663
SM
19938 (newsticker-url-list): Doc fix. Add option "Weekly".
19939 (newsticker-retrieval-interval): Add option "Weekly".
dc9cfe1e 19940 (newsticker-headline-processing): Doc fix.
45f6a663 19941 (newsticker-auto-mark-filter): Remove.
dc9cfe1e
EZ
19942 (newsticker-auto-mark-filter-list): New.
19943 (newsticker-layout, newsticker-sort-method): Doc fix.
19944 (newsticker-hide-old-items-in-newsticker-buffer)
19945 (newsticker-heading-format, newsticker-item-format)
19946 (newsticker-desc-format): Doc fix.
45f6a663 19947 (newsticker-show-all-rss-elements): Remove.
dc9cfe1e
EZ
19948 (newsticker-show-all-news-elements): New.
19949 (newsticker-faces, newsticker-ticker): Doc fix.
19950 (remove-from-invisibility-spec): Code formatting.
19951 (newsticker--process-ids): New.
19952 (newsticker-mode): Doc fix.
45f6a663
SM
19953 (newsticker-mode): Change mode-line-format.
19954 (newsticker-start): Remove debug output.
af71d4c0 19955 (newsticker-start-ticker): Doc fix. Add autoload cookie.
dc9cfe1e
EZ
19956 (newsticker-w3m-show-inline-images): Code formatting.
19957 (newsticker-next-item): Call `force-mode-line-update'.
19958 (newsticker-previous-item): Call `force-mode-line-update'.
19959 (newsticker-next-feed): Call `force-mode-line-update'.
19960 (newsticker-previous-feed): Call `force-mode-line-update'.
19961 (newsticker-mark-all-items-at-point-as-read): Code formatting.
19962 (newsticker-show-old-items): Do not show descs.
45f6a663 19963 (newsticker-hide-entry): Hide too much.
dc9cfe1e
EZ
19964 (newsticker-hide-entry, newsticker-show-entry)
19965 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
19966 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
19967 (newsticker-toggle-auto-narrow-to-item): Code formatting.
19968 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
19969 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
45f6a663
SM
19970 (newsticker-get-news): Call `force-mode-line-update'.
19971 Collect process ids.
19972 (newsticker--sentinel): Change coding system handling.
19973 Move image retrieval to new functions newsticker--get-logo-url-*.
19974 Move feed parsing to new functions newsticker--parse-*.
19975 Update list of process ids.
dc9cfe1e
EZ
19976 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
19977 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
19978 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
19979 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
19980 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19981 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6fee106e
KS
19982 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
19983 (newsticker--decode-coding-string): Remove.
19984 (newsticker--decode-numeric-entities): Check input. Format code.
19985 (newsticker--remove-whitespace): Check input.
19986 (newsticker--do-forget-preformatted): Doc fix.
19987 (newsticker--decode-rfc822-date): Allow for missing time.
19988 (newsticker--update-process-ids): New.
19989 (newsticker--image-sentinel): Change comment.
19990 (newsticker--image-read): Change error message.
19991 (newsticker--imenu-goto): Doc fix. Show headline title.
19992 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
19993 (newsticker--buffer-do-insert-text): Clean whitespace in
19994 html-rendered headline title. Code formatting.
19995 Call `newsticker--buffer-print-extra-elements'.
19996 (newsticker--buffer-print-extra-element): Remove.
19997 (newsticker--buffer-print-extra-elements): New.
19998 (newsticker--buffer-do-print-extra-element): New.
19999 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20000 large sizes.
20001 (newsticker--run-auto-mark-filter)
20002 (newsticker--do-run-auto-mark-filter):
20003 Use `newsticker-auto-mark-filter-list'.
20004
200052005-11-04 Ryan Yeske <rcyeske@gmail.com>
20006
20007 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20008 (rcirc-print): Force redisplay before running hooks. Do long
20009 buffer truncation after making new text read-only. Deal with nil
20010 text when decoding strings. If TARGET is nil, use either the
20011 currently selected buffer, if it is an rcirc buffer and of the
20012 same process or the process buffer.
20013 (rcirc-mode): Remove header-line. Recompute short buffer names.
20014 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20015 (rcirc-short-buffer-name): Add variable.
20016 (rcirc-kill-buffer-hook): Recompute short buffer names.
20017 Remove nick from private channel.
20018 (rcirc-send-input): Send command text to current-buffer.
20019 Don't clear overlay arrow here.
20020 (rcirc-short-buffer-name): Return a short buffer name.
20021 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20022 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20023 buffer-name abbreviations.
20024 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20025 Do not touch nick-table when killing a parted channel.
20026 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20027 Clear arrow from current buffer if it is now hidden.
20028 (rcirc-current-buffer): Add variable.
20029 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20030 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20031 Remove -face from names.
20032 (rcirc-update-activity-string): Print "DND" when globally ignoring
20033 activity.
20034 (rcirc-ignore-buffer-activity-flag): Rename from
20035 rcirc-ignore-channel-activity.
20036 (rcirc-ignore-all-activity-flag): Doc fix.
20037 (rcirc-channels): Remove variable.
20038 (rcirc-kill-buffer-hook):
20039 (rcirc-get-buffer-create): Add nick to private channel.
20040 (rcirc-multiline-edit-submit): Remove tabs.
20041 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20042 folded.
20043 (rcirc-remove-nick-channel): Bug fix.
20044 (rcirc-toggle-ignore-buffer-activity): Rename from
20045 rcirc-toggle-ignore-channel-activity.
20046 (rcirc-record-activity): Add buffers to the front of the list.
20047 (rcirc-update-activity): Remove killed buffers from list.
20048 (rcirc-process-server-response-1): Remove last argument if it is
20049 null before calling handler.
20050 (rcirc): Add "rcirc" defcustom prefix.
20051 (rcirc-prompt): Simplify default prompt.
20052 Use custom-initialize-default.
20053 (rcirc-private-chats): Remove variable.
20054 (rcirc-prompt): Change initialization.
20055 (rcirc-version): Remove function.
20056 (rcirc-id-string): Add constant.
20057 (rcirc-last-buffer): Remove variable.
20058 (rcirc-buffer-alist): Add variable.
20059 (rcirc-connect): Update variable setup.
20060 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20061 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20062 default.
20063 (rcirc-handler-generic): Trigger activity.
20064 (rcirc-send-message): Create the buffor of the target.
20065 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20066 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20067 (rcirc-multiline-edit-cancel): Remove function.
20068 (rcirc-set-last-buffer): Remove function.
20069 (rcirc-get-any-buffer): Add function.
20070 (rcirc-join-channels): Don't print /join text.
20071 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20072 messages.
20073 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20074 (rcirc-handler-NOTICE): Recognize CTCP responses.
20075 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20076 constructing TOPIC string for buffers we are not JOINed.
20077 (rcirc-handler-CTCP-response): Add handler.
20078 (rcirc-multiline-edit-submit): Restore the window-configuration
20079 before adjusting point.
20080 (rcirc): Add customization group.
20081 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20082 (rcirc-user-full-name, rcirc-startup-channels-alist)
20083 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20084 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20085 (rcirc-input-ring-size, rcirc-read-only-flag)
20086 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20087 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20088 Change defvar to defcustom.
20089 (rcirc-update-prompt): Add optional ALL arg, which will update
20090 prompts in all rcirc buffers. Regexp quote replacement text.
20091 (rcirc-fill-column): Accept frame-width as a value.
20092 (rcirc-set-changed): Add function.
20093 (rcirc-next-active-buffer): Write more meaningful messages.
20094 (rcirc-faces): Add customization group.
20095 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20096 (rcirc-nick-in-message-face, rcirc-prompt-face)
20097 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20098 (with-rcirc-process-buffer): Move before first usage.
20099 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20100 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20101 (rcirc-debug): Rename from `rcirc-log'.
20102 (rcirc-format-response-string): Do not print `-' chars for a
20103 NOTICE with no sender. Simplify output of server responses.
20104
201052005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20106
20107 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20108 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20109 Make urls mouse and RET clickable.
20110
201112005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20112
20113 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20114
201152005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20116
20117 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20118 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20119 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20120 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20121 argument to all these routines, so the passphrase can be managed
20122 externally and passed in to the system.
20123 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20124 pgg-add-passphrase-to-cache function.
20125
20126 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20127 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20128 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20129 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20130 argument to all these routines, so the passphrase can be managed
20131 externally and passed in to the system.
1a408ced 20132 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6fee106e
KS
20133 function.
20134
201352005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
20136
20137 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20138 from goto-address-url-regexp.
20139
201402005-11-04 Carsten Dominik <dominik@science.uva.nl>
20141
20142 * textmodes/org.el (org-read-date, org-goto-calendar)
20143 (org-recenter-calendar, org-agenda-goto-calendar):
20144 Temporarily clear `calendar-move-hook'.
20145
201462005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
20147
20148 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20149 merging.
20150
20151 * ediff-util.el (ediff-previous-difference): Don't skip regions that
20152 have merge clashes.
20153
201542005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20155
20156 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20157 Undo previous change.
20158
20159 * startup.el (command-line): Use `custom-reevaluate-setting' for
20160 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
20161 tty-register-default-colors on Mac.
20162
201632005-11-04 Nick Roberts <nickrob@snap.net.nz>
20164
20165 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20166 (gdb-buffer-type): Make it automatically buffer local...
20167 (gdb-get-create-buffer): ...and set it accordingly.
20168 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20169 actually work.
20170
201712005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
20172
20173 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20174 not red.
20175
201762005-11-04 Nick Roberts <nickrob@snap.net.nz>
20177
20178 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20179 case GUD buffer is not visible.
20180 (gdb-goto-breakpoint): Try to force display in source buffer.
20181 (gdb-frame-gdb-buffer): Copy other similar functions.
20182 (gdb-restore-windows): Don't display source if not asked for.
20183 (gdb-assembler-buffer-name): Don't capitalise.
20184
201852005-11-03 Richard M. Stallman <rms@gnu.org>
20186
20187 * wid-edit.el (key-sequence): New widget type.
20188
20189 * simple.el (set-mark-command-repeat-pop): New variable.
20190 (set-mark-command): Only interpret plan C-@ after a pop as a pop
20191 if set-mark-command-repeat-pop is true.
20192
20193 * info.el (Info-fontify-node): Don't display extra "see" if there
20194 already is one here.
20195
20196 * mouse.el: Fix special handling of DEL after dragging a region:
20197 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20198 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
20199
20200 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20201
20202 * textmodes/ispell.el (ispell-command-loop): Change `i' description
20203 not to assume it pertains to an affix.
20204
20205 * textmodes/flyspell.el (flyspell-post-command-hook):
20206 Bind deactivate-mark to prevent deactivation.
20207
202082005-11-03 Lars Hansen <larsh@soem.dk>
20209
20210 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20211 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20212 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20213
202142005-11-03 Romain Francoise <romain@orebokech.com>
20215
20216 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
20217 Update copyright years.
20218
202192005-11-03 Sam Steingold <sds@gnu.org>
20220
20221 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20222 Use system-type instead of window-system because window-system is not
20223 correctly defined during loadup.
20224
202252005-11-02 Mark A. Hershberger <mah@everybody.org>
20226
9c92edca 20227 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
6fee106e
KS
20228 (xml-parse-tag): Join strings separated by a comment properly.
20229
202302005-11-02 Andreas Schwab <schwab@suse.de>
20231
20232 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20233
202342005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
20235
20236 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20237 (byte-optimize-pure-func): Quote the eval'd value.
20238
20239 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20240 Rename from perl-font-lock-syntactic-face-function.
20241 Change the calling convention so it can be used as a font-lock MATCHER.
20242 Do the parse-partial-sexp loop outselves.
20243 (perl-font-lock-syntactic-keywords): Use it.
20244 (perl-mode): Don't set font-lock-syntactic-face-function any more.
20245
202462005-11-02 Nick Roberts <nickrob@snap.net.nz>
20247
20248 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20249 disassembly buffer too.
20250 (gdb-exited): Remove overlay arrows when execution has finished.
20251 (gdb-info-frames-custom, gdb-info-threads-custom)
20252 (gdb-info-registers-custom): Don't add inappropriate text
20253 properties if inferior is not active.
20254
202552005-11-02 Glenn Morris <rgm@gnu.org>
20256
20257 * progmodes/fortran.el (fortran-blink-match):
20258 Use `blink-matching-delay'.
20259
202602005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
20261
20262 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20263
202642005-11-02 Lars Hansen <larsh@soem.dk>
20265
20266 * net/tramp.el (tramp-action-out-of-band): Handle scp message
20267 "Permission denied".
20268
202692005-11-01 Richard M. Stallman <rms@gnu.org>
20270
20271 * textmodes/flyspell.el (flyspell-external-point-words):
20272 Pass nil to flyspell-get-word.
20273
202742005-11-02 Kim F. Storm <storm@cua.dk>
20275
20276 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20277 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20278
202792005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20280
20281 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20282 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20283 (calendar-mouse-print-dates): Add optional `event' argument.
20284 Update interactive-spec.
20285 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20286 Use `calendar-event-to-date' instead of `event'.
20287
202882005-11-02 Masatake YAMATO <jet@gyve.org>
20289
20290 * progmodes/ld-script.el (ld-script-builtins):
20291 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20292 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20293 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20294
202952005-11-01 Romain Francoise <romain@orebokech.com>
20296
20297 * vc-sccs.el: Update copyright year.
20298 * ezimage.el: Likewise.
20299
203002005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
20301
20302 * info.el (Info-fontify-node): Use `string-width' for fontifying
20303 underlined titles.
20304
203052005-11-01 Juri Linkov <juri@jurta.org>
20306
20307 * info.el (Info-fontify-node): Downcase node header keywords Node,
20308 Prev, Next, Up before comparison.
20309 (Info-history): Insert absolute directory name, and put invisible
20310 property on it.
20311
203122005-11-01 Juri Linkov <juri@jurta.org>
20313
20314 * info.el (Info-file-supports-index-cookies): New variable.
20315 (Info-find-node-2): Check makeinfo version for index cookie support.
20316 (Info-index-nodes): Search for nodes with index cookies only when
20317 Info-file-supports-index-cookies is t. Otherwise, search nodes
20318 with "Index" in the node name.
20319 (Info-index-node): Search index cookie in the current node only when
20320 Info-file-supports-index-cookies is t. Otherwise, check the word
20321 "Index" in the node name.
20322 (Info-find-emacs-command-nodes): Remove code that searches nodes
20323 with "Index" node name in the top menu.
20324
203252005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20326
20327 * progmodes/scheme.el (scheme-mode-variables): Use the default
20328 comment-indent-function.
20329
20330 * faces.el (face-attribute): Handle the case where a face inherits from
20331 a non-existent face.
20332
20333 * simple.el (eval-expression-print-format): Use lisp-readable syntax
20334 for octal and hexa output, and merge the char into the paren.
20335 (kill-new): Use push.
20336 (copy-to-buffer): Use with-current-buffer.
20337 (completion-setup-function): Move code in loop to remove redundancy.
20338 (minibuffer-local-must-match-map): Don't add bindings that duplicate
20339 those inherited from minibuffer-local-completion-map.
20340
20341 * savehist.el (savehist-mode) <defcustom>:
20342 Use custom-set-minor-mode if available.
20343 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20344 and emit a message if applicable.
20345
203462005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
20347
20348 * savehist.el: Sync up to version 19.
20349 (savehist-mode): New minor mode.
20350 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20351 (savehist-length): Remove (use history-length instead).
20352 (savehist-file-modes): Rename from savehist-modes.
20353 (savehist-save-hook, savehist-loaded): New vars.
20354 (savehist-load): Use savehist-mode. Try to smooth up transition from
20355 old format to new format.
20356 (savehist-install): Allow savehist-autosave-interval to be nil.
20357 (savehist-save): Run the new hook. Be more careful to only trim the
20358 history variables.
20359 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
20360 (savehist-printable): Print into a buffer rather than char-by-char.
20361
203622005-11-01 John Wiegley <johnw@newartisans.com>
20363
20364 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20365 toggle-ignore keybinding (C-a). The author said it had been
20366 disabled much earlier due to a possible incompatibility, but after
20367 many months of usage I have encountered no problems (and it is a
20368 rather useful option, especially for switching to " *temp*").
20369
20370 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20371 support for OS/X's AddressBook, by calling out to the open source
20372 program "contacts" (installable through Fink).
20373
20374 * net/eudc.el (eudc-expand-inline): If the
20375 `eudc-multiple-match-handling-method' is set to `all', delete the
20376 query string before inserting the query result.
20377
20378 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20379 flag, to prevent Eshell from using the system ls when
20380 `eshell-ls-insert-directory' is in used.
20381 (eshell-ls-insert-directory): Disable font-lock in directory
20382 buffer so that Eshell's own fontification is seen. This broke
20383 recently due to changes in font-lock, so this goes back to version
20384 21 behavior.
20385
203862005-11-01 Nick Roberts <nickrob@snap.net.nz>
20387
20388 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20389 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20390 (gdb-many-windows): Doc fix.
20391
203922005-10-31 Romain Francoise <romain@orebokech.com>
20393
20394 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20395
203962005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
20397
20398 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20399 that global-font-lock-mode can be enabled by default.
20400
20401 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20402 (font-lock-add-keywords, font-lock-remove-keywords)
20403 (font-lock-fontify-buffer): Remove autoload cookies.
20404
20405 * jit-lock.el (jit-lock-register): Likewise.
20406
20407 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20408
204092005-10-31 Nick Roberts <nickrob@snap.net.nz>
20410
20411 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20412 intact if there is no gud-comint-buffer.
20413
204142005-10-31 Luc Teirlinck <teirllm@auburn.edu>
20415
20416 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20417 old prompt comint-prompt-read-only is t and GDB commands are
20418 issued from tool bar etc.
20419
204202005-10-31 Masatake YAMATO <jet@gyve.org>
20421
20422 * vc.el (vc-directory-exclusion-list): Add "{arch}".
20423
204242005-10-30 Chong Yidong <cyd@stupidchicken.com>
20425
20426 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20427 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20428
204292005-10-30 Michael Albinus <michael.albinus@gmx.de>
20430
20431 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20432 starting at beginning of line. Fontification is messed up when
20433 `open-paren-in-column-0-is-defun-start' set to t.
20434 Reported by John Paul Wallington <jpw@pobox.com>.
20435
204362005-10-30 Luc Teirlinck <teirllm@auburn.edu>
20437
20438 * comint.el (comint-send-input): Call `comint-update-fence' when
20439 `comint-process-echoes' and `comint-prompt-read-only' are both
20440 non-nil, to avoid leftover read-only newline.
20441
204422005-10-30 Richard M. Stallman <rms@gnu.org>
20443
20444 * textmodes/flyspell.el (flyspell-external-point-words):
20445 Detect when WORD can't be checked properly because
20446 flyspell-get-word finds just part of it, and move on.
20447
20448 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20449 boundarychar for Polish.
20450 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20451 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20452
204532005-10-31 Nick Roberts <nickrob@snap.net.nz>
20454
20455 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20456 (gdb-registers-font-lock-keywords): Delete.
20457 (gdb-registers-mode): Don't fontify.
20458 (gdb-info-registers-custom): Use text properties instead as, in
20459 future, changed register values will use font-lock-warning-face.
20460 (gdb-local-font-lock-keywords): Rename to...
20461 (gdb-locals-font-lock-keywords): ...for consistency.
20462
204632005-10-30 Andre Spiegel <spiegel@gnu.org>
20464
20465 * vc.el (vc-switch-backend): Better error message if the buffer is
20466 not visiting a file under version control.
20467
20468 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20469
204702005-10-29 Chong Yidong <cyd@stupidchicken.com>
20471
20472 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20473 ~/.emacs.d/.emacs.
20474
204752005-10-29 Richard M. Stallman <rms@gnu.org>
20476
20477 * replace.el (occur-mode-mouse-goto): Always go to other window.
20478 (occur-mode-goto-occurrence): Always switch in same window.
20479
20480 * simple.el (undo): Display message at end, not at start.
20481
20482 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20483 New arg REUSE-CELL.
20484 (cancel-timer-internal): New function.
20485 (timer-event-handler): Use cancel-timer-internal,
20486 and pass the cell it returns to timer-activate...
20487
20488 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20489 (jit-lock-deferred-fontify, jit-lock-context-fontify)
20490 (jit-lock-after-change): Test memory-full.
20491
204922005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20493
20494 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20495 part of the decoded armor to find the key-identifier.
20496 (pgg-gpg-lookup-key-owner): New function to return the
20497 human-readable identifier of a key owner.
20498 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20499 key itself.
20500 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20501 the key value) if we have a key and can match it against a secret
20502 key. Also, added a note pointing out fact that the prompt only
20503 indicates the first matching key.
20504
20505 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20506 pgg-decrypt-region.
20507 (pgg-pending-timers): A new hash for tracking the passphrase cache
20508 timers, so that new ones supercede old ones.
20509 (pgg-add-passphrase-to-cache): Rename from
20510 `pgg-add-passphrase-cache' to reduce confusion (all callers
20511 changed). Modified to cancel old timers when new ones are added.
20512 (pgg-remove-passphrase-from-cache): Rename from
20513 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20514 changed). Modified to cancel old timers when their keys are
20515 removed from the cache.
20516 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20517 XEmacs, an indirection to delete-itimer.
20518 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20519 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20520 users can only check cache without risk of prompting. Correct bug in
20521 notruncate behavior.
20522 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20523 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20524 Add informative docstrings.
20525 (pgg-decrypt): Convey provided passphrase in subordinate call to
20526 pgg-decrypt-region.
20527
20528 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20529 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20530 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20531 `passphrase' argument, so the passphrase can be managed externally
20532 and then passed in to the system.
20533
20534 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20535 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20536 so the passphrase cache can be used reliably with identifiers
20537 besides a pgp packet's key id.
20538
20539 * pgg-gpg.el (pgg-pgp-encrypt-region)
20540 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20541 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20542 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20543 argument to all these routines, so the passphrase can be managed
20544 externally and passed in to the system.
20545
20546 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20547 `notruncate' argument, so the passphrase cache can be used
20548 reliably with identifiers besides a pgp packet's key id.
20549
205502005-10-29 Sascha Wilde <swilde@sha-bang.de>
20551
20552 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20553 symmetric encryption.
20554 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20555 encrypted session key.
20556 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20557 message ask for the passphrase in a proper way.
20558
20559 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20560 New user commands for symmetric encryption.
20561
205622005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
20563
20564 * textmodes/conf-mode.el (conf-assignment-sign)
20565 (conf-assignment-regexp): Fix docstrings.
20566 (conf-mode-initialize): New function.
20567 (conf-mode): Remove optional args. Use delay-mode-hooks to
20568 recognize recursive calls.
20569 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20570 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20571 (conf-xdefaults-mode): Use define-derived-mode and
20572 conf-mode-initialize.
20573
205742005-10-29 Romain Francoise <romain@orebokech.com>
20575
20576 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20577
205782005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20579
20580 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20581 part of the decoded armor to find the key-identifier.
20582 (pgg-gpg-lookup-key-owner): New function to return the
20583 human-readable identifier of a key owner.
20584 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20585 key itself.
20586 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20587 the key value) if we have a key and can match it against a secret
20588 key. Also, added a note pointing out fact that the prompt only
20589 indicates the first matching key.
20590
20591 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20592 pgg-decrypt-region.
20593 (pgg-pending-timers): A new hash for tracking the passphrase cache
20594 timers, so that new ones supercede old ones.
20595 (pgg-add-passphrase-to-cache): Rename from
20596 `pgg-add-passphrase-cache' to reduce confusion (all callers
20597 changed). Modified to cancel old timers when new ones are added.
20598 (pgg-remove-passphrase-from-cache): Rename from
20599 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20600 changed). Modified to cancel old timers when their keys are
20601 removed from the cache.
20602 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20603 XEmacs, an indirection to delete-itimer.
20604 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20605 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20606 users can only check cache without risk of prompting. Correct bug in
20607 notruncate behavior.
20608 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20609 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20610 Add informative docstrings.
20611 (pgg-decrypt): Convey provided passphrase in subordinate call to
20612 pgg-decrypt-region.
20613
206142005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
20615
20616 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20617 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20618 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20619 `passphrase' argument, so the passphrase can be managed externally
20620 and then passed in to the system.
20621
20622 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20623 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20624 so the passphrase cache can be used reliably with identifiers
20625 besides a pgp packet's key id.
20626
20627 * pgg-gpg.el (pgg-pgp-encrypt-region)
20628 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20629 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20630 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20631 argument to all these routines, so the passphrase can be managed
20632 externally and passed in to the system.
20633
20634 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20635 `notruncate' argument, so the passphrase cache can be used
20636 reliably with identifiers besides a pgp packet's key id.
20637
206382005-10-29 Sascha Wilde <swilde@sha-bang.de>
20639
20640 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20641 symmetric encryption.
20642 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20643 encrypted session key.
20644 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20645 message ask for the passphrase in a proper way.
20646
20647 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20648 New user commands for symmetric encryption.
20649
206502005-10-28 Bill Wohler <wohler@newt.com>
20651
20652 * help-mode.el (help-url): New button type. Calls browse-url.
20653 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20654 Similar to Info nodes: URL `url'.
20655 (help-make-xrefs): Create help-url buttons for
20656 help-xref-url-regexp matches.
20657
206582005-10-29 Nick Roberts <nickrob@snap.net.nz>
20659
20660 * tool-bar.el (tool-bar-add-item-from-menu)
20661 (tool-bar-local-item-from-menu): Fix doc strings.
20662
206632005-10-28 Romain Francoise <romain@orebokech.com>
20664
20665 * ldefs-boot.el: Update.
20666
20667 * subr.el (locate-library): Move from help-fns.el.
20668 * help-fns.el (locate-library): Move to subr.el.
20669
206702005-10-28 Richard M. Stallman <rms@gnu.org>
20671
20672 * net/tramp.el (tramp-completion-mode): defvar moved up.
20673
20674 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20675
20676 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20677
20678 * files.el (find-file-noselect): Use %d to format large file size.
20679
20680 * bindings.el (mode-line-format): Add %e.
20681
20682 * loadup.el ("facemenu"): Load unconditionally.
20683 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20684 ("x-dnd"): Load, when appropriate.
20685
20686 * startup.el (command-line): Call before-init-hook earlier.
20687 Warn about some bad characters in -u user name.
20688
20689 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20690 (flyspell-external-point-words): Error if misspelled word is not found.
20691 Set flyspell-large-region-beg at end of word.
20692
206932005-10-28 Andreas Schwab <schwab@suse.de>
20694
20695 * view.el (View-revert-buffer-scroll-page-forward):
20696 Use view-page-size-default.
20697
206982005-10-28 Juri Linkov <juri@jurta.org>
20699
20700 * international/quail.el (quail-get-current-str): Translate last
20701 raw character for deterministic input methods.
20702
207032005-10-27 Jay Belanger <belanger@truman.edu>
20704
20705 * calc/calc-ext.el: Add functions to autoloads.
20706 (math-identity-matrix-p, math-ident-row-p): New functions.
20707
20708 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20709 multiplication by an identity matrix; don't turn multiplication by
20710 an inverse matrix into division.
20711 (math-div-symbol-fancy): Replace division by matrices with
20712 multiplication by inverse.
20713
20714 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20715
20716 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20717 (calc-writeoutpower): New functions.
20718
207192005-10-27 Romain Francoise <romain@orebokech.com>
20720
20721 * replace.el (occur-engine): Include colon in mouse-face highlight.
20722
20723 * dired-x.el: Change Maintainer field.
20724
207252005-10-26 Chong Yidong <cyd@stupidchicken.com>
20726
20727 * longlines.el (longlines-mode): Bind after-change-functions to
20728 nil during initial decoding and final encoding.
20729
207302005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
20731
20732 * term.el (term-emulate-terminal, term-handle-colors-array)
20733 (term-handle-ansi-escape): Specify the terminfo capabilities
20734 implemented.
20735
207362005-10-26 Richard M. Stallman <rms@gnu.org>
20737
20738 * info.el (Info-fontify-node): Fix detection of sentence-break
20739 before *Note.
20740
207412005-10-26 Romain Francoise <romain@orebokech.com>
20742
20743 * smerge-mode.el: Add `tools' to file keywords.
20744
207452005-10-26 Nick Roberts <nickrob@snap.net.nz>
20746
20747 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20748 when the fringe is not available.
20749
20750 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20751 (def-gdb-auto-update-trigger): Simplify construction.
20752 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20753 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20754 defined explicitly.
20755 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20756 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20757 defined explicitly.
20758 (gdb-info-locals-custom): Remove as it's a no-op.
20759
207602005-10-25 Chong Yidong <cyd@stupidchicken.com>
20761
20762 * longlines.el (longlines-mode): Remove narrowing before
20763 performing the initial decoding or final encoding.
20764
207652005-10-25 Romain Francoise <romain@orebokech.com>
20766
20767 * emacs-lisp/find-func.el (find-library-name): Also strip
20768 extension if library name ends in .el, to take advantage of
20769 `find-library-suffixes'.
20770
207712005-10-25 Richard M. Stallman <rms@gnu.org>
20772
20773 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
20774
207752005-10-25 Juri Linkov <juri@jurta.org>
20776
20777 * textmodes/texinfo.el (texinfo-mode): Change charset of one
20778 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
20779
207802005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20781
20782 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
20783 (blackbox-redefine-key): Add argument `map'.
20784
20785 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
20786 regions when moving the jit-lock-context-unfontify-pos boundary.
20787
207882005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20789
20790 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
20791
207922005-10-25 Masatake YAMATO <jet@gyve.org>
20793
20794 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
20795
4fc9bd56 207962005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
6fee106e
KS
20797
20798 * play/blackbox.el (blackbox-redefine-key): New function.
20799 (blackbox-mode-map): Use it to remap existing bindings for cursor
20800 motion instead of binding literal keys.
20801
208022005-10-25 Glenn Morris <rgm@gnu.org>
20803
20804 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
20805 diary does not end in a newline. Do not assume a blank line at
20806 the start of the diary file.
20807
208082005-10-25 Kenichi Handa <handa@m17n.org>
20809
20810 * international/quail.el (quail-translate-key): If the input
20811 method is deterministic and failed to handle the last key, restart
20812 the key handling loop from an appropriate key.
20813
208142005-10-25 Michael Albinus <michael.albinus@gmx.de>
20815
20816 * vc.el (vc-dired-mode): Extend comment for binding of
20817 `directory-listing-before-filename-regexp'.
20818
208192005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20820
20821 * textmodes/texinfo.el (texinfo-mode):
20822 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
20823 not to unnecessarily expose emacs-mule's internal char codes.
20824
208252005-10-25 Nick Roberts <nickrob@snap.net.nz>
20826
20827 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
20828 Display hand pointer and help-echo on disabled icon too.
20829 (gdb-mouse-until): New function.
20830 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
20831
208322005-10-24 Chong Yidong <cyd@stupidchicken.com>
20833
20834 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
20835 with 2005-10-23 change to doctor.el.
20836
20837 * finder.el (finder-mode-map): Add follow-link binding.
20838
208392005-10-25 Kim F. Storm <storm@cua.dk>
20840
20841 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
20842 to gdb-mouse-toggle-breakpoint-fringe.
20843 (gdb-mouse-toggle-breakpoint-margin): Rename from
20844 gdb-mouse-toggle-breakpoint. Fix doc.
20845 (gdb-mouse-toggle-breakpoint-fringe): New defun.
20846 (gdb-put-string): Add optional SPROPS arg. Add props to string.
20847 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20848 string properties also for fringe breakpoint bitmaps.
20849
208502005-10-24 Carsten Dominik <dominik@science.uva.nl>
20851
20852 * textmodes/org.el (org-start-icalendar-file): Fix format form.
20853
208542005-10-25 Masatake YAMATO <jet@gyve.org>
20855
20856 * simple.el (completion-common-substring):
20857 Use `completion-common-substring' prior to `completion-base-size'.
20858
208592005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
20860
20861 * savehist.el: Require CL while compiling.
20862 (savehist-history-variables): Remove.
20863 (savehist-save-minibuffer-history, savehist-additional-variables)
20864 (savehist-minibuffer-history-variables): New vars.
20865 (savehist-save): Use them.
20866 (savehist-uninstall, savehist-minibuffer-hook): New funs.
20867 (savehist-install): New fun, extracted from savehist-load.
20868 (savehist-load): Use them.
20869
208702005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20871
20872 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
20873 a dummy doc-string-elt property.
20874 (defalias, defvaralias, define-category): Add a docstring property.
20875
20876 * image.el (defimage):
20877 * widget.el (define-widget):
20878 * custom.el (defface, defcustom): Add `doc-string' declaration.
20879
20880 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
20881 (defadvice): Add `doc-string' declaration.
20882
20883 * emacs-lisp/byte-run.el (macro-declaration-function):
20884 Handle `doc-string' declarations.
20885 (define-obsolete-function-alias, define-obsolete-variable-alias):
20886 Add `doc-string' declaration.
20887
208882005-10-24 Kenichi Handa <handa@m17n.org>
20889
20890 * international/utf-7.el (utf-7): Add autoload cookie.
20891
20892 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
20893
208942005-10-24 Eli Zaretskii <eliz@gnu.org>
20895
20896 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
20897 list of directories passed to batch-update-autoloads. Add "." to
20898 the list of the echoed directories.
20899
20900 * pgg-def.el:
20901 * pgg-gpg.el:
20902 * pgg-parse.el:
20903 * pgg-pgp.el:
20904 * pgg-pgp5.el:
20905 * pgg.el: Moved here from the gnus subdirectory.
20906
209072005-10-24 Nick Roberts <nickrob@snap.net.nz>
20908
20909 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
20910 in case comint-prompt-read-only is set to t.
20911
20912 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
20913 in case comint-prompt-read-only is set to t.
20914
209152005-10-24 Ulf Jasper <ulf.jasper@web.de>
20916
20917 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
20918 Now a string.
20919 (icalendar-import-format): Handle CLASS, STATUS, URL.
20920 Rename `subject' to `summary'.
20921 (icalendar-import-format-summary): Rename from
20922 `icalendar-import-format-subject'.
20923 (icalendar-import-format-url, icalendar-import-format-status)
20924 (icalendar-import-format-class): New variables.
20925 (icalendar--rris): Take variable argument list.
20926 (icalendar--datestring-to-isodate): Remove unnecessary
20927 calendar-style check when converting dates with explicit month names.
20928 (icalendar-export-region): Change return type of conversion
20929 subroutines. Bury current buffer unless error occurred.
20930 (icalendar--convert-to-ical)
20931 (icalendar--parse-summary-and-rest): New functions.
20932 (icalendar--convert-ordinary-to-ical)
20933 (icalendar--convert-weekly-to-ical)
20934 (icalendar--convert-yearly-to-ical)
20935 (icalendar--convert-block-to-ical)
20936 (icalendar--convert-cyclic-to-ical)
20937 (icalendar--convert-anniversary-to-ical): Change return type.
20938 Strip trailing blanks from subject.
20939 (icalendar--convert-sexp-to-ical): Change return type.
20940 Strip trailing blanks from subject. Handle simple sexp
20941 entries as generated by icalendar.el.
20942 (icalendar--convert-float-to-ical)
20943 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
20944 (icalendar-import-file): Doc fix.
20945 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
20946 Correct call to icalendar--rris.
20947 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
20948 `summary'.
20949 (icalendar--add-diary-entry): Rename `subject' to `summary'.
20950
209512005-10-24 Romain Francoise <romain@orebokech.com>
20952
20953 * server.el (server-sentinel): Set query-on-exit flag to nil on
20954 new client processes (it isn't inherited from the server process).
20955
20956 * replace.el (occur-engine): Rearrange text properties.
20957
209582005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
20959
20960 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
20961 case-fold-search is nil.
20962 (debug-help-follow): Use help-xref-interned directly.
20963
209642005-10-23 Chong Yidong <cyd@stupidchicken.com>
20965
20966 * thumbs.el (thumbs-image-type): Add .pbm.
20967
209682005-10-23 Richard M. Stallman <rms@gnu.org>
20969
20970 * faces.el (inhibit-face-set-after-frame-default): New variable.
20971 (set-face-attribute): Bind it.
20972 (face-set-after-frame-default): Test it.
20973
20974 * help-fns.el (describe-simplify-lib-file-name): New function.
20975 (describe-function-1, describe-variable): Use it.
20976
20977 * faces.el (describe-face): Use describe-simplify-lib-file-name.
20978
20979 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
20980 Eliminate nil as possible value.
20981 (tooltip-hide-delay): Reduce internal-border-width.
20982
20983 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
20984 (menu-bar-file-menu) <new-file>: Likewise.
20985
20986 * simple.el (line-move-finish): Ignore fields computing LINE-END.
20987
20988 * international/mule.el (load-with-code-conversion):
20989 Pass full file name to `eval-buffer' unless preloading.
20990
20991 * textmodes/flyspell.el (flyspell-large-region):
20992 Call ispell-check-version.
20993
20994 * textmodes/ispell.el (ispell-local-dictionary-overridden):
20995 Fix the make-variable-buffer-local call that was supposed
20996 to be for this variable.
20997 (ispell-aspell-supports-utf8): Doc fix.
20998 (ispell-find-aspell-dictionaries): Preserve elements of
20999 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21000 (ispell-aspell-find-dictionary): Return nil on error.
21001
21002 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21003 (doctor-symptoms): Likewise.
21004
21005 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21006
210072005-10-23 Chong Yidong <cyd@stupidchicken.com>
21008
21009 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21010 (custom-raised-buttons): Add :set spec.
21011 (custom-button-unraised, custom-button-pressed-unraised):
21012 New faces, so that custom-raised-buttons actually does something.
21013 (custom-mode): Use custom-button and custom-button-pressed.
21014
21015 * wid-edit.el (widget-specify-button): Don't ignore
21016 widget-mouse-face on graphic terminals.
21017 (widget-move-and-invoke): Cleanup.
21018
210192005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21020
21021 * whitespace.el (whitespace-cleanup): Doc fix.
21022
210232005-10-23 Romain Francoise <romain@orebokech.com>
21024
21025 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21026 `eval-after-load' to avoid evaluating their result.
21027
210282005-10-23 Michael Albinus <michael.albinus@gmx.de>
21029
21030 * files.el (directory-listing-before-filename-regexp):
21031 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21032
21033 * dired.el (dired-move-to-filename-regexp): Remove.
d367ab1f 21034 All occurrences replaced by `directory-listing-before-filename-regexp'.
6fee106e
KS
21035
21036 * dired-x.el, locate.el, vc.el:
21037 Replace `dired-move-to-filename-regexp' by
21038 `directory-listing-before-filename-regexp'. In vc.el it is
21039 overwritten locally; maybe this can be handled in files.el too.
21040
d367ab1f 21041 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
6fee106e
KS
21042 replaced by `directory-listing-before-filename-regexp'.
21043
210442005-10-23 Andreas Schwab <schwab@suse.de>
21045
21046 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21047 and eval-next-after-load.
21048
210492005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21050
21051 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21052 exist, create it.
21053
210542005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21055
21056 * allout.el: Remove autoloads for mailcrypt and crypt++.
21057 Require pgg, pgg-gpg during compilation.
21058 (allout-version): Increment version number to 2.1, and use a literal
21059 rather than RCS Id.
21060 (allout-default-encryption-scheme): Remove.
21061 (allout-passphrase-verifier-handling)
21062 (allout-passphrase-verifier-string)
21063 (allout-file-passphrase-verifier-string)
21064 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21065 (allout-passphrase-hint-handling): Rename and simplify.
21066 (allout-init): Use `find-file-hook' if available, otherwise
21067 `find-file-hooks'.
21068 (allout-mode): Use `write-file-functions' if available, otherwise
21069 `local-write-file-hooks' and, instead of making auto-save-hook
21070 buffer local, make the write-file-hook activity contingent to
21071 allout-mode.
21072 (allout-mode): Use key-binding substitution in the docstring.
21073 (allout-kill-line): Spell-out kill ring data structure mutation
21074 instead of using byte-compiler-complaint-provoking `pop'.
21075 (allout-insert-listified): Use `insert' rather than `insert-string'
21076 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21077 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21078 (allout-encrypt-string): Totally revamped vis new underlying
21079 encryption facilities.
21080 (allout-mc-activate-passwd): Remove.
21081 (allout-obtain-passphrase): New, more or less replaces
21082 allout-mc-activate-passwd.
21083 (allout-encrypted-key-info): More or less replaces
21084 allout-encrypted-text-type.
21085 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21086 (my-mark-marker): Use `(featurep 'xemacs)'.
21087
210882005-10-23 Lars Hansen <larsh@soem.dk>
21089
21090 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21091 (byte-compile-file-form-defmumble, byte-compile-defun)
21092 (byte-compile-defmacro): Use it.
21093 (byte-compile-form): Don't call byte-compile-set-symbol-position
21094 when a byte-compile handler is called.
21095
210962005-10-22 Romain Francoise <romain@orebokech.com>
21097
21098 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21099
21100 * subr.el (eval-after-load): Convert library name to an absolute
21101 file name using locate-library, since load-history no longer has
21102 library names in it.
21103
211042005-10-22 Richard M. Stallman <rms@gnu.org>
21105
21106 * files.el (make-temp-file): Move from subr.el.
21107 * subr.el (make-temp-file): Move to files.el.
21108
21109 * window.el (get-buffer-window-list): Move from subr.el.
21110 * subr.el (get-buffer-window-list): Move to window.el.
21111
21112 * image.el (image-load-path): Use eval-at-startup to initialize.
21113
21114 * subr.el (eval-at-startup): New macro.
21115
21116 * subr.el: Much rearrangement of functions and division
21117 into pages. No code changes.
21118
211192005-10-22 Kenichi Handa <handa@m17n.org>
21120
21121 * tar-mode.el (tar-extract): Be sure to call
21122 find-operation-coding-system if set-auto-coding doesn't find a
21123 coding system.
21124
211252005-10-22 Kim F. Storm <storm@cua.dk>
21126
21127 * image.el (image-type-header-regexps): Rename from image-type-regexps.
21128 Change users.
21129 (image-type-file-name-regexps): New defconst.
21130 (image-type-from-data): Simplify loop.
21131 (image-type-from-buffer): New defun.
21132 (image-type-from-file-header): Use it instead of image-type-from-data.
21133 Use image-search-load-path instead of only looking in data-directory.
21134 (image-type-from-file-name): New defun.
21135 (image-search-load-path): Change `pathname' to `filename'.
21136 Make PATH arg optional, default to image-load-path.
21137
211382005-10-21 Richard M. Stallman <rms@gnu.org>
21139
21140 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21141
21142 * textmodes/paragraphs.el (sentence-end-base): New variable.
21143 (sentence-end): Use sentence-end-base.
21144
211452005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21146
21147 * font-lock.el (font-lock-default-fontify-region): Check the multiline
21148 property independently from the font-lock-multiline variable.
21149
211502005-10-21 Richard M. Stallman <rms@gnu.org>
21151
21152 * emacs-lisp/find-func.el (find-library-name): Doc fix.
21153
21154 * startup.el (command-line): Convert library names
21155 in `load-history' to absolute file names.
21156
21157 * subr.el (symbol-file): Doc fix.
21158
21159 * loadhist.el (file-loadhist-lookup): Call locate-library
21160 instead of find-library-name. Don't try converting
21161 abs file names to library names, since load-history no longer
21162 has library names in it.
21163 (file-dependents, file-provides, file-requires): Doc fixes.
21164
211652005-10-21 Juri Linkov <juri@jurta.org>
21166
21167 * progmodes/etags.el (tags-table-mode): New function.
21168 (tags-verify-table): Replace initialize-new-tags-table with
21169 tags-table-mode.
21170
21171 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21172 default value.
21173 (desktop-modes-not-to-save): Add tags-table-mode to the
21174 default value.
21175
21176 * info.el (Info-index-next): Add total number of index
21177 alternatives to the message.
21178
21179 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21180 backward only space (instead of space and period) before looking
21181 at sentence end.
21182
21183 * simple.el (set-variable): Use user-variable-p instead of symbolp.
21184 Add the old variable value as 4th default-value arg of read-string.
21185
211862005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21187
21188 * cus-face.el (custom-declare-face): Make face from X resources
21189 also on Mac.
21190
21191 * disp-table.el (standard-display-g1, standard-display-graphic):
21192 Refuse to use string glyphs also on Mac.
21193 (standard-display-european): Don't set terminal coding system also
21194 on Mac.
21195
21196 * frame.el (display-screens): Use x-display-screens also on Mac.
21197
211982005-10-21 Romain Francoise <romain@orebokech.com>
21199
21200 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
21201
212022005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21203
21204 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21205 and $? into sexps.
21206
21207 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21208 warning face on open-paren-in-column-0.
21209
21210 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21211 boundary case. Fix typo.
21212 Suggested by Martin Rudalics <rudalics@gmx.at>.
21213
212142005-10-21 Carsten Dominik <dominik@science.uva.nl>
21215
21216 * textmodes/org.el (org-combined-agenda-icalendar-file)
21217 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21218 (org-export-icalendar-this-file)
21219 (org-export-icalendar-all-agenda-files)
21220 (org-export-icalendar-combine-agenda-files): New commands.
21221 (org-export-icalendar, org-print-icalendar-entries)
21222 (org-start-icalendar-file, org-finish-icalendar-file)
21223 (org-ical-ts-to-string): New functions.
21224 (org-read-date, org-goto-calendar)
21225 (org-agenda-goto-calendar): Inhibit displaying diary entries by
21226 call to `calendar'.
21227 (orgtbl-setup): Remove the :keys arguments from the menu description.
21228 (org-after-save-iCalendar-file-hook): New variable.
21229
212302005-10-21 Kenichi Handa <handa@m17n.org>
21231
21232 * language/vietnamese.el (tcvn-5712): Make it an alias of
21233 vietnamese-tcvn coding-system.
21234
212352005-10-20 Michael Albinus <michael.albinus@gmx.de>
21236
21237 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21238 group id is given.
21239
212402005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21241
21242 * progmodes/sh-script.el (sh-escaped-line-re): New var.
21243 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21244 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21245 whose line is either continued or ends with a comment.
21246
212472005-10-20 Romain Francoise <romain@orebokech.com>
21248
21249 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21250
21251 * replace.el (occur-engine): Add follow-link property.
21252
21253 * font-core.el (font-lock-mode): Doc fix.
21254
212552005-10-20 Richard M. Stallman <rms@gnu.org>
21256
21257 * net/rcirc.el: New file.
21258
212592005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
21260
21261 * term.el (term-term-name): Initialize to "eterm-color".
21262
212632005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
21264
21265 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21266 for encryption functionality.
21267 Move allout customization subgroup from `editing' to `outlines' group.
21268 Fix commentary keywords to legitimate ones.
21269 Update author info (using my current email address, obscurified).
21270 (allout-encrypt-string, allout-encryption-produce-work-buffer)
21271 (allout-encrypted-topic-p, allout-encrypted-text-type)
21272 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21273 (allout-situate-encryption-key-verifier)
21274 (allout-get-encryption-key-verifier, allout-verify-key)
21275 (allout-next-topic-pending-encryption)
21276 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21277 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21278 (outline-key-verifier-handling, outline-key-hint-handling)
21279 (outline-encrypt-unencrypted-on-saves): New defcustoms.
21280 (allout-file-key-verifier-string, allout-encryption-scheme)
21281 (allout-key-verifier-string, allout-key-hint-string)
21282 (allout-after-save-decrypt): New variables.
21283 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21284 (allout-after-saves-handler): New hook functions.
21285 (allout-post-command-business): Do allout-after-save-decrypt.
21286 (allout-enable-file-variable-adjustment): Custom var to enable
21287 mechanism for adding and adjusting settings of Emacs file variables.
21288 (allout-adjust-file-variable, allout-file-vars-section-data):
21289 New functions, implement the mechanism.
21290 (outlineify-sticky): Use the file vars mechanism.
21291 (allout-inhibit-protection, allout-during-write-cue)
21292 (allout-override-protect, allout-before-change-protect): Remove.
1a408ced 21293 (allout-flag-region, allout-open-topic): Adjust read-only text.
6fee106e
KS
21294 (allout-open-line-not-read-only): Add to facilitate read-only
21295 text based protection.
21296 (allout-kill-line): Revise to adjust read-only text, clue the
21297 user about the inhibition.
21298 (allout-unprotected): Use unwind-protect.
21299 (allout-shift-in, allout-shift-out): Disallow manually shifting a
21300 topic deeper than the offspring depth of the previous topic -
21301 avoiding confusing "containment discontinuities".
21302 (allout-reindent-bodies): Fix retention of body relative hanging
21303 indent during promotion of collapsed bodies.
21304 (allout-open-topic): Make it easy to open new topic with same
21305 bullet as current topic - topic creation functions provided with
21306 any universal argument provokes now prompt for bullet, defaulting
21307 to the bullet of the previous topic.
21308 (allout-plain-bullets-string, allout-distinctive-bullets-string):
21309 Plain bullet alternates `.' period and `,' comma only. All other
21310 bullets are relegated to special status (but customizable).
21311 (allout-end-of-entry): Rename from allout-end-of-current-entry
21312 since it actually operates w.r.t. most immediately containing
21313 entry, visible or not.
21314 (allout-hide-current-entry, allout-show-current-entry): Use the
21315 revised version.
21316 (allout-old-expose-topic): Solidify deprecation.
21317 (allout-end-of-subtree): Add so we can span concealed as well
21318 as visible topics.
21319 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21320 (allout-end-of-current-heading): Tweak to just respect the first line.
21321 (allout-get-body-text): Add.
21322 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21323 when invoked interactively.
21324 (allout-up-current-level): Use `interactive-p'.
21325 (allout-mode, allout-init): Miscellaneous docstring and
21326 operational refinements, as well as hookups of new encryption stuff.
21327 (allout-beginning-of-current-entry): Now works as advertised.
21328 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21329 (allout-isearch-rectification): Refine condition for isearching.
21330 (allout-isearch-abort, allout-enwrap-isearch)
21331 (allout-flag-region, my-region-active-p): Relocate some macros.
21332 (allout-title): Fallback title is (buffer-name), not
21333 non-existing (current-buffer-name).
21334 (subst-char-in-string): Define if absent (for some XEmacs versions).
21335
213362005-10-20 Jari Aalto <jari.aalto@cante.net>
21337
21338 * mail/sendmail.el (mail-setup-hook, mail-aliases)
21339 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21340 (mail-citation-prefix-regexp, mail-signature-file)
21341 (mail-default-headers, mail-bury-selects-summary)
21342 (mail-send-nonascii): Add autoload cookies.
21343
213442005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21345
21346 * frame.el (blink-cursor-mode): Add `mac' to the list of
21347 window-system's that support blinking cursor.
21348
213492005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
21350
21351 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21352
213532005-10-20 Eli Zaretskii <eliz@gnu.org>
21354
21355 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21356 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21357 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21358
213592005-10-20 Kim F. Storm <storm@cua.dk>
21360
21361 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21362 (ido-set-current-directory): Don't add / after final @.
21363 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21364 Explicitly handle ange-ftp completion oddities.
21365 (ido-make-file-list): Don't rotate list at tramp root to avoid
21366 triggering tramp file handler for expand-file-name via get-file-buffer.
21367
213682005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
21369
21370 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21371
213722005-10-19 Jay Belanger <belanger@truman.edu>
21373
21374 * calc/calc-units.el (math-standard-units): Add units, adjust
21375 symbols and update values.
21376 (math-unit-prefixes): Add more prefixes.
21377
213782005-10-19 Romain Francoise <romain@orebokech.com>
21379
21380 * bookmark.el (bookmark-menu-heading): New face.
21381 (bookmark-bmenu-list): Use it.
21382 Don't fiddle with `baud-rate' at top-level.
21383
213842005-10-18 Chong Yidong <cyd@stupidchicken.com>
21385
21386 * image.el (create-image, find-image): Mention max-image-size in
21387 docstring.
21388
213892005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21390
21391 * savehist.el (savehist-load): Revert to checking XEmacs.
21392
21393 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21394 Various docstring and line-width fixups.
21395 (conf-mode): Use cond.
21396 Set font-lock-defaults. Don't set comment-use-syntax.
21397
213982005-10-18 David Ponce <david@dponce.com>
21399
21400 * tree-widget.el (tree-widget-button-click): New function.
21401 (tree-widget-button-keymap): Use it.
21402
214032005-10-18 Romain Francoise <romain@orebokech.com>
21404
21405 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21406 (bookmark-bmenu-hide-filenames): Add follow-link property.
21407 Improve help-echo text.
21408
21409 * ffap.el (find-file-at-point): Doc fix.
21410
214112005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21412
21413 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21414
214152005-10-18 Masatake YAMATO <jet@gyve.org>
21416
21417 Install to the CVS repository what I forgot to install in my
21418 2005-10-16 changes.
21419
21420 * progmodes/python.el (python-complete-symbol): Pass the common
21421 prefix substring of completion to `display-completion-list'.
21422
21423 * textmodes/org.el (org-complete): Ditto.
21424
214252005-10-18 Masatake YAMATO <jet@gyve.org>
21426
21427 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21428
21429 * woman.el (WoMan-xref-man-page): New button type derived
21430 from `Man-abstract-xref-man-page'.
21431 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21432
21433 * man.el (Man-abstract-xref-man-page): New button type.
21434 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21435 (Man-highlight-references): Add new optional argument `xref-man-type'.
21436
214372005-10-18 Nick Roberts <nickrob@snap.net.nz>
21438
21439 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21440
214412005-10-17 Chong Yidong <cyd@stupidchicken.com>
21442
21443 * cus-edit.el (Custom-move-and-invoke): Delete.
21444 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21445
21446 * wid-edit.el (widget-move-and-invoke): New function, from
21447 Custom-move-and-invoke.
21448
214492005-10-17 Bill Wohler <wohler@newt.com>
21450
21451 Move all remaining images from lisp/toolbar to etc/images, move
21452 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
21453 the low resolution images in their own directory (low-color).
21454
21455 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21456 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21457 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21458 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21459 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21460 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21461 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21462
21463 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21464 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21465 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21466 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21467 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21468 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21469 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21470 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21471 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21472 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21473 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21474 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21475 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21476 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21477 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21478
21479 To conform with convention, replace the underscore (_) in the
21480 following image names with dash (-) or (/) as appropriate.
21481
21482 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21483 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21484 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21485 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21486 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21487 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21488 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21489 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21490 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21491 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21492 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21493 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21494 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21495 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21496 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21497
21498 * info.el (info-tool-bar-map): Replace underscores in image names
21499 with dashes.
21500
21501 * makefile.w32-in (WINS): Remove toolbar.
21502
21503 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21504
21505 * tool-bar.el: Move to lisp from toolbar. Now that
21506 toolbar is empty, it should be deleted when folks run "cvs up -P".
21507
215082005-10-18 Jay Belanger <belanger@truman.edu>
21509
21510 * calc/calc-store.el (calc-store-into): Get the proper variable name
21511 to display in message.
21512
215132005-10-18 Nick Roberts <nickrob@snap.net.nz>
21514
21515 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21516 expressions display in speedbar for all buffers when debugging.
21517 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21518
21519 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21520 (speedbar-insert-button, speedbar-make-button):
21521 Use add-text-properties.
21522 (speedbar-update-localized-contents)
21523 (speedbar-update-directory-contents)
21524 (speedbar-update-special-contents): Use dolist.
21525 (speedbar-buffer-easymenu-definition): Add a menu separator.
21526
215272005-10-17 Jason Rumney <jasonr@gnu.org>
21528
21529 * makefile.w32-in: Use $(lisp) consistently.
21530 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21531 for shell specific generation of mh-autoloads.
21532
215332005-10-17 Richard M. Stallman <rms@gnu.org>
21534
21535 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21536
215372005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21538
21539 * jit-lock.el (jit-lock-fontify-now):
21540 Move jit-lock-context-unfontify-pos to avoid wasted work.
21541
215422005-10-17 Michael Albinus <michael.albinus@gmx.de>
21543
21544 * net/tramp.el (tramp-completion-mode): New defvar. Used in
21545 `tramp-completion-mode' for checking if we are in completion mode.
21546 (tramp-completion-handle-file-name-all-completions): Reorder code
21547 in order to complete for file names only in case there are no
21548 method/user/host completions. This is necessary for cooperation
21549 with ido. Reported by Kim F. Storm <storm@cua.dk>.
21550
215512005-10-16 Chong Yidong <cyd@stupidchicken.com>
21552
21553 * longlines.el (longlines-search-forward)
21554 (longlines-search-backward): Match any number of spaces.
21555
215562005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
21557
21558 * diff-mode.el (diff-mode): Doc fix.
21559
215602005-10-16 David Reitter <david.reitter@gmail.com>
21561
21562 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21563 as default on darwin and windows systems.
21564
215652005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
21566
21567 * arc-mode.el (archive-zip-extract): Doc fix.
21568
215692005-10-16 Romain Francoise <romain@orebokech.com>
21570
21571 * mouse.el (mouse-1-click-follows-link): Doc fix.
21572
215732005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21574
21575 * savehist.el: Don't require CL at runtime.
21576 (savehist-xemacs): Remove.
21577 (savehist-coding-system): Use utf-8 if present, regardless of religion.
21578 (savehist-no-conversion): Use (featurep 'xemacs).
21579 (savehist-load): Check existence of start-itimer rather than XEmacs.
21580 Use an idle timer.
21581 (savehist-process-for-saving): Replace use of CL funs `subseq' and
21582 `delete-if-not'.
21583
215842005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
21585
21586 * savehist.el: Newer version.
21587 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21588 (savehist-last-checksum, savehist-no-conversion): New vars.
21589 (savehist-autosave, savehist-process-for-saving, savehist-printable):
21590 New functions.
21591 (savehist-load, savehist-save): Use them.
21592 (savehist-delimit): Remove.
21593
215942005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21595
21596 * progmodes/compile.el (compilation-goto-locus): Display the
21597 compilation buffer first and the source buffer second, in case they're
21598 in overlapping frames. Don't raise the compilation frame if it was the
21599 selected window upon entry. Pass the `other-window' arg to
21600 pop-to-buffer.
21601
21602 * info.el (Info-fontify-node): Use dolist.
21603 Change add-text-properties to put-text-property.
21604
216052005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21606
21607 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21608 bound of search.
21609
216102005-10-16 Masatake YAMATO <jet@gyve.org>
21611
21612 * dabbrev.el (dabbrev-completion): Pass the common
21613 prefix substring of completion to `display-completion-list'.
21614
21615 * filecache.el (file-cache-minibuffer-complete)
21616 (file-cache-complete): Ditto.
21617
21618 * tempo.el (tempo-display-completions): Ditto.
21619
21620 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21621
21622 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21623
21624 * eshell/em-hist.el (eshell-list-history): Ditto.
21625
21626 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21627
21628 * mail/mailalias.el (mail-complete): Ditto.
21629
21630 * progmodes/etags.el (complete-tag): Ditto.
21631
21632 * progmodes/make-mode.el (makefile-complete): Ditto.
21633
21634 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21635
21636 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21637
21638 * progmodes/pascal.el (pascal-complete-word)
21639 (pascal-show-completions): Ditto.
21640
21641 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21642
21643 * simple.el (completion-common-substring): New variable.
21644 (completion-setup-function): Use `completion-common-substring'
21645 to put faces.
21646
216472005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21648
21649 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21650 (x-get-selection, mac-select-convert-to-string): Convert from/to
21651 UTF-16 clipboard data as in native byte order, no BOM.
21652
216532005-10-16 Nick Roberts <nickrob@snap.net.nz>
21654
21655 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21656 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21657 (gud-sentinel): Use speedbar-frame to check for speedbar.
21658
216592005-10-15 Richard M. Stallman <rms@gnu.org>
21660
21661 * savehist.el: New file.
21662
216632005-10-14 Karl Chen <quarl@cs.berkeley.edu>
21664
21665 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21666 Fix bug in \bf fontification.
21667
216682005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
21669
21670 * pcvs.el (cvs-edit-log-files): New var.
21671 (cvs-mode-edit-log): New arg `file'.
21672 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21673 Instead force the use of the original file and nothing else.
21674 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21675 the cvs-minor-wrap-function is set.
21676 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21677
216782005-10-14 Bill Wohler <wohler@newt.com>
21679
21680 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21681 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21682 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21683 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21684 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21685 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21686 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21687 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21688 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21689 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21690 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21691 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21692 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21693 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21694 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21695
21696 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21697 appropriately (for example, gud-break to gud/break).
21698
216992005-10-14 Chong Yidong <cyd@stupidchicken.com>
21700
21701 * longlines.el (longlinges-search-function)
21702 (longlines-search-forward, longlines-search-backward): New functions.
21703 (longlines-mode): Set isearch-search-fun-function to
21704 longlinges-search-function.
21705
21706 * mouse.el (mouse-drag-region-1): Handle the case where a
21707 double-click event is bound to an arbitrary function.
21708
217092005-10-14 David Ponce <david@dponce.com>
21710
21711 * recentf.el (recentf-track-opened-file)
21712 (recentf-track-closed-file, recentf-update-menu)
21713 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21714 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21715 mouse-1-click-follows-link.
21716
217172005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21718
21719 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21720 Gnome file-manager.png. Suggested by
21721 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21722
21723 * toolbar/README: Add diropen.xpm.
21724
217252005-10-13 Bill Wohler <wohler@newt.com>
21726
21727 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21728 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
21729
217302005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
21731
21732 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21733 Don't waste the byte-compiler's time on constant data.
21734
217352005-10-13 Kenichi Handa <handa@m17n.org>
21736
21737 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21738 byte with `escape-glyph' face.
21739
21740 * international/fontset.el (ccl-encode-unicode-font):
21741 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21742 Handle the case that ucs-mule-to-mule-unicode translates a character to
21743 ASCII (usually for IPA characters).
21744
217452005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21746
21747 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21748 Don't hide the underline of titles if font-lock-mode is disabled.
21749
217502005-10-12 Bill Wohler <wohler@newt.com>
21751
21752 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
21753 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
21754 files in MH-E-SRC have been updated.
21755 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21756
217572005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21758
21759 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21760 (mixal-mode-syntax-table): Add \n as end-comment.
21761 (mixal-operation-codes-alist): Immediately initialize to full value.
21762 (mixal-add-operation-code): Remove.
21763 (mixal-describe-operation-code): Make the arg non-optional.
21764 Use the interactive spec instead.
21765 Use mixal-operation-codes-alist rather than mixal-operation-codes.
21766 (mixal-font-lock-keywords): Don't highlight comments here any more.
21767 (mixal-font-lock-syntactic-keywords): New var.
21768 (mixal-mode): Use it. Fix comment-start-skip.
21769
217702005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21771
1a408ced 21772 * startup.el (command-line-x-option-alist): -nb => -nbi.
6fee106e
KS
21773
217742005-10-12 Kim F. Storm <storm@cua.dk>
21775
21776 * startup.el (fancy-splash-default-action): Discard mouse click in
21777 the splash screen window, as it has no sensible meaning in the
21778 next window to be selected. Fixes error reported by Jan D.
21779
217802005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21781
21782 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
21783
217842005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21785
21786 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
21787 Try to fix up minor layout issues like indentation, line break, etc...
21788 (mixal-mode-syntax-table): Don't try to specify comment syntax,
21789 because it doesn't work.
21790 (mixal-operation-codes): Add some more codes.
21791 (mixal-font-lock-keywords): Process comments here.
21792 (mixal-mode): mixasm no longer needs -g option.
21793
217942005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
21795
21796 * progmodes/sh-script.el (sh-tmp-file):
21797 Use mktemp -t. Finish support for es and rc shells.
21798
217992005-10-11 Jay Belanger <belanger@truman.edu>
21800
21801 * calc/calcalg2.el (calc-integral): With an argument, compute the
21802 definite integral.
21803
218042005-10-11 Chong Yidong <cyd@stupidchicken.com>
21805
21806 * mouse.el (mouse-drag-region-1): Don't try to catch a
21807 double-click when doing follow-link (it's overridden anyway).
21808
218092005-10-11 Juanma Barranquero <lekktu@gmail.com>
21810
21811 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
21812 (autoload-print-form-outbuf): Add docstring.
21813
218142005-10-11 Juri Linkov <juri@jurta.org>
21815
21816 * info.el (Info-mode-menu): Delete menu item "Edit".
21817 (Info-mode): Delete description of Info-edit from docstring,
21818 and rearrange descriptions of Info commands in the order
21819 they are documented in the Info manual.
21820
218212005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21822
21823 * calendar/appt.el (appt-check): Use diary-selective-display var.
21824
218252005-10-10 Richard M. Stallman <rms@gnu.org>
21826
21827 * net/newsticker.el (newsticker-start, newsticker-show-news):
21828 Add autoload cookies.
21829
218302005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
21831
21832 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
21833
218342005-10-10 Karl Chen <quarl@cs.berkeley.edu>
21835
21836 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
21837
218382005-10-10 Jay Belanger <belanger@truman.edu>
21839
21840 * calc/calc-arith.el (math-check-known-scalarp)
21841 (math-check-known-matrixp): Check the values of arguments that are
21842 variables.
21843 (math-check-known-square-matrixp): New function.
21844 (math-known-square-matrixp): Use math-check-known-square-matrixp.
21845 (math-super-types): Add sqmatrix type.
21846
21847 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21848 mode name `square' to `sqmatrix'.
21849
21850 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21851 mode name `square' to `sqmatrix'.
21852
218532005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21854
21855 * progmodes/etags.el (select-tags-table-mode): Don't use
21856 selective-display.
21857 (tags-select-tags-table): Pass `button' to the action function.
21858 (select-tags-table): Place the side-info on button properties rather
21859 than in hidden text. Abbreviate file names.
21860 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21861 (select-tags-table-select): Add `button' argument.
21862 Get side-info from the button property rather than from hidden text.
21863
218642005-10-11 Nick Roberts <nickrob@snap.net.nz>
21865
21866 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21867 (gud-speedbar-buttons): Preserve point if possible.
21868 (gud-sentinel): Restore previous speedbar display type.
21869
21870 * progmodes/gdb-ui.el (gdba): Improve diagram.
21871 (def-gdb-auto-update-handler, gdb-info-locals-handler)
21872 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
21873 Call get-buffer-window once.
21874
218752005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21876
21877 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
21878 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
21879 (pascal-indent-command): Remove unused var `ind'.
21880 (pascal-indent-case): Remove unused var `oldpos'.
21881 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
21882 since it's now used as a proper minor mode map.
21883 (pascal-outline): Rename to pascal-outline-mode.
21884 (pascal-outline-mode): Use define-minor-mode.
21885 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
21886 selective-display.
21887
218882005-10-10 Andreas Schwab <schwab@suse.de>
21889
21890 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
21891 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
21892
21893 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
21894 outside source directory.
21895
218962005-10-10 Carsten Dominik <dominik@science.uva.nl>
21897
21898 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
21899 C-x' as a prefix.
21900 (orgtbl-mode-map): Full keymap instead of sparse, because all
21901 `self-insert-command' keys are redefined in this map.
21902 (org-export-as-html): Specify charset for HTML file, by taking it
21903 from the coding system.
21904
219052005-10-10 Kenichi Handa <handa@m17n.org>
21906
21907 * textmodes/flyspell.el (flyspell-check-word-p):
21908 If unread-command-events is non-empty, don't call sit-for.
21909
219102005-10-09 Richard M. Stallman <rms@gnu.org>
21911
21912 * font-lock.el (font-lock-syntactic-keywords)
21913 (font-lock-keywords): Doc fixes.
21914
21915 * textmodes/flyspell.el (flyspell-external-point-words):
21916 Simplify logic, and don't try to check for consecutive appearances
21917 of one incorrect word.
21918
219192005-10-10 Nick Roberts <nickrob@snap.net.nz>
21920
21921 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
21922 separator.
21923
21924 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
21925 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
21926 (gud-expansion-speedbar-buttons): New function.
21927 (gud-speedbar-buttons): Check for gud-comint-buffer.
21928
219292005-10-09 Bill Wohler <wohler@newt.com>
21930
21931 * Makefile.in (updates): Add mh-loaddefs dependency.
21932
219332005-10-09 Chong Yidong <cyd@stupidchicken.com>
21934
21935 * speedbar.el (speedbar-file-key-map): Fix typo.
21936
219372005-10-09 Daniel Brockman <daniel@brockman.se>
21938
21939 * cus-start.el (line-spacing): Add custom spec.
21940
219412005-10-09 Romain Francoise <romain@orebokech.com>
21942
21943 * textmodes/ispell.el (ispell-check-version): Fix last change.
21944
219452005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21946
21947 * term/x-win.el: Remove -i, --icon-type from comment.
21948
21949 * startup.el (command-line-x-option-alist): Remove options -i,
1a408ced 21950 -itype, --icon-type, added -nb, --no-bitmap-icon.
6fee106e
KS
21951
219522005-10-09 Nick Roberts <nickrob@snap.net.nz>
21953
21954 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
21955 instead of :active.
21956
219572005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
21958
21959 * textmodes/ispell.el (ispell-check-version):
21960 Ignore hyphen, and all that follows, in aspell's version text.
21961
219622005-10-08 Jay Belanger <belanger@truman.edu>
21963
21964 * calc/calc-arith.el (math-known-square-matrixp): New function.
21965 (math-pow-fancy): Check for matrices before distributing exponent
21966 across products.
21967
21968 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
21969 fullscreen keypad. Suggested by Luc Teirlinck.
21970 (calc-keypad-show-input): Add space for formatting.
21971
21972 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
21973 Add square matrix option.
21974
21975 * calc/calc-poly.el (math-expand-term): Check for matrices instead
21976 of checking calc-matrix-mode when deciding how to expand.
21977
21978 * calc/calc.el (calc-set-mode-line): Add square matrix option.
21979
219802005-10-08 Lars Hansen <larsh@soem.dk>
21981
21982 * net/tramp.el (tramp-perl-directory-files-and-attributes):
21983 Add error handling.
21984 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
21985
219862005-10-08 Michael Albinus <michael.albinus@gmx.de>
21987
21988 Sync with Tramp 2.0.51.
21989
21990 * net/tramp.el (tramp-handle-set-visited-file-modtime)
21991 (tramp-handle-insert-file-contents, tramp-handle-write-region):
21992 Insert special handling for `last-coding-system-used', again
21993 it still seems to be necessary (unlike stated before).
21994 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
21995 (tramp-password-prompt-regexp): There might be other words before
21996 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
21997 (tramp-chunksize): Improve docstring.
21998 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
21999 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22000 Christian Joergensen <bugs@razor.dk>.
22001
220022005-10-07 Glenn Morris <rgm@gnu.org>
22003
22004 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22005 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22006 precision'.
22007
220082005-10-07 Romain Francoise <romain@orebokech.com>
22009
22010 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22011 (ibuffer-do-shell-command-pipe-replace)
22012 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22013 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22014 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22015 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22016 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22017 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22018 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22019 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22020 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22021 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22022 Autoload file sans suffix.
22023
22024 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22025
220262005-10-07 David Ponce <david@dponce.com>
22027
22028 * recentf.el (recentf-menu-open-all-flag): New option.
22029 (recentf-digit-shortcut-command-name): New function.
22030 (recentf--shortcuts-keymap): New variable.
22031 (recentf-menu-shortcuts): New variable.
22032 (recentf-make-menu-items): Initialize it. Replace the "More..."
22033 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22034 (recentf-menu-value-shortcut): New function.
22035 (recentf-make-menu-item): Use it. No more in-lined.
22036 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22037 (recentf-open-most-recent-file): Rename from
22038 `recentf-open-file-with-key'. Don't depend on key binding.
22039 (recentf-mode-map): New variable.
22040 (recentf-mode): Use it.
22041
220422005-10-06 Bill Wohler <wohler@newt.com>
22043
22044 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22045
22046 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22047 (MH-E-SRC): New. Used by mh-autoloads.
22048 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22049 files in MH-E-SRC have been updated.
22050 (compile, recompile, bootstrap): Depend on mh-autoloads.
22051
220522005-10-07 Nick Roberts <nickrob@snap.net.nz>
22053
22054 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22055 gud-break and gud-remove icons when the fringe is not available.
22056
22057 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22058 Typo.
22059
4fc9bd56 220602005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
6fee106e
KS
22061
22062 * play/zone.el (zone): Wrap body with save-window-excursion.
22063
220642005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22065
22066 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22067 Use the new `list-only' arg to diary-list-entries.
22068
22069 * calendar/diary-lib.el: Use overlays rather than selective-display.
22070 (diary-selective-display): New var.
22071 (diary-header-line-format): Use it.
22072 (diary-list-entries): Add argument `list-only'.
22073 Put the buffer in diary-mode. Don't add \^M at beg and end.
22074 Replace \^M by invisible overlays.
22075 (diary-unhide-everything): Replace \^M by invisible overlays.
22076 (print-diary-entries): Look for overlays rather than \^M.
22077 Add a space to the temp buffer name.
22078 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22079 Put the buffer in diary-mode.
22080 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22081 (diary-anniversary): Make the year arg optional.
22082 (diary-time-regexp): New const.
22083 (diary-font-lock-keywords): Use it to accept a few more time formats.
22084
22085 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22086
220872005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22088
22089 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22090 Fix bug introduced 2005-07-03: Use (car (last ...))
22091 to faithfully reproduce replaced artist-last.
22092 (artist-set-arrow-points-for-poly): Likewise.
22093 Suggested by Johan Bockg\e,Ae\e(Brd.
22094
220952005-10-06 Juanma Barranquero <lekktu@gmail.com>
22096
22097 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22098 * wid-edit.el (widget):
22099 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22100 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22101
221022005-10-06 Kenichi Handa <handa@m17n.org>
22103
22104 * international/mule-cmds.el (set-language-environment):
22105 Fix setting up of case-table for unibyte mode.
22106
22107 * simple.el (what-cursor-position): If the character is displayed
22108 by some `display' text property, show that. Don't use
22109 single-key-description for eight-bit characters in multibyte mode.
22110
221112005-10-06 Nick Roberts <nickrob@snap.net.nz>
22112
22113 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22114 (gdb-ann3): Set it.
22115 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22116 (gdb-info-frames-custom): Use inverse-video for first five
22117 characters of selected frame only.
22118 (gdb-get-frame-number): Select frame even when point is on frame
22119 number.
22120
221212005-10-06 Masatake YAMATO <jet@gyve.org>
22122
22123 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22124 Put `font-lock-function-name-face'.
22125 (gdb-info-frames-custom): Put `font-lock-function-name-face'
22126 and `font-lock-variable-name-face'
22127 (gdb-registers-font-lock-keywords): New font lock keywords definition.
22128 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22129 (gdb-memory-font-lock-keywords): New font lock keywords definition.
22130 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22131 (gdb-local-font-lock-keywords): New font lock keywords definition.
22132 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22133 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22134 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22135
221362005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
22137
22138 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22139 (ediff-merge-region-is-non-clash-to-skip): Previously called
22140 ediff-merge-region-is-non-clash.
22141
22142 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22143 Use insert-buffer-substring.
22144
22145 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22146 selecting files to patch. Also bug fixes.
22147
22148 * ediff-util.el (ediff-setup): Bug fix.
22149 (ediff-next-difference): Never skip clashes that differ in white
22150 space only.
22151
22152 * ediff-wind.el (ediff-setup-control-frame)
22153 (ediff-destroy-control-frame): Check the menubar feature.
22154
22155 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22156 (viper-refresh-mode-line): Use make-local-variable to localize
22157 some vars instead of make-variable-buffer-local. Suggested by
22158 Stefan Monnier.
22159
22160 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22161 (viper-restore-cursor-type, viper-set-insert-cursor-type):
22162 Use make-local-variable instead of make-variable-buffer-local.
22163 Suggested by Stefan Monnier.
22164
22165 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22166 (viper-comint-mode-hook): Use make-local-variable on
22167 require-final-newline.
22168 (viper-non-hook-settings): Don't use make-variable-buffer-local.
22169
221702005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
22171
22172 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22173 also the second char of a comment-start sequence.
22174 (scheme-sexp-comment-syntax-table): New var.
22175 (lambda, define): Set their scheme-doc-string-elt property.
22176 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22177 Use lisp-font-lock-syntactic-face-function now that it properly
22178 handles |...| symbols.
22179 (scheme-mode-variables): Set lisp-doc-string-elt-property,
22180 parse-sexp-lookup-properties and font-lock-extra-managed-props.
22181
22182 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22183 bit from # to |.
22184 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22185
22186 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22187 (lisp-doc-string-elt-property): New var.
22188 (lisp-font-lock-syntactic-face-function): Use it.
22189 Rewrite to recognize docstrings even for forms not at toplevel.
22190
22191 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22192 annotation on the | part of #| rather than on the # part.
22193 (scheme-font-lock-syntactic-face-function): New function, to
22194 distinguish strings from |...| symbols.
22195 (scheme-mode-variables): Use it. Also fix up the font-lock-time
22196 syntax-table so that #|...|# is properly highlighted.
22197
22198 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22199 Don't mark as docstring the 3rd elem of an unknown toplevel form.
22200
222012005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
22202
22203 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22204 and C-e.
22205
22206 * emacs-lisp/eldoc.el: Move comments into docstrings.
22207 (eldoc-message-commands): Initialize in its declaration.
22208 Add move-beginning-of-line and move-end-of-line.
22209 (eldoc-add-command, eldoc-add-command-completions)
22210 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22211
22212 * outline.el (outline-mark-subtree): Activate the mark.
22213
22214 * calendar/appt.el (appt-time-regexp): New var.
22215 (appt-add, appt-make-list): Use it.
22216 (appt-convert-time): Clean up.
22217
22218 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22219 Don't set any syntax-table property here.
22220 (tex-font-lock-verb): New function. Do it here.
22221 (tex-font-lock-syntactic-keywords): Use it.
22222
222232005-10-04 Richard M. Stallman <rms@gnu.org>
22224
22225 * wid-edit.el (widget-file-complete): Get the widget start point
22226 the right way. Default directory to `/' if file has none.
22227
22228 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22229
22230 * textmodes/flyspell.el (flyspell-mode-on):
22231 Call ispell-maybe-find-aspell-dictionaries.
22232
22233 * textmodes/ispell.el (ispell-word, ispell-region):
22234 Call ispell-maybe-find-aspell-dictionaries.
22235 (ispell-accept-buffer-local-defs):
1a408ced 22236 Don't call ispell-maybe-find-aspell-dictionaries.
6fee106e
KS
22237
222382005-10-04 Richard M. Stallman <rms@gnu.org>
22239
22240 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22241
222422005-10-04 Emilio C. Lopes <eclig@gmx.net>
22243
22244 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22245 instead of `fboundp' in order to allow for anonymous functions.
22246
222472005-10-04 Chong Yidong <cyd@stupidchicken.com>
22248
22249 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22250 case the user clicks on the link while another window is selected.
22251 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22252
22253 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22254 functionality.
22255 (dframe-help-echo): Save point in case mouse tracking is off.
22256
222572005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
22258
22259 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22260
222612005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22262
22263 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22264 not change the global value of those vars.
22265
22266 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22267 make-local-variable which we do not need any more.
22268
222692005-10-03 Chong Yidong <cyd@stupidchicken.com>
22270
22271 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22272 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22273 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22274 (speedbar-path-line): Define obsolete aliases.
22275 (speedbar-line-directory): Doc fix.
22276
22277 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22278 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22279 instead of speedbar-line-path.
22280
222812005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22282
22283 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22284 to nil if dropping on a window. Handle dropping on a minibuffer window
22285 like dropping on a non-window part of Emacs.
22286
222872005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22288
22289 * net/ange-ftp.el: Use with-current-buffer.
22290 (ange-ftp-insert-directory): Do not follow symlinks any more.
22291
22292 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22293 Remove interactive spec.
22294
222952005-10-03 Kim F. Storm <storm@cua.dk>
22296
22297 * ido.el (ido-mode): Use custom-initialize-set.
22298
222992005-10-02 Richard M. Stallman <rms@gnu.org>
22300
22301 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22302 Use insert-buffer-substring.
22303
22304 * net/tramp.el: Pacify byte compiler warnings in pacification code.
22305 (tramp-handle-file-local-copy): Use insert-buffer-substring.
22306
223072005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22308
22309 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22310 in last change.
22311 (ange-ftp-insert-directory): Fix up the search for the case where
22312 `file' is absolute.
22313
223142005-10-02 Romain Francoise <romain@orebokech.com>
22315
22316 * progmodes/compile.el (compile-goto-error): Delete extra paren.
22317
223182005-10-02 Andreas Schwab <schwab@suse.de>
22319
22320 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22321 directory component in the session info.
22322
223232005-10-01 Richard M. Stallman <rms@gnu.org>
22324
22325 * comint.el (comint-redirect-subvert-readonly): Doc fix.
22326
22327 * simple.el (next-error-internal): New function.
22328
22329 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22330 (compilation-start): Pass new arg to compilation-buffer-name.
22331 (compile-goto-error): Use next-error-internal.
22332
223332005-10-01 Chong Yidong <cyd@stupidchicken.com>
22334
22335 * speedbar.el: Remove RCS tag.
22336 (speedbar-check-read-only): Handle non-existent files.
22337
22338 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22339
22340 * info.el (Info-speedbar-hierarchy-buttons)
22341 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22342
223432005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22344
22345 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22346 Do not match newline.
22347 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22348 (bibtex-summary): Remove unnecessary save-excursion.
22349 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22350
223512005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22352
22353 * term/mac-win.el: Add charset info for "iso10646-1".
22354 Modify default fontset to use ATSUI-compatible fonts for some charsets
22355 if available.
22356
223572005-10-01 Chong Yidong <cyd@stupidchicken.com>
22358
22359 * speedbar.el: Re-apply arch tag.
22360 (speedbar-version): Rename to version 1.0. Suggested by Eric
22361 M. Ludlam.
22362 Reapply two changes from Emacs CVS' version of speedbar lost
22363 during the merge:
22364 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22365 (speedbar-frame-parameters): Improve customize type.
22366
223672005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
22368
22369 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22370 (ange-ftp-file-directory-p): Fix the symlink case.
22371 (ange-ftp-insert-directory): When listing a single file, get a list of
22372 the parent buffer and extract the relevant line. Inspired from a patch
22373 by Katsumi Yamaoka <yamaoka@jpl.org>.
22374 (ange-ftp-file-name-sans-versions): Simplify.
22375
223762005-09-30 Bill Wohler <wohler@newt.com>
22377
22378 Move MH-E image files from toolbar and mail directories into
22379 etc/images.
22380
22381 * mail/reply2.*: Move to etc/images/mail/reply*.
22382
22383 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22384 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22385 etc/images.
22386
22387 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22388 * toolbar/reply*: Move to etc/images/mail.
22389
22390 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22391
223922005-09-30 Eric M. Ludlam <zappo@gnu.org>
22393
22394 * speedbar.el: New version 1.0pre3.
22395
22396 Frame management code (including timer, and mouse click specifics)
22397 moved to dframe.el:
22398 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
22399 (speedbar-timer): Removed. Use dframe-timer.
22400 (speedbar-close-frame): Removed. Use dframe-close-frame.
22401 (speedbar-activity-change-focus-flag): Removed. Use
22402 dframe-activity-change-focus-flag.
22403 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
22404 dframe-update-speed.
22405
22406 (speedbar-current-frame): New macro. Use this instead of the
22407 variable speedbar-frame.
22408
22409 (speedbar-use-images, speedbar-expand-image-button-alist)
22410 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22411
22412 (speedbar-find-image-on-load-path): Removed. Replaced by
22413 defezimage in ezimage.el.
22414 (speedbar-expand-image-button-alist): Removed. Replaced by
22415 ezimage-expand-image-button-alist in ezimage.el.
22416
22417 (speedbar-ignored-directory-regexp)
22418 (speedbar-add-ignored-directory-regexp)
22419 (speedbar-ignored-directory-expressions)
22420 (speedbar-line-directory, speedbar-buffers-line-directory)
22421 (speedbar-directory-line, speedbar-buffers-line-directory):
22422 Renamed, replacing `path' with `directory'.
22423
22424 (speedbar-create-directory, speedbar-expand-line-descendants)
22425 (speedbar-toggle-line-expansion)
22426 (speedbar-contract-line-descendants): New commands.
22427
22428 (speedbar-query-confirmation-method, speedbar-select-frame-method)
22429 (speedbar-use-tool-tips-flag): New options.
22430
22431 (speedbar-check-read-only, speedbar-require-version)
22432 (speedbar-insert-separator, speedbar-buffers-tail-notes)
22433 (speedbar-handle-delete-frame, speedbar-try-completion)
22434 (speedbar-update-localized-contents): New functions.
22435
22436 (speedbar-incompatible-version, speedbar-ro-to-do-point)
22437 (speedbar-object-read-only-indicator): New variables.
22438
22439 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22440 New hooks.
22441
22442 (speedbar-separator-face): New face.
22443
22444 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22445 (speedbar-ignored-modes): Add fundamental-mode.
22446 (speedbar-directory-unshown-regexp): Add . directories.
22447
22448 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22449 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22450 `]' for full expand/close.
22451 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22452
22453 (speedbar-check-vc): Support hidden files.
22454 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22455 (speedbar-this-file-in-vc): Use vc-state if available. If VC
22456 state is nil, it is not checked out.
22457
22458 (speedbar-line-text, speedbar-line-token): Support expand buttons
22459 with no text.
22460 (speedbar-refresh): Universal argument acts as power-click.
22461 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22462 that buffer to get variable values.
22463
22464 And many other bugfixes.
22465
22466 * dframe.el, ezimage.el, sb-image.el: New files.
22467
22468 * sb-*.xpm: Remove files. New image files installed into
22469 etc/images/ezimage.
22470
224712005-09-30 Kenichi Handa <handa@m17n.org>
22472
22473 * ps-mule.el (ps-mule-show-warning): If a character is in
22474 ps-print-translation-table, don't treat it as non-printable.
22475
224762005-09-30 David Ponce <david@dponce.com>
22477
22478 * tree-widget.el (tree-widget-themes-load-path): New variable.
22479 (tree-widget-themes-directory): Doc fix.
22480 (tree-widget-image-formats) [Emacs]: Doc fix.
22481 (tree-widget--locate-sub-directory): New function.
22482 (tree-widget-themes-directory): Use it.
22483
22484 * recentf.el (recentf-filename-handlers): Rename from
22485 `recentf-filename-handler'. Allow a list of functions.
22486 (recentf-menu-items-for-commands): Fix :help strings.
22487 (recentf-apply-filename-handlers): New function.
22488 (recentf-expand-file-name): Use it.
22489 (recentf-cleanup): Remove duplicates too.
22490
224912005-09-29 Juri Linkov <juri@jurta.org>
22492
22493 * faces.el: Rearrange face definitions to be in the same order as
22494 their face descriptions in "(emacs)Standard Faces".
22495
22496 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22497
22498 * tooltip.el (tooltip): Add group `basic-faces'.
22499
22500 * buff-menu.el (Buffer-menu-buffer): Remove group
22501 `font-lock-highlighting-faces'.
22502
22503 * progmodes/compile.el (compilation-error, compilation-warning)
22504 (compilation-info, compilation-line-number, compilation-column-number):
22505 Change group from `font-lock-highlighting-faces' to `compilation'.
22506
22507 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22508 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22509 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22510 (vhdl-font-lock-reserved-words-face)
22511 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22512 `font-lock-highlighting-faces'.
22513
22514 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22515
225162005-09-28 Kim F. Storm <storm@cua.dk>
22517
22518 * emulation/cua-base.el: Set CUA move property on additional commands:
22519 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22520 forward-sexp, backward-sexp, forward-list, backward-list.
22521
225222005-09-28 Romain Francoise <romain@orebokech.com>
22523
22524 * comint.el (comint-show-output): Really set point at the
22525 beginning of the output when not using `comint-use-prompt-regexp'.
22526
225272005-09-27 Jay Belanger <belanger@truman.edu>
22528
22529 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22530 in TeX mode.
22531
225322005-09-26 Juanma Barranquero <lekktu@gmail.com>
22533
22534 * textmodes/org.el (org-table-sum): Fix format string.
22535
22536 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22537 Quote face names.
22538
225392005-09-26 Romain Francoise <romain@orebokech.com>
22540
22541 * isearch.el (isearch-forward-regexp): Close doc string.
22542
225432005-09-25 Richard M. Stallman <rms@gnu.org>
22544
22545 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22546
22547 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22548
22549 * progmodes/compile.el (compilation-error-properties):
22550 When getting the file from the previous error message,
22551 correctly decode the new data format.
22552
22553 * progmodes/cc-cmds.el (c-electric-paren):
22554 Call old-blink-paren only for close-paren.
22555
225562005-09-24 Andreas Schwab <schwab@suse.de>
22557
22558 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22559 condition.
22560
225612005-09-25 Romain Francoise <romain@orebokech.com>
22562
22563 * dired-aux.el (dired-copy-file-recursive):
22564 * dired.el (dired-delete-file):
22565 * ediff-mult.el (ediff-dir-diff-copy-file):
22566 * ediff-util.el (ediff-test-save-region):
22567 * forms.el (forms-mode):
22568 * ido.el (ido-file-internal, ido-delete-file-at-head):
22569 * log-edit.el (log-edit-done):
22570 * ses.el (ses-yank-resize):
22571 * play/gomoku.el (gomoku-human-plays, gomoku)
22572 (gomoku-human-resigns, gomoku-prompt-for-other-game)
22573 (gomoku-offer-a-draw):
22574 * play/landmark.el (lm-human-resigns, lm):
22575 * net/eudcb-ldap.el (eudc-ldap-check-base):
22576 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22577 * progmodes/ebrowse.el (ebrowse-find-pattern):
22578 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22579 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22580 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22581
22582 * vc.el (vc-delete-file):
22583 * play/gomoku.el (gomoku-terminate-game, gomoku)
22584 (gomoku-prompt-for-move, gomoku-human-takes-back):
22585 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22586 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22587
225882005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
22589
22590 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22591 color rxvt terminals by using the code xterm.el used to use before
22592 2005-04-09 in order to match the colors used by rxvt.
22593
225942005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22595
22596 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22597 colors rxvt-unicode terminals by using the same code as xterm.el.
22598
225992005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22600
22601 * textmodes/tex-mode.el (tex-font-lock-append-prop)
22602 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22603 new symbol used for the tex-verbatim face.
22604
226052005-09-24 Emilio C. Lopes <eclig@gmx.net>
22606
22607 * woman.el (woman-file-name):
22608 * wid-edit.el (widget-file-prompt-value)
22609 (widget-coding-system-prompt-value):
22610 * w32-fns.el (set-w32-system-coding-system):
22611 * vc.el (vc-version-diff, vc-annotate):
22612 * textmodes/reftex-auc.el (reftex-arg-cite)
22613 (reftex-arg-index-tag):
22614 * textmodes/refer.el (refer-get-bib-files):
22615 * textmodes/artist.el (artist-figlet-choose-font):
22616 * terminal.el (terminal-emulator):
22617 * replace.el (occur-read-primary-args):
22618 * rect.el (string-rectangle, string-insert-rectangle):
22619 * ps-print.el (ps-print-preprint):
22620 * progmodes/pascal.el (pascal-goto-defun):
22621 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22622 * progmodes/compile.el (compilation-find-file):
22623 * printing.el (pr-interactive-n-up):
22624 * play/animate.el (animate-birthday-present):
22625 * net/rcompile.el (remote-compile):
22626 * man.el (man, Man-goto-section, Man-follow-manual-reference):
22627 * mail/rmailsum.el (rmail-summary-search-backward)
22628 (rmail-summary-search):
22629 * mail/rmailout.el (rmail-output-read-rmail-file-name)
22630 (rmail-output-read-file-name):
22631 * mail/rmail.el (rmail-search, rmail-search-backwards):
22632 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22633 * locate.el (locate):
22634 * international/quail.el (quail-show-keyboard-layout):
22635 * international/mule.el (set-buffer-file-coding-system)
22636 (revert-buffer-with-coding-system, set-file-name-coding-system)
22637 (set-terminal-coding-system, set-keyboard-coding-system)
22638 (set-next-selection-coding-system):
22639 * international/mule-diag.el (describe-coding-system)
22640 (describe-font, describe-fontset):
22641 * international/mule-cmds.el (universal-coding-system-argument)
22642 (search-unencodable-char, describe-input-method)
22643 (set-language-environment, describe-language-environment):
22644 * international/codepage.el (codepage-setup):
22645 * international/code-pages.el (codepage-setup):
22646 * info.el (Info-search, Info-follow-reference)
22647 (Info-search-backward):
22648 * emacs-lisp/advice.el (ad-read-advised-function)
22649 (ad-read-advice-class, ad-clear-cache, ad-activate)
22650 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22651 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22652 (ad-read-regexp):
22653 * ediff-util.el (ediff-toggle-regexp-match):
22654 * ediff-ptch.el (ediff-prompt-for-patch-file):
22655 * dired-aux.el (dired-diff):
22656 * diff.el (diff):
22657 * cus-edit.el (custom-variable-prompt):
22658 * calendar/timeclock.el (timeclock-ask-for-project):
22659 * calc/calcalg3.el (calc-get-fit-variables):
22660 * calc/calc-store.el (calc-edit-variable)
22661 (calc-permanent-variable):
22662 * vc-mcvs.el (vc-mcvs-register):
22663 * shadowfile.el (shadow-define-literal-group):
22664 * woman.el (woman-file-name):
22665 * vc.el (vc-version-diff, vc-merge):
22666 * textmodes/reftex-index.el (reftex-index-complete-tag):
22667 * format.el (format-decode-buffer, format-decode-region):
22668 * emulation/viper-cmd.el (viper-read-string-with-history):
22669 * emacs-lisp/debug.el (cancel-debug-on-entry):
22670 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22671 * ediff.el (ediff-merge-revisions)
22672 (ediff-merge-revisions-with-ancestor, ediff-revision):
22673 * completion.el (interactive-completion-string-reader):
22674 * calc/calc-prog.el (calc-user-define-formula):
22675 Follow convention for reading with the minibuffer.
22676
226772005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
22678
22679 * progmodes/python.el (python-describe-symbol): Add globals() and
22680 locals() to the arguments of emacs.ehelp.
22681
226822005-09-24 Magnus Henoch <mange@freemail.hu>
22683
22684 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22685 New function, code extracted from ispell-valid-dictionary-list.
22686 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22687 Call it.
22688
226892005-09-24 Eli Zaretskii <eliz@gnu.org>
22690
22691 * subr.el (version-regexp-alist): Extend valid syntax for version
22692 strings: allow any of the characters -,_,+ to separate the
22693 alpha/beta/rc part from the version part. Doc fix.
22694 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
22695
226962005-09-23 David Reitter <david.reitter@gmail.com>
22697
22698 * mail/mailclient.el: New file.
22699
227002005-09-23 Richard M. Stallman <rms@gnu.org>
22701
22702 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22703 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22704 Doc fixes.
22705
22706 * progmodes/cc-mode.el (c-font-lock-init):
22707 Specify font-lock-lines-before.
22708
227092005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
22710
22711 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22712 whole conflict.
22713
227142005-09-23 Carsten Dominik <dominik@science.uva.nl>
22715
22716 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22717 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
22718 of `remap' feature when available. Additional key bindings for
22719 better tty support.
22720 (org-mode-restart, org-force-self-insert): New commands.
22721 (org-time-stamp-inactive): New command.
22722 (org-remap): New function.
22723 (org-table-auto-blank-field, org-level-color-stars-only): New options.
22724 (org-enable-fixed-width-editor): Move to `org-structure'
22725 customization group.
22726 (org-self-insert-command, orgtbl-self-insert-command): Modify to
22727 blank field after field motion commands.
22728
227292005-09-23 Kenichi Handa <handa@m17n.org>
22730
22731 * international/mule-cmds.el (set-language-environment):
22732 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22733 have to call utf-translate-cjk-load-tables.
22734
227352005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
22736
22737 * mouse.el (mouse-move-drag-overlay): Fix last change.
22738
227392005-09-22 David Ponce <david@dponce.com>
22740
22741 * tree-widget.el (tree-widget-value-create): Fix previous change.
22742
227432005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22744
22745 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22746
227472005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22748
22749 * mouse.el (mouse-move-drag-overlay): New function.
22750 (mouse-drag-region-1): Use it.
22751 Try to simplify a bit the state handling. Handle clicks on links
22752 inside intangible areas.
22753 (mouse-save-then-kill): Minor simplification.
22754 (mouse-secondary-overlay): Make it always non-nil instead of
22755 recreating it each time.
22756 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22757 (mouse-kill-secondary, mouse-secondary-save-then-kill):
22758 Simplify accordingly.
22759
227602005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22761
22762 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
22763
227642005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
22765
22766 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
22767 (ediff-file-name-sans-prefix): Treat nil as an empty string.
22768 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
22769 to patch.
22770
22771 * ediff-util.el: Use insert-buffer-substring.
22772
22773 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
22774
22775 * emulation/viper-cmd.el (viper-change-state): Don't move over the
22776 field boundaries in the minibuffer.
22777 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
22778 (viper-minibuffer-post-command-hook): New hook.
22779 (viper-line): Don't move cursor at bolp.
22780
22781 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
22782
22783 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
22784 avoid compiler warnings.
22785
22786 * emulation/viper-macs.el (ex-map): Better messages.
22787
22788 * emulation/viper-utils.el (viper-beginning-of-field): New function.
22789
22790 * emulation/viper.el: Replace make-variable-buffer-local with
22791 viper-make-variable-buffer-local everywhere, to avoid warnings.
22792
227932005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22794
22795 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
22796 Delete unused var `old-selected-window'.
22797 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
22798 (mouse-drag-secondary): Delete unused var `start-frame'.
22799
228002005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22801
22802 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
22803
228042005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22805
22806 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
22807 Re-indent within 80 columns. Use inhibit-read-only.
22808
228092005-09-19 Romain Francoise <romain@orebokech.com>
22810
22811 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
22812
228132005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22814
22815 * font-lock.el (font-lock-default-fontify-region): Don't add a line
22816 unconditionally, since the after-change-function already did it.
22817
228182005-09-19 Miles Bader <miles@gnu.org>
22819
22820 * net/newsticker.el: Get rid of CVS keyword.
22821
b1e6882f 228222005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6fee106e
KS
22823
22824 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
22825 The prompt is formatted later.
22826
228272005-09-19 David Ponce <david@dponce.com>
22828
22829 * tree-widget.el (tree-widget-value-create): Save the converted
22830 tree :node widget.
22831
228322005-09-19 Juanma Barranquero <lekktu@gmail.com>
22833
22834 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
22835 variable `message'.
22836
228372005-09-18 Michael Albinus <michael.albinus@gmx.de>
22838
22839 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
22840 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
22841 <slawomir.nowaczyk.847@student.lu.se>.
22842
228432005-09-18 Chong Yidong <cyd@stupidchicken.com>
22844
22845 * image.el (image-load-path): Use symbol `data-directory' instead
22846 of its value, for backward compatibility with packages that bind
22847 it during `find-image'. Suggested by Katsumi Yamaoka.
22848 (image-search-load-path): Handle symbols whose values are strings.
22849
228502005-09-18 Romain Francoise <romain@orebokech.com>
22851
22852 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22853 with-current-buffer form in save-excursion.
22854
228552005-09-18 Deepak Goel <deego@gnufans.org>
22856
22857 * apropos.el (apropos-command): Fix `message' call: first arg
22858 should be a format spec. In this and all other cases that appear
22859 below and elsewhere in the source code, I made a change only when
22860 two conditions were satisfied: [1] I can think of a possibility
22861 that the arguments would cause an error, for example, the code in
22862 question relies on external variables such as filenames. [2] I
22863 was sure that the arg to `message' could not have been nil in the code.
22864
22865 * textmodes/tildify.el (tildify-region): Ditto.
22866
22867 * textmodes/reftex-index.el (reftex-index-change-entry)
22868 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22869 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22870 * textmodes/org.el (org-complete, org-deadline, org-schedule)
22871 (org-priority, org-table-sum):
22872 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
22873 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
22874 (flyspell-word, flyspell-display-next-corrections):
22875 * textmodes/bibtex.el (bibtex-print-help-message):
22876 * textmodes/artist.el (artist-key-set-point-poly):
22877 * term/mac-win.el (mac-services-insert-text):
22878 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
22879 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
22880 (vhdl-port-paste-testbench, vhdl-compose-new-component)
22881 (vhdl-compose-configuration):
22882 * progmodes/sh-script.el (sh-blink, sh-show-indent)
22883 (sh-set-indent, sh-learn-line-indent):
22884 * progmodes/ps-mode.el (ps-mode-target-column):
22885 * progmodes/idlwave.el (idlwave-make-tags)
22886 (idlwave-scan-library-catalogs):
22887 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
22888 * progmodes/gud.el (gud-jdb-analyze-source):
22889 * progmodes/flymake.el (flymake-log):
22890 * progmodes/ebnf2ps.el (ebnf-generate-region):
22891 * progmodes/cmacexp.el (c-macro-expansion):
22892 * progmodes/ada-xref.el (ada-treat-cmd-string):
22893 * progmodes/ada-mode.el (ada-create-case-exception-substring)
22894 (ada-justified-indent-current, ada-batch-reformat):
22895 * play/zone.el (zone):
22896 * play/landmark.el (lm-move):
22897 * play/decipher.el (decipher-show-alphabet):
22898 * net/newsticker.el (newsticker--display-jump)
22899 (newsticker--display-scroll):
22900 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
22901 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
22902 * mail/feedmail.el (feedmail-dump-message-to-queue):
22903 * eshell/esh-proc.el (eshell-remove-process-entry):
22904 * emulation/ws-mode.el (ws-last-error):
22905 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
22906 (viper-record-kbd-macro):
22907 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
22908 * emacs-lisp/lisp-mnt.el (lm-report-bug):
22909 * emacs-lisp/find-func.el (find-function-noselect):
22910 * calendar/timeclock.el (timeclock-status-string)
22911 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
22912 (timeclock-when-to-leave-string):
22913 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
22914 * calc/calc-units.el (calc-enter-units-table):
22915 * calc/calc-mode.el (calc-mode-record-mode):
22916 * woman.el (woman-mini-help):
22917 * wdired.el (wdired-change-to-wdired-mode):
22918 * vc.el (vc-retrieve-snapshot):
22919 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
22920 * startup.el (display-startup-echo-area-message):
22921 * simple.el (set-goal-column):
22922 * ses.el (ses-command-hook, ses-recalculate-cell):
22923 * server.el (server-process-filter):
22924 * printing.el (pr-interface-txt-print, pr-interface-printify)
22925 (pr-interface-ps):
22926 * pcvs.el (cvs-help):
22927 * log-edit.el (log-edit, log-edit-mode-help):
22928 * iswitchb.el (iswitchb-possible-new-buffer):
22929 * isearch.el (isearch-edit-string):
22930 * image-mode.el (image-mode, image-minor-mode):
22931 * ibuf-macs.el (define-ibuffer-filter):
22932 * hi-lock.el (hi-lock-find-patterns):
22933 * files.el (toggle-read-only):
22934 * ediff-util.el (ediff-copy-diff)
22935 (ediff-write-merge-buffer-and-maybe-kill):
22936 * echistory.el (Electric-history-undefined):
22937 * dnd.el (dnd-insert-text):
22938 * dired-aux.el (dired-query):
22939 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
22940 * bookmark.el (bookmark-bmenu-locate):
22941 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
22942 Fix `message' calls to ensure first arg is a format string.
22943 The change was made only when these two conditions were satisfied:
22944 [1] when there is a possibility that the arguments would cause an error
22945 for example, if the code in question relies on external variables
22946 such as filenames, and
22947 [2] if the arg to `message' could not have been nil in the code.
22948
22949 * pcomplete.el (pcomplete--help): Fix `message' format spec.
22950 Not having a %s would be weird, though not technically wrong.
22951
229522005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22953
22954 * term/mac-win.el (mac-add-charset-info): Doc fix.
22955
229562005-09-17 Romain Francoise <romain@orebokech.com>
22957
22958 * shell.el (shell-resync-dirs): Handle echoing processes more
22959 reliably. Don't insert resync command if `comint-process-echoes'
22960 is non-nil.
22961
229622005-09-17 Magnus Henoch <mange@freemail.hu>
22963
22964 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
22965 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
22966 aspell versions >= 0.60.
22967 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
22968 only if ispell-aspell-supports-utf8 is non-nil.
22969
229702005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22971
22972 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
22973 buffer-local value to lisp-indent-function.
22974
229752005-09-17 Milan Zamazal <pdm@zamazal.org>
22976
22977 * progmodes/glasses.el (glasses-make-readable): If
22978 glasses-separator differs from underscore, put appropriate
22979 overlays over underscore characters.
22980 (glasses-convert-to-unreadable): If glasses-separator differs from
22981 underscore, try to convert glasses-separator characters to
22982 underscores.
22983
229842005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
22985
22986 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
22987 Use with-syntax-table and dolist.
22988
229892005-09-16 Carsten Dominik <dominik@science.uva.nl>
22990
22991 * textmodes/reftex-auc.el:
22992 * textmodes/reftex-cite.el:
22993 * textmodes/reftex-dcr.el:
22994 * textmodes/reftex-global.el:
22995 * textmodes/reftex-parse.el:
22996 * textmodes/reftex-ref.el:
22997 * textmodes/reftex-sel.el:
22998 * textmodes/reftex-toc.el:
22999 * textmodes/reftex-vars.el:
23000 * textmodes/reftex.el: Small changes to remove compiler warnings.
23001
23002 * textmodes/reftex-index.el: Likewise.
23003 (reftex-query-index-phrase): More efficient use of markers.
23004
230052005-09-15 Chong Yidong <cyd@stupidchicken.com>
23006
23007 * image.el (image-load-path): New variable.
23008 (image-search-load-path): New function.
23009 (find-image): Search for images in `image-load-path'.
23010
230112005-09-15 Richard M. Stallman <rms@gnu.org>
23012
23013 * follow.el: Change Maintainer field.
23014
230152005-09-15 David Ponce <david@dponce.com>
23016
23017 * recentf.el (recentf-save-file-modes): New option.
23018 (recentf-save-list): Use it.
23019
230202005-09-15 Nick Roberts <nickrob@snap.net.nz>
23021
23022 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23023 (mode-line-mule-info, mode-line-modified): Move bindings from
23024 mouse-3 to mouse-1.
23025
230262005-09-15 Chong Yidong <cyd@stupidchicken.com>
23027
23028 * simple.el (sendmail-user-agent-compose): Revert last change.
23029
230302005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23031
23032 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23033 Use with-current-buffer.
23034 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23035 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23036 (ange-ftp-insert-directory): Remove unused var `short'.
23037 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23038
23039 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23040 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23041
23042 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23043 (check-calendar-holidays, diary-list-entries): Autoload.
23044 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23045 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23046
23047 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23048 which mistakenly removed a call to display-buffer.
23049
230502005-09-14 Juanma Barranquero <lekktu@gmail.com>
23051
23052 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23053
230542005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23055
23056 * progmodes/hideshow.el
23057 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23058 (hs-allow-nesting): New user var.
23059 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23060 (hs-hide-block-at-point): When nesting allowed,
23061 if there is already an overlay in place, delete it.
23062 (hs-safety-is-job-n): Delete func; remove call sites.
23063 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23064 (hs-overlay-at): New func.
23065 (hs-already-hidden-p, hs-show-block): Use it.
23066 (hs-hide-all): Don't pre-clean if nesting allowed.
23067 (hs-show-all): Temporarily disallow
23068 nesting around call to `hs-discard-overlays'.
23069
230702005-09-14 Chong Yidong <cyd@stupidchicken.com>
23071
23072 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23073 Delete unused local var.
23074
230752005-09-13 Juanma Barranquero <lekktu@gmail.com>
23076
23077 * help-fns.el (describe-categories): "?\ " -> "?\s".
23078 (help-do-arg-highlight): Recognize also ARG-n, as in
23079 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23080
23081 * international/codepage.el (dos-unsupported-char-glyph):
23082 * net/newsticker.el (tool-bar-map, w3-mode-map)
23083 (w3m-minor-mode-map):
23084 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23085 (ent-alist):
23086 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23087
230882005-09-13 Chong Yidong <cyd@stupidchicken.com>
23089
23090 * custom.el (custom-push-theme): Handle the case where a symbol is
23091 bound but face properties have not yet been assigned.
23092
23093 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23094 Fix behavior if noerase is `t' and there is no mail buffer.
23095
23096 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23097 if `continue' is nil, rather than signal an error.
23098
230992005-09-12 Richard M. Stallman <rms@gnu.org>
23100
23101 * font-lock.el (font-lock-keywords): Add autoload.
23102
23103 * help-fns.el (describe-variable): Rearrange to put source link
23104 in a predictable place.
23105
23106 * net/newsticker.el: New file.
23107
231082005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23109
23110 * calendar/calendar.el (calendar-for-loop): Add edebug info.
23111 (calendar-basic-setup): Use the new nil arg.
23112 (number-of-diary-entries): Move to diary-lib.el.
23113
23114 * calendar/diary-lib.el: Use with-current-buffer, match-string.
23115 (diary-list-entries): Use with-syntax-table and dolist.
23116 Rename from list-diary-entries.
23117 Use number-of-diary-entries if `number' is nil.
23118 (diary, diary-view-entries): Use this new name and new nil arg value.
23119 (number-of-diary-entries): Move from calendar.el.
23120 (diary-unhide-everything): New function.
23121 (include-other-diary-files, fancy-diary-display)
23122 (diary-show-all-entries, make-diary-entry): Use it.
23123 (diary-mail-entries): Use buffer-string.
23124 (mark-diary-entries): Fix long standing paren typo.
23125 (diary-sexp-entry): Use count-lines.
23126 (make-diary-entry): Avoid `previous-line'.
23127 (diary-mode-map): New var.
23128 (diary-mode): Redraw cal after saving. Setup header-line.
23129 (fancy-diary-display-mode): Use local-set-key.
23130
23131 * startup.el (command-line): Try calling various terminal-init-foo-bar
23132 functions by stripping hyphenated suffixes from $TERM.
23133
23134 * files.el (normal-mode): Check boundness of font-lock-keywords.
23135
231362005-09-12 Richard M. Stallman <rms@gnu.org>
23137
23138 * progmodes/compile.el: Don't decide a file's directory
23139 until the user actually tries to go there.
23140 (compilation-next-error-function):
23141 Pass compilation-find-file the directory from the file-struct.
23142 (compilation-internal-error-properties): Separate local FILE-STRUCT
23143 from FILE. Doc the args better. Rename arg FMT to FMTS.
23144 (compilation-find-file): Arg DIR renamed to DIRECTORY.
23145 Expand it, and if nil, use default-directory.
23146 (compilation-get-file-structure): Don't mix specified directory
23147 with default directory. Put specified directory into
23148 file-struct. Don't make the file name absolute.
23149
23150 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23151 (compile-command): Add autoload.
23152 (compilation-disable-input): Add autoload.
23153
231542005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
23155
23156 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23157 strings of the variables it can override.
23158 (time-stamp): New (as yet undocumented) time-stamp-format escapes
23159 %Q and %q, for fully-qualified domain name and unqualified host name.
23160
231612005-09-11 Kim F. Storm <storm@cua.dk>
23162
23163 * emacs-lisp/authors.el (authors-aliases): Update list.
23164 (authors-fixed-entries): Update mldrag.el entry.
23165
231662005-09-10 Alan Mackenzie <acm@muc.de>
23167
23168 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23169 from the region narrowed to.
23170
231712005-09-10 Magnus Henoch <mange@freemail.hu>
23172
23173 * textmodes/ispell.el (ispell-check-version): Signal an error if
23174 aspell version is less than 0.60.
23175
231762005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
23177
23178 * progmodes/octave-inf.el (inferior-octave-startup):
23179 Resync current dir at the end.
23180
231812005-09-10 Emilio C. Lopes <eclig@gmx.net>
23182
23183 * woman.el (woman-topic-at-point-default):
23184 Rename to woman-use-topic-at-point-default.
23185 (woman-topic-at-point): Rename to woman-use-topic-at-point.
23186 (woman-file-name): Reflect renames above. Automatically use the
23187 word at point as topic if woman-use-topic-at-point is non-nil.
23188 Otherwise offer it as default but don't insert it in the
23189 minibuffer. Also use `test-completion' instead of `assoc' as
23190 suggested by Stefan Monnier.
23191
231922005-09-10 Andre Spiegel <spiegel@gnu.org>
23193
23194 * vc.el (vc-directory, vc-update-change-log): Throw an error on
23195 the attempt to do it over Tramp. This is not yet supported.
23196
231972005-09-10 Eli Zaretskii <eliz@gnu.org>
23198
23199 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23200 (menu-bar-non-minibuffer-window-p): New functions.
23201 ("Split Window", "Save As..."): Use them.
23202 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23203 ("Print Buffer", "Truncate Long Lines in this Buffer"):
23204 Use menu-bar-menu-frame-live-and-visible-p.
23205 ("Save Buffer", "Insert File", "Open Directory...")
23206 ("Open File...", "Visit New File..."):
23207 Use menu-bar-non-minibuffer-window-p.
23208 (kill-this-buffer-enabled-p, dired <menu-enable>):
23209 Use menu-bar-non-minibuffer-window-p.
23210
232112005-09-09 Eli Zaretskii <eliz@gnu.org>
23212
23213 * cus-start.el (all): Don't complain about fringe-related
23214 built-ins if fringes are not supported. Ditto about
23215 selection-related built-ins. Fix the test for GTK-related built-ins.
23216
23217 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23218 ("Postscript Print Buffer", "Print Region", "Save As...")
23219 ("Save", "Insert File...", "Open Directory...")
23220 ("Open File...", "Visit New File..."")
23221 ("Truncate Long Lines in this Buffer"): Don't look at
23222 menu-updating-frame if this display does not support multiple frames.
23223
232242005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23225
23226 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23227
4fc9bd56 232282005-09-09 Emilio C. Lopes <eclig@gmx.net>
6fee106e
KS
23229
23230 * woman.el: Format- and whitespace-related changes.
23231
232322005-09-09 Eli Zaretskii <eliz@gnu.org>
23233
23234 * woman.el: Fix my email address.
23235
232362005-09-08 Richard M. Stallman <rms@gnu.org>
23237
23238 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23239 (sh-mode): Locally set skeleton-pair-default-alist.
23240
23241 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23242
23243 * progmodes/flymake.el: Require `compile' unconditionally.
23244
23245 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23246
23247 * woman.el (woman-file-name): Provide a default, not initial input.
23248
23249 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23250
23251 * font-lock.el (font-lock-support-mode): Doc fix.
23252
23253 * descr-text.el (describe-property-list): Handle non-symbol prop names.
23254
232552005-09-08 Richard M. Stallman <rms@gnu.org>
23256
23257 * simple.el (blink-matching-open): Get rid of text props from
23258 the string shown in echo area. Don't permanently set point.
23259 Some rearrangements.
23260
232612005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
23262
23263 * recentf.el (recentf-filename-handler): Add custom choice
23264 `abbreviate-file-name'.
23265
23266 * msb.el (msb--very-many-menus): Fix typo.
23267
23268 * disp-table.el (standard-display-european): Don't set
23269 enable-multibyte-characters to nil.
23270
232712005-09-08 David Ponce <david@dponce.com>
23272
23273 * recentf.el (recentf-show-file-shortcuts-flag): New option.
23274 (recentf-expand-file-name): Doc fix.
23275 (recentf-dialog-mode-map): Define digit shortcuts.
23276 (recentf--files-with-key): New variable.
23277 (recentf-show-digit-shortcut-filter): New function.
23278 (recentf-open-files-items): New function.
23279 (recentf-open-files): Use it.
23280 (recentf-open-file-with-key): New command.
23281
232822005-09-08 Chong Yidong <cyd@stupidchicken.com>
23283
23284 * buff-menu.el (Buffer-menu-sort-by-column): New function.
23285 Suggested by Kim F. Storm.
23286 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23287 (Buffer-menu-make-sort-button): Use global keymap.
23288
232892005-09-07 Michael Albinus <michael.albinus@gmx.de>
23290
23291 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23292 (Man-getpage-in-background-advice): Remove defadvice; it isn't
23293 necessary any longer with the remapped command.
23294 (Man-bgproc-sentinel-advice): Remove defadvice which counts
23295 formatting time only.
23296
23297 * net/tramp.el (tramp-action-password)
23298 (tramp-multi-action-password): Compile the password prompt from
23299 `method', `user' and `host'. Sometimes it isn't obvious which
23300 password to enter, for example with remote files offered by
23301 recentf.el, or with multiple steps. Suggested by Robert Marshall
23302 <robert@chezmarshall.freeserve.co.uk>.
23303
233042005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23305
23306 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23307 Fix regexp for when "s///" is at the beginning of line.
23308
233092005-09-07 Jay Belanger <belanger@truman.edu>
23310
23311 * calc/calc-poly.el (math-expand-term): Multiply out any powers
23312 when in matrix mode.
23313
233142005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23315
23316 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23317 non-anonymous functions.
23318
233192005-09-06 Chong Yidong <cyd@stupidchicken.com>
23320
23321 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23322 when using a header line. Otherwise, use mouse-1-click-follows-link.
23323
23324 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23325 can't be moved; don't signal an error.
23326
233272005-09-05 Chong Yidong <cyd@stupidchicken.com>
23328
23329 * cus-theme.el (custom-theme-write-faces): Save the current face
23330 spec, not the defface spec.
23331
23332 * custom.el (custom-known-themes): Clarify meaning of "standard".
23333 (custom-push-theme): Save old values in the standard theme.
23334 (disable-theme): Correct typo.
1a408ced 23335 (custom-face-theme-value): Deleted unused function.
6fee106e
KS
23336 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23337
233382005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
23339
23340 * progmodes/compile.el (compilation-goto-locus): Take into account
23341 iconified frames when determining whether the buffer is
23342 already visible.
23343 Don't reset window height if the window already existed.
23344
233452005-09-04 Chong Yidong <cyd@stupidchicken.com>
23346
23347 * custom.el (load-theme): Rename from require-theme.
23348 Add interactive spec.
23349 (enable-theme): Rename from custom-enable-theme.
23350 Add interactive spec.
23351 (disable-theme): Rename from custom-disable-theme.
23352 Add interactive spec.
23353 (custom-make-theme-feature): Doc fix.
23354 (custom-theme-directory): Doc fix.
23355 (provide-theme): Call enable-theme.
23356
233572005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
23358
23359 * obsolete/lazy-lock.el (lazy-lock-mode):
23360 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23361 font-lock-mode if it's off. Print a warning instead.
23362
23363 * progmodes/compile.el (compilation-start): Ignore errors if the
23364 process died before we get to send-eof.
23365
23366 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23367 Undo last change. Enclosing the result in quotes broke things on Unix
23368 since tex-send-command passes it through shell-quote-argument.
23369 (tex-send-command): Pass `file' through convert-standard-filename
23370 when possible.
23371 (tex-uptodate-p): Handle the case where TeX hasn't put additional
23372 info in a transcript.
23373
233742005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
23375
23376 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23377 fix compilation warning. Reorder the key definitions to group
23378 together keys emitted by the current version of xterm.
23379
23380 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23381 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23382 Reorder predicates to correct min-color usage.
23383
233842005-09-01 Chong Yidong <cyd@stupidchicken.com>
23385
23386 * longlines.el (longlines-mode): Inhibit read-only when encoding.
23387 Kill local variables when longlines-mode is turned off.
23388
233892005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
23390
23391 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23392
23393 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23394
23395 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23396
23397 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23398 (font-lock-lines-before): Change default to being inactive.
23399 (font-lock-default-fontify-region): Obey font-lock-lines-before.
23400 (font-lock-after-change-function): Don't handle f-l-lines-before here.
23401
234022005-08-31 Michael Albinus <michael.albinus@gmx.de>
23403
23404 * net/tramp.el (tramp-handle-make-auto-save-file-name):
23405 Deactivate temporarily advice if active (not needed for Emacs 22,
23406 but for backwards compatibility).
23407 (tramp-exists-file-name-handler): Rewrite. First implementation
23408 was too simple.
23409 (tramp-advice-make-auto-save-file-name):
23410 Call `tramp-handle-make-auto-save-file-name' (again, just for
23411 backwards compatibility).
23412
234132005-08-31 Reto Zimmermann <reto@gnu.org>
23414
23415 * progmodes/vhdl-mode.el
23416 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23417 (vhdl-end-p): Fix indentation bug "else" after "-- when".
23418 (vhdl-set-default-project): New function (easier setting of default).
23419 (vhdl-port-copy): Handle extended identifiers for generics.
23420 (vhdl-compiler-alist): Better description for error message regexp.
23421 (vhdl-make): Query for target, use previous as default.
23422 (vhdl-port-copy): Fix port copy for port names starting with "signal".
23423 (vhdl-font-lock-keywords-2): Fix fontification for record
23424 el. assign.
23425 (vhdl-speedbar-make-subpack-line): Add package body link.
23426 (vhdl-generate-makefile-1): Not include itself as dependency.
23427 (vhdl-font-lock-init): Highlight c-preprocessor directives.
23428 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23429 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23430 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23431 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23432 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23433 (vhdl-import-project): Add string argument for `error'.
23434 (vhdl-compose-configuration)
23435 (vhdl-compose-configuration-architecture): Add configuration
23436 declaration generation.
23437 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23438 (vhdl-trailer-re): Add "record" keyword (better indentation).
23439 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23440 "[^ \t-\"]+".
23441 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23442 (vhdl-testbench-entity-file-name)
23443 (vhdl-testbench-architecture-file-name): Allow separate
23444 customization of testbench file names.
23445 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23446 (vhdl-get-visible-signals): Allow newline within alias declaration.
23447 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23448 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23449 (member-ignore-case): Alias for missing function in XEmacs.
23450 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23451 (vhdl-update-sensitivity-list): Ignore case on read signals.
23452 (vhdl-replace-string): Adjust case only for file names.
23453 (vhdl-update-sensitivity-list): Fix search for read signals.
23454 (vhdl-update-sensitivity-list): Exclude formal parameters.
23455 (vhdl-get-visible-signals): Include aliases of signals.
23456 (vhdl-get-visible-signals): Fix signal name searching.
23457 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23458 (vhdl-fixup-whitespace-region): Fix for character
23459 literals (e.g. `:').
23460
234612005-08-31 Juanma Barranquero <lekktu@gmail.com>
23462
23463 * ansi-color.el (comint-last-output-start):
23464 * bs.el (font-lock-verbose):
23465 * diff-mode.el (add-log-buffer-file-name-function):
23466 * dired-x.el (vm-folder-directory):
23467 * faces.el (help-xref-stack-item):
23468 * files.el (font-lock-keywords):
23469 * find-lisp.el (dired-buffers, dired-subdir-alist):
23470 * ido.el (cua-inhibit-cua-keys):
23471 * log-view.el (cvs-minor-wrap-function):
23472 * outline.el (font-lock-warning-face):
23473 * simple.el (compilation-current-error):
23474 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23475 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23476 * tooltip.el (comint-prompt-regexp):
23477 * w32-fns.el (explicit-shell-file-name):
23478 * term/mac-win.el (mac-charset-info-alist)
23479 (mac-services-selection, mac-system-script-code):
23480 * term/tty-colors.el (msdos-color-values):
23481 * term/w32-win.el (xlfd-regexp-registry-subnum):
23482 * term/x-win.el (x-keysym-table, x-selection-timeout)
23483 (x-session-id, x-session-previous-id):
23484 * textmodes/ispell.el (mail-yank-prefix):
23485 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23486 * textmodes/org.el (calc-embedded-close-formula)
23487 (calc-embedded-open-formula)
23488 (font-lock-unfontify-region-function):
23489 * textmodes/reftex-global.el (isearch-next-buffer-function)
23490 (TeX-master):
23491 * textmodes/reftex.el (font-lock-keywords):
23492 * textmodes/tex-mode.el (font-lock-comment-face)
23493 (font-lock-doc-face):
23494 * textmodes/texinfo.el (outline-heading-alist):
23495 Add defvars.
23496
23497 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23498 (artist-spray-chars, artist-mode-init, artist-replace-string)
23499 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23500 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23501 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23502
23503 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23504 (conf-align-assignments): "?\ " -> "?\s".
23505
23506 * textmodes/reftex-index.el (TeX-master): Add defvar.
23507 (reftex-index-phrases-marker): Move up defvar.
23508
23509 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23510 (reftex-toc-include-labels-indicator)
23511 (reftex-toc-include-index-indicator)
23512 (reftex-toc-max-level-indicator): Move up declarations.
23513
23514 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23515 of args to `tramp-run-real-handler', even if it's empty in this case.
23516
235172005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23518
23519 * dired.el (dired-move-to-filename-regexp): Add date format for
23520 Mac OS X 10.3 in East Asian locales.
23521
235222005-08-31 Michael Albinus <michael.albinus@gmx.de>
23523
23524 * files.el (make-auto-save-file-name): Add file name handler call
23525 if applicable.
23526
23527 * net/tramp.el (tramp-file-name-handler-alist)
23528 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23529 (tramp-handle-make-auto-save-file-name): Rename from
23530 `tramp-make-auto-save-file-name'.
23531 (tramp-exists-file-name-handler): New defun.
23532 (tramp-advice-make-auto-save-file-name): Make defadvice only when
23533 `make-auto-save-file-name' is not a magic file name operation.
23534
235352005-08-30 Richard M. Stallman <rms@gnu.org>
23536
23537 * files.el (risky-local-variable-p):
23538 Match `-predicates' and `-commands.
23539
23540 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23541 (custom-save-all): Visit the file if necessary;
23542 kill the buffer if we created it.
23543 (custom-save-delete): Don't visit file or kill buffer here.
23544
235452005-08-30 Carsten Dominik <dominik@science.uva.nl>
23546
23547 * textmodes/org.el (org-special-keyword): New face.
23548 (org-table-copy-down, org-table-eval-formula)
23549 (org-table-recalculate, org-init-section-numbers):
23550 Use `string-to-number' instead of `string-to-int'.
23551 (org-get-location): Use `insert-buffer-substring' instead of
23552 `insert-buffer'.
23553 (org-modify-diary-entry-string): New function.
23554 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23555 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23556 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23557 active region.
23558 (org-export-as-html): Handle QUOTE keyword.
23559 (org-quote-string): New option.
23560 (org-bookmark-jump-unhide): New function, used for
23561 `bookmark-after-jump-hook'.
23562 (org-diary-default-entry): Apply only when not called through
23563 `org-agenda'.
23564
235652005-08-30 Juanma Barranquero <lekktu@gmail.com>
23566
23567 * net/eudc.el (mode-popup-menu):
23568 * play/handwrite.el (ps-printer-name, ps-lpr-command):
23569 * progmodes/ada-mode.el (compile-auto-highlight)
23570 (skeleton-further-elements):
23571 * progmodes/autoconf.el (font-lock-syntactic-keywords):
23572 * progmodes/cmacexp.el (msdos-shells):
23573 * progmodes/compile.el (font-lock-extra-managed-props)
23574 (font-lock-keywords, font-lock-maximum-size)
23575 (font-lock-support-mode):
23576 * progmodes/grep.el (font-lock-lines-before):
23577 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23578 * progmodes/mixal-mode.el (compile-command):
23579 * progmodes/perl-mode.el (font-lock-comment-face)
23580 (font-lock-doc-face, font-lock-string-face):
23581 * progmodes/prolog.el (comint-prompt-regexp):
23582 * progmodes/sh-script.el (font-lock-comment-face)
23583 (font-lock-set-defaults, font-lock-string-face):
23584 * progmodes/sql.el (font-lock-keyword-face)
23585 (font-lock-set-defaults, font-lock-string-face):
23586 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23587 (itimer-version, lazy-lock-defer-contextually)
23588 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23589 Add defvars.
23590
23591 * progmodes/cperl-mode.el (cperl-electric-lbrace)
23592 (cperl-electric-keyword, cperl-electric-pod)
23593 (cperl-electric-backspace, cperl-forward-re)
23594 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23595 (vc-rcs-header, vc-sccs-header): Add defvars.
23596
23597 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23598 (font-lock-syntactic-keywords, gud-find-expr-function):
23599 Add defvars.
23600
23601 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23602 (gdb-frame-parameters): Declare before use.
23603
23604 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23605 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23606 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23607 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23608
23609 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23610 (idlwave-help-with-source): Use `insert-buffer-substring', not
23611 `insert-buffer'.
23612
236132005-08-29 Juri Linkov <juri@jurta.org>
23614
23615 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23616 Put outline-back-to-heading function call inside save-excursion.
23617
236182005-08-29 Juanma Barranquero <lekktu@gmail.com>
23619
23620 * man.el (Man-init-defvars, Man-translate-references)
23621 (Man-support-local-filenames, Man-highlight-references):
23622 * progmodes/sql.el (sql-interactive-mode):
23623 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23624
23625 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23626 (compilation-mode-font-lock-keywords): Add defvars.
23627 (checkdoc-interactive-loop): "?\ " -> "?\s".
23628
23629 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23630 (font-lock-doc-face, font-lock-string-face)
23631 (font-lock-keywords-case-fold-search): Add defvars.
23632 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23633
23634 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23635 Don't pass X and Y (they are ignored anyway).
23636 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23637 (mouse-delete-window): Make arguments optional.
23638
23639 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23640 (caesar-translate-table, minor-modes, news-buffer-save)
23641 (news-group-name, news-minor-modes): Add defvars.
23642
23643 * emacs-lisp/lselect.el (mouse-highlight-priority)
23644 (x-lost-selection-functions, zmacs-regions):
23645 * emacs-lisp/pp.el (font-lock-verbose):
23646 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23647 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23648 (ses-mode-map):
23649 * emacs-lisp/tcover-unsafep.el (safe-functions):
23650 * international/mule-cmds.el (mac-system-coding-system)
23651 (mac-system-locale):
23652 * language/ethio-util.el (rmail-current-message)
23653 (rmail-message-vector):
23654 * language/thai-util.el (thai-auto-composition-mode):
23655 * mail/metamail.el (rmail-current-message, rmail-message-vector):
23656 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23657 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23658 (vm-primary-inbox, vm-spool-files):
23659 * mail/rmail.el (deleted-head, font-lock-fontified)
23660 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23661 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23662 (total-messages):
23663 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23664 (rmail-summary-mode-map):
23665 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23666 (rmail-last-label, rmail-last-multi-labels)
23667 (rmail-summary-vector, rmail-total-messages):
23668 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23669 * mail/rmailsum.el (msgnum):
23670 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23671 (rmail-current-message):
23672 * obsolete/fast-lock.el (font-lock-face-list):
23673 * obsolete/rnewspost.el (mail-reply-buffer):
23674 * obsolete/scribe.el (compile-command):
23675 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23676
236772005-08-28 John Paul Wallington <jpw@gnu.org>
23678
23679 * ibuf-ext.el (ibuffer-auto-update-changed):
23680 Use `frame-or-buffer-changed-p' to check whether we need to update.
23681 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23682 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
23683 as a `frame-or-buffer-changed-p' state vector instead.
23684
236852005-08-27 Romain Francoise <romain@orebokech.com>
23686
23687 * textmodes/makeinfo.el (makeinfo-compile):
23688 Use `compilation-start'. Set `next-error-function' according to
23689 `disable-errors'.
23690 (makeinfo-next-error): New function.
23691 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23692 (makeinfo-buffer): Likewise.
23693
23694 * progmodes/compile.el (compilation-start): Add autoload cookie.
23695
23696 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23697 * textmodes/sgml-mode.el: Likewise.
23698 * progmodes/python.el: Likewise.
23699
237002005-08-27 Eli Zaretskii <eliz@gnu.org>
23701
23702 * simple.el (blink-matching-paren-distance): Document the meaning
23703 of nil value, and allow to customize to nil.
23704
23705 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23706 command.com, not command.exe.
23707
237082005-08-26 John Wiegley <johnw@newartisans.com>
23709
23710 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23711 code around a bit so that an extraneous nil argument is not added
23712 to a command when no args are given.
23713
23714 * eshell/esh-arg.el (eshell-parse-double-quote): If a
23715 double-quoted argument resolves to nil, return it as an empty
23716 string rather than as nil. This made it impossible to pass "" to
23717 a shell script as a null string argument.
23718
237192005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
23720
23721 * outline.el (outline-invent-heading): New fun.
23722 (outline-promote, outline-demote): Use it.
23723 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23724 (outline-end-of-subtree): Remove unused var `opoint'.
23725
237262005-08-26 David Reitter <david.reitter@gmail.com>
23727
23728 * menu-bar.el (truncate-lines, write-file, print-buffer)
23729 (ps-print-buffer-faces, ps-print-buffer, split-window):
23730 Disable menu items when the frame they refer to is invisible, or when
23731 they refer to a buffer and the minibuffer is selected.
23732
237332005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
23734
23735 * progmodes/flymake.el (flymake-highlight-err-lines):
23736 Use save-excursion around flymake-highlight-line to preserve point.
23737
237382005-08-26 Eli Zaretskii <eliz@gnu.org>
23739
23740 * progmodes/octave-mod.el: Change Author and Maintainer address.
23741 (octave-maintainer-address): Change Kurt's email address.
23742 * progmodes/octave-inf.el: Change Author and Maintainer address.
23743 * progmodes/octave-hlp.el: Change Author and Maintainer address.
23744
237452005-08-26 Kim F. Storm <storm@cua.dk>
23746
23747 * subr.el (version-list-<, version-list-<=, version-list-=):
23748 Rename from integer-list-*.
23749 (version-list-not-zero): Likewise. Fix while loop.
23750 (version=): Use version-list-= instead of string-equal.
23751
237522005-08-26 Richard M. Stallman <rms@gnu.org>
23753
23754 * outline.el (outline-promote): Try shortening the heading.
23755 As last resort, read the heading to use.
23756 (outline-demote): As last resort, read the heading to use.
23757
237582005-08-26 Romain Francoise <romain@orebokech.com>
23759
23760 * progmodes/compile.el (compilation-start): Doc fix.
23761
23762 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
23763 (antlr-font-lock-additional-keywords): Fix reference to
23764 `antlr-font-lock-literal-regexp' erroneously changed during the
23765 mass face rename.
23766 (antlr-run-tool): Use `compilation-start'.
23767
23768 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
23769 instead of the obsolete `compile-internal'.
23770
237712005-08-26 Juanma Barranquero <lekktu@gmail.com>
23772
23773 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
23774 (number, original-date):
23775 * calendar/cal-china.el (date):
23776 * calendar/cal-coptic.el (date):
23777 * calendar/cal-french.el (date):
23778 * calendar/cal-hebrew.el (date, entry, number, original-date):
23779 * calendar/cal-islam.el (date, number, original-date):
23780 * calendar/cal-iso.el (date):
23781 * calendar/cal-julian.el (date):
23782 * calendar/cal-mayan.el (date):
23783 * calendar/cal-menu.el (date, event):
23784 * calendar/cal-persia.el (date):
23785 * calendar/lunar.el (date):
23786 * calendar/solar.el (date): Add defvars.
23787
23788 * emerge.el:
23789 * ibuffer.el:
23790 * info-xref.el:
23791 * obsolete/bg-mouse.el:
23792 * obsolete/sun-curs.el:
23793 * obsolete/swedish.el: Move the `defvar's to the top level.
23794
23795 * smerge-mode.el (smerge-refined-change): Add :group.
23796
237972005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23798
23799 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
23800 (smerge-keep-n): Remove props.
23801 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
23802 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
23803 now that it's done in smerge-keep-n.
23804 (smerge-refined-change): New face.
23805 (smerge-refine-chopup-region, smerge-refine-highlight-change)
23806 (smerge-refine): New funs.
23807 (smerge-basic-map): Bind smerge-refine.
23808
238092005-08-25 Juri Linkov <juri@jurta.org>
23810
23811 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
23812 compilation-process-setup-function and compilation-disable-input
23813 in grep-mode instead of let-bindings in grep.
23814
23815 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
23816 Delete "Automatic File De/compression" (auto-compression-mode).
23817
238182005-08-25 Juanma Barranquero <lekktu@gmail.com>
23819
23820 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
23821 Silence warning about non-existent variable.
23822
238232005-08-25 Richard M. Stallman <rms@gnu.org>
23824
23825 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
23826 Rename "Describe Key" to "Describe Key or Mouse Operation".
23827
23828 * mail/mailalias.el (build-mail-aliases): Delete comments
23829 from the contents before processing them.
23830
23831 * isearch.el (isearch-edit-string): Erase the Search prompt
23832 if user enters an empty string and there is no default.
23833
23834 * comint.el (comint-file-name-prefix): Add autoload.
23835
238362005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
23837
23838 * subr.el (play-sound): Rearrange to avoid warning.
23839
238402005-08-25 Carsten Dominik <dominik@science.uva.nl>
23841
23842 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
23843 New hook.
1a408ced 23844 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
6fee106e
KS
23845
238462005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
23847
23848 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23849
23850 * custom.el (custom-theme-set-variables): Sort minor modes last.
23851
238522005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23853
23854 * subr.el (version-separator, version-regexp-alist): New vars used by
23855 version comparison funs.
23856 (integer-list-<, integer-list-=, integer-list-<=)
23857 (integer-list-not-zero): New funs for integer list comparison.
23858 (version-to-list, version=, version<, version<=): New funs for version
23859 comparison.
23860
238612005-08-24 Juanma Barranquero <lekktu@gmail.com>
23862
23863 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23864 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23865 time to silence the byte-compiler.
23866
23867 * ibuffer.el (ibuffer-compile-make-eliding-form)
23868 (ibuffer-check-formats): Use `with-no-warnings' to hide references
23869 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23870 so it's silly to get warnings for it).
23871 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23872 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
23873 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
23874 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
23875 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
23876 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
23877 Defvar at compile time.
23878 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
23879 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
23880 Declare them before use.
23881
23882 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
23883 (info-xref-good, info-xref-bad): Defvar at compile time.
23884
23885 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
23886 Use `let*' instead of `let'.
23887
23888 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
23889 (*mouse-y*, menu, char): Defvar at compile time.
23890 (sc::menu): Declare it before use.
23891 (sc::pack-one-line): Use `let', not `let*'.
23892
23893 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
23894 (mail-send-hook): Defvar at compile time.
23895
23896 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
23897 Defvar at compile time.
23898
23899 * term/sun-mouse.el (current-global-mousemap)
23900 (current-local-mousemap): Declare them before use.
23901
239022005-08-24 Carsten Dominik <dominik@science.uva.nl>
23903
23904 * bookmark.el (bookmark-after-jump-hook): New hook.
23905 (bookmark-jump): Run `bookmark-after-jump-hook'.
23906
239072005-08-23 Juri Linkov <juri@jurta.org>
23908
23909 * faces.el (minibuffer-prompt): Doc fix.
23910
239112005-08-23 Juanma Barranquero <lekktu@gmail.com>
23912
23913 * progmodes/xscheme.el: Trivial changes to silence warnings.
23914 (xscheme-previous-mode, xscheme-previous-process-state):
23915 Add defvars.
23916 (xscheme-last-input-end, xscheme-process-command-line)
23917 (xscheme-process-name, xscheme-buffer-name)
23918 (xscheme-expressions-ring-max, xscheme-expressions-ring)
23919 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
23920 (xscheme-control-g-synchronization-p)
23921 (xscheme-control-g-disabled-p, xscheme-string-receiver)
23922 (default-xscheme-runlight, xscheme-runlight)
23923 (xscheme-runlight-string, xscheme-process-filter-state)
23924 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
23925 Move to beginning of file.
23926 (scheme-interaction-mode-commands-alist)
23927 (scheme-interaction-mode-map, scheme-debugger-mode-map):
dad2e044
JB
23928 Declare them before use. Note: the initialization code for the
23929 variables has not been moved because it uses functions that reference
23930 the variables.
6fee106e
KS
23931 (xscheme-control-g-message-string, xscheme-process-filter-alist)
23932 (xscheme-prompt-for-expression-map): Declare them before use.
23933 (scheme-debugger-mode-commands): "?\ " -> "?\s".
23934
239352005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
23936
23937 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
23938
239392005-08-22 Juri Linkov <juri@jurta.org>
23940
23941 * faces.el (set-face-underline): Delete this duplicate function
23942 and make an obsolete alias to set-face-underline-p.
23943 (set-face-underline-p): Use docstring of set-face-underline.
23944 (describe-face): Create hyperlink to parent face.
23945
23946 * info.el (Info-insert-dir): Use save-excursion around
23947 insert-buffer-substring.
23948 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
23949 (Info-escape-percent): Delete function.
23950 (Info-fontify-node): Replace Info-escape-percent by
23951 replace-regexp-in-string with REP arg set to lambda that
23952 duplicates `%' and preserves text properties.
23953
23954 * progmodes/compile.el (compilation-disable-input): Doc fix.
23955 (define-compilation-mode): Doc fix and refill.
23956 (kill-compilation): Use `mode-name' in the error message.
23957 (compilation-find-file): Use `compilation-error' in the
23958 read-file-name's prompt.
23959
239602005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23961
23962 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
23963 (smerge-auto-leave): Make undo re-enable the mode.
23964 (debug-ignored-errors): Add the user-error of impossible resolution.
23965 (smerge-resolve): Move things around a bit, in preparation for later.
23966 (smerge-diff): Don't fail if the buffer has no associated file.
23967 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
23968 (smerge-conflict-overlay): New function.
23969 (smerge-match-conflict): Don't add text properties here.
23970 (smerge-find-conflict): Instead, add an overlay here.
23971 Also check for the case where we're inside a conflict already, so as to
23972 obviate the need for font-lock-multiline, which is unbearably slow with
23973 large conflicts and ciomplex font-lock patterns.
23974 (smerge-remove-props): Remove overlay rather than text-properties.
23975 (smerge-mode): Don't set font-lock-multiline.
23976 Remove overlays when turned off.
23977
239782005-08-21 Kim F. Storm <storm@cua.dk>
23979
23980 * ido.el (ido-ignore-item-p): Use save-match-data.
23981 Bind case-fold-search to ido-case-fold locally.
23982
239832005-08-20 Richard M. Stallman <rms@gnu.org>
23984
23985 * files.el (normal-mode): If font lock is on, turn it off and on.
23986
23987 * subr.el (replace-regexp-in-string): Doc fix.
23988
23989 * startup.el (command-line-1): Don't suppress startup screen
23990 due to existing processes.
23991
23992 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
23993
23994 * progmodes/compile.el (compilation-disable-input): Default to nil.
23995
239962005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23997
23998 * progmodes/compile.el (compilation-disable-input): New defcustom.
23999 (compilation-start): If compilation-disable-input is non-nil, send
24000 EOF to the compilation process.
24001
240022005-08-20 Eli Zaretskii <eliz@gnu.org>
24003
24004 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24005 Run the argument of tex-shell-cd-command through
24006 convert-standard-filename, to get the correct style of slashes on
24007 Windows, and enclose the result in quotes, in case the file name
24008 includes whitespace or other special characters.
24009
240102005-08-19 Andreas Schwab <schwab@suse.de>
24011
24012 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24013 process.
24014
240152005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24016
24017 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24018
240192005-08-18 Kim F. Storm <storm@cua.dk>
24020
24021 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24022
240232005-08-18 Richard M. Stallman <rms@gnu.org>
24024
24025 * scroll-lock.el: New file.
24026
240272005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24028
24029 * dired.el (dired-move-to-end-of-filename):
24030 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24031
240322005-08-18 Kim F. Storm <storm@cua.dk>
24033
24034 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24035 rather than toggle mode when custom value is nil.
24036 (ido-everywhere): Fix defun doc string.
24037
240382005-08-17 Richard M. Stallman <rms@gnu.org>
24039
24040 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24041 as tag instead of "Inviolable".
24042
240432005-08-17 Kim F. Storm <storm@cua.dk>
24044
24045 * windmove.el (windmove-coordinates-of-position): Remove.
24046 (windmove-coordinates-of-window-position): Remove.
24047 (windmove-reference-loc): Use posn-at-point instead.
24048
24049 * subr.el (insert-for-yank-1): Doc fix.
24050
24051 * ido.el (ido-enter-matching-directory): Rename from
24052 ido-enter-single-matching-directory. Change `slash' choice to
24053 `only'. Add `first' choice.
24054 (ido-exhibit): Adapt to above changes.
24055
240562005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24057
24058 * Makefile.in: Expand comment about building loaddefs.el.
24059
240602005-08-16 Nick Roberts <nickrob@snap.net.nz>
24061
24062 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24063 Comment use of defadvice.
24064
24065 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24066
240672005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24068
24069 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24070 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24071 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24072 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24073 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24074 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24075 for backward compatibility for faces that did not appear in the
24076 previous Emacs release.
24077
24078 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24079
240802005-08-15 Kim F. Storm <storm@cua.dk>
24081
24082 * emulation/cua-base.el (cua-delete-region): Return t if
24083 deleted region was non-empty.
24084 (cua-replace-region): Inhibit overwrite-mode for
24085 self-insert-command if replaced region was non-empty.
24086 (cua--explicit-region-start, cua--status-string): Make them
24087 buffer-local at top-level...
24088 (cua-mode): ...rather than when mode is enabled.
24089
240902005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24091
24092 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24093 Set t for Emacs 21, 22, and so on.
24094
240952005-08-15 David Ponce <david@dponce.com>
24096
24097 * tree-widget.el: Update Commentary header.
24098 (tree-widget-theme): Doc fix.
24099 (tree-widget-space-width): New option.
24100 (tree-widget-image-properties): Look up in the default theme too.
24101 (tree-widget--cursors): Only for images with arrow pointer shape.
24102 (tree-widget-lookup-image): Pointer shape is hand by default.
24103 (tree-widget-icon): Rename generic icon widget from
24104 `tree-widget-control'.
24105 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24106 derive from `tree-widget-icon'.
24107 (tree-widget-handle): Improve default look and feel of the text
24108 representation.
24109 (tree-widget): Rename :*-control properties to :*-icon properties.
24110 Add :action and :help-echo properties.
24111 (tree-widget-after-toggle-functions): Move.
24112 (tree-widget-close-node, tree-widget-open-node): Remove.
24113 (tree-widget-before-create-icon-functions): New hook.
24114 (tree-widget-value-create): Update to allow customization of icons
24115 and nodes at run-time via that new hook.
24116 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24117 (tree-widget-icon-action, tree-widget-icon-help-echo)
24118 (tree-widget-action, tree-widget-help-echo): New functions.
24119
241202005-08-15 Kim F. Storm <storm@cua.dk>
24121
24122 * ido.el (ido-buffer-internal): Use with-no-warnings.
24123 (ido-make-merged-file-list): Use while-no-input.
24124
241252005-08-15 Richard M. Stallman <rms@gnu.org>
24126
24127 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24128 (flyspell-large-region): Fix doc and custom type.
24129
241302005-08-14 Richard M. Stallman <rms@gnu.org>
24131
24132 * files.el (interpreter-mode-alist): Doc fix.
24133
24134 * mail/rmail.el (rmail-nonignored-headers): New variable.
24135 (rmail-clear-headers): Use it.
24136 (rmail-reply): Better handling of mail-followup-to header.
24137
24138 * progmodes/sh-script.el (sh-font-lock-keywords-var):
24139 Rename variable from sh-font-lock-keywords. In the `shell' entry,
24140 don't try to refer to executable-font-lock-keywords.
24141 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24142 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24143 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24144 (sh-mode): Set comment-start-skip, local-abbrev-table,
24145 imenu-case-fold-search.
24146 (sh-set-shell): Don't set them here.
24147 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
24148 Don't cache the results in the original alist; don't ever modify
24149 that alist.
24150
24151 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24152
24153 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24154 empty.
24155
241562005-08-15 Andreas Schwab <schwab@suse.de>
24157
24158 * desktop.el: Put autoload cookie at risky-local-variable declarations.
24159
24160 * dired.el, info.el, mail/rmail.el: Revert last change.
24161
241622005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
24163
24164 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24165 modification in `eval-after-load' form.
24166 * info.el: Likewise.
24167 * mail/rmail.el: Likewise.
24168
241692005-08-14 Juri Linkov <juri@jurta.org>
24170
24171 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24172 Remove highlighting of "Compilation started". Highlight only
24173 the word "finished" in "Compilation finished". Add highlighting
24174 of "interrupt", "killed", "terminated" and the exit code.
24175 (compilation-start): Add newline after header. Use exactly the
24176 same time stamp format as the finishing message.
24177 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24178
24179 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24180 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24181 Add highlighting of "interrupt", "killed", "terminated".
24182
24183 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24184 enabled and the current command is self-insert-command, call it
24185 explicitly with overwrite-mode bound to nil, to not allow it
24186 to delete the character after the selected region.
24187
241882005-08-12 Matt Hodges <MPHodges@member.fsf.org>
24189
24190 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24191 move-end-of-line, end-of-line, and beginning-of-line to the list
24192 of commands after which the echo area is updated.
24193
241942005-08-12 Eli Zaretskii <eliz@gnu.org>
24195
24196 * cus-edit.el (custom-save-all, custom-save-delete):
24197 Bind recentf-exclude to exclude custom-file.
24198
241992005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
24200
24201 * mail/rmailsum.el (rmail-summary-end-of-message): New command
24202 to go to the bottom of the mail message. Added to
24203 `rmail-summary-mode-map' with key "/".
24204 (rmail-summary-show-message): New (internal) function for use by
24205 both `rmail-summary-beginning/end-of-message'.
24206 (rmail-summary-beginning-of-message): Change to use
24207 rmail-summary-show-message.
24208
24209 * mail/rmail.el (rmail-end-of-message): New command to go to the
24210 end of the current message. Added to `rmail-mode-map' with key "/".
24211 (rmail-beginning-of-message): Fix to work as documented.
24212 (rmail-mode): Change documentation.
24213
24214 * progmodes/compile.el (compilation-start): Add the line
24215 "Compilation started" with compilation start time.
24216 (compilation-mode-font-lock-keywords): Add `started' to keywords.
24217
242182005-08-11 Luc Teirlinck <teirllm@auburn.edu>
24219
24220 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24221 of menu items.
24222
242232005-08-11 Richard M. Stallman <rms@gnu.org>
24224
24225 * simple.el (pop-global-mark): Reverse test of widen-automatically.
24226
24227 * battery.el (battery-status-function): Don't use ignore-errors.
24228
242292005-08-11 Lute Kamstra <lute@gnu.org>
24230
24231 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24232 define-obsolete-variable-alias.
24233
242342005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
24235
24236 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24237 (ange-ftp-send-cmd): Revert last change, and expand
24238 the comment explaining the problem.
24239
242402005-08-10 Luc Teirlinck <teirllm@auburn.edu>
24241
24242 * ldefs-boot.el: Update.
24243
24244 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24245 item to "Time, Load and Mail". Change help echo text.
24246
24247 * time.el (display-time-use-mail-icon, display-time-format)
24248 (display-time-string-forms): Shorten first line of docstrings.
24249
242502005-08-10 Lars Hansen <larsh@soem.dk>
24251
24252 * desktop.el (desktop-buffer-mode-handlers):
24253 Make non-customizable. Add autoload cookie. Change initial value to
24254 nil; add elements in respective modules instead. Fix doc string.
24255 (desktop-load-file): New function.
24256 (desktop-minor-mode-handlers): New autoloaded variable.
24257 (desktop-create-buffer): Call minor mode handlers.
24258 Use desktop-load-file to load major and minor mode modules prior to
24259 checking for a handler.
24260 (desktop-save): Don't add nil to desktop-minor-modes for minor
24261 modes with nil function in desktop-minor-mode-table. Don't delete
24262 desktop file before rewriting it.
24263 (desktop-locals-to-save): Add autoload cookie. Don't make
24264 automatically buffer-local. Add variables column-number-mode,
24265 size-indication-mode, indent-tabs-mode,
24266 indicate-buffer-boundaries, indicate-empty-lines and
24267 show-trailing-whitespace.
24268 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24269 regexps. Don't use desktop-clear-preserve-buffers-regexp.
24270 (desktop-clear-preserve-buffers-regexp): Delete.
24271 (desktop-clear-preserve-buffers): Update initial value and docstring.
24272 (desktop-save-buffer): Fix doc string.
24273
24274 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24275 (hilit-chg-desktop-restore): New function.
24276 (highlight-changes-mode): Add highlight-changes-mode to
24277 desktop-locals-to-save.
24278
24279 * dired.el: Add handler to desktop-buffer-mode-handlers.
24280 (dired-restore-desktop-buffer): Remove autoload cookie.
24281 (dired-mode): Add autoload cookie.
24282
24283 * info.el: Add handler to desktop-buffer-mode-handlers.
24284 (Info-restore-desktop-buffer): Remove autoload cookie.
24285 (Info-mode): Add autoload cookie.
24286
24287 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24288 (mh-restore-desktop-buffer): Remove autoload cookie.
24289 (mh-folder-mode): Add autoload cookie.
24290
24291 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24292 (rmail-restore-desktop-buffer): Remove autoload cookie.
24293
242942005-08-11 Masatake YAMATO <jet@gyve.org>
24295
24296 * hexl.el (hexl-address-region):
24297 (hexl-ascii-region, hexl-font-lock-keywords):
24298 (hexl-highlight-line-range): Use the term "region"
24299 instead of "area" for consistency with the other symbols
24300 defined in hexl.el.
24301
243022005-08-09 Luc Teirlinck <teirllm@auburn.edu>
24303
24304 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24305 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24306 out by Juri Linkov). Add `display-battery-mode'.
24307
243082005-08-09 Juri Linkov <juri@jurta.org>
24309
24310 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24311 Remove `-text' from face variable names.
24312 (compilation-error-file-name, compilation-warning-file-name)
24313 (compilation-info-file-name): Delete faces.
24314 (compilation-line-number, compilation-column-number):
24315 Remove face underlining.
24316 (compilation-message-face): Set to `underline' value by default.
24317 (compilation-error-face, compilation-warning-face)
24318 (compilation-info-face): Remove `-file-name' from face names.
24319 (compilation-error-text-face, compilation-warning-text-face)
24320 (compilation-info-text-face): Delete face variables.
24321 (compilation-text-face): Delete function.
24322
24323 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24324 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24325 (grep-error-face): Set to `compilation-error' instead of
24326 `compilation-error-face' (which is redefined to `grep-hit-face' in
24327 grep buffers).
24328 (grep-mode-font-lock-keywords): Remove `-text' from face variable
24329 names. Use `grep-error-face' instead of `compilation-error-text-face'.
24330
24331 * dired-aux.el (dired-do-query-replace-regexp):
24332 Use `query-replace-read-args'.
24333
24334 * replace.el (query-replace-read-from, query-replace-read-to)
24335 (query-replace-read-args): Rename arg `string' to `prompt'.
24336
24337 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24338
338f7c36 243392005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6fee106e
KS
24340
24341 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24342 uploading files.
24343 (ange-ftp-canonize-filename): Handle file names beginning with ~
24344 correctly.
24345
243462005-08-09 Juanma Barranquero <lekktu@gmail.com>
24347
24348 * textmodes/fill.el (canonically-space-region)
24349 (fill-context-prefix, fill-french-nobreak-p)
24350 (fill-delete-newlines, fill-comment-paragraph)
24351 (justify-current-line): "?\ " -> "?\s".
24352
243532005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
24354
24355 * textmodes/fill.el (fill-nonuniform-paragraphs):
24356 Improve argument/docstring consistency.
24357
243582005-08-09 Richard M. Stallman <rms@gnu.org>
24359
24360 * textmodes/ispell.el (ispell-word): More fboundp checks.
24361
24362 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24363 (find-file-noselect-1): Call it here, only if RAWFILE.
24364 (normal-mode): Always set some major mode.
24365 (save-some-buffers-action-alist): Change some explanation strings.
24366 (file-name-non-special): In the `quote' method, use unwind-protect.
24367
243682005-08-09 Magnus Henoch <mange@freemail.hu>
24369
24370 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24371 (ispell-have-aspell-dictionaries): New variable.
24372 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24373 (ispell-get-aspell-config-value): New function.
24374 (ispell-aspell-find-dictionary): New function.
24375 (ispell-aspell-add-aliases): New function.
24376 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24377 appropriate. Don't look for ispell dictionaries if we use aspell.
24378 (ispell-menu-map): Don't build a submenu of dictionaries.
24379
243802005-08-09 Richard M. Stallman <rms@gnu.org>
24381
24382 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24383 (sql-read-passwd): Use read-passwd.
24384
24385 * progmodes/idlw-toolbar.el (idlwave-toolbar)
24386 (idlwave-toolbar-is-possible): Add defvars.
24387
24388 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24389 Avoid warnings.
24390
24391 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24392 (idlwave-system-class-info, idlwave-executive-commands-alist):
24393 Use defvar.
24394
24395 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24396
24397 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24398 Avoid warnings.
24399
24400 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24401 and content-type: headers.
24402
24403 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24404
24405 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24406 and rename some of them to be more self-explanatory.
24407
24408 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24409
24410 * startup.el (command-line-1): Implement -scriptload.
24411
24412 * replace.el (occur-engine): Initial *Occur* output not undoable.
24413
24414 * menu-bar.el (menu-bar-file-menu): Rename some menu items
24415 and improve help strings.
24416
24417 * isearch.el (isearch-repeat): When changing direction,
24418 mark search successful.
24419
24420 * ediff-init.el: Use (featurep 'xemacs).
24421
24422 * comint.el (send-invisible): Identify buffer, if not selected.
24423
24424 * align.el: Delete autoload for c-guess-basic-syntax.
24425
244262005-08-09 Juanma Barranquero <lekktu@gmail.com>
24427
24428 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24429 Improve argument/docstring consistency. Doc fixes.
24430 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24431 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24432 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24433 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24434 (r2bv-organization, r2bv-pages, r2bv-primary-author)
24435 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24436 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24437 Defvar at compile time.
24438
244392005-08-09 Juri Linkov <juri@jurta.org>
24440
24441 * info.el: Replace `info' with upper-case `Info' where appropriate.
24442 (info-title-1, info-title-2, info-title-3, info-title-4)
24443 (info-menu-header): Move up face definitions.
24444 (info-menu-star): Rename from `info-menu-5'.
24445 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24446 (Info-fontify-visited-nodes): Fix docstring.
24447 (Info-hide-note-references): Fix docstring.
24448 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24449 menu items in the same way as on cross-references.
24450 (info-apropos): Fix sorting order and formatting to be like in the
24451 stand-alone Info browser. Display error messages for 1 sec.
24452 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
24453 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24454 from the menu bar.
24455 (Info-insert-dir): Restore point after calling
24456 `insert-buffer-substring'.
24457
244582005-08-08 Richard M. Stallman <rms@gnu.org>
24459
24460 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24461 (recompute-lucid-menubar): Add defvars.
24462
24463 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24464
24465 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24466
24467 * net/net-utils.el (run-dig): Rename from `dig'.
24468
24469 * play/gametree.el (gametree-mode): Use make-local-variable,
24470 not make-variable-buffer-local.
24471
24472 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24473
24474 * ansi-color.el (ansi-color-make-extent)
24475 (ansi-color-set-extent-face): Use fboundp, not functionp.
24476
24477 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24478 not make-variable-buffer-local.
24479
24480 * bookmark.el (Info-current-file): Add defvar.
24481 (bookmark-jump-noselect): Use with-no-warnings.
24482
24483 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24484
24485 * ebuff-menu.el (Helper-return-blurb): Add defvar.
24486
24487 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24488
24489 * find-file.el (ada-procedure-start-regexp)
24490 (ada-package-start-regexp): Add defvars.
24491
24492 * info.el (Info-insert-dir): Use insert-buffer-substring.
24493
24494 * xml.el (xml-att-def-re): Add defvar.
24495
24496 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24497 calling convention.
24498
24499 * subr.el (while-no-input): Return t if there is input.
24500
245012005-08-08 Luc Teirlinck <teirllm@auburn.edu>
24502
24503 * cus-start.el (all): Add `overflow-newline-into-fringe'.
24504
245052005-08-08 Juanma Barranquero <lekktu@gmail.com>
24506
24507 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24508 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24509
245102005-08-08 Emilio C. Lopes <eclig@gmx.net>
24511
24512 * cmuscheme.el (scheme-start-file): Replace reference to
24513 `user-emacs-directory' by "~/.emacs.d/".
24514
245152005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
24516
24517 * info.el (Info-dir-remove-duplicates): Avoid case folding
24518 in loop; instead, keep downcased strings for comparison.
24519 Suggested by Helmut Eller.
24520
245212005-08-07 Michael Albinus <michael.albinus@gmx.de>
24522
24523 Sync with Tramp 2.0.50.
24524
24525 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24526 XEmacs case; not necessary anymore.
24527 (tramp-user-regexp): Allow "@" as part of user name.
24528 (tramp-handle-set-visited-file-modtime)
24529 (tramp-handle-insert-file-contents)
24530 (tramp-handle-write-region): No special handling for
24531 `last-coding-system-used, because this is done in
24532 `tramp-accept-process-output' now.
24533 (tramp-accept-process-output): New defun.
24534 (tramp-process-one-action, tramp-process-one-multi-action)
24535 (tramp-wait-for-regexp, tramp-wait-for-output)
24536 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
24537 Howells <dhowells@redhat.com>.
24538 (clear-visited-file-modtime): Defadvice removed. The check for
24539 unset buffer's modtime does not need to be based on
24540 `tramp-buffer-file-attributes'. Suggested by RMS.
24541 (tramp-message): Insert "\n" if not being at beginning of line.
24542 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24543 sequence with same logic.
24544 (tramp-completion-handle-expand-file-name): Discard call of
24545 `tramp-drop-volume-letter'. It is not necessary, and there have
24546 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24547 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24548 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24549 should always be visible.
24550 (tramp-handle-insert-directory, tramp-setup-complete)
24551 (tramp-set-process-query-on-exit-flag)
24552 (tramp-append-tramp-buffers): Pacify byte-compiler.
24553 (tramp-bug): Delete non-existing variables from list.
24554 Apply `tramp-load-report-modules' as pre-hook.
24555 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24556 `shell-prompt-pattern' because of non-7bit characters.
24557 Reported by Sebastian Luque <sluque@mun.ca>.
24558 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24559 (tramp-match-string-list): Remove function.
24560 (tramp-wait-for-regexp): Remove call of that function.
24561 Suggested by Kim F. Storm <storm@cua.dk>.
24562 (tramp-set-auto-save-file-modes): Use octal integer code #o600
24563 instead of octal character code ?\600. The latter resulted in a
24564 syntax error with XEmacs.
24565
24566 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24567 XEmacs case; not necessary anymore.
24568 (tramp-smb-handle-write-region): No special handling for
24569 `last-coding-system-used, because this is done in
24570 `tramp-accept-process-output' now.
24571 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24572
245732005-08-06 Luc Teirlinck <teirllm@auburn.edu>
24574
24575 * wid-edit.el (widget-choice-value-create):
24576 Unconditionally respect user choice. Set :explicit-choice back to nil
24577 when no longer needed.
24578 (widget-choice-action): Unconditionally respect user choice.
24579 Eliminate :explicit-choice-value.
24580
24581 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24582
24583 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24584 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24585 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24586 running new function `toggle-indicate-empty-lines'.
24587 Rename "Customize" item to "Customize fringe".
24588 Rename "Indicators" item to "Buffer boundaries" and change help echo.
24589 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24590 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24591 Delete "Empty lines only" item.
24592 (menu-bar-showhide-fringe-ind-customize): New function.
24593 (menu-bar-showhide-fringe-ind-mixed)
24594 (menu-bar-showhide-fringe-ind-box)
24595 (menu-bar-showhide-fringe-ind-right)
24596 (menu-bar-showhide-fringe-ind-left)
24597 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24598 instead of `fringe-indicators'.
24599
246002005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24601
24602 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24603 Change the date of last update.
24604
246052005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24606
24607 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24608 (viper-exec-yank, viper-put-back): Don't display modification msg
24609 if in the minibuffer.
24610
24611 * viper-init.el (viper-replace-overlay-cursor-color)
24612 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24613 Make variables frame local.
24614
24615 * viper-util.el (viper-append-filter-alist): Use append instead of
24616 nconc.
24617
24618 * viper.el (viper-vi-state-mode-list)
24619 (viper-emacs-state-mode-list): Move help-mode and
24620 completion-list-mode from the first list to the second.
24621 (viper-mode): Docstring.
24622 (viper-go-away, viper-non-hook-settings): Don't localize
24623 minor-mode-alist in newer Emacsen. Add advice to
24624 set-cursor-color. Don't bind "\C-c\\".
24625
246262005-08-06 Emilio C. Lopes <eclig@gmx.net>
24627
24628 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24629 (scheme-macro-expand-command): New user options.
24630 (scheme-trace-procedure, scheme-expand-current-form): New commands.
24631 (scheme-form-at-point, scheme-start-file)
24632 (scheme-interactively-start-process): New functions.
24633 (scheme-get-process): New function, extracted from `scheme-proc'.
24634 (run-scheme): Call `scheme-start-file' to get start file, and pass
24635 it to `make-comint'.
24636 (switch-to-scheme, scheme-proc):
24637 Call `scheme-interactively-start-process' if no Scheme buffer/process
24638 is available.
24639
246402005-08-06 Juri Linkov <juri@jurta.org>
24641
24642 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24643 Use `compilation-text-face', `compilation-info-text-face' and
24644 `compilation-error-text-face' instead of `font-lock-keyword-face'.
24645 (compilation-error): New face.
24646 (compilation-error-file-name): Inherit from
24647 `compilation-error' instead of `font-lock-warning-face'.
24648 (compilation-warning-file-name): Inherit from
24649 `compilation-warning' instead of `font-lock-warning-face'.
24650 (compilation-info, compilation-error-file-name)
24651 (compilation-warning-file-name, compilation-info-file-name)
24652 (compilation-line-number, compilation-column-number): Doc fix.
24653 (compilation-error-text-face, compilation-warning-text-face)
24654 (compilation-info-text-face): New face variables.
24655 (compilation-line-face, compilation-column-face)
24656 (compilation-enter-directory-face)
24657 (compilation-leave-directory-face): Doc fix.
24658 (compilation-text-face): New function.
24659
24660 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24661 instead of 1 to display binary file names as info file links.
24662 (grep-error-face): Use `compilation-error-face' instead of
24663 `font-lock-keyword-face'.
24664 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24665 and `compilation-warning-text-face' instead of
24666 `font-lock-keyword-face'. Use `compilation-error-text-face'
24667 instead of `grep-error-face'.
24668
246692005-08-05 Kenichi Handa <handa@m17n.org>
24670
24671 * international/code-pages.el: Add autoload cookies for all coding
24672 systems.
24673
246742005-08-04 Luc Teirlinck <teirllm@auburn.edu>
24675
24676 * cus-start.el (all): Put undo.c where it alphabetically belongs.
24677
246782005-08-04 Juri Linkov <juri@jurta.org>
24679
24680 * progmodes/compile.el (compilation-mode-map):
24681 * progmodes/grep.el (grep-mode-map):
24682 Bind TAB to `compilation-next-error' and [backtab] to
24683 `compilation-previous-error'.
24684
24685 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24686 matching line numbers, column numbers and their ranges with regexp
24687 matching only line numbers.
24688 (grep-context-face): New face variable.
24689 (grep-mode-font-lock-keywords): Use it.
24690
24691 * faces.el (read-face-name): Delete duplicate faces.
24692
246932005-08-02 Juanma Barranquero <lekktu@gmail.com>
24694
24695 * thumbs.el (thumbs-find-image): Don't make variables
24696 automatically buffer local.
24697 (thumbs-current-tmp-filename, thumbs-current-image-filename)
24698 (thumbs-image-num): Make automatically buffer local.
24699 (thumbs-show-thumbs-list): Use `make-local-variable', not
24700 `make-variable-buffer-local'.
24701 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24702
24703 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24704 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24705 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24706 (bother, bye, canyou, chatlst, continue, deathlst, describe)
24707 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24708 (feelings-about, foullst, found, hello, history, howareyoulst)
24709 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24710 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24711 (neglst, obj, object, owner, please, problems, qlist)
24712 (random-adjective, relation, remlst, repetitive-shortness)
24713 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24714 (shortlst, something, sportslst, stallmanlst, states, subj)
24715 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24716 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24717 Defvar at compile time.
24718
24719 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24720 not `make-variable-buffer-local'.
24721
247222005-08-02 Kim F. Storm <storm@cua.dk>
24723
24724 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24725 rectangle overlay in selected window.
24726
247272005-08-01 Luc Teirlinck <teirllm@auburn.edu>
24728
24729 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24730 instead of display group. Make `indicate-buffer-boundaries'
24731 customizable through Custom.
24732
247332005-08-01 Juanma Barranquero <lekktu@gmail.com>
24734
24735 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24736 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24737 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24738 (gdb-put-string): Fix typos in docstrings.
24739
247402005-08-01 Nick Roberts <nickrob@snap.net.nz>
24741
24742 Update copyright notices of files in progmodes directory for
24743 release of Emacs 22.1.
24744
24745 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24746
24747 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24748 Don't barf if the GUD buffer has been killed.
24749
247502005-08-01 Kim F. Storm <storm@cua.dk>
24751
24752 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24753
247542005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
24755
24756 * simple.el (next-error-follow-minor-mode):
24757 make-variable-buffer-local -> make-local-variable.
24758
24759 * emacs-lisp/cl-extra.el: Require CL also when compiling.
24760
24761 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
24762 (byte-compile-form-make-variable-buffer-local): New functions to warn
24763 about misuses of make-variable-buffer-local where make-local-variable
24764 was meant.
24765
247662005-07-29 Juanma Barranquero <lekktu@gmail.com>
24767
24768 * bs.el (bs-attributes-list): Doc fix.
24769 (bs): Update url-link.
24770
24771 * desktop.el (desktop-save-buffer): Fix typos in docstring.
24772 (desktop-load-default): Simplify.
24773
24774 * ibuffer.el (ibuffer-columnize-and-insert-list)
24775 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
24776 (ibuffer-unmark-all, ibuffer-toggle-marks)
24777 (ibuffer-unmark-forward, ibuffer-unmark-backward)
24778 (ibuffer-compile-make-format-form, ibuffer-format-column)
24779 (ibuffer-current-buffers-with-marks)
24780 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
24781 (ibuffer): Doc fix.
24782 (ibuffer-mode): Fix typo in docstring.
24783 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
24784 with `define-obsolete-variable-alias'.
24785 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
24786
247872005-07-29 Kenichi Handa <handa@m17n.org>
24788
24789 * international/mule-cmds.el (select-message-coding-system):
24790 Be sure to use LF for end-of-line. If no coding system is decided,
24791 return iso-8859-1-unix.
24792
247932005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
24794
24795 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
24796 (ange-ftp-pending-error-line): New vars.
24797 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
24798 to handle the non-fatal no-route-to-host messages.
24799 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
24800
248012005-07-28 Juanma Barranquero <lekktu@gmail.com>
24802
24803 * isearch.el (isearch-mode-map, isearch-other-meta-char)
24804 (isearch-quote-char, isearch-printing-char)
24805 (isearch-text-char-description): "?\ " -> "?\s".
24806 (isearch-lazy-highlight-cleanup)
24807 (isearch-lazy-highlight-initial-delay)
24808 (isearch-lazy-highlight-interval)
24809 (isearch-lazy-highlight-max-at-a-time)
24810 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
24811 Declare with define-obsolete-*-alias macros.
24812 (isearch-forward): Fix typo in docstring.
24813 (search-invisible, search-ring-yank-pointer)
24814 (regexp-search-ring-yank-pointer): Doc fixes.
24815
24816 * recentf.el (recentf-menu-append-commands-p): Declare with
24817 `define-obsolete-variable-alias'.
24818 (recentf-max-saved-items, recentf-menu-filter)
24819 (recentf-arrange-by-rule-subfilter): Doc fixes.
24820 (recentf-menu-append-commands-flag)
24821 (recentf-initialize-file-name-history, recentf-expand-file-name)
24822 (recentf-clear-data): Fix typos in docstrings.
24823
248242005-07-28 Nick Roberts <nickrob@snap.net.nz>
24825
24826 * progmodes/gdb-ui.el: Smarten comments.
24827 (gdb-info-breakpoints-custom): Use nowarn when finding file.
24828
248292005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
24830
24831 * term/apollo.el (terminal-init-apollo): New function containing
24832 all former top level forms in the file.
24833 * term/bobcat.el (terminal-init-bobcat):
24834 * term/cygwin.el (terminal-init-cygwin):
24835 * term/iris-ansi.el (terminal-init-iris-ansi):
24836 * term/linux.el (terminal-init-linux):
24837 * term/news.el (terminal-init-news):
24838 * term/rxvt.el (terminal-init-rxvt):
24839 * term/sun.el (terminal-init-sun):
24840 * term/tvi970.el (terminal-init-tvi970):
24841 * term/vt100.el (terminal-init-vt100):
24842 * term/vt102.el (terminal-init-vt102):
24843 * term/vt125.el (terminal-init-vt125):
24844 * term/vt200.el (terminal-init-vt200):
24845 * term/vt201.el (terminal-init-vt201):
24846 * term/vt220.el (terminal-init-vt220):
24847 * term/vt240.el (terminal-init-vt240):
24848 * term/vt300.el (terminal-init-vt300):
24849 * term/vt320.el (terminal-init-vt320):
24850 * term/vt400.el (terminal-init-vt400):
24851 * term/vt420.el (terminal-init-vt420):
24852 * term/wyse50.el (terminal-init-wyse50):
24853 * term/xterm.el (terminal-init-xterm): Likewise.
24854
24855 * term/README: Describe the terminal-init-* functionality.
24856
24857 * startup.el (command-line): After loading the terminal initialization
24858 file call the corresponding terminal initialization function.
24859
248602005-07-27 Kenichi Handa <handa@m17n.org>
24861
24862 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24863 negative.
24864
24865 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24866 (ps-mule-composition-prologue): Fix for the case that
24867 RelativeCompose is false.
24868
248692005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
24870
24871 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
24872
24873 * descr-text.el (describe-char): Handle the case where the list of
24874 chars is displayed in a separate frame.
24875 Be a bit more discriminating when looking for the char.
24876
248772005-07-26 Juanma Barranquero <lekktu@gmail.com>
24878
24879 * bookmark.el (bookmark-automatically-show-annotations)
24880 (bookmark-read-annotation-text-func): Doc fixes.
24881 (bookmark-save): Improve argument/docstring consistency.
24882 (bookmark-get-bookmark, bookmark-get-bookmark-record)
24883 (bookmark-alist-from-buffer)
24884 (bookmark-upgrade-file-format-from-0)
24885 (bookmark-grok-file-format-version)
24886 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
24887 (bookmark-read-annotation-mode)
24888 (bookmark-insert-current-bookmark, bookmark-jump)
24889 (bookmark-exit-hook): Fix typos in docstrings.
24890 (bookmark-exit-hooks): Define as obsolete alias.
24891 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24892 not `bookmark-exit-hooks'. Fix docstring.
24893 (bookmark-bmenu-select): "?\ " -> "?\s".
24894
248952005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
24896
24897 * startup.el (command-line): Fix typo.
24898
248992005-07-24 Richard M. Stallman <rms@gnu.org>
24900
24901 * tooltip.el (tooltip-mode): Test emacs-basic-display,
24902 not emacs-quick-startup.
24903
249042005-07-24 Juanma Barranquero <lekktu@gmail.com>
24905
24906 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
24907 (reb-next-match, reb-show-subexp): Use `with-selected-window'
24908 instead of `reb-with-current-window'.
24909 (reb-prev-match): Likewise. Also, don't move left if the search
24910 was unsuccessful.
24911 (reb-initialize-buffer): New function.
24912 (re-builder, reb-change-syntax): Use it.
24913
24914 * man.el (Man-goto-page): Make second argument NOERROR optional.
24915
249162005-07-23 Richard M. Stallman <rms@gnu.org>
24917
24918 * man.el (Man-bgproc-sentinel): Check here for failure to find
24919 any man page in the output, and report the error here.
24920 (Man-arguments): Make it permanent local.
24921 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
24922 (Man-mode): Pass t for NOERROR.
24923
24924 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
24925 (grep-mode-font-lock-keywords):
24926 Don't use compilation-...-face for messages that are not file names.
24927
24928 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24929 Don't use compilation-...-face for messages that are not file names.
24930
249312005-07-22 Juri Linkov <juri@jurta.org>
24932
24933 * startup.el (normal-splash-screen): Update menu name.
24934
24935 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
24936
249372005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
24938
24939 * term/xterm.el: Load term/rxvt if the terminal is actually an
24940 rxvt terminal.
24941 (xterm-rxvt-set-background-mode): Remove, not used anymore.
24942
24943 * term/rxvt.el (function-key-map): Use substitute-key-definition
24944 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
24945
24946 * term/cygwin.el: New file.
24947
249482005-07-22 Kim F. Storm <storm@cua.dk>
24949
24950 * image-file.el (insert-image-file, image-file-yank-handler):
24951 Fix last change to maintain a (unique) yank-handler on yanked images.
24952
249532005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
24954
24955 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
24956 of the file size (as in "177B" for 177 bytes). This happens with
24957 "ls -lh" on FreeBSD.
24958
249592005-07-22 Juanma Barranquero <lekktu@gmail.com>
24960
24961 * hilit-chg.el (highlight-changes-global-initial-state)
24962 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
24963 (hilit-chg-fixup, highlight-changes-mode):
24964 Fix typos in docstrings.
24965 (highlight-changes-global-modes, highlight-changes-rotate-faces):
24966 Doc fixes.
24967
249682005-07-21 Luc Teirlinck <teirllm@auburn.edu>
24969
24970 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
24971 mode function using `eval-after-load'.
24972
249732005-07-21 Kim F. Storm <storm@cua.dk>
24974
24975 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9c92edca 24976 included when reporting an Emacs crash, and tell about the DEBUG file.
6fee106e
KS
24977
24978 * image-file.el (insert-image-file): Add yank-handler.
24979 (image-file-yank-handler): Yank handler to make unique copies of
24980 images when they are yanked into a buffer next to each other.
24981
249822005-07-21 Juanma Barranquero <lekktu@gmail.com>
24983
24984 * comint.el (comint-use-prompt-regexp, comint-send-input)
24985 (comint-source-default, comint-extract-string)
24986 (comint-get-source, comint-word, comint-completion)
24987 (comint-source, comint-prompt-read-only, comint-update-fence):
24988 Fix typos in docstrings.
24989 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
24990 Declare with define-obsolete-*-alias macros.
24991 (comint-previous-matching-input-from-input)
24992 (comint-next-matching-input-from-input)
24993 (comint-previous-matching-input, comint-next-matching-input)
24994 (comint-forward-matching-input):
24995 Improve argument/docstring consistency.
24996
24997 * desktop.el (desktop-clear-preserve-buffers-regexp):
24998 Also preserve the *server* buffer.
24999
25000 * simple.el (clone-indirect-buffer): Doc fix.
25001 (fixup-whitespace, just-one-space)
25002 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25003 (next-error, next-error-highlight)
25004 (next-error-highlight-no-select, next-error-last-buffer)
25005 (next-error-buffer-p, next-error-find-buffer, next-error)
25006 (previous-error, next-error-no-select, previous-error-no-select)
25007 (open-line, split-line, minibuffer-prompt-width, kill-new)
25008 (binary-overwrite-mode): Fix typos in docstrings.
25009 (set-fill-column): Fix typo in message.
25010
25011 * skeleton.el (skeleton-proxy-new): Doc fix.
25012
25013 * strokes.el (strokes-load-hook): Doc fix.
25014 (strokes-grid-resolution, strokes-get-grid-position)
25015 (strokes-renormalize-to-grid, strokes-read-stroke)
25016 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25017 (strokes-global-map): Fix typos in docstrings.
25018 (strokes-help): Doc fix. Fix help message and pass it through
25019 `substitute-command-keys'.
25020
25021 * tempo.el (tempo-insert-prompt, tempo-interactive)
25022 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25023 (tempo-insert-string-functions, tempo-local-tags)
25024 (tempo-define-template, tempo-insert-template)
25025 (tempo-insert-prompt-compat, tempo-is-user-element)
25026 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25027 Fix typos in docstrings.
25028
25029 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25030 (vcursor-key-bindings, vcursor-use-vcursor-map)
25031 (vcursor-find-window, vcursor-scroll-down)
25032 (vcursor-disable, vcursor-beginning-of-buffer)
25033 (vcursor-end-of-buffer): Fix typos in docstrings.
25034 (vcursor-relative-move, vcursor-get-char-count):
25035 Improve argument/docstring consistency.
25036
25037 * version.el: "?\ " -> "?\s".
25038
25039 * wid-edit.el (widget-default-create, widget-after-change)
25040 (widget-default-format-handler, widget-checklist-add-item)
25041 (widget-radio-add-item, widget-choose, widget-specify-secret)
25042 (widget-field-value-create, widget-field-value-get)
25043 (widget-editable-list-format-handler)
25044 (widget-editable-list-entry-create, widget-group-value-create)
25045 (widget-documentation-link-add)
25046 (widget-documentation-string-value-create): "?\ " -> "?\s".
25047 (widget-convert-text): Doc fix.
25048 (widget-narrow-to-field, widget-field-find)
25049 (widget-url-link-action, widget-emacs-library-link-action)
25050 (widget-color-notify): Fix typos in docstrings.
25051
25052 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25053 (x-select-text, set-w32-system-coding-system)
25054 (w32-add-charset-info): Fix typos in docstrings.
25055
25056 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25057 (cua-enable-cua-keys, cua-use-hyper-key)
25058 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25059 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25060
25061 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25062
25063 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25064 `defalias' instead of faking it.
25065
25066 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25067 (eshell-ls-missing, eshell-ls-dired-initial-args)
25068 (eshell-ls-use-in-dired): Fix typos in docstrings.
25069
250702005-07-20 Kim F. Storm <storm@cua.dk>
25071
25072 * emulation/cua-base.el (cua-mode): Improve doc string.
25073
250742005-07-20 Juanma Barranquero <lekktu@gmail.com>
25075
25076 * abbrev.el (expand-region-abbrevs): Doc fix.
25077 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25078 Improve argument/docstring consistency.
25079
25080 * arc-mode.el (archive-get-descr, archive-alternate-display):
25081 Doc fixes.
25082 (archive-l-e): Improve argument/docstring consistency.
25083 (archive-tmpdir, archive-unixdate, archive-unixtime)
25084 (archive-chmod-entry): Fix typos in docstrings.
25085 (archive-unflag, archive-unflag-backwards)
25086 (archive-unmark-all-files): "?\ " -> "?\s".
25087
25088 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25089 (Buffer-menu-not-modified, Buffer-menu-execute)
25090 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25091 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25092
25093 * composite.el (compose-string, encode-composition-rule)
25094 (compose-last-chars): Fix typos in docstrings.
25095
25096 * desktop.el (desktop-enable, desktop-basefilename):
25097 Declare with `define-obsolete-variable-alias'.
25098 (desktop-internal-v2s): Don't quote keywords.
25099 (desktop-clear): "?\ " -> "?\s".
25100
25101 * dired.el (dired-align-file, dired-flag-backup-files)
25102 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25103 (dired-listing-switches, dired-ls-F-marks-symlinks)
25104 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25105 (dired-directory, dired-faces, dired, dired-revert)
25106 (dired-mode, dired-summary, dired-view-file)
25107 (dired-copy-filename-as-kill, dired-delete-file)
25108 (dired-no-confirm, dired-unmark-all-marks)
25109 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25110 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25111 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25112 Fix typos in message strings.
25113
25114 * dired-x.el (virtual-dired): Declare with `defalias'.
25115 (dired-mark-unmarked-files, dired-local-variables-file)
25116 (dired-omit-here-always): Doc fix.
25117 (dired-omit-mode, dired-find-subdir)
25118 (dired-enable-local-variables, dired-clean-up-buffers-too)
25119 (dired-extra-startup, dired-mark-extension, dired-jump)
25120 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25121 (dired-smart-shell-command, dired-guess-shell-alist-user)
25122 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25123 (dired-x-bind-find-file, dired-x-submit-report):
25124 Fix typos in docstrings.
25125 (dired-mark-unmarked-files): "?\ " -> "?\s".
25126
25127 * dirtrack.el (dirtrack-list): Fix typos in docstring.
25128
25129 * faces.el (describe-face): "?\ " -> "?\s".
25130 (read-all-face-attributes, read-face-font, modify-face)
25131 (face-attr-construct, italic): Fix typos in docstrings.
25132 (frame-update-face-colors): Declare with
25133 `define-obsolete-function-alias'.
25134
25135 * files.el (find-file-noselect, recode-file-name): Doc fixes.
25136 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25137 (magic-mode-alist, buffer-file-numbers-unique)
25138 (write-file-functions, get-free-disk-space):
25139 Fix typos in docstrings.
25140 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25141 (write-contents-hooks, write-file-hooks):
25142 Declare with `define-obsolete-variable-alias'.
25143
25144 * forms-d2.el (arch-rj): Fix typo in docstrings.
25145 (arch-tocol): Likewise. "?\ " -> "?\s".
25146
25147 * frame.el (set-frame-font, cursor-in-non-selected-windows):
25148 Fix typo in docstring.
25149 (set-screen-width, set-screen-height): Delete redundant info in
25150 doctrings.
25151 (new-frame, screen-height, screen-width): Declare with
25152 `define-obsolete-function-alias'.
25153 (delete-frame-hook, blink-cursor): Declare with
25154 `define-obsolete-variable-alias'.
25155
25156 * paths.el (prune-directory-list): Fix typos in docstring.
25157
25158 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25159 (cvs-prefix-get): Fix typos in docstrings.
25160
25161 * ps-print.el (ps-extend-face-list, ps-extend-face)
25162 (ps-print-background-image): Fix typos in docstrings.
25163 (ps-default-fg, ps-default-bg): Doc fixes.
25164
25165 * s-region.el (s-region-bind): Doc fix.
25166 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25167
25168 * textmodes/org.el (org-table-formula-substitute-names)
25169 (org-table-get-vertical-vector): Doc fixes.
25170 (org-table-recalculate): Remove unused argument to `message'.
25171
251722005-07-19 Carsten Dominik <dominik@science.uva.nl>
25173
25174 * textmodes/org.el (org-table-column-names)
25175 (org-table-column-name-regexp)
25176 (org-table-named-field-locations): New variables.
25177 (org-archive-subtree): Protect `this-command' when calling
25178 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25179 the kill buffer.
25180 (org-complete): Remove fixed-formula completion.
25181 (org-edit-formulas-map): New variable.
25182 (org-table-edit-formulas): New command.
25183 (org-finish-edit-formulas, org-abort-edit-formulas)
25184 (org-show-variable, org-table-get-vertical-vector): New functions.
25185 (org-table-maybe-eval-formula): Handle `:=' fields.
25186 (org-table-get-stored-formulas, org-table-store-formulas)
25187 (org-table-get-formula, org-table-modify-formulas)
25188 (org-table-replace-in-formulas): Handle named field formulas.
25189 (org-table-get-specials): Store locations of named fields.
25190
251912005-07-19 Juri Linkov <juri@jurta.org>
25192
25193 * progmodes/grep.el (grep-regexp-alist)
25194 (grep-mode-font-lock-keywords, grep-process-setup):
25195 Use default GNU grep match color "01;31m" instead of "01;41m".
25196 (grep-regexp-alist, grep-mode-font-lock-keywords):
25197 Use `\\[[0-9]*m' instead of `\\[00m'.
25198 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25199 sgr_start where its handling is more important. Use the real
25200 length of sgr_start instead of constant 8.
25201 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25202 specially. Delete all remaining escape sequences.
25203 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25204 (grep-regexp-alist): Make hyperlink only for binary file name
25205 instead of the whole line.
25206 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25207 (grep-mode): Add autoload.
25208
25209 * emacs-lisp/find-func.el (find-function-regexp):
25210 Add `define-compilation-mode'.
25211
252122005-07-19 Juri Linkov <juri@jurta.org>
25213
25214 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25215 (compare-windows-sync-string-size, compare-windows-recenter)
25216 (compare-windows-highlight, compare-windows): Add version 22.1.
25217 (compare-windows) <defface>: Inherit from lazy-highlight instead
25218 of duplicating its default value.
25219
25220 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25221 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25222
25223 * descr-text.el (describe-char): Create link buttons for `charset'
25224 and `code point'. Add the current input method name with a link
25225 button to `to input' field. Print face names of display table
25226 characters in `The display table entry is displayed by' section
25227 instead of printing face-id in the `display' field.
25228 Guess hardcoded faces and create a link button for them.
25229 Skip empty fields when calculating max-width.
25230 Treat `widget-create' specially while inserting strings from the
25231 collected field list.
25232 (describe-char-after): Made obsolete in version 22.1, not 21.5.
25233
25234 * diff-mode.el (diff-file-header): Change foreground color from
25235 yellow to green on light backgrounds.
25236 (diff-context): Inherit from `shadow' only for color/grayscale
25237 with more than 88 colors.
25238 (diff-indicator-removed, diff-indicator-added)
25239 (diff-indicator-changed): New faces.
25240 (diff-font-lock-keywords): Use new faces. Regroup rules.
25241 Add "^---$" for `normal' diff format. Fontify `#' lines with
25242 font-lock-comment-delimiter-face and font-lock-comment-face.
25243 Add `#' to ^[^...] in the rule for `diff-context-face'.
25244
25245 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25246 a button-like box. Inherit from `highlight' on low colors.
25247 (shadow): Use shades of gray only for color/grayscale with
25248 more than 88 colors. Use green for light backgrounds with
25249 8 colors, and yellow for dark backgrounds with 8 colors.
25250
25251 * font-lock.el (font-lock-regexp-grouping-backslash):
25252 Don't inherit from escape-glyph (use bold for all cases).
25253
25254 * info.el (info-xref-visited): Use light foreground color `violet'
25255 for dark backgrounds instead of dark color `magenta3'.
25256 (info-title-1): Use `yellow' color for dark backgrounds.
25257
25258 * isearch.el (isearch): Use not-too-dark magenta3 instead of
25259 too-light magenta2.
25260
25261 * replace.el (match): Use slightly more light RoyalBlue3 instead
25262 of dark RoyalBlue4.
25263
25264 * wid-edit.el (widget-inactive): Inherit from `shadow'.
25265
252662005-07-19 Juanma Barranquero <lekktu@gmail.com>
25267
25268 * novice.el (disabled-command-hook): Declare it with
25269 `define-obsolete-variable-alias'.
25270
25271 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25272 (desktop-buffer-misc-functions, desktop-buffer-handlers)
25273 (desktop-load-default): Add release to obsolescence info.
25274 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25275 (desktop-append-buffer-args, desktop-read):
25276 Fix typos in docstrings.
25277 (desktop-kill): Fix typo in message.
25278 (desktop-save): Doc fix.
25279
252802005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
25281
25282 * viper-cmd.el (viper-escape-to-state): Bug fix.
25283 (viper-envelop-ESC-key): Change the definition of fast
25284 keysequence so it'll work with keyboard macros.
25285
25286 * ediff.el (ediff-patch-buffer): Change the docstring.
25287
252882005-07-19 Kenichi Handa <handa@m17n.org>
25289
25290 * international/mule-cmds.el (select-safe-coding-system): Try to
25291 use an auto-coding (if any) before anything else. If the found
25292 auto-coding is invalid, show a warning message.
25293
25294 * international/mule.el (find-auto-coding): New function created
25295 by modifying the body of set-auto-coding.
25296 (set-auto-coding): Use find-auto-coding to find a coding.
25297
252982005-07-18 Richard M. Stallman <rms@gnu.org>
25299
25300 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25301 not isearch-mode-end-hook-error.
25302 (allout-before-change-protect): Fix error message.
25303
253042005-07-18 Juri Linkov <juri@jurta.org>
25305
25306 * allout.el (allout-mode):
25307 * calculator.el (calculator-copy):
25308 * custom.el (custom-known-themes):
25309 * dired.el (dired-desktop-buffer-misc-data)
25310 (dired-restore-desktop-buffer):
25311 * dired-x.el (dired-omit-marker-char):
25312 * files.el (basic-save-buffer):
25313 * font-core.el (font-lock-mode):
25314 * calendar/calendar.el (calendar-goto-hebrew-date)
25315 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25316 (calendar-goto-persian-date):
25317 * language/ethio-util.el (ethio-sera-to-fidel-region):
25318 * textmodes/picture.el (picture-mode):
25319 Delete duplicate duplicate words.
25320
253212005-07-18 Juri Linkov <juri@jurta.org>
25322
25323 * isearch.el (isearch-mode-map): Remove key bindings for regexp
25324 chars * ? } |.
25325 (isearch-fallback): Don't call `isearch-process-search-char'.
25326 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25327 (isearch-process-search-char): Call `isearch-fallback' for regexp
25328 chars * ? } |.
25329 (isearch-return-char): Make obsolete with `make-obsolete' instead
25330 of simply documenting it as obsolete in the docstring.
25331 (isearch-fallback): Refill docstring.
25332
25333 * international/isearch-x.el
25334 (isearch-process-search-multibyte-characters): Remove unneeded
25335 `concat'. Add intermediate values to `junk-hist' instead of
25336 `minibuffer-history'. Test the length of `str'.
25337
253382005-07-18 Juanma Barranquero <lekktu@gmail.com>
25339
25340 * allout.el (allout-resolve-xref): Fix typos in error strings.
25341 (allout-before-change-protect): Remove unneeded `concat'.
25342
25343 * array.el (array-mode, array-reconfigure-rows)
25344 (untabify-backward): Fix typos in docstrings.
25345 (array-reconfigure-rows): Use `insert-buffer-substring', not
25346 `insert-buffer'.
25347
25348 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25349 * progmodes/ada-mode.el (ada-make-body):
25350 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25351
25352 * dired.el (dired-log):
25353 * tar-mode.el (tar-subfile-save-buffer):
25354 * play/zone.el (zone-pgm-stress-destress):
25355 Use `insert-buffer-substring', not `insert-buffer'.
25356
253572005-07-17 Simon Josefsson <jas@extundo.com>
25358
25359 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25360
253612005-07-16 Jose E. Marchesi <jemarch@gnu.org>
25362
25363 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25364 Add plain auth method.
25365 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25366
253672005-07-17 Kim F. Storm <storm@cua.dk>
25368
25369 * ido.el (dired-other-window): Add ido property.
25370
253712005-07-16 Juanma Barranquero <lekktu@gmail.com>
25372
25373 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25374 Fix typo in docstring.
25375 (byte-compile-interactive-only-functions): Add `insert-buffer' and
25376 `insert-file-literally'.
25377
25378 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25379 info and delete redundant message. Doc fix.
25380 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25381 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25382
253832005-07-16 Richard M. Stallman <rms@gnu.org>
25384
25385 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25386 (byte-compile-and): Use byte-compile-and-recursion.
25387 (byte-compile-or-recursion): New function.
25388 (byte-compile-or): Use that.
25389 (byte-compile-if): Guard the else-clause too.
25390 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25391
25392 * isearch.el (isearch-mode-end-hook-quit): New variable.
25393 (isearch-done): Bind it.
25394 (isearch-mode-end-hook): Doc fix.
25395
25396 * allout.el (allout-isearch-did-quit): Variable deleted.
25397 (allout-real-isearch-abort): Function name no longer used.
25398 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25399 (allout-isearch-rectification): isearch-mode always exists.
25400 Don't set allout-isearch-did-quit.
25401 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25402 allout-isearch-did-quit.
25403 (allout-enwrap-isearch): Just add the hook.
25404 (allout-isearch-abort): Function deleted.
25405 (allout-pre-command-business): Avoid warning.
25406
25407 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25408 Correctly avoid warnings.
25409 (pascal-outline): Likewise.
25410
25411 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25412
25413 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25414
25415 * play/tetris.el (tetris-mode): Avoid warning.
25416
25417 * play/snake.el (snake-mode): Avoid warning.
25418
25419 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25420 (gamegrid-set-display-table): Avoid warning.
25421 (gamegrid-set-timer): Likewise.
25422 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25423 (gamegrid-add-score-with-update-game-score-1): Take FILE
25424 as argument.
25425 (gamegrid-add-score-with-update-game-score): Pass that argument.
25426 Rename have-shared-game-dir to gamegrid-shared-game-dir.
25427
25428 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25429
25430 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25431 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25432
25433 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25434 and insert-file.
25435
25436 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25437 (sc-ask): Avoid warnings.
25438
25439 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25440 (eshell-hist-initialize): Use that var the natural way.
25441
25442 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25443
25444 * emacs-lisp/re-builder.el (reb-cook-regexp):
25445 Avoid warning calling lre-compile-string.
25446 (reb-color-display-p): Avoid warning.
25447
25448 * calculator.el (calculator-last-input): Guard uses
25449 of event-key and key-press-event-p.
25450 (event-key, key-press-event-p): Delete definitions.
25451
25452 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25453 (find-gc-source-directory, find-gc-subrs-callers)
25454 (find-gc-noreturn-list, find-gc-source-files)
25455 (find-gc-subrs-called): Vars renamed and defvar'd.
25456
25457 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25458 (checkdoc-overlay-put, checkdoc-delete-overlay)
25459 (checkdoc-overlay-start, checkdoc-overlay-end)
25460 (checkdoc-mode-line-update, checkdoc-char=):
25461 Define such that compiler knows they are defined.
25462 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
25463 (checkdoc-read-event): Delete. Use read-event directly.
25464
25465 * whitespace.el (whitespace-make-overlay)
25466 (whitespace-overlay-put, whitespace-delete-overlay)
25467 (whitespace-overlay-start, whitespace-overlay-end):
25468 Define such that compiler knows they are defined.
25469 (whitespace): Move conditional inside.
25470
25471 * tempo.el (tempo-insert-template): Suppress warning.
25472
25473 * ediff-diff.el (longlines-mode): Add defvar.
25474
254752005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
25476
25477 * server.el: Bind "C-x #" in a way that works even if C-x is
25478 redefined to a command key, not a prefix key.
25479
4fc9bd56 254802005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
6fee106e
KS
25481
25482 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25483 cl-make-type-test till execution time.
25484
254852005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
25486
25487 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25488 arg ARG and use it.
25489
4fc9bd56 254902005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
6fee106e
KS
25491
25492 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25493
254942005-07-15 Luc Teirlinck <teirllm@auburn.edu>
25495
25496 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25497 a defcustom with two :set or :type keywords.
25498
254992005-07-15 Richard M. Stallman <rms@gnu.org>
25500
25501 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25502 Don't give ^M comment-end syntax.
25503
255042005-07-16 Nick Roberts <nickrob@snap.net.nz>
25505
25506 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25507 Don't consider gdbmi (gdb-mi.el has its own update functions).
25508 (gdb-var-delete): Make it work for gdbmi as well.
25509 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25510
25511 * progmodes/gud.el (etags, sdb): Only require etags when needed.
25512 (gud-speedbar-menu-items): Correct logic for enabling items.
25513
255142005-07-15 Kim F. Storm <storm@cua.dk>
25515
25516 * ido.el: Fix commentary.
25517 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25518 Use with-no-warnings around ffap-guesser.
25519 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25520 Let bind minibuffer-completing-file-name to t.
25521
255222005-07-15 Juanma Barranquero <lekktu@gmail.com>
25523
25524 * startup.el (site-run-file, keyboard-type): Doc fixes.
25525 (command-line): Check for "--basic-display" argument; also for
25526 "--quick", not "--bare-bones" (which was renamed).
25527 (fancy-splash-text): Add missing item "Getting New Versions".
25528 (normal-splash-screen): Fix typos and improve consistency with
25529 `fancy-splash-text'. Update copyright year.
25530
25531 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25532 valid binding for `help-char'.
25533
25534 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25535
255362005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
25537
25538 * term.el (term-mode): Disable cua-mode for term buffers.
25539
255402005-07-14 Juanma Barranquero <lekktu@gmail.com>
25541
25542 * add-log.el (add-log-mailing-address, change-log-merge):
25543 Doc fixes.
25544 (change-log-get-method-definition): Fix typo in docstring.
25545
255462005-07-14 Kim F. Storm <storm@cua.dk>
25547
25548 * emulation/cua-base.el:
25549 (cua--pre-command-handler-1, cua--pre-command-handler)
25550 (cua--post-command-handler-1, cua--post-command-handler):
25551 Split in two. Check (buffer local) value of cua-mode.
25552 (cua-selection-mode): New command.
25553
255542005-07-13 Luc Teirlinck <teirllm@auburn.edu>
25555
25556 * custom.el (custom-initialize-safe-set)
25557 (custom-initialize-safe-default): Doc fixes.
25558
25559 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25560 and simplify :init-value again.
25561
25562 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25563 and simplify :init-value again. Delete autoload.
25564
25565 * startup.el (command-line): Use `custom-reevaluate-setting' again
25566 for tooltip-mode.
25567
25568 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25569 a defcustom with two :initialize keywords.
25570
255712005-07-13 Juanma Barranquero <lekktu@gmail.com>
25572
25573 * allout.el (my-mark-marker, allout-isearch-prior-pos)
25574 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25575 (allout-post-command-business, allout-flag-region)
25576 (isearch-reenable-font-lock, allout-yank)
25577 (allout-insert-latex-header, allout-insert-latex-trailer)
25578 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25579 (allout-latex-verb-quote): Fix typos in docstrings.
25580 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25581 (allout-unprotected, allout-prefix-data):
25582 Improve argument/docstring consistency.
25583 (allout-chart-subtree): Fix argument spec.
25584 (allout-open-topic): Rename `use_sib_bullet' argument to
25585 `use-sib-bullet'. Doc fix.
25586
25587 * whitespace.el (whitespace-check-buffer-leading)
25588 (whitespace-check-buffer-trailing)
25589 (whitespace-check-buffer-indent)
25590 (whitespace-check-buffer-spacetab)
25591 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25592 (whitespace-check-leading-whitespace)
25593 (whitespace-check-trailing-whitespace)
25594 (whitespace-check-spacetab-whitespace)
25595 (whitespace-check-indent-whitespace)
25596 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25597 (whitespace-modes): Fix typos in docstrings.
25598 (defgroup, defcustom): Doc fixes.
25599
25600 * winner.el (winner-mode, winner-boring-buffers)
25601 (winner-pending-undo-ring): Doc fixes.
25602 (winner-ring): Remove unneeded `progn'.
25603 (winner-equal): `defsubst' it.
25604 (winner-redo): Fix message.
25605
256062005-07-13 Kim F. Storm <storm@cua.dk>
25607
25608 * simple.el (line-move-1): Always use vertical-motion to
25609 do the last (or only) line move to ensure some movement.
25610 Undo 2005-06-23 change--don't check for overlays.
25611
256122005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25613
25614 * term/mac-win.el (ccl-encode-mac-roman-font)
25615 (ccl-encode-mac-centraleurroman-font)
25616 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25617 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25618 Change charset-id boundary of dimension to ?\xef.
25619 (mac-char-fontspec-list): New constant.
25620 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
25621 argument. Nil uses itself as family in font-spec. Previous
25622 behavior for nil is now provided by non-nil non-string argument.
25623 All callers changed. Add font-specs for Mac fonts to
25624 "fontset-default" unless iso8859-1 fonts are installed.
25625
256262005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
25627
25628 * progmodes/sh-script.el (sh-get-indent-info): Only indent
25629 a continuation line if the \ is preceded by SPC or TAB.
25630 (sh-get-indent-info): Simplify.
25631 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25632 Use with-current-buffer.
25633
25634 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25635 when the matched text is empty.
25636
256372005-07-12 Luc Teirlinck <teirllm@auburn.edu>
25638
25639 * startup.el (command-line): Revert to previous handling of
25640 tooltip-mode. Explain in comment why the complexity is needed.
25641
25642 * tooltip.el (tooltip-mode): Revert to previous implementation of
25643 its defcustom.
25644
25645 * frame.el (blink-cursor-mode): Revert to previous implementation
25646 of its defcustom. Update comment.
25647
256482005-07-12 Lars Hansen <larsh@soem.dk>
25649
25650 * desktop.el: Update e-mail address.
25651
256522005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25653
25654 * term/mac-win.el (mac-services-mail-selection)
25655 (mac-services-mail-to): New functions.
25656 (mac-application-menu-map): Bind them.
25657
256582005-07-12 wulei <milton@wulei.net> (tiny change)
25659
25660 * progmodes/gdb-ui.el: Add note about buffering with Windows.
25661
256622005-07-11 Luc Teirlinck <teirllm@auburn.edu>
25663
25664 * custom.el (custom-reevaluate-setting): Doc fix.
25665
256662005-07-11 Jay Belanger <belanger@truman.edu>
25667
25668 * calc/calc.el (calc-embedded-announce-formula-alist)
25669 (calc-embedded-open-close-plain-alist)
25670 (calc-embedded-open-close-mode-alist): Add checks for additional
25671 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25672
256732005-07-11 Juanma Barranquero <lekktu@gmail.com>
25674
25675 * custom.el (custom-enable-theme): Don't add theme to
25676 `custom-enabled-themes' with `push' because there is no
25677 setf-method for `delq'.
25678
256792005-07-11 Richard M. Stallman <rms@gnu.org>
25680
25681 * custom.el (custom-declare-variable): Doc fix.
25682
25683 * dired-aux.el (dired-compare-directories): Remove "." and ".."
25684 from the alists.
25685
25686 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25687 Do nothing if edebug-active.
25688
25689 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25690 (edebug-display): Do it here instead.
25691
256922005-07-10 Richard M. Stallman <rms@gnu.org>
25693
25694 * cus-face.el (custom-theme-set-faces): Make it work.
25695 (custom-reset-faces): Doc fix.
25696 (custom-theme-reset-internal-face, custom-theme-face-value):
25697 Functions deleted.
25698
25699 * custom.el (custom-push-theme): Maintain list of the settings
25700 of a given theme in its theme-settings property.
25701 Maintain position of old settings in the theme-value
25702 or theme-face property.
25703 (custom-enabled-themes): New variable.
25704 (custom-theme-enabled-p): New function.
25705 (provide-theme): Update custom-enabled-themes.
25706 Disable and reenable the `user' theme.
25707 (require-theme): Doc fix.
25708 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25709 (custom-theme-value, custom-theme-variable-value): Likewise.
25710 (custom-theme-reset-internal): Likewise.
25711 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25712 (custom-enable-theme, custom-disable-theme): New functions.
25713 (custom-variable-theme-value, custom-face-theme-value): Likewise.
25714 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25715 (custom-theme-reset-variables): Simplify.
25716 (deftheme, custom-declare-theme, custom-make-theme-feature):
25717 Definitions moved.
25718
257192005-07-10 Chong Yidong <cyd@stupidchicken.com>
25720
25721 * longlines.el (longlines-show-region)
25722 (longlines-unshow-hard-newlines): Recognize hard newlines by
25723 non-nil hard property, instead of t.
25724
257252005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
25726
25727 * viper-cmd.el (viper--key-maps): New variable.
25728 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25729 emulation-mode-map-alists.
25730 (viper-envelop-ESC-key): Use viper-subseq.
25731 (viper-search-forward/backward/next): Disable debug-on-error.
25732
25733 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25734 (viper-ESC-key): New defcustoms.
25735
25736 * viper-macs.el (ex-map-read-args): Use viper-subseq.
25737
25738 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25739 (viper-subseq): Copy of subseq from cl.el.
25740
25741 * viper.el (viper-go-away, viper-set-hooks): Use
25742 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25743
25744 * viper-mous.el (viper-current-frame-saved): Use defvar.
25745
25746 * viper-init.el: Get rid of -face in face names.
25747
25748 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1a408ced 25749 Make it work with longlines mode.
6fee106e
KS
25750
25751 * ediff-mult.el (ediff-meta-mode-hook): New variable.
25752
25753 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25754
25755 * ediff-init.el: Get rid of -face in face names.
25756
257572005-07-10 Richard M. Stallman <rms@gnu.org>
25758
25759 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25760 and with-timeout-unsuspend.
25761
25762 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
25763 and with-timeout-unsuspend.
25764
25765 * emacs-lisp/timer.el (with-timeout-timers): New variable.
25766 (with-timeout): Bind that variable to record timers.
25767 (with-timeout-suspend, with-timeout-unsuspend): New functions.
25768
25769 * emacs-lisp/debug.el (debug-help-follow): New function.
25770 (debugger-mode-map): Use that instead of help-follow.
25771 (debugger-setup-buffer): Use eval-buffer-list
25772 to handle eval-buffer frames.
25773
257742005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
25775
25776 * timezone.el (timezone-parse-date): Change first regexp
25777 so it will not mistakenly match dates with no time zone.
25778
257792005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
25780
25781 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
25782
257832005-07-10 Luc Teirlinck <teirllm@auburn.edu>
25784
25785 * custom.el (custom-initialize-safe-set)
25786 (custom-initialize-safe-default): New functions.
25787
25788 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25789 and simplify :init-value.
25790
25791 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25792 and simplify :init-value. Delete obsolete comment.
25793
25794 * startup.el (command-line): Use `custom-reevaluate-setting' to
25795 handle `tooltip-mode'. Delete obsolete comment.
25796
25797 * files.el (set-visited-file-name): Avoid calling
25798 `file-name-nondirectory' with a nil argument.
25799
258002005-07-09 Richard M. Stallman <rms@gnu.org>
25801
25802 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
25803 was called with nil for the buffer, handle the read position right.
25804 Handle read position for eval-region, too.
25805
258062005-07-09 Juri Linkov <juri@jurta.org>
25807
25808 * fringe.el (fringe-mode): Add period in docstring.
25809 (fringe-query-style): Build prompt depending on `all-frames' arg.
25810
25811 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
25812 to not create links to unrelated functions in the Help buffer.
25813
25814 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
25815 Doc fix.
25816
25817 * simple.el (next-error-hook): New variable.
25818 (next-error): Use it. Doc fix.
25819
25820 * textmodes/ispell.el (ispell-command-loop): Add current
25821 dictionary name and program name to mode-line-format.
25822 (ispell-region, ispell-process-line): Add current dictionary name
25823 and program name to messages.
25824
258252005-07-08 Jay Belanger <belanger@truman.edu>
25826
25827 * calc/calc.el (calc-embedded-announce-formula-alist)
25828 (calc-embedded-open-close-formula-alist)
25829 (calc-embedded-open-close-word-alist)
25830 (calc-embedded-open-close-plain-alist)
25831 (calc-embedded-open-close-new-formula-alist)
25832 (calc-embedded-open-close-mode-alist)
25833 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
25834 (calc-embedded-mode-hook): New variables.
25835
25836 * calc/calc-embed.el (calc-embedded-firsttime)
25837 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
25838 New variables.
25839 (calc-do-embedded): Use calc-embedded-firsttime,
25840 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
25841 determine whether or not to run hooks.
1a408ced 25842 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
6fee106e
KS
25843 calc-embedded-firsttime-formula appropriately.
25844 Set calc-embedded delimiter variables according to mode.
25845
258462005-07-08 Richard M. Stallman <rms@gnu.org>
25847
25848 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25849 Check for "emacs", etc., as entire symbol, not just as word.
25850 (checkdoc-file-comments-engine): Use regexp-quote on FN.
25851
25852 * files.el (set-visited-file-name): Report the error
25853 for "empty filename" earlier.
25854 (kill-some-buffers): Ignore buffers already dead.
25855
25856 * fringe.el (fringe-mode): Doc fix.
25857
25858 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25859 Check for (featurep 'xemacs) and turn off warnings in what it guards.
25860 Use unwind-protect to ensure byte-compile-unresolved-functions
25861 is updated.
25862
25863 * whitespace.el (whitespace-buffer-leading-cleanup):
25864 Simplify w/ skip-chars-forward.
25865 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25866
25867 * mail/rmail.el (rmail-only-expunge): Fix paren error.
25868 Unconditionally try to leave point at the same old place.
25869
258702005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
25871
25872 * comint.el (comint-postoutput-scroll-to-bottom)
25873 (comint-show-maximum-output): Take scroll-margin into consideration.
25874
258752005-07-08 Kim F. Storm <storm@cua.dk>
25876
25877 * ido.el (ido-use-filename-at-point): New choice `guess'.
25878 (ido-file-internal): Try ffap-guesser if selected.
25879
25880 * ido.el (ido-before-fallback-functions): New hook.
25881 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
25882 (ido-read-file-name): Run it.
25883
258842005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
25885
25886 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
25887 strings rather than a list of symbols to the completion function.
25888
258892005-07-07 Jay Belanger <belanger@truman.edu>
25890
25891 * calc/calc-units.el (math-apply-units): Change the places in
25892 which units are simplified.
25893
258942005-07-07 Luc Teirlinck <teirllm@auburn.edu>
25895
25896 * cus-edit.el (customize-option, customize-option-other-window):
25897 Make them handle aliases.
25898
25899 * custom.el (custom-variable-p): Make it recursively follow
25900 aliases. Mention that in the docstring.
25901
259022005-07-07 Richard M. Stallman <rms@gnu.org>
25903
25904 * cus-start.el (exec-path): Use `directory' instead of `file'.
25905 Fix tag for nil.
25906
259072005-07-07 Juanma Barranquero <lekktu@gmail.com>
25908
25909 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
25910 when called non-interactively. Doc fix.
25911
259122005-07-07 Lute Kamstra <lute@gnu.org>
25913
25914 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
25915 new address as well.
25916
259172005-07-07 Kenichi Handa <handa@m17n.org>
25918
25919 * international/mule.el (make-coding-system):
25920 Describe `ascii-incompatible' property in the docstring.
25921 (set-file-name-coding-system): Signal an error if coding-system is
25922 ascii-incompatible.
25923 (set-keyboard-coding-system): Likewise.
25924
25925 * international/mule-cmds.el (set-default-coding-systems):
25926 Don't set default-file-name-coding-system and
25927 default-keyboard-coding-system if coding-system is ASCII-incompatible.
25928
25929 * international/utf-16.el: Declare that all UTF-16-based coding
25930 systems are ASCII-incompatible.
25931
259322005-07-07 Nick Roberts <nickrob@snap.net.nz>
25933
25934 * progmodes/gud.el: Require font-lock for displaying errors.
25935 Used by gdb-ui.el.
25936
259372005-07-07 Juanma Barranquero <lekktu@gmail.com>
25938
25939 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
25940 values for the pattern lists which are `read'able but not
25941 `append'able (like symbols).
25942
259432005-07-06 Richard M. Stallman <rms@gnu.org>
25944
25945 * progmodes/flymake.el (flymake-float-time): Instead of
9c92edca 25946 with-no-warnings, test for XEmacs.
6fee106e
KS
25947 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
25948 to avoid warning.
25949
259502005-07-06 Juanma Barranquero <lekktu@gmail.com>
25951
25952 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
25953
259542005-07-05 Lute Kamstra <lute@gnu.org>
25955
25956 * battery.el: Add support for Darwin (with much debugging help
25957 from Samuel Lauber <sam124@operamail.com>).
25958 (battery-status-function, battery-echo-area-format)
25959 (battery-mode-line-format): Add support for pmset on Darwin.
25960 (battery-load-low, battery-load-critical): New user options.
25961 (battery-pmset): New function.
25962
259632005-07-05 Lute Kamstra <lute@gnu.org>
25964
25965 Update FSF's address in GPL notices.
25966
25967 * textmodes/page-ext.el: Update FSF's address.
25968
259692005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
25970
25971 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
25972 filling from using prefix when filling a single-line docstring.
25973
25974 * progmodes/flymake.el: Remove useless eval-when-compile.
25975
25976 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
25977
259782005-07-04 Richard M. Stallman <rms@gnu.org>
25979
25980 * textmodes/org.el (org-file-apps-defaults-gnu):
25981 Rename from org-file-apps-defaults-linux.
25982 (org-default-apps): Don't test system-type for `linux'.
25983 (org-file-apps): Doc fix.
25984
259852005-07-04 David Ponce <david@dponce.com>
25986
25987 * tree-widget.el: Improve header Commentary section.
25988 (tree-widget) [defgroup]
25989 (tree-widget-image-enable, tree-widget-themes-directory)
25990 (tree-widget-theme, tree-widget-image-properties-emacs)
25991 (tree-widget-image-properties-xemacs, tree-widget-create-image)
25992 (tree-widget-image-formats, tree-widget-control)
25993 (tree-widget-empty-control, tree-widget-leaf-control
25994 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
25995 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
25996 (tree-widget-keep, tree-widget-after-toggle-functions)
25997 (tree-widget-open-node, tree-widget-close-node): Doc fix.
25998 (tree-widget-open-control, tree-widget-close-control): Fix doc and
25999 :help-echo message.
26000 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26001 (tree-widget-image-properties): Doc fix. Clearer implementation.
26002 (tree-widget--cursors): New constant.
26003 (tree-widget-lookup-image): New function split from
26004 `tree-widget-find-image'. Clearer implementation.
26005 (tree-widget-find-image): Use it.
26006 (tree-widget-button-keymap): Use `set-keymap-parent'.
26007 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26008 Define the sub-widgets here.
26009 (tree-widget-node): Check that :node is not a tree-widget.
26010 (tree-widget-get-super, tree-widget-open-control)
26011 (tree-widget-close-control, tree-widget-empty-control)
26012 (tree-widget-leaf-control, tree-widget-guide)
26013 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26014 (tree-widget-no-handle, tree-widget-value-delete)
26015 (tree-widget-map): Remove.
26016 (tree-widget-children-value-save): Doc fix. Simplified.
26017 (tree-widget-value-create): Update according to previous changes.
26018
260192005-07-04 Carsten Dominik <dominik@science.uva.nl>
26020
26021 * textmodes/org.el: Leading space replaced by TABS.
26022 (org-recalc-marks, org-table-rotate-recalc-marks)
26023 (org-table-get-specials): Treat "^" and "_" marks.
26024 (org-table-justify-field-maybe): Optional argument NEW.
26025 (org-table-eval-formula): Parsing of the format simplified.
26026 New modes C,I. Honor the %= parameter in the current table.
26027 Avoid unnecessary re-align by using the NEW argument to
26028 `org-table-justify-field-maybe'.
26029 (org-calc-default-modes): Default for date-format mimicks org-mode.
26030 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26031
260322005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26033
26034 * cus-face.el (custom-theme-set-faces): Make it handle face
26035 aliases whose alias declarations are pre- or autoloaded.
26036
260372005-07-04 Juri Linkov <juri@jurta.org>
26038
26039 * faces.el (read-face-name): Put the code for getting a face name
26040 from the buffer before adding the faces from the `face' property.
26041 Use `completing-read-multiple' instead of `completing-read'.
26042 Require `crm'. Add default value and post-process the returned
26043 list of faces.
26044
26045 * emacs-lisp/crm.el (crm-find-current-element)
26046 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26047
26048 * emacs-lisp/lisp-mode.el (eval-defun-1):
26049 * emacs-lisp/edebug.el (edebug-eval-defun):
26050 Remove unnecessary quotes.
26051
260522005-07-04 Juanma Barranquero <lekktu@gmail.com>
26053
26054 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26055 (prolog-indent-level): Fix typo in docstring.
26056
26057 * info.el (Info-history, Info-history-forward)
26058 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26059
26060 * add-log.el (add-change-log-entry):
26061 * comint.el (comint-dynamic-list-input-ring)
26062 (comint-dynamic-list-completions):
26063 * dabbrev.el (dabbrev-expand):
26064 * delim-col.el (delimit-columns-rectangle-line):
26065 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26066 (diff-unified->context):
26067 * ediff-init.el (ediff-abbrev-jobname):
26068 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26069 (ediff-replace-session-activity-marker-in-meta-buffer):
26070 * info.el (Info-summary):
26071 * lpr.el (printify-region):
26072 * printing.el (pr-create-interface):
26073 * ps-print.el (ps-print-quote):
26074 * ses.el (ses-column-widths, ses-print-cell)
26075 (ses-adjust-print-width, ses-center):
26076 * shell.el (shell-file-name-quote-list):
26077 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26078 (strokes-fill-current-buffer-with-whitespace)
26079 (strokes-xpm-for-stroke, strokes-list-strokes)
26080 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26081 * term.el (term-dynamic-list-input-ring)
26082 (term-dynamic-list-completions):
26083 * calc/calc.el (math-format-stack-value):
26084 * emacs-lisp/edebug.el (edebug-display-freq-count):
26085 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26086 (delphi-new-comment-line):
26087 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26088 * progmodes/executable.el (executable-set-magic):
26089 * progmodes/python.el (inferior-python-mode):
26090 * progmodes/scheme.el (scheme-mode-syntax-table):
26091 * progmodes/sh-script.el (sh-maybe-here-document):
26092 * progmodes/sql.el (sql-copy-column):
26093 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26094 * textmodes/bibtex.el (bibtex-mode):
26095 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26096 (sgml-auto-attributes):
26097 * textmodes/table.el (table-insert, table-shorten-cell)
26098 (table--generate-source-scan-lines, table-delete-row)
26099 (*table--cell-delete-char, table--spacify-frame)
26100 (table--horizontally-shift-above-and-below)
26101 (table--cell-insert-char, table--cell-blank-str)
26102 (table--fill-region-strictly):
26103 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26104 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26105
26106 * add-log.el (change-log):
26107 * apropos.el (apropos):
26108 * comint.el (comint-completion, comint-source):
26109 * dabbrev.el (dabbrev):
26110 * delim-col.el (columns):
26111 * diff-mode.el (diff-mode):
26112 * ediff.el (ediff):
26113 * ediff-diff.el (ediff-diff):
26114 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26115 * ediff-mult.el (ediff-mult):
26116 * ediff-ptch.el (ediff-ptch):
26117 * ediff-wind.el (ediff-window):
26118 * facemenu.el (facemenu):
26119 * indent.el (indent):
26120 * info.el (info):
26121 * jka-cmpr-hook.el (compression, jka-compr):
26122 * lpr.el (lpr):
26123 * outline.el (outlines):
26124 * pcmpl-cvs.el (pcmpl-cvs):
26125 * pcmpl-rpm.el (pcmpl-rpm):
26126 * printing.el (printing):
26127 * ps-print.el (postscript, ps-print, ps-print-horizontal)
26128 (ps-print-vertical, ps-print-headers, ps-print-font)
26129 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26130 (ps-print-background, ps-print-printer, ps-print-page)
26131 (ps-print-miscellany):
26132 * ses.el (ses):
26133 * shell.el (shell, shell-directories, shell-faces):
26134 * startup.el (initialization):
26135 * strokes.el (strokes):
26136 * term.el (term):
26137 * uniquify.el (uniquify):
26138 * w32-vars.el (w32):
26139 * calc/calc.el (calc):
26140 * emacs-lisp/bytecomp.el (bytecomp):
26141 * emacs-lisp/cl-indent.el (lisp-indent):
26142 * emacs-lisp/edebug.el (edebug):
26143 * emacs-lisp/elp.el (elp):
26144 * emacs-lisp/testcover.el (testcover):
26145 * emacs-lisp/trace.el (trace):
26146 * emulation/viper-ex.el (viper-ex):
26147 * emulation/viper-mous.el (viper-mouse):
26148 * mail/mailalias.el (mailalias):
26149 * mail/supercite.el (supercite, supercite-frames)
26150 (supercite-attr, supercite-cite, supercite-hooks):
26151 * net/rcompile.el (remote-compile):
26152 * net/rlogin.el (rlogin):
26153 * obsolete/ooutline.el (outlines):
26154 * progmodes/delphi.el (delphi):
26155 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26156 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26157 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26158 (ebnf-optimization):
26159 * progmodes/etags.el (etags):
26160 * progmodes/executable.el (executable):
26161 * progmodes/idlwave.el (idlwave):
26162 * progmodes/pascal.el (pascal):
26163 * progmodes/prolog.el (prolog):
26164 * progmodes/python.el (python):
26165 * progmodes/scheme.el (scheme):
26166 * progmodes/sh-script.el (sh, sh-script):
26167 * progmodes/sql.el (SQL):
26168 * progmodes/tcl.el (tcl):
26169 * textmodes/bibtex.el (bibtex, bibtex-autokey):
26170 * textmodes/enriched.el (enriched):
26171 * textmodes/makeinfo.el (makeinfo):
26172 * textmodes/sgml-mode.el (sgml):
26173 * textmodes/table.el (table-hooks):
26174 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26175 * textmodes/texinfo.el (texinfo):
26176 * textmodes/two-column.el (two-column):
26177 Finish `defgroup' description with period.
26178
26179 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26180 * eshell/esh-var.el (eshell-var):
26181 * progmodes/vhdl-mode.el (vhdl-testbench):
26182 * textmodes/org.el (org): Fix typos in docstrings.
26183
26184 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26185 consistency.
26186
26187 * progmodes/flymake.el (flymake-find-file): Remove.
26188 (flymake-float-time): Use `with-no-warnings'.
26189 (flymake-check-start-time, flymake-check-was-interrupted)
26190 (flymake-err-info, flymake-is-running, flymake-last-change-time)
26191 (flymake-new-err-info): `defvar' at compile time.
26192
261932005-07-03 Juanma Barranquero <lekktu@gmail.com>
26194
26195 * replace.el (occur-hook): Doc fix.
26196 (occur-1): Don't call `occur-hook' if there are no matches.
26197
261982005-07-03 Richard M. Stallman <rms@gnu.org>
26199
26200 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26201 global-map, save the same map.
26202 (global-map): Don't alter it at top level.
26203 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26204 Then alter it here instead.
26205 (tpu-edt-off): Set global-map to the saved one.
26206
26207 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26208 All references simplified.
26209 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
26210 (zmacs-regions): Add defvar.
26211 (repeat-complex-command-map): Everything about that deleted.
26212
26213 * textmodes/artist.el (artist-key-is-drawing)
26214 (artist-key-endpoint1, artist-key-poly-point-list)
26215 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26216 (artist-key-compl-table, artist-rb-save-data)
26217 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26218 Don't put them in eval-when-compile.
26219 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26220
26221 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26222 Use with-no-warnings.
26223
26224 * net/browse-url.el (dos-windows-version): Add defvar.
26225
26226 * mail/supercite.el (filladapt-prefix-table): Add defvar.
26227
26228 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26229 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26230 (rmail-new-summary-line-count): Rename from new-summary-line-count.
26231 Add defvar.
26232 (rmail-summary-beginning-of-message): Use with-no-warnings.
26233 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26234
26235 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26236 Use with-no-warnings.
26237
26238 * emulation/vi.el (vi-mark-region): Use c-mark-function.
26239 (c-mark-function): Add point-moving-unit property.
26240 (vi-goto-line): Use with-no-warnings.
26241
26242 * emulation/edt.el (edt-last-copied-word): Add defvar.
26243 (zmacs-region-stays): Likewise.
26244 (edt-mark-section-wisely): Use c-mark-function for C.
26245 Use makr-defun for Fortran.
26246 (time-string): defvar deleted.
26247 (edt-display-the-time): Don't set time-string.
26248
26249 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26250
26251 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26252 Don't warn when name is not constant
26253 or for defining the group `emacs'.
26254
26255 * tooltip.el (gud-tooltip-mode): Add defvar.
26256
26257 * startup.el (default-frame-background-mode): Add defvar.
26258
26259 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26260
26261 * info.el (tool-bar-map): Add defvar.
26262
26263 * dired.el (dnd-protocol-alist): Add defvar.
26264
26265 * dired-aux.el (dired-query): Display question with answer, when
26266 the user answers.
26267
26268 * custom.el (custom-add-option): Doc fix.
26269
26270 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26271
262722005-07-03 Eli Zaretskii <eliz@gnu.org>
26273
26274 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26275 bogus name from the last change.
26276
262772005-07-02 Luc Teirlinck <teirllm@auburn.edu>
26278
26279 * custom.el (custom-declare-variable): Fix typos in comment.
26280 (custom-known-themes): Doc fix.
26281 (custom-theme-directory): New defcustom.
26282 (require-theme): Make it check `custom-theme-directory'.
26283
26284 * cus-theme.el (custom-new-theme-mode): New function.
26285 (custom-theme-name, custom-theme-variables, custom-theme-faces)
26286 (custom-theme-description): Add compiler defvars.
26287 (customize-create-theme): Add doc to the "*New Custom Theme*"
26288 buffer. Use `custom-new-theme-mode'.
26289 (custom-theme-write): Put the created buffer in emacs-lisp-mode
26290 and save it to the `custom-theme-directory'. Make this the
26291 default directory of the buffer.
26292
262932005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
26294
26295 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26296 Fix unbalanced parentheses.
26297
262982005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
26299
26300 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26301 into flymake-mode and delegate to flymake-mode.
26302
26303 * find-file.el (ff-which-function-are-we-in): Clean up.
26304
263052005-07-02 Juanma Barranquero <lekktu@gmail.com>
26306
26307 * replace.el (occur-rename-buffer): Fix docstring.
26308
26309 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26310 (edt-last-copied-word, edt-learn-macro-count)
26311 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26312 (edt-rect-start-point, edt-user-global-map, rect-start-point)
26313 (time-string, zmacs-region-stays):
26314 * emulation/edt-mapper.el (edt-save-function-key-map)
26315 (EDT-key-name): `defvar' to silence the byte-compiler.
26316
263172005-07-02 Martin Rudalics <rudalics@gmx.at>
26318
26319 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26320 font-lock-regexp-backslash. Doc fix.
26321 (font-lock-regexp-backslash-grouping-construct): Rename from
26322 font-lock-regexp-backslash-construct. Doc fix.
26323 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26324 grouping constructs.
26325
263262005-07-02 Eli Zaretskii <eliz@gnu.org>
26327
26328 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26329 updating all the prerequisites.
26330
263312005-07-01 Juanma Barranquero <lekktu@gmail.com>
26332
26333 * textmodes/org.el (org-agenda-start-on-weekday)
26334 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26335 (org-agenda-use-time-grid, org-archive-location)
26336 (org-allow-space-in-links, org-usenet-links-prefer-google)
26337 (org-enable-table-editor, org-export-default-language)
26338 (org-export-html-show-new-buffer, org-fill-paragraph)
26339 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26340 (org-goto-quit, org-occur, org-eval-in-calendar)
26341 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26342 (org-agenda-diary-entry, org-remember-help)
26343 (org-table-convert-region, org-at-table-p)
26344 (org-table-move-row-down, org-table-move-row-up)
26345 (org-table-copy-region, org-table-toggle-vline-visibility)
26346 (org-table-get-stored-formulas, org-table-get-specials)
26347 (org-recalc-commands, org-table-eval-formula)
26348 (org-table-formula-substitute-names, orgtbl-make-binding)
26349 (org-format-org-table-html, org-format-table-table-html)
26350 (org-format-table-table-html-using-table-generate-source)
26351 (org-customize): Fix typos in docstrings.
26352 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26353 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26354 (org-back-to-heading): Doc fixes.
26355 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26356 (org-agenda-change-all-lines, org-get-header):
26357 Improve argument/docstring consistency.
26358 (orgtbl-error): Fix error message.
26359
26360 * progmodes/flymake.el (flymake-find-possible-master-files)
26361 (flymake-master-file-compare, flymake-get-line-err-count)
26362 (flymake-highlight-line, flymake-gui-warnings-enabled):
26363 Fix typos in docstrings.
26364 (flymake-parse-line, flymake-get-project-include-dirs-function)
26365 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26366 Doc fixes.
26367 (flymake-get-project-include-dirs-function)
26368 (flymake-make-err-menu-data):
26369 Improve argument/docstring consistency.
26370
263712005-07-01 Lute Kamstra <lute@gnu.org>
26372
26373 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26374 Catch errors with ignore-errors. Use temporary buffer.
26375 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
26376
26377 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26378 background color faces.
26379 (facemenu-set-foreground, facemenu-set-background):
26380 Use facemenu-set-face-from-menu.
26381 (facemenu-set-face-from-menu): Treat face names that start with
26382 "fg:" or "bg:" as special.
26383 (facemenu-add-new-color): Don't create faces. Simplify.
26384
263852005-06-30 Richard M. Stallman <rms@gnu.org>
26386
26387 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26388 (crm-find-current-element): Likewise.
26389
263902005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26391
26392 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26393
263942005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
26395
26396 * arc-mode.el (archive-extract): Make it work as a mouse binding.
26397 (archive-mouse-extract): Make it an obsolete alias.
26398 (archive-mode-map): Don't use archive-mouse-extract any more.
26399 (archive-mode, archive-extract): write-contents-hooks ->
26400 write-contents-functions.
26401 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26402 first arg.
26403 (archive-rename-entry): Update the call.
26404 (archive-zip-summarize): Remove unused var `method'.
26405 (archive-lzh-summarize): Remove unused var `creator'.
26406
26407 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26408 dedicated frame upon exit.
26409
26410 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26411 (archive-zip-extract, archive-zip-expunge)
26412 (archive-zip-update, archive-zip-update-case): Use executable-find.
26413 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26414 Use restore-buffer-modified-p.
26415 (archive-extract, archive-add-new-member, archive-write-file-member):
26416 Use with-current-buffer.
26417 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26418
264192005-06-30 Andreas Schwab <schwab@suse.de>
26420
26421 * progmodes/gud.el (gud-filter): Remove unneeded progn.
26422
264232005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26424
26425 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26426
264272005-06-30 Juri Linkov <juri@jurta.org>
26428
26429 * faces.el (vertical-border): Inherit from mode-line-inactive
26430 only on tty.
26431
264322005-06-30 Juanma Barranquero <lekktu@gmail.com>
26433
26434 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26435 example, -NLINES in the `occur' docstring).
26436
26437 * replace.el (occur-1): When no matches are found, do not set the
26438 `buffer-read-only' and modified flags for the occur buffer,
26439 because it is deleted.
26440
26441 * emulation/cua-base.el (cua-check-pending-input)
26442 (cua-repeat-replace-region, cua-mode, cua-debug)
26443 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26444 Fix typos in docstrings.
26445
26446 * emulation/cua-gmrk.el (cua-toggle-global-mark)
26447 (cua-cut-region-to-global-mark)
26448 (cua--cut-rectangle-to-global-mark):
26449 Remove period from end of messages.
26450
26451 * emulation/cua-rect.el (cua-do-rectangle-padding):
26452 Remove period from end of messages.
26453 (cua--rectangle-seq-format): Fix typo in docstring.
26454 (cua-sequence-rectangle, cua-fill-char-rectangle):
26455 Improve argument/docstring consistency.
26456
264572005-06-29 Juri Linkov <juri@jurta.org>
26458
26459 * faces.el (default-frame-background-mode): New internal variable.
26460 (frame-set-background-mode): Use it.
26461
26462 * startup.el (normal-top-level): Set default-frame-background-mode
26463 instead of frame-background-mode. Before setting it, test for its
26464 nil value. Remove tests for frame-background-mode and frame
26465 parameter `reverse'. Add test for "unspecified-fg".
26466
26467 * term/xterm.el (xterm-rxvt-set-background-mode):
26468 * term/rxvt.el (rxvt-set-background-mode):
26469 Set default-frame-background-mode instead of frame-background-mode.
26470
264712005-06-29 Juanma Barranquero <lekktu@gmail.com>
26472
26473 * simple.el (set-variable): Warn about obsolete user variables.
26474
26475 * imenu.el (imenu--completion-buffer):
26476 * mouse.el (mouse-buffer-menu-alist):
26477 * msb.el (msb-invisible-buffer-p):
26478 * calendar/diary-lib.el (diary-header-line-format):
26479 * emacs-lisp/pp.el (pp-buffer):
26480 * progmodes/cperl-mode.el (cperl-do-auto-fill):
26481 * textmodes/picture.el (picture-replace-match):
26482 Change space constants followed by a sexp to "?\s ".
26483
26484 * play/decipher.el (decipher-loop-with-breaks):
26485 * textmodes/texinfo.el (texinfo-insert-@item): Change space
26486 constants "protected" from end of line by a comment to "?\s".
26487
264882005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26489
26490 * font-lock.el (save-buffer-state): Use `declare'.
26491
26492 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26493 reset the syntax-table to cperl-mode-syntax-table.
26494 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26495 "foo_print_bar" is not matched as a reserved keyword.
26496
264972005-06-29 Carsten Dominik <dominik@science.uva.nl>
26498
26499 * textmodes/org.el (orgtbl-setup): New function, for delayed
26500 setup for the orgtbl commands.
26501 (org-calc-default-modes): New option.
26502 (orgtbl-make-binding): Use `defun' to get better help display.
26503 (org-diary): Call `org-compile-prefix-format'.
26504 (org-table-formula-substitute-names): New function.
26505 (org-agenda-day-view, org-agenda-week-view): New commands.
26506 (org-agenda-toggle-week-view): Command removed.
26507 (org-tbl-menu): Split off from org-org-menu.
26508 (org-mode): Move removal of outline-mode menus to here.
26509 (org-table-formula-debug): New option.
26510 (org-table-insert-row): Keep first field if just "#" or "*".
26511 (org-mode): Paragraph regexps fixed.
26512 (org-table-recalculate-regexp): New constant.
26513 (org-table-justify-field-maybe): Avoid replace if not necessary.
26514 (org-copy-special, org-cut-special): Use `call-interactively'.
26515 (org-table-copy-region): Take region from `interactive' call.
26516 (org-trim): Return string even if no match.
26517 (org-formula): New face.
26518 (org-set-font-lock-defaults): No longer highlight "FIXME".
26519 But highlight formula-related fields in table.
26520 (org-table-p): Use regexp, not fontification.
26521 (org-table-align): Handle white space at end of line.
26522 (org-table-formula-evaluate-inline): New option.
26523 (org-mode): Auto-wrapping in comment lines turned off.
26524 (org-table-copy-down): Evaluate only in copied field, not in
26525 destination.
26526 (org-table-current-formula): Variable removed.
26527 (org-table-store-formulas, org-table-get-stored-formulas)
26528 (org-table-modify-formulas, org-table-replace-in-formulas)
26529 (org-table-maybe-eval-formula): New functions.
26530 (org-table-get-formula): Modify to use stored formulas.
26531 (org-table-insert-column, org-table-delete-column)
26532 (org-table-move-column): Call `org-table-modify-formulas'.
26533 (org-complete): Add completion for keyword formulas.
26534 (orgtbl-mode): Pull orgtbl-mode-map to start of
26535 minor-mode-map-alist.
26536
265372005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26538
26539 * progmodes/python.el (python-check): Require `compile' before
26540 modifying its variables.
26541
26542 * newcomment.el (comment-indent-default): Don't get fooled by an early
26543 end of buffer.
26544
265452005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26546
26547 * ps-print.el (ps-print-version): Fix version number.
26548
265492005-06-28 Luc Teirlinck <teirllm@auburn.edu>
26550
26551 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26552
265532005-06-28 Richard M. Stallman <rms@gnu.org>
26554
26555 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26556 (flyspell-local-mouse-map): Declaration deleted.
26557 (flyspell-mouse-map): Bind only mouse-2.
26558 (flyspell-mode-map): Don't test flyspell-use-local-map.
26559 (flyspell-overlay-keymap-property-name): Var deleted.
26560 (flyspell-mode-on): Don't make local bindings for
26561 flyspell-mouse-map and flyspell-mode-map.
26562 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26563
26564 * textmodes/ispell.el (ispell-word): Do not ignore short words.
26565
26566 * progmodes/compile.el (compilation-next-error-function):
26567 Don't switch buffers; operate on the current buffer.
26568
26569 * progmodes/compile.el (compilation-error-file-name)
26570 (compilation-warning-file-name, compilation-info-file-name)
26571 (compilation-line-number, compilation-column-number): New faces.
26572 (compilation-error-face, compilation-warning-face)
26573 (compilation-info-face, compilation-line-face)
26574 (compilation-column-face): Use them.
26575
26576 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26577
26578 * comint.el (comint-password-prompt-regexp): Accept ", try again".
26579
26580 * bindings.el (global-map): Bind insertchar and its variants.
26581
265822005-06-27 Richard M. Stallman <rms@gnu.org>
26583
26584 * textmodes/artist.el (artist-text-overwrite)
26585 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26586
265872005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26588
26589 * ps-print.el: It was not working the page selection for printing.
26590 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26591 (ps-print-version): New version 6.6.7.
26592 (ps-end-sheet): New fun.
26593 (ps-header-sheet, ps-end-job): Call it.
26594
265952005-06-27 Luc Teirlinck <teirllm@auburn.edu>
26596
26597 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26598
265992005-06-27 Lute Kamstra <lute@gnu.org>
26600
26601 * facemenu.el (facemenu-unlisted-faces): Add foreground and
26602 background color faces.
26603 (facemenu-get-face): Delete function.
26604 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26605 (facemenu-add-new-color): Make second argument mandatory.
26606 Create the appropriate face and return it. Simplify.
26607 (facemenu-set-foreground, facemenu-set-background): Don't check if
26608 color is defined. Use return value of facemenu-add-new-color.
26609
266102005-06-26 Nick Roberts <nickrob@snap.net.nz>
26611
26612 * progmodes/gud.el (gud-filter): Add missing argument to
26613 with-selected-window.
26614
266152005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
26616
26617 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26618 a :require to the defcustom.
26619
26620 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26621 defcustoms corresponding to minor modes.
26622
266232005-06-26 David Ponce <david@dponce.com>
26624
26625 * recentf.el: Require tree-widget instead of wid-edit.
26626 (recentf-filename-handler): Fix widget :type.
26627 (recentf-cancel-dialog, recentf-open-more-files)
26628 (recentf-open-files-action): Doc fix.
26629 (recentf-dialog-goto-first): New function.
26630 (recentf-dialog-mode-map): Set parent keymap first.
26631 (recentf-dialog-mode): Define with define-derived-mode.
26632 Don't display continuation lines in dialogs.
26633 (recentf-edit-list): Rename from recentf-edit-selected-items.
26634 (recentf-edit-list-select): Rename from recentf-edit-list-action.
26635 Simplify.
26636 (recentf-edit-list-validate): New function.
26637 (recentf-edit-list): Update accordingly.
26638 (recentf-open-files-item-shift): Remove.
26639 (recentf-open-files-item): Convert menu elements into tree and
26640 link widgets. Don't create the widgets.
26641 (recentf-open-files): Update accordingly.
26642 (recentf-save-list): Untabify.
26643
266442005-06-25 Luc Teirlinck <teirllm@auburn.edu>
26645
26646 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26647 (keep-lines): Add INTERACTIVE arg. Never delete lines only
26648 partially contained in the active region. Do not take active
26649 region into account when called from Lisp, unless INTERACTIVE arg
26650 is non-nil. Use `forward-line' instead of `beginning-of-line' to
26651 avoid trouble with fields. Make marker point nowhere when no
26652 longer used. Always return nil. Doc fix.
26653 (flush-lines): Add INTERACTIVE arg. Do not take active region
26654 into account when called from Lisp, unless INTERACTIVE arg is
26655 non-nil. Use `forward-line' instead of `beginning-of-line' to
26656 avoid trouble with fields. Make marker point nowhere when no
26657 longer used. Always return nil. Doc fix.
26658 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
26659 interchangeable. Do not take active region into account when
26660 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
26661 message in echo area when called from Lisp, unless INTERACTIVE arg
26662 is non-nil. Avoid saying "1 occurrences". Do not use markers.
26663 Return the number of matches. Doc fix.
26664 (occur): Doc fix.
26665 (perform-replace): Make comment follow double space convention for
26666 the sake of `outline-minor-mode'.
26667
26668 * faces.el (facep): Doc fix.
26669
266702005-06-25 Richard M. Stallman <rms@gnu.org>
26671
26672 * facemenu.el (facemenu-enable-faces-p): New function.
26673 (facemenu-background-menu, facemenu-foreground-menu)
26674 (facemenu-face-menu): Add menu-enable property.
26675
26676 * jka-compr.el (jka-compr-insert-file-contents):
26677 Special handling if cannot find the uncompression program.
26678
26679 * cus-face.el (custom-face-attributes): Add autoload.
26680
26681 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26682 Bind comment-indent-function locally.
26683
26684 * window.el (save-selected-window): Use save-current-buffer.
26685
26686 * subr.el (with-selected-window): Use save-current-buffer.
26687
26688 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26689 and with-current-buffer.
26690
266912005-06-24 Richard M. Stallman <rms@gnu.org>
26692
26693 * simple.el (line-move-1): Fix previous change.
26694
266952005-06-24 Juanma Barranquero <lekktu@gmail.com>
26696
26697 * replace.el (occur-1): Set `buffer-read-only' and the
26698 buffer-modified flag before running `occur-hook' to protect
26699 against unintentional buffer switches that can lead to data loss.
26700
267012005-06-24 Nick Roberts <nickrob@snap.net.nz>
26702
26703 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26704 (gud-gdb-marker-filter): Use font-lock-warning-face for any
26705 initial error.
26706
26707 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26708 after fresh input.
26709 (gdb-var-create-handler): Put name of expression in quotes.
26710
267112005-06-23 Luc Teirlinck <teirllm@auburn.edu>
26712
26713 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26714 elements of RING in order, and without bogus nil elements.
26715
267162005-06-23 Richard M. Stallman <rms@gnu.org>
26717
26718 * simple.el (set-variable): Args renamed; doc fix.
26719 (line-move-1): When there are overlays around, use vertical-motion.
26720
26721 * faces.el (escape-glyph): Use brown against light background.
26722 (nobreak-space): Rename from no-break-space.
26723 Fix previous change.
26724
26725 * dired-aux.el (dired-do-copy): Fix arg prompt.
26726
26727 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26728
267292005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
26730
26731 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26732 rather than "Distributor".
26733
267342005-06-23 Lute Kamstra <lute@gnu.org>
26735
26736 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26737 (debug-on-entry): Use it. New interactive declaration that uses
26738 function-called-at-point.
26739
267402005-06-23 Kim F. Storm <storm@cua.dk>
26741
26742 * subr.el (save-match-data): Add comment about using evaporate arg
26743 to set-match-data.
26744
267452005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
26746
26747 * cus-edit.el (customize-face)
26748 (customize-face-other-window): Handle face aliases.
26749
26750 * faces.el (face-documentation, set-face-attribute)
26751 (face-spec-set): Handle face aliases.
26752
267532005-06-22 Juanma Barranquero <lekktu@gmail.com>
26754
26755 * help-mode.el (help-make-xrefs): If a symbol representing a face
26756 name is not followed by the word "face", it could still be a
26757 function or variable name, so don't bypass other checks.
26758
267592005-06-22 Juri Linkov <juri@jurta.org>
26760
26761 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
26762 Replace aliased functions with calls where second arg `inherit' is t.
26763
267642005-06-22 Nick Roberts <nickrob@snap.net.nz>
26765
26766 * progmodes/gdb-ui.el (gdb-error): New variable.
26767 (gdb-error): New function.
26768 (gdb-annotation-rules): Act on error-begin and error annotations.
26769 (gdb-concat-output): Use font-lock-warning-face for errors.
26770
267712005-06-22 Miles Bader <miles@gnu.org>
26772
26773 * bindings.el (propertized-buffer-identification): Use renamed
26774 `Buffer-menu-buffer' face.
26775
26776 * faces.el (vertical-border): Rename from `vertical-divider'.
26777 (escape-glyph): Change dark-background color back to `cyan'.
26778
267792005-06-21 Juri Linkov <juri@jurta.org>
26780
26781 * faces.el (face-user-default-spec): Try getting `customized-face'
26782 prior to `saved-face'.
26783 (frame-background-mode): Refill docstring.
26784
26785 * emacs-lisp/lisp-mode.el (eval-defun-1):
26786 * emacs-lisp/edebug.el (edebug-eval-defun):
26787 Set `saved-face' temporarily to nil before calling form.
26788 Set `customized-face' to the new spec after that.
26789
267902005-06-21 Juanma Barranquero <lekktu@gmail.com>
26791
26792 * subr.el (1value, lambda, key-substitution-in-progress):
26793 Doc fixes.
26794
26795 * autoinsert.el (auto-insert-alist):
26796 * ses.el (ses-call-printer):
26797 * subr.el (noreturn):
26798 * emacs-lisp/lisp.el (check-parens):
26799 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
26800 * net/browse-url.el (browse-url-mosaic):
26801 * progmodes/cc-defs.el (c-safe-scan-lists):
26802 * progmodes/ebnf-abn.el (ebnf-abn-lex):
26803 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
26804 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
26805 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
26806 * progmodes/ebnf-iso.el (ebnf-iso-lex):
26807 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
26808
268092005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
26810
26811 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
26812
268132005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
26814
26815 * calendar/appt.el (appt-make-list): Activate the package, if
26816 not already active (for backwards compatibility).
26817
268182005-06-20 Kim F. Storm <storm@cua.dk>
26819
26820 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
26821
268222005-06-20 Miles Bader <miles@gnu.org>
26823
26824 * faces.el (vertical-divider): New face.
26825
268262005-06-20 Juanma Barranquero <lekktu@gmail.com>
26827
26828 * simple.el (kill-whole-line): Doc fix.
26829 (next-error-buffer-p, next-error-find-buffer)
26830 (clone-indirect-buffer): Fix typos in docstrings.
26831 (comment-line-break-function): Doc fix: don't say variable
26832 is automatically buffer-local (it isn't).
26833
268342005-06-19 Michael Albinus <michael.albinus@gmx.de>
26835
26836 * net/tramp-ftp.el (top):
26837 * net/tramp-smb.el (top):
26838 * net/tramp-util.el (top):
26839 * net/tramp-uu.el (top):
26840 * net/tramp-vc.el (top):
26841 * net/tramp.el (top): Revert copyright years back to original
26842 ones. Tramp has a life outside GNU Emacs.
26843
268442005-06-19 Nick Roberts <nickrob@snap.net.nz>
26845
26846 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26847
268482005-06-18 Juri Linkov <juri@jurta.org>
26849
26850 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26851 end of first regexp to limit the match to the position between
26852 line number and source line with same separator character as used
26853 between file name and line number. In the second regexp limit
26854 mouse-face area to file name and line number by adding new group
26855 for them and referring it in HYPERLINK arg.
26856 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26857 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26858 previous line where grep markers may be already removed.
26859
268602005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
26861
26862 * progmodes/ps-mode.el: Update version and maintainer's email address.
26863
268642005-06-18 Steve Youngs <steve@xemacs.org>
26865
26866 * net/browse-url.el (browse-url-browser-function)
26867 (browse-url-default-browser): Add firefox.
26868 (browse-url-firefox-program, browse-url-firefox-arguments)
26869 (browse-url-firefox-startup-arguments)
26870 (browse-url-firefox-new-window-is-tab): New defcustoms.
26871 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
26872
268732005-06-17 Richard M. Stallman <rms@gnu.org>
26874
26875 * startup.el (command-line): Warn if specified user name has
26876 no home directory.
26877
26878 * term.el (term-get-old-input, term-input-filter, term-input-sender)
26879 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
26880
26881 * longlines.el (longlines-mode, longlines-show-hard-newlines):
26882 Doc fixes.
26883
26884 * faces.el (underline): Try bold if terminal doesn't support underline.
26885
26886 * mail/sendmail.el (mail-setup-with-from): New variable.
26887 (mail-insert-from-field): New function.
26888 (sendmail-send-it): Call it.
26889 (mail-setup): Optionally call it here.
26890
26891 * term/linux.el: Call tty-no-underline.
26892
268932005-06-17 Luc Teirlinck <teirllm@auburn.edu>
26894
26895 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
26896
268972005-06-17 Miles Bader <miles@gnu.org>
26898
26899 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
26900 (ediff-current-diff-C, ediff-current-diff-Ancestor)
26901 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
26902 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
26903 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
26904 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
26905 Remove "-face" suffix from face names.
26906 (ediff-current-diff-face-A, ediff-current-diff-face-B)
26907 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26908 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26909 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26910 (ediff-even-diff-face-A, ediff-even-diff-face-B)
26911 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26912 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26913 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26914 New backward-compatibility aliases for renamed faces.
26915 (ediff-current-diff-face-A, ediff-current-diff-face-B)
26916 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26917 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26918 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26919 (ediff-even-diff-face-A, ediff-even-diff-face-B)
26920 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26921 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26922 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26923 Use renamed ediff faces.
26924
26925 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
26926 Remove "-face" suffix from face names.
26927 (eshell-test-ok-face, eshell-test-failed-face):
26928 New backward-compatibility aliases for renamed faces.
26929 (eshell-run-test): Use renamed eshell-test faces.
26930
26931 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
26932 face name.
26933 (eshell-prompt-face): New backward-compatibility alias for renamed
26934 face.
26935 (eshell-emit-prompt): Use renamed eshell-prompt face.
26936
26937 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
26938 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
26939 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
26940 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
26941 Remove "-face" suffix from face names.
26942 (eshell-ls-directory-face, eshell-ls-symlink-face)
26943 (eshell-ls-executable-face, eshell-ls-readonly-face)
26944 (eshell-ls-unreadable-face, eshell-ls-special-face)
26945 (eshell-ls-missing-face, eshell-ls-archive-face)
26946 (eshell-ls-backup-face, eshell-ls-product-face)
26947 (eshell-ls-clutter-face):
26948 New backward-compatibility aliases for renamed faces.
26949 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
26950
26951 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
26952 Remove "-face" suffix from face name.
26953 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
26954 instead of literal face.
26955
269562005-06-17 Juanma Barranquero <lekktu@gmail.com>
26957
26958 * emacs-lisp/warnings.el (display-warning, lwarn)
26959 (warning-minimum-log-level): Doc fixes.
26960 (warning-minimum-level, warning-minimum-log-level):
26961 Add :debug to :type choices.
26962
26963 * progmodes/ada-mode.el (ada-format-paramlist)
26964 (ada-get-indent-case, ada-check-matching-start)
26965 (ada-check-defun-name, ada-goto-matching-decl-start)
26966 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
26967 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
26968 (ada-make-subprogram-body): Follow error conventions.
26969 (ada-case-exception-file, ada-indent-comment-as-code)
26970 (ada-indent-handle-comment-special, ada-indent-renames)
26971 (ada-indent-return, ada-search-directories-internal)
26972 (ada-tab-policy, ada-case-exception-substring)
26973 (ada-other-file-alist, ada-matching-start-re)
26974 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
26975 (ada-imenu-generic-expression, ada-compile-goto-error)
26976 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
26977 (ada-popup-menu, ada-add-extensions, ada-mode)
26978 (ada-region-selected, ada-create-case-exception)
26979 (ada-create-case-exception-substring, ada-after-keyword-p)
26980 (ada-activate-keys-for-case, ada-adjust-case-region)
26981 (ada-adjust-case-buffer, ada-format-paramlist)
26982 (ada-scan-paramlist, ada-insert-paramlist)
26983 (ada-indent-newline-indent)
26984 (ada-indent-newline-indent-conditional)
26985 (ada-justified-indent-current, ada-goto-previous-word)
26986 (ada-indent-current, ada-get-indent-open-paren)
26987 (ada-get-indent-paramlist, ada-get-indent-end)
26988 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
26989 (ada-get-indent-block-start, ada-get-indent-subprog)
26990 (ada-get-indent-noindent, ada-get-indent-label)
26991 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
26992 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
26993 (ada-goto-stmt-end, ada-goto-next-word)
26994 (ada-check-matching-start, ada-check-defun-name)
26995 (ada-goto-matching-decl-start, ada-goto-matching-start)
26996 (ada-goto-matching-end, ada-search-ignore-string-comment)
26997 (ada-in-decl-p, ada-looking-at-semi-or)
26998 (ada-looking-at-semi-private, ada-in-paramlist-p)
26999 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27000 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27001 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27002 (ada-previous-package, ada-create-menu)
27003 (ada-fill-comment-paragraph-justify)
27004 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27005 (ada-other-file-name, ada-last-which-function-line)
27006 (ada-last-which-function-subprog, ada-which-function)
27007 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27008 (ada-gen-treat-proc, ada-check-emacs-version)
27009 (ada-continuation-indent, ada-align-region-separate):
27010 Fix typos in docstrings.
27011 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27012
270132005-06-16 Lute Kamstra <lute@gnu.org>
27014
27015 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27016 conditionally.
27017
270182005-06-16 Juanma Barranquero <lekktu@gmail.com>
27019
27020 * comint.el (comint-replace-by-expanded-filename)
27021 (comint-prompt-regexp, comint-delimiter-argument-list)
27022 (comint-preinput-scroll-to-bottom):
27023 * info.el (Info-hide-cookies-node):
27024 * ls-lisp.el (ls-lisp-classify):
27025 * find-file.el (ff-search-directories, ff-special-constructs)
27026 (ff-find-other-file):
27027 * font-lock.el (font-lock-keywords):
27028 * shell.el (shell-prompt-pattern)
27029 (shell-dynamic-complete-functions, shell-mode)
27030 (shell-delimiter-argument-list):
27031 * term.el (term-replace-by-expanded-filename)
27032 (term-prompt-regexp, term-delimiter-argument-list):
27033 * woman.el (woman-ignore, woman0-if):
27034 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27035 * emacs-lisp/elint.el (elint-init-env):
27036 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27037 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27038 * language/ethio-util.el (ethio-tilde-escape)
27039 (ethio-use-three-dot-question):
27040 * net/zone-mode.el (zone-mode-load-time-setup):
27041 * progmodes/cc-align.el (c-lineup-argcont):
27042 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27043 * progmodes/cperl-mode.el (cperl-set-style-back):
27044 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27045 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27046 Fix spellings in docstrings.
27047
27048 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27049 * progmodes/modula2.el (m2-for): Fix spellings.
27050
27051 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27052
27053 * simple.el (undo-more): Don't use `format' on `error' arguments.
27054 Improve argument/docstring consistency.
27055 (pending-undo-list): Doc fix.
27056
27057 * smerge-mode.el (smerge-ensure-match):
27058 * emulation/vip.el (vip-ex):
27059 * net/zone-mode.el (zone-mode-update-serial):
27060 * progmodes/idlwave.el (idlwave-complete):
27061 * progmodes/vhdl-mode.el (vhdl-visit-file)
27062 (vhdl-compose-wire-components):
27063 Don't use `format' on `error' arguments.
27064
27065 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27066 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27067 (tooltip-help-tips): Fix typos in docstrings.
27068
270692005-06-16 David Ponce <david@dponce.com>
27070
27071 * tree-widget.el (tree-widget-value-create): Simplify last change.
27072
270732005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27074
27075 * ido.el (ido-incomplete-regexp): New variable.
27076 (ido-set-matches-1): Handle invalid-regexp error and set
27077 ido-incomplete-regexp.
27078 (ido-incomplete-regexp): New face.
27079 (ido-completions): Use it.
27080 (ido-complete, ido-exit-minibuffer, ido-completions):
27081 Handle incomplete regexps.
27082 (ido-completions): Add check for complete match when entering a regexp.
27083
270842005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27085
27086 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27087
270882005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27089
27090 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27091 by field delimiters.
27092
270932005-06-15 David Ponce <david@dponce.com>
27094
27095 * tree-widget.el: eval-and-compile inlined functions so they will
27096 be available at run-time too.
27097 (tree-widget-super-format-handler)
27098 (tree-widget-format-handler): Remove.
27099 (tree-widget-value-create): Handle the :indent property.
27100
271012005-06-15 Miles Bader <miles@gnu.org>
27102
27103 * progmodes/which-func.el (which-func): Only inherit
27104 `font-lock-function-name-face' when that makes sense against the
27105 default mode-line face, otherwise set the face color explicitly.
27106
27107 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27108 faces instead of (non-existent) variables.
27109
271102005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
27111
27112 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27113 (iswitchb-get-matched-buffers): Likewise. Simplify.
27114
271152005-06-14 Miles Bader <miles@gnu.org>
27116
27117 * progmodes/ld-script.el (ld-script-location-counter):
27118 Remove "-face" suffix from face name.
27119 (ld-script-location-counter-face):
27120 New backward-compatibility alias for renamed face.
27121 (ld-script-location-counter-face): Use renamed face.
27122
27123 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27124 (cperl-hash): Remove "-face" suffix from face names.
27125 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27126 New backward-compatibility aliases for renamed faces.
27127 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27128 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27129
27130 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27131 name.
27132 (which-func-face): New backward-compatibility alias for renamed face.
27133 (which-func-format): Use renamed which-func face.
27134
27135 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27136 (vhdl-function, vhdl-directive, vhdl-reserved-word)
27137 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27138 names.
27139 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27140 (vhdl-speedbar-configuration, vhdl-speedbar-package)
27141 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27142 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27143 (vhdl-speedbar-architecture-selected)
27144 (vhdl-speedbar-configuration-selected)
27145 (vhdl-speedbar-package-selected)
27146 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27147 names.
27148 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27149 Use renamed faces.
27150 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27151 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27152 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27153 Use renamed faces.
27154 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27155 names.
27156 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27157 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27158 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27159 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27160 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27161 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27162
27163 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27164 face name.
27165 (sh-heredoc-face): New backward-compatibility alias for renamed face.
27166 (sh-heredoc-face): Use renamed sh-heredoc face.
27167
27168 * progmodes/idlw-help.el (idlwave-help-link):
27169 Remove "-face" suffix from face name.
27170 (idlwave-help-link-face):
27171 New backward-compatibility alias for renamed face.
27172 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27173
27174 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27175 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27176 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27177 New backward-compatibility aliases for renamed faces.
27178 (idlwave-shell-disabled-breakpoint-face)
27179 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27180
27181 * progmodes/flymake.el (flymake-errline, flymake-warnline):
27182 Remove "-face" suffix from face names.
27183 (flymake-errline-face, flymake-warnline-face):
27184 New backward-compatibility aliases for renamed faces.
27185 (flymake-highlight-line): Use renamed flymake faces.
27186
27187 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27188 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27189 (ebrowse-member-class, ebrowse-progress):
27190 Remove "-face" suffix from face names.
27191 (ebrowse-tree-mark-face, ebrowse-root-class-face)
27192 (ebrowse-file-name-face, ebrowse-default-face)
27193 (ebrowse-member-attribute-face, ebrowse-member-class-face)
27194 (ebrowse-progress-face):
27195 New backward-compatibility aliases for renamed faces.
27196 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27197 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27198 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27199 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27200
27201 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27202 antlr-syntax)
27203 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27204 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27205 names.
27206 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27207 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27208 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27209 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27210 backward-compatibility aliases for renamed faces.
27211 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27212 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27213 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27214 remove "font-lock-". Use renamed antlr-mode faces.
27215 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
27216 literal face-names with face variable references.
27217
27218 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27219 face name.
27220 (Buffer-menu-buffer-face): New backward-compatibility alias for
27221 renamed face.
27222 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27223
272242005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
27225
27226 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27227 Eliminate "-face" suffix.
27228 (makefile-targets): Inherit from font-lock-function-name-face and
27229 eliminate "-face" suffix.
27230 (makefile-shell): Remove attributes and eliminate "-face" suffix.
27231 (makefile-*-font-lock-keywords): Append makefile-targets in rule
27232 actions, instead of prepending, to make it less visible.
27233 (makefile-previous-dependency, makefile-match-dependency):
27234 Don't match a target on a continuation line.
27235
27236 * files.el (auto-mode-alist): Put Makefile in gmake mode.
27237
272382005-06-15 Nick Roberts <nickrob@snap.net.nz>
27239
27240 * progmodes/gdb-ui.el (menu): Re-order menu items.
27241 (gdb-tooltip-print): Respect tooltip-use-echo-area.
27242
27243 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27244 Define in tooltip.el.
27245 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27246 (gud-tooltip-tips): Respect tooltip-use-echo-area and
27247 gud-tooltip-echo-area.
27248
27249 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27250 backward compatibility and make obsolete.
27251 (tooltip-help-tips): Use tooltip-use-echo-area.
27252 (tooltip-show-help-function): Rename to...
27253 (tooltip-show-help): ...this, because it is a function.
27254 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27255
272562005-06-14 Luc Teirlinck <teirllm@auburn.edu>
27257
27258 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27259 (edebug-print-length, edebug-print-level, edebug-print-circle)
27260 (edebug-modify-breakpoint, edebug-eval-last-sexp)
27261 (edebug-eval-print-last-sexp): Doc fixes.
27262
272632005-06-14 Kim F. Storm <storm@cua.dk>
27264
27265 * ido.el (ido-mode): Make a new keymap every time we enable ido,
27266 as the coverage buffer/file/both may change.
27267
272682005-06-14 Lute Kamstra <lute@gnu.org>
27269
27270 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27271 and run-mode-hooks. Simplify.
27272
27273 * mail/rmailedit.el (rmail-edit-mode):
27274 * progmodes/octave-inf.el (inferior-octave-mode):
27275 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27276
27277 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27278 and run-mode-hooks.
27279 (recentf-edit-list, recentf-open-files): Don't call
27280 kill-all-local-variables directly.
27281
27282 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27283
272842005-06-14 Juanma Barranquero <lekktu@gmail.com>
27285
27286 * emacs-lisp/byte-run.el (make-obsolete)
27287 (define-obsolete-function-alias): Rename arguments FUNCTION and
27288 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27289 (make-obsolete-variable, define-obsolete-variable-alias):
27290 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27291 respectively.
27292
27293 * isearchb.el (isearchb-activate):
27294 * pcvs.el (cvs-mode):
27295 * ses.el (ses-load):
27296 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27297 * net/tramp.el (tramp-find-file-exists-command)
27298 (tramp-find-shell):
27299 * progmodes/ada-mode.el (ada-create-case-exception)
27300 (ada-create-case-exception-substring, ada-make-subprogram-body):
27301 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27302 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27303 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27304 * textmodes/org.el (org-promote, org-evaluate-time-range)
27305 (org-agenda-next-date-line, org-agenda-previous-date-line)
27306 (org-agenda-error, org-open-at-point, org-table-move-row)
27307 (org-format-table-table-html-using-table-generate-source)
27308 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27309 * textmodes/reftex.el (reftex-access-scan-info):
27310 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27311 (reftex-toc-promote-prepare): Follow error conventions.
27312
27313 * diff-mode.el (diff-mode): Fix typo in docstring.
27314
27315 * forms.el (forms--intuit-from-file): Fix reference to
27316 `forms-number-of-fields' in error message.
27317 (forms-print): Fix quoting in error message.
27318
27319 * forms.el (forms-mode):
27320 * emulation/vi.el (vi-goto-insert-state):
27321 * progmodes/flymake.el (flymake-new-err-info)
27322 (flymake-start-syntax-check-for-current-buffer)
27323 (flymake-simple-cleanup):
27324 * eshell/esh-var.el (eshell/export):
27325 * progmodes/gud.el (xdb):
27326 * textmodes/flyspell.el (flyspell-incorrect-hook)
27327 (flyspell-maybe-correct-transposition)
27328 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27329
273302005-06-13 Luc Teirlinck <teirllm@auburn.edu>
27331
27332 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27333 minibuffer prompt.
27334
273352005-06-13 Kim F. Storm <storm@cua.dk>
27336
27337 * subr.el (add-to-ordered-list): New defun.
27338
27339 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27340 add cua--keymap-alist to emulation-mode-map-alists.
27341
273422005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
27343
27344 * subr.el (complete-in-turn): New macro.
27345 (dynamic-completion-table, lazy-completion-table): Add debug info.
27346
27347 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27348 in preference to face aliases.
27349
27350 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27351 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27352 Remove unused vars `start' and `firstline'.
27353 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27354 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27355
273562005-06-13 Eli Zaretskii <eliz@gnu.org>
27357
27358 * cus-start.el (all): Don't complain about missing GTK-related
27359 variables, unless either `gtk' is boundp or this isn't a
27360 `windows-nt' build.
27361
273622005-06-13 Lute Kamstra <lute@gnu.org>
27363
27364 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27365 run-mode-hooks.
27366
27367 * ediff-mult.el (ediff-meta-mode):
27368 * ediff-util.el (ediff-mode): Use run-mode-hooks.
27369
27370 * ledit.el (ledit-mode): Use delay-mode-hooks.
27371
27372 * woman.el (woman-mode-line-format): Delete constant.
27373 (woman-mode-map): Initialize it properly.
27374 (woman-mode): Set mode-class property to special.
27375 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
27376 Set major-mode and mode-name. Don't set mode-line-format directly.
27377 (Man-getpage-in-background): Don't reference woman-mode-line-format.
27378
27379 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27380 string argument obsolete.
27381
273822005-06-13 Carsten Dominik <dominik@science.uva.nl>
27383
27384 * textmodes/org.el (org-CUA-compatible): New option.
27385 (org-disputed-keys): New variable.
27386 (org-key): New function.
27387 (orgtbl-make-binding): Add docstring to the created function.
27388 (org-mode): Set paragraph start/separate regexps.
27389 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27390 (org-archive-location, org-archive-mark-done)
27391 (org-archive-stamp-time): New options.
27392 (org-archive-subtree): New command.
27393 (org-fill-paragraph): New function.
27394 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27395 (org-fake-empty-table-line): Function removed.
27396 (org-format-org-table-html): Do not create empty table lines at
27397 separator lines. Improved table header treatment.
27398 (org-link-format): New option.
27399 (org-make-link): New function.
27400 (org-insert-link, org-store-link): Use org-make-link.
27401 (org-open-file): Quote file name for shell command, to allow
27402 spaces in file names.
27403 (org-link-regexp): Fix bug with mailto link.
27404 (org-link-maybe-angles-regexp, org-protected-link-regexp):
27405 New constants.
27406 (org-export-as-html): Deal with the optional angles around a link.
27407 Better treatment of file: links.
27408 (org-open-at-point): Replace @{ and @} with < and >.
27409 (org-run-mode-hooks): Function removed.
27410 (org-agenda-mode): No longer use `org-run-mode-hooks'.
27411
274122005-06-13 Nick Roberts <nickrob@snap.net.nz>
27413
27414 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27415 MI command -data-list-register-values.
27416 (gdb-post-prompt): Indent properly.
27417
274182005-06-13 Juanma Barranquero <lekktu@gmail.com>
27419
27420 * hilit-chg.el (highlight-changes-colors): Rename from
27421 `highlight-changes-colours'.
27422 (highlight-changes-colours): Keep as obsolete alias.
27423 (highlight-changes-face-list): Doc fix.
27424 (hilit-chg-make-list): Use `highlight-changes-colors'.
27425
274262005-06-12 Mark A. Hershberger <mah@everybody.org>
27427
27428 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27429 defun-prompt-regexp.
27430
274312005-06-12 Eli Zaretskii <eliz@gnu.org>
27432
27433 * loadup.el: Don't say we are dumping under 2 names on windows-nt
27434 and cygwin.
27435
27436 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27437 Don't use an old loaddefs.el, as in Makefile.in.
27438
274392005-06-12 Lute Kamstra <lute@gnu.org>
27440
27441 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27442
27443 * man.el (Man-mode-map): Initialize it properly.
27444 (Man-mode): Set mode-class property to special.
27445
27446 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27447
274482005-06-11 Luc Teirlinck <teirllm@auburn.edu>
27449
27450 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27451 A newline is needed in the docstring there.
27452
27453 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27454 Doc fixes.
27455
274562005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27457
27458 * printing.el: Doc fix. The menubar is no more changed when printing
27459 is loaded, it only changes when pr-menu-bind or pr-update-menus is
27460 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
27461 (pr-version): New version number (6.8.4).
27462 (pr-menu-bind): New command.
27463 (pr-update-menus): Docstring and code fix.
27464 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27465 Docstring fix.
27466 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27467 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27468
274692005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
27470
27471 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27472 "Returns" to "return", document useful return values, etc.
27473
274742005-06-11 Alan Mackenzie <acm@muc.de>
27475
27476 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27477 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27478 (adaptive-file-function): Minor amendment to doc-string.
27479
274802005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27481
27482 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27483 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27484 Fix :type--it is `integer', not `string'.
27485
27486 * faces.el (modeline-highlight): Rename from (the erroneous)
27487 `modeline-higilight'.
27488
274892005-06-11 Lute Kamstra <lute@gnu.org>
27490
27491 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27492 lisp-interaction-mode-map but make it the parent.
27493 (edebug-eval-mode): Use define-derived-mode.
27494
274952005-06-11 Andreas Schwab <schwab@suse.de>
27496
27497 * bindings.el: Add binding of `ESC functionkey' for every
27498 `M-functionkey'.
27499 * hexl.el (hexl-mode-map): Likewise.
27500
275012005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
27502
27503 * progmodes/compile.el (compilation-error-regexp-alist-alist)
27504 [msft]: update regexp for newer msft compilers.
27505
275062005-06-10 Mark A. Hershberger <mah@everybody.org>
27507
27508 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27509 ATTLIST portions of included DTDs.
27510 (xml-parse-dtd): Eliminate use of inefficient match-data.
27511
275122005-06-10 Miles Bader <miles@gnu.org>
27513
27514 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27515 (mpuz-text): Remove "-face" suffix from face names.
27516 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27517 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27518 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27519
27520 * play/gomoku.el (gomoku-O, gomoku-X):
27521 Remove "-face" suffix from face names.
27522 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27523 New backward-compatibility aliases for renamed faces.
27524 (gomoku-font-lock-keywords): Use renamed gomoku faces.
27525
275262005-06-10 Juanma Barranquero <lekktu@gmail.com>
27527
27528 * thumbs.el: Fixes for changes of 2005-06-09.
27529 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27530 as a directory.
27531 (thumbs-thumbname): Remove directory separator from format string;
27532 `thumbs-thumbsdir' now returns a valid directory name.
27533 (thumbs-temp-dir): New defsubst.
27534 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27535 Use it.
27536
27537 * cus-edit.el (minibuffer):
27538 * files.el (make-backup-file-name-function):
27539 * filesets.el (filesets-external-viewers):
27540 * hilit-chg.el (highlight-changes-colours)
27541 (highlight-changes-face-list, highlight-changes-rotate-faces):
27542 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27543 * kmacro.el (kmacro-call-macro):
27544 * log-edit.el (log-edit-changelog-full-paragraphs):
27545 * mouse.el (mouse-1-click-follows-link):
27546 * skeleton.el (skeleton-autowrap):
27547 * subr.el (insert-for-yank-1):
27548 * tempo.el (tempo-insert-region):
27549 * terminal.el (terminal-emulator):
27550 * time.el (display-time-mail-face):
27551 * vc.el (vc-annotate):
27552 * vcursor.el (vcursor-copy-line):
27553 * woman.el (woman-bold-headings, woman-ignore)
27554 (woman-default-faces, woman-monochrome-faces):
27555 * calendar/todo-mode.el (todo-insert-threshold):
27556 * emulation/pc-select.el (pc-select-selection-keys-only)
27557 (pc-selection-mode):
27558 * emulation/vip.el (vip-find-char-forward):
27559 * emulation/viper-cmd.el (viper-find-char-forward):
27560 * international/mule-cmds.el
27561 (select-safe-coding-system-accept-default-p)
27562 (input-method-exit-on-invalid-key):
27563 * international/mule-diag.el (describe-coding-system):
27564 * international/ucs-tables.el (unify-8859-on-encoding-mode):
27565 * net/browse-url.el (browse-url-xterm-program):
27566 * obsolete/lazy-lock.el (lazy-lock-mode):
27567 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27568 (cperl-mode):
27569 * progmodes/cpp.el (cpp-face-light-name-list)
27570 (cpp-face-dark-name-list):
27571 * progmodes/delphi.el (delphi-newline-always-indents):
27572 Fix spellings in docstrings.
27573
27574 * ido.el (ido-mode, ido-file-extensions-order)
27575 (ido-default-file-method, ido-default-buffer-method)
27576 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27577 (ido-decorations, ido-read-file-name-as-directory-commands)
27578 (ido-read-file-name-non-ido, ido-work-directory-list)
27579 (ido-ignore-item-temp-list, ido-current-directory)
27580 (ido-magic-forward-char, ido-enter-find-file)
27581 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27582 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27583
275842005-06-10 Lute Kamstra <lute@gnu.org>
27585
27586 * play/dunnet.el (dun-mode): Use define-derived-mode.
27587 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
27588 obsolete alias.
27589
27590 * play/doctor.el (doctor-mode-map): Remove defvar.
27591 (doctor-mode): Use define-derived-mode.
27592
27593 * mail/mspools.el (mspools-mode):
27594 * net/eudc-hotlist.el (eudc-hotlist-mode):
27595 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27596
275972005-06-10 Miles Bader <miles@gnu.org>
27598
27599 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27600 Remove "-face" suffix from face names.
27601 (flyspell-incorrect-face, flyspell-duplicate-face):
27602 New backward-compatibility aliases for renamed faces.
27603 (flyspell-mode-on, make-flyspell-overlay)
27604 (flyspell-highlight-incorrect-region)
27605 (flyspell-highlight-duplicate-region)
27606 (flyspell-display-next-corrections)
27607 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27608
27609 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27610 from face name.
27611 (texinfo-heading-face): New backward-compatibility alias for
27612 renamed face.
27613 (texinfo-heading-face): Use renamed texinfo-heading face.
27614
27615 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27616 suffix from face names.
27617 (tex-math-face, tex-verbatim-face):
27618 New backward-compatibility aliases for renamed faces.
27619 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27620 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27621 literal face name.
27622
27623 * textmodes/table.el (table-cell): Remove "-face" suffix from face
27624 name.
27625 (table-cell-face): New backward-compatibility alias for renamed face.
27626 (table--put-cell-face-property, table--update-cell-face):
27627 Use renamed table-cell face.
27628
27629 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27630 from face name.
27631 (sgml-namespace-face): New backward-compatibility alias for
27632 renamed face.
27633 (sgml-namespace-face): Use renamed sgml-namespace face.
27634
27635 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27636 (org-level-4, org-level-5, org-level-6, org-level-7)
27637 (org-level-8, org-warning, org-headline-done)
27638 (org-deadline-announce, org-scheduled-today)
27639 (org-scheduled-previously, org-link, org-done, org-table)
27640 (org-time-grid): Remove "-face" suffix from face names.
27641 (org-level-1-face, org-level-2-face, org-level-3-face)
27642 (org-level-4-face, org-level-5-face, org-level-6-face)
27643 (org-level-7-face, org-level-8-face, org-warning-face)
27644 (org-headline-done-face, org-deadline-announce-face)
27645 (org-scheduled-today-face, org-scheduled-previously-face)
27646 (org-link-face, org-done-face, org-table-face)
27647 (org-time-grid-face):
27648 New backward-compatibility aliases for renamed faces.
27649 (org-level-faces, org-set-font-lock-defaults, org-timeline)
27650 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27651 (org-agenda-get-timestamps, org-agenda-get-scheduled)
27652 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27653
27654 * emulation/viper-init.el (viper-search, viper-replace-overlay)
27655 (viper-minibuffer-emacs, viper-minibuffer-insert)
27656 (viper-minibuffer-vi): Remove "-face" suffix from face names.
27657 (viper-search-face, viper-replace-overlay-face)
27658 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27659 (viper-minibuffer-vi-face):
27660 New backward-compatibility aliases for renamed faces.
27661 (viper-search-face, viper-replace-overlay-face)
27662 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27663 (viper-minibuffer-vi-face): Use renamed viper faces.
27664
27665 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27666 Remove "-face" suffix from face names.
27667 (testcover-nohits-face, testcover-1value-face):
27668 New backward-compatibility aliases for renamed faces.
27669 (testcover-mark): Use renamed testcover faces.
27670
27671 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27672 face name.
27673 (diary-button-face): New backward-compatibility alias for renamed face.
27674 (diary-entry): Use renamed diary-button face.
27675
27676 * calendar/calendar.el (diary, calendar-today, holiday)
27677 (mark-visible-calendar-date): Remove "-face" suffix from face names.
27678 (diary-face, calendar-today-face, holiday-face):
27679 New backward-compatibility aliases for renamed faces.
27680 (eval-after-load "facemenu", diary-entry-marker)
27681 (calendar-today-marker, calendar-holiday-marker, diary-face):
27682 Use renamed calendar faces.
27683
27684 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27685 (compare-windows-face): New backward-compatibility alias for
27686 renamed face.
27687 (compare-windows-highlight): Use renamed compare-windows face.
27688
27689 * strokes.el (strokes-char): Remove "-face" suffix from face name.
27690 (strokes-char-face): New backward-compatibility alias for renamed face.
27691 (strokes-encode-buffer): Use renamed strokes-char face.
27692
27693 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27694 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27695 Remove "-face" suffix from face names.
27696 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27697 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27698 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27699 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27700 Use renamed pcvs faces.
27701 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27702 * pcvs-defs.el (cvs-mode-map): Likewise.
27703 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27704
27705 * info.el (info-title-1, info-title-2, info-title-3)
27706 (info-title-4): Remove "-face" suffix from and downcase face names.
27707 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27708 (Info-title-4-face):
27709 New backward-compatibility aliases for renamed faces.
27710 (Info-fontify-node): Use renamed info faces.
27711
27712 * hilit-chg.el (highlight-changes, highlight-changes-delete):
27713 Remove "-face" suffix from face names.
27714 (highlight-changes-face, highlight-changes-delete-face):
27715 New backward-compatibility aliases for renamed faces.
27716 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27717 (hilit-chg-make-list): Use renamed highlight-changes faces.
27718
27719 * generic-x.el (show-tabs-tab, show-tabs-space):
27720 Remove "-face" suffix from face names.
27721 (show-tabs-tab-face, show-tabs-space-face):
27722 New backward-compatibility aliases for renamed faces.
27723 (show-tabs-generic-mode-font-lock-defaults-1)
27724 (show-tabs-generic-mode-font-lock-defaults-2):
27725 Use renamed show-tabs faces.
27726
27727 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27728 (smerge-markers): Remove "-face" suffix from face names.
27729 (smerge-mine-face, smerge-other-face, smerge-base-face)
27730 (smerge-markers-face):
27731 New backward-compatibility aliases for renamed faces.
27732 (smerge-mine-face, smerge-other-face, smerge-base-face)
27733 (smerge-markers-face): Use renamed smerge faces.
27734
27735 * log-view.el (log-view-file, log-view-message): Remove "-face"
27736 suffix from face names.
27737 (log-view-file-face, log-view-message-face):
27738 New backward-compatibility aliases for renamed faces.
27739 (log-view-file-face, log-view-message-face): Use renamed log-view
27740 faces.
27741
27742 * paren.el (show-paren-match, show-paren-mismatch):
27743 Remove "-face" suffix from face names.
27744 (show-paren-match-face, show-paren-mismatch-face):
27745 New backward-compatibility aliases for renamed faces.
27746 (show-paren-function): Use renamed show-paren faces.
27747
27748 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27749 (ruler-mode-margins, ruler-mode-fringes)
27750 (ruler-mode-column-number, ruler-mode-fill-column)
27751 (ruler-mode-comment-column, ruler-mode-goal-column)
27752 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
27753 suffix from face names.
27754 (ruler-mode-default-face, ruler-mode-pad-face)
27755 (ruler-mode-margins-face, ruler-mode-fringes-face)
27756 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27757 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27758 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27759 New backward-compatibility aliases for renamed faces.
27760 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
27761 (ruler-mode-column-number, ruler-mode-fill-column)
27762 (ruler-mode-comment-column, ruler-mode-goal-column)
27763 (ruler-mode-tab-stop, ruler-mode-current-column)
27764 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
27765 faces.
27766
27767 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
27768 face name.
27769 (whitespace-highlight-the-space): Use renamed face.
27770 (whitespace-highlight-face): New backward-compatibility alias for
27771 renamed face.
27772
27773 * woman.el (woman-italic, woman-bold, woman-unknown)
27774 (woman-addition, woman-symbol-face):
27775 Remove "-face" suffix from face names.
27776 (woman-italic-face, woman-bold-face, woman-unknown-face)
27777 (woman-addition-face):
27778 New backward-compatibility aliases for renamed faces.
27779 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
27780 (woman-decode-region, woman-replace-match)
27781 (woman-display-extended-fonts, woman-special-characters)
27782 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
27783 Use renamed woman faces.
27784
27785 * longlines.el (longlines-visible-face): Face removed.
27786
27787 * diff-mode.el (diff-header, diff-file-header, diff-index)
27788 (diff-hunk-header, diff-removed, diff-added, diff-changed)
27789 (diff-function, diff-context, diff-nonexistent): Remove "-face"
27790 suffix from face names.
27791 (diff-header-face, diff-file-header-face, diff-index-face)
27792 (diff-hunk-header-face, diff-removed-face, diff-added-face)
27793 (diff-changed-face, diff-function-face, diff-context-face)
27794 (diff-nonexistent-face): New backward-compatibility aliases for
27795 renamed faces.
27796 (diff-header-face, diff-file-header-face)
27797 (diff-index, diff-index-face, diff-hunk-header)
27798 (diff-hunk-header-face, diff-removed, diff-removed-face)
27799 (diff-added, diff-added-face, diff-changed-face, diff-function)
27800 (diff-function-face, diff-context-face, diff-nonexistent)
27801 (diff-nonexistent-face): Use renamed diff-mode faces.
27802
27803 * progmodes/compile.el (compilation-warning-face)
27804 (compilation-info-face): Remove "-face" suffix from face names.
27805 (compilation-warning-face, compilation-info-face):
27806 New backward-compatibility aliases for renamed faces.
27807 (compilation-warning-face, compilation-info-face):
27808 Use renamed compilation faces.
27809
27810 * add-log.el (change-log-date, change-log-name)
27811 (change-log-email, change-log-file, change-log-list)
27812 (change-log-conditionals, change-log-function)
27813 (change-log-acknowledgement): Remove "-face" suffix from face names.
27814 (change-log-date-face, change-log-name-face)
27815 (change-log-email-face, change-log-file-face)
27816 (change-log-list-face, change-log-conditionals-face)
27817 (change-log-function-face, change-log-acknowledgement-face):
27818 New backward-compatibility aliases for renamed faces.
27819 (change-log-font-lock-keywords): Use renamed change-log faces.
27820
27821 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
27822 (custom-set, custom-changed, custom-saved, custom-button)
27823 (custom-button-pressed, custom-documentation, custom-state)
27824 (custom-comment, custom-comment-tag, custom-variable-tag)
27825 (custom-variable-button, custom-face-tag, custom-group-tag-1)
27826 (custom-group-tag): Remove "-face" suffix from face names.
27827 (custom-magic-alist, custom-magic-value-create)
27828 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
27829 (custom-invalid-face, custom-rogue-face, custom-modified-face)
27830 (custom-set-face, custom-changed-face, custom-saved-face)
27831 (custom-button-face, custom-button-pressed-face)
27832 (custom-documentation-face, custom-state-face)
27833 (custom-comment-face, custom-comment-tag-face)
27834 (custom-variable-tag-face, custom-variable-button-face)
27835 (custom-face-tag-face, custom-group-tag-face-1)
27836 (custom-group-tag-face):
27837 New backward-compatibility aliases for renamed faces.
27838
27839 * wid-edit.el (widget-documentation, widget-button)
27840 (widget-field, widget-single-line-field, widget-inactive)
27841 (widget-button-pressed): "-face" suffix removed from face names.
27842 (widget-documentation-face, widget-button-face)
27843 (widget-field-face, widget-single-line-field-face)
27844 (widget-inactive-face, widget-button-pressed-face):
27845 New backward-compatibility aliases for renamed faces.
27846 (widget-documentation-face, widget-button-face)
27847 (widget-button-pressed-face, widget-specify-field)
27848 (widget-specify-inactive): Use renamed widget faces.
27849
278502005-06-10 Kenichi Handa <handa@m17n.org>
27851
27852 * term/x-win.el (x-clipboard-yank): Remove condition-case
27853 wrapping.
27854
278552005-06-11 Kenichi Handa <handa@m17n.org>
27856
27857 * add-log.el (change-log-font-lock-keywords): Make the regexp for
27858 date lines stricter.
27859
278602005-06-10 Zhang Wei <id.brep@gmail.com>
27861
27862 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27863 of x-get-selection.
27864
278652005-06-10 Juanma Barranquero <lekktu@gmail.com>
27866
27867 * comint.el (comint-mode, comint-snapshot-last-prompt):
27868 * frame.el (frame-current-scroll-bars):
27869 * term.el (term-mode, term-check-proc, term-input-sender)
27870 (term-simple-send, term-extract-string, term-word)
27871 (term-match-partial-filename):
27872 * window.el (window-current-scroll-bars):
27873 * emulation/cua-base.el (cua-normal-cursor-color)
27874 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
27875 (cua-global-mark-cursor-color):
27876 * mail/undigest.el (rmail-forward-separator-regex):
27877 Fix typos in docstrings.
27878
27879 * comint.el (comint-check-proc, make-comint-in-buffer)
27880 (comint-source-default): Doc fixes.
27881
27882 * term.el (term-send-string): Improve argument/docstring consistency.
27883
278842005-06-09 Luc Teirlinck <teirllm@auburn.edu>
27885
27886 * comint.el (comint-send-input): Bind `inhibit-read-only' around
27887 call to `delete-region'.
27888 (comint-mode-hook): Do not enable Font Lock by default.
27889
278902005-06-09 Lute Kamstra <lute@gnu.org>
27891
27892 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
27893 could be void.
27894
278952005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
27896
27897 * emacs-lisp/debug.el (debugger-will-be-back): New var.
27898 (debug): Use it.
27899 (debugger-step-through, debugger-continue, debugger-jump)
27900 (debugger-return-value): Set it when needed.
27901 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
27902 Use inhibit-read-only.
27903
279042005-06-09 Juanma Barranquero <lekktu@gmail.com>
27905
27906 * window.el (shrink-window-if-larger-than-buffer)
27907 (window-size-fixed): Fix typo in docstring.
27908
27909 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
27910 thumbnails directory on loading.
27911 (thumbs-conversion-program): Use `eq' to check the system type,
27912 not `equal'.
27913 (thumbs-temp-dir): Initialize to `temporary-file-directory',
27914 not "/tmp". Fix docstring.
27915 (thumbs-thumbsdir): New function to return the thumbnails
27916 directory, creating it if needed.
27917 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
27918 (thumbs-temp-file): Delete variable and make it into a function.
27919 (thumbs-resize-image, thumbs-modify-image): Use it.
27920 (thumbs-kill-buffer): Simplify.
27921 (thumbs-gensym): Defalias or duplicate CL `gensym'.
27922 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
27923 docstrings.
27924
279252005-06-09 Kim F. Storm <storm@cua.dk>
27926
27927 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
27928 set-match-data to free markers in match-data.
27929
27930 * replace.el (replace-match-data): Pass RESEAT arg `t' to
27931 match-data to unchain markers in match-data.
27932
279332005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
27934
27935 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
27936 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
27937 unnecessary now.
27938
279392005-06-08 Richard M. Stallman <rms@gnu.org>
27940
27941 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
27942 give the variable a doc string that doesn't say don't set it directly.
27943
27944 * textmodes/ispell.el (ispell-check-version):
27945 Use match-string-no-properties.
27946 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
27947 (ispell-buffer-local-words): Likewise.
27948
27949 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
27950 except on terminals with enough colors to really display it.
27951 (makefile-dependency-regex): Delete spurious `bb'.
27952
27953 * faces.el (escape-glyph): Use blue once again in last case.
27954 (no-break-space): Redefine so that it isn't invisible on a tty.
27955
279562005-06-08 Kim F. Storm <storm@cua.dk>
27957
27958 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
27959 also when reading directory name.
27960
279612005-06-08 Lute Kamstra <lute@gnu.org>
27962
27963 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
27964 (flyspell-mode-line-string): Remove autoload cookie.
27965 (flyspell-mode): Remove defvar.
27966
279672005-06-07 Lute Kamstra <lute@gnu.org>
27968
27969 * textmodes/org.el (org-run-mode-hooks): New function.
27970 (org-agenda-mode): Use it.
27971
279722005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
27973
27974 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
27975
279762005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
27977
27978 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
27979
279802005-06-06 Luc Teirlinck <teirllm@auburn.edu>
27981
27982 * font-lock.el (font-lock-add-keywords): Doc fix.
27983
279842005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
27985
27986 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
27987 (tex-compile-default): In the absence of any history, use the order in
27988 tex-compile-alist to choose the preferred command.
27989 (tex-compile-commands): Reorder a bit.
27990
27991 * textmodes/flyspell.el (flyspell-auto-correct-binding)
27992 (flyspell-incorrect-face, flyspell-duplicate-face):
27993 Use (X)Emacs-agnostic code.
27994 (flyspell-mode-map): Don't overwrite at each load. Remove code
27995 redundant with the subsequent add-minor-mode. Merge Emacs and
27996 XEmacs code.
27997 (flyspell-word): Minor simplification.
27998 (flyspell-math-tex-command-p): Quieten the byte-compiler.
27999 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28000 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28001 Merge the corresponding Emacs code.
28002 (flyspell-correct-word, flyspell-xemacs-popup):
28003 Use flyspell-do-correct.
28004
28005 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28006 a dedicated window.
28007
28008 * international/latexenc.el (latexenc-find-file-coding-system):
28009 Undo part of last patch, to turn off a compiler warning.
28010
280112005-06-06 Juri Linkov <juri@jurta.org>
28012
28013 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28014 Rename `tmm-inactive-face' to `tmm-inactive'.
28015
280162005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28017
28018 * iswitchb.el: Rename faces.
28019
280202005-06-06 Kim F. Storm <storm@cua.dk>
28021
28022 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28023 (cua-global-mark): Remove -face suffix from face names.
28024
28025 * emulation/cua-gmrk.el (cua--init-global-mark):
28026 Remove cua-global-mark face setup.
28027
280282005-06-06 Richard M. Stallman <rms@gnu.org>
28029
28030 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28031 just like other allowed characters.
28032 (makefile-match-dependency): Exclude leading and training whitespace
28033 from the range of regexp subexp 1.
28034 (makefile-macroassign-regex): Don't try to match the body,
28035 just the name of the macro being defined.
28036
28037 * info.el (Info-read-node-name-2): New function.
28038 (Info-read-node-name-1): Use that.
28039 Add a completion-base-size-function property.
28040
28041 * simple.el (completion-setup-function): Look for
28042 completion-base-size-function property of minibuffer-completion-table.
28043
28044 * files.el (locate-file-completion): Doc fix.
28045
28046 * printing.el: Don't call pr-update-menus; user must do that.
28047
28048 * emacs-lisp/debug.el (debugger-window): New variable.
28049 (debug): Use debugger-window if it is set and still alive.
28050 Record debugger-window for next entry.
28051
28052 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28053
280542005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28055
28056 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28057 (hack-one-local-variable, hack-local-variables)
28058 (hack-local-variables-prop-line): Pass that arg.
28059
280602005-06-06 Kim F. Storm <storm@cua.dk>
28061
28062 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28063 (ido-indicator): Remove -face suffix from face names.
28064
280652005-06-06 Juri Linkov <juri@jurta.org>
28066
28067 * font-lock.el (font-lock-regexp-backslash)
28068 (font-lock-regexp-backslash-construct): New faces.
28069 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28070 after `('. Add `while-no-input' to control structures.
28071
28072 * faces.el (no-break-space, shadow): New faces.
28073 (escape-glyph): Use less loud colors pink2 and red4.
28074
28075 * diff-mode.el (diff-context-face)
28076 * dired.el (dired-ignored)
28077 * rfn-eshadow.el (file-name-shadow)
28078 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28079
28080 * info.el (Info-title-1-face): Use green instead of yellow because
28081 bold yellow is not readable on light backgrounds.
28082
28083 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28084 before selecting the desired mode to not spend time fontifying
28085 old contents.
28086
280872005-06-06 Juanma Barranquero <lekktu@gmail.com>
28088
28089 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28090 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28091
28092 * ps-print.el (ps-default-fg, ps-default-bg):
28093 Fix typos in docstrings.
28094
28095 * isearchb.el (isearchb): Don't pass a spurious second argument to
28096 `iswitchb-completions'.
28097
280982005-06-05 Nick Roberts <nickrob@snap.net.nz>
28099
28100 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28101 to preserve point.
28102 (gdb-find-file-hook): Add doc string.
28103
28104 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28105 C dereferenced pointer expression.
28106 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28107
28108 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28109
28110 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28111 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28112 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28113 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28114 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28115 Make background transparent.
28116
281172005-06-04 Luc Teirlinck <teirllm@auburn.edu>
28118
28119 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
28120 (font-lock-remove-keywords): Doc fix.
28121 (font-lock-mode-major-mode): Compiler defvar.
28122 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28123
28124 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28125 (font-lock-mode): Update `font-lock-mode-major-mode'.
28126 (font-lock-set-defaults): Compiler defvar.
28127 (font-lock-default-function): Take `font-lock-mode-major-mode'
28128 into account.
28129
28130 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28131 keep track of which major mode it enabled the minor mode for.
28132 Use find-file-hook again. Update docstring.
28133
28134 * simple.el (eval-expression-print-level)
28135 (eval-expression-print-length, eval-expression-debug-on-error):
28136 Doc fixes.
28137
281382005-06-04 Matt Hodges <MPHodges@member.fsf.org>
28139
28140 * iswitchb.el (iswitchb-single-match-face)
28141 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28142 (iswitchb-invalid-regexp-face): New faces.
28143 (iswitchb-completions): Use them.
28144 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28145 now marked as an obsolete alias.
28146 (iswitchb-read-buffer): Remove check for bound font variables.
28147 (iswitchb-invalid-regexp): New free variable.
28148 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28149 set iswitchb-invalid-regexp.
28150 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28151 invalid regexps.
28152 (iswitchb-completions): Add check for complete match when entering
28153 a regexp.
28154 (iswitchb-completions): Remove require-match argument.
28155 (iswitchb-exhibit): Fix caller.
28156 (iswitchb-common-match-inserted): New variable.
28157 (iswitchb-complete, iswitchb-completion-help): Use it.
28158
281592005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
28160
28161 * url-http.el (url-http-chunked-encoding-after-change-function):
28162 Use `url-http-debug' instead of `message'.
28163
281642005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
28165
28166 * url-http.el (url-http-parse-headers): Pass redirected URL as a
28167 callback argument.
28168
281692005-06-04 Kim F. Storm <storm@cua.dk>
28170
28171 * simple.el (line-move): Only call sit-for when moving backwards.
28172
28173 * ido.el (ido-make-merged-file-list-1): New defun split from
28174 ido-make-merged-file-list.
28175 (ido-make-merged-file-list): Bind throw-on-input around call to
28176 ido-make-merged-file-list-1. Return input-pending-p if
28177 interrupted by more input available.
28178 (ido-read-internal): Handle input-pending-p return value from
28179 ido-make-merged-file-list.
28180
281812005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
28182
28183 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28184 compatibility code.
28185
28186 * international/latexenc.el (latexenc-find-file-coding-system):
28187 Don't inherit the EOL part of the coding-system from the
28188 tex-main buffer. Fit within 80 columns.
28189
281902005-06-03 Matt Hodges <MPHodges@member.fsf.org>
28191
28192 * tmm.el (tmm-inactive-face): New face.
28193 (tmm-remove-inactive-mouse-face): New function.
28194 (tmm-prompt, tmm-add-one-shortcut)
28195 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28196 but not selectable.
28197
281982005-06-03 Juanma Barranquero <lekktu@gmail.com>
28199
28200 * faces.el (face-equal): Improve argument/docstring consistency.
28201
282022005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
28203
28204 * progmodes/make-mode.el (makefile-targets-face)
28205 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28206 (makefile-bsdmake-dependency-regex)
28207 (makefile-makepp-rule-action-regex)
28208 (makefile-bsdmake-rule-action-regex): New constants.
28209 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28210
28211 * progmodes/compile.el (compilation-error-regexp-alist-alist):
28212 Allow (...) within `...' for makepp messages.
28213
282142005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
28215
28216 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28217
28218 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28219 "." files are deleted from all file lists before comparison.
28220
28221 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28222 (viper-ESC-key): Made them customizable.
28223
28224 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28225
282262005-06-01 Luc Teirlinck <teirllm@auburn.edu>
28227
28228 * autorevert.el (auto-revert-buffers): Use save-match-data.
28229
282302005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
28231
28232 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28233 menu items with a nil command binding.
28234
282352005-06-01 Juanma Barranquero <lekktu@gmail.com>
28236
28237 * emacs-lisp/cl-macs.el (defsetf):
28238 Improve argument/docstring consistency.
28239
28240 * faces.el (list-faces-display): Improve the formatting by
28241 computing the maximum length required for any face-name (reworked
28242 patch of 1999-01-11, accidentally deleted on 1999-07-21).
28243 (internal-find-face): Remove redundant info in docstring.
28244
282452005-06-01 Nick Roberts <nickrob@snap.net.nz>
28246
28247 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28248 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28249 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28250 (gdb-assembler-custom): Improve regexps.
28251 (def-gdb-auto-update-handler): Use window point to preserve point.
28252
282532005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
28254
28255 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28256
282572005-05-31 Jay Belanger <belanger@truman.edu>
28258
28259 * calc/calc-embed.el (calc-embedded-word): Change argument passed
28260 to calc-embedded.
28261 (calc-embedded-make-info): Have plain prefix argument select
28262 entire line.
28263
282642005-05-31 Juanma Barranquero <lekktu@gmail.com>
28265
28266 * faces.el (list-faces-display): Signal error if passed a regexp
28267 that matches no face name.
28268
28269 * simple.el (filter-buffer-substring): Fix typo in docstring.
28270
282712005-05-31 Richard M. Stallman <rms@gnu.org>
28272
28273 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28274 (vhdl-emacs-21): Doc fix.
28275 (vhdl-mode): Unconditionally set comment-padding.
28276 (vhdl-fixup-whitespace-region): Insert spaces only where
28277 there are none.
28278 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28279
282802005-05-30 John Wiegley <johnw@newartisans.com>
28281
28282 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28283 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28284 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28285 `directory-sep-char' to ?/, and all uses of `string-to-int' to
28286 `string-to-number'.
28287
282882005-05-30 Jay Belanger <belanger@truman.edu>
28289
28290 * calc/calc.el (calc-bug-address): Fix docstring.
28291 (calc-window-hook, calc-trail-window-hook): New variables.
28292 (calc-trail-display): Restore use of calc-trail-window-hook.
28293 (calc): Restore use of calc-window-hook.
28294
282952005-05-31 Masatake YAMATO <jet@gyve.org>
28296
28297 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28298
28299 * help-fns.el (help-C-file-name): Add autoload mark for
28300 `find-function-noselect'.
28301
283022005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
28303
28304 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28305 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28306
283072005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28308
28309 * calendar/diary-lib.el (mark-included-diary-files): Only kill
28310 included diary buffer if it was not already being visited.
28311 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28312
28313 * calendar/icalendar.el (top-level): Do not require appt.
28314
28315 * mail/supercite.el (sc-select-attribution): Only use a list
28316 element from sc-attrib-selection-list if it returns a string.
28317 Reported by Davide G. M. Salvetti <salve@debian.org>.
28318
283192005-05-30 Juanma Barranquero <lekktu@gmail.com>
28320
28321 * thumbs.el (thumbs-thumbname): The resulting thumbname now
28322 includes a hash value to improve its uniqueness, and has a ".jpg"
28323 extension. Also, it is now a valid filename on all systems.
28324 (thumbs-make-thumb): Use `let', not `let*'.
28325 (thumbs-show-thumbs-list): Check for JPEG availability.
28326
283272005-05-30 Richard M. Stallman <rms@gnu.org>
28328
28329 * filesets.el (filesets-menu-ensure-use-cached):
28330 Prevent warning when emacs-version>= is undefined.
28331
28332 * printing.el (pr-interactive-n-up): Use string-to-number.
28333
28334 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28335
28336 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28337 Warn only when name to be defined is quoted.
28338
283392005-05-30 Nick Roberts <nickrob@snap.net.nz>
28340
28341 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28342 Make regexp more robust.
28343 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28344 Force regeneration of disassembly.
28345
283462005-05-29 Jay Belanger <belanger@truman.edu>
28347
28348 * calc/calc.el (calc-user-invocation): Check if
28349 calc-invocation-macro is non-nil.
28350
283512005-05-29 Juri Linkov <juri@jurta.org>
28352
28353 * add-log.el (change-log-font-lock-keywords):
28354 Add `+' to e-mail regexp to accept mail address with keywords.
28355
28356 * man.el (Man-name-regexp): Add `:' to accept qualified names.
28357
283582005-05-29 Luc Teirlinck <teirllm@auburn.edu>
28359
28360 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28361
28362 * ielm.el (inferior-emacs-lisp-mode): Ditto.
28363
283642005-05-29 Richard M. Stallman <rms@gnu.org>
28365
28366 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28367 Undo the change that moves to end of the current word.
28368
283692005-05-29 Nick Roberts <nickrob@snap.net.nz>
28370
28371 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28372 Throw error when count <= 0 to ensure input is a number.
28373 (gdb-read-memory-custom): Pick up address from buffer.
28374 (gdb-memory-mode): Allow user to increment and decrement
28375 memory address from header line.
28376
283772005-05-29 Richard M. Stallman <rms@gnu.org>
28378
28379 * flyspell.el (flyspell-version): Function deleted.
28380 (flyspell-auto-correct-previous-hook): Doc fix.
28381
28382 * jit-lock.el (jit-lock-function, jit-lock-after-change):
28383 Do nothing if memory is full.
28384
28385 * font-lock.el (font-lock-fontify-syntactically-region):
28386 Pass t for GREEDY to looking-back.
28387
28388 * saveplace.el (save-place-alist-to-file): Write the file
28389 using write-region.
28390
28391 * subr.el (looking-back): New argument GREEDY.
28392
28393 * progmodes/compile.el (compilation-start): Set the mode
28394 before inserting the initial text.
28395
28396 * progmodes/which-func.el (which-func-update-1): Turn the mode
28397 off in case of error by setting which-func-mode.
28398
283992005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
28400
28401 * flyspell.el (flyspell-auto-correct-previous-word):
28402 Narrow down to what's on the screen, and recenter overlays
28403 at the end of the next word.
28404
284052005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
28406
28407 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28408 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28409 (flyspell-abbrev-p): Default to nil.
28410 (flyspell-use-global-abbrev-table-p): Doc fix.
28411 (flyspell-large-region): Allow nil as value.
28412 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28413
28414 (mail-mode-flyspell-verify): More robust handling
28415 of `mail-header-separator'. More efficient signature detection.
28416 Allow for regexp metacharacters in message-header-separator.
28417 Adding `To' not to be checked in mail-mode-flyspell-verify.
28418
28419 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28420 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28421 Bind flyspell-auto-correct-binding.
28422 Bind C-. and C-, .
28423 (flyspell-mode-map): Likewise.
28424 (flyspell-mode): Doc fix.
28425 (flyspell-accept-buffer-local-defs): Preserve current buffer.
28426 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28427 (flyspell-word-cache-result): New var, always local.
28428 (flyspell-check-pre-word-p): Doc fix.
28429 (flyspell-check-changed-word-p): Handle spc like newline.
28430 (flyspell-post-command-hook): Set flyspell-word-cache-result.
28431 (flyspell-word-search-backward, flyspell-word-search-forward):
28432 New functions.
28433 (flyspell-word): Return t if nothing to check.
28434 When parsing TeX code, check for after } or \.
28435 Use flyspell-word-search-backward to find previous word.
28436 Return nil if duplicated word.
28437 For word already checked, return same value as last time.
28438 Set flyspell-word-cache-result after checking.
28439 Don't clobber the return value.
28440 (flyspell-get-word): Major rewrite.
28441 (flyspell-external-point-words): New locals pword, pcount.
28442 Fix size used in progress message.
28443 Find the proper corresponding word in flyspell-large-region-buffer.
28444 (flyspell-region): Check for flyspell-large-region = nil.
28445 (flyspell-highlight-incorrect-region): Clean up overlays in region.
28446 (flyspell-auto-correct-word): Check that WORD is a cons.
28447 (flyspell-correct-word): Likewise.
28448
284492005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
28450
28451 * progmodes/make-mode.el (makefile-rule-action-regex)
28452 (makefile-macroassign-regex, makefile-makepp-mode)
28453 (makefile-bsdmake-mode): Continuation lines may be empty.
28454 Reported by Joshua Varner.
28455 (makefile-makepp-font-lock-keywords): Add $(stem).
28456
284572005-05-28 Karl Berry <karl@gnu.org>
28458
28459 * textmodes/tex-mode.el: Now that tex-send-command calls
28460 shell-quote-argument (2005-03-31 change), remove all calls to
28461 shell-quote-argument; they all end up invoking tex-send-command.
28462 The double quoting loses on filenames with non-safe characters,
28463 such as "@". Reported by Frederik Fouvry.
28464
284652005-05-29 Nick Roberts <nickrob@snap.net.nz>
28466
28467 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28468 about preserving point.
28469
284702005-05-27 Jay Belanger <belanger@truman.edu>
28471
28472 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28473 Info-goto-node.
28474
28475 * calc/calc-embed.el (calc-embed-arg): New variable.
28476 (calc-do-embedded-activate, calc-embedded-activate-formula)
28477 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28478 variable by new variable.
28479 (calc-embedded-make-info): Replace undeclared variable by new
28480 variable. When selecting region with positive prefix
28481 argument, use end of previous line instead of beginning of line.
28482
28483 * calc/calc-aent.el (calc-arg-values): Declare it.
28484
28485 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28486 Declare them.
28487
28488 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28489
28490 * calc/calc.el (calc-alg-map): Declare it.
28491
28492 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28493
284942005-05-28 Nick Roberts <nickrob@snap.net.nz>
28495
28496 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28497 (gdb-registers-buffer, toggle-gdb-all-registers):
28498 Toggle display of floating point registers.
28499 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28500
28501 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
28502 (toggle-gud-tooltip-dereference):
28503 Rename from gud-toggle-tooltip-dereference.
28504
285052005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
28506
28507 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28508
285092005-05-27 Jay Belanger <belanger@truman.edu>
28510
28511 * calc/calc-prog.el (calc-kbd-report): Remove.
28512 (calc-kbd-query): Rewrite.
28513
285142005-05-27 Juanma Barranquero <lekktu@gmail.com>
28515
28516 * image.el (image-library-alist): Move to image.c.
28517 (image-type-available-p): Doc fix.
28518
285192005-05-27 Lute Kamstra <lute@gnu.org>
28520
28521 * calc/calc.el (calc):
28522 * outline.el (outline-1, outline-2, outline-3, outline-4)
28523 (outline-5, outline-6, outline-7, outline-8):
28524 * textmodes/dns-mode.el (dns-mode):
28525 * textmodes/sgml-mode.el (sgml-namespace-face):
28526 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28527 (tex-verbatim-face, tex-use-reftex):
28528 * textmodes/texinfo.el (texinfo-heading-face):
28529 Specify customization group.
28530
28531 * longlines.el: Don't require easy-mmode.
28532 (longlines-visible-face): Specify customization group.
28533
285342005-05-27 Kenichi Handa <handa@m17n.org>
28535
28536 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28537 encoding table of windows-1251.
28538
28539 * international/ucs-tables.el (ucs-set-table-for-input):
28540 If translation-table-for-input of a coding system is a symbol, get
28541 its translation-table property.
28542
28543 * international/code-pages.el: Don't register a coding system into
28544 non-iso-charset-alist more than once.
28545 (cp-make-coding-system): Likewise.
28546
285472005-05-26 John Wiegley <johnw@newartisans.com>
28548
28549 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28550 `eshell-resume-eval' is wrapped in a list, it indicates that the
28551 command was run asynchronously. In that case, unwrap the value
28552 before checking the delimiter value.
28553
28554 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28555 character before a space at the end of a line is \, assume the space
28556 is part of the last argument rather than a final argument separator.
28557
28558 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28559 is in use, and the target is `t' or `nil' (which are the most common
28560 values), don't assume that the symbol target is a buffer.
28561
285622005-05-26 Luc Teirlinck <teirllm@auburn.edu>
28563
28564 * calendar/calendar.el (calendar-mode-line-format):
28565 Use mode-line-highlight as mouse-face.
28566
28567 * time.el (display-time-string-forms, display-time-update):
28568 Use mode-line-highlight as mouse-face.
28569
285702005-05-26 Jay Belanger <belanger@truman.edu>
28571
28572 * calc/calc.el (calc-language-alist): Remove extra defvar.
28573
285742005-05-26 Lute Kamstra <lute@gnu.org>
28575
28576 * arc-mode.el (archive-mode):
28577 * bookmark.el (bookmark-read-annotation-mode)
28578 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28579 * bs.el (bs-mode):
28580 * calc/calc-yank.el (calc-edit-mode):
28581 * calc/calc.el (calc-mode, calc-trail-mode):
28582 * calculator.el (calculator-mode):
28583 * chistory.el (command-history-mode):
28584 * comint.el:
28585 * cus-edit.el (custom-mode):
28586 * descr-text.el (describe-text-mode):
28587 * ebuff-menu.el (Electric-buffer-menu-mode):
28588 * ediff-util.el (ediff-mode):
28589 * emacs-lisp/re-builder.el (reb-mode):
28590 * emulation/vi.el (vi-mode-setup):
28591 * emulation/ws-mode.el (wordstar-mode):
28592 * eshell/esh-mode.el (eshell-mode):
28593 * forms.el (forms-mode):
28594 * help-mode.el (help-mode):
28595 * hexl.el (hexl-mode):
28596 * ibuffer.el (ibuffer-mode):
28597 * ielm.el (inferior-emacs-lisp-mode):
28598 * info.el (Info-mode, Info-edit-mode):
28599 * international/swedish.el:
28600 * ledit.el (ledit-from-lisp-mode):
28601 * locate.el (locate-mode):
28602 * mail/rmail.el (rmail-mode):
28603 * mail/rmailedit.el (rmail-edit-mode):
28604 * mail/rmailsum.el (rmail-summary-mode):
28605 * mail/supercite.el (sc-electric-mode):
28606 * net/eudc.el (eudc-mode):
28607 * net/quickurl.el (quickurl-list-mode):
28608 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28609 * obsolete/ooutline.el (outline-mode):
28610 * obsolete/options.el (Edit-options-mode):
28611 * obsolete/rnews.el (news-mode):
28612 * obsolete/rnewspost.el (news-reply-mode):
28613 * play/5x5.el (5x5-mode):
28614 * play/decipher.el (decipher-mode, decipher-stats-mode):
28615 * play/gomoku.el (gomoku-mode):
28616 * play/snake.el (snake-mode):
28617 * play/solitaire.el (solitaire-mode):
28618 * play/tetris.el (tetris-mode):
28619 * progmodes/ada-mode.el (ada-mode):
28620 * progmodes/antlr-mode.el (antlr-mode):
28621 * progmodes/autoconf.el (autoconf-mode):
28622 * progmodes/dcl-mode.el (dcl-mode):
28623 * progmodes/delphi.el (delphi-mode):
28624 * progmodes/ebrowse.el (ebrowse-tree-mode)
28625 (ebrowse-electric-list-mode, ebrowse-member-mode)
28626 (ebrowse-electric-position-mode):
28627 * progmodes/f90.el (f90-mode):
28628 * progmodes/fortran.el (fortran-mode):
28629 * progmodes/icon.el (icon-mode):
28630 * progmodes/idlw-help.el (idlwave-help-mode):
28631 * progmodes/idlw-shell.el (idlwave-shell-mode):
28632 * progmodes/idlwave.el (idlwave-mode):
28633 * progmodes/inf-lisp.el (inferior-lisp-mode):
28634 * progmodes/m4-mode.el (m4-mode):
28635 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28636 * progmodes/modula2.el (modula-2-mode):
28637 * progmodes/octave-inf.el (inferior-octave-mode):
28638 * progmodes/octave-mod.el (octave-mode):
28639 * progmodes/pascal.el (pascal-mode):
28640 * progmodes/sh-script.el (sh-mode):
28641 * progmodes/sql.el (sql-mode, sql-interactive-mode):
28642 * progmodes/vhdl-mode.el (vhdl-mode):
28643 * progmodes/xscheme.el (scheme-interaction-mode):
28644 * replace.el (occur-mode):
28645 * ses.el (ses-mode):
28646 * simple.el (completion-list-mode):
28647 * skeleton.el:
28648 * speedbar.el (speedbar-mode):
28649 * term.el (term-mode):
28650 * terminal.el (terminal-edit-mode):
28651 * textmodes/reftex-index.el (reftex-index-mode)
28652 (reftex-index-phrases-mode):
28653 * textmodes/reftex-sel.el (reftex-select-label-mode)
28654 (reftex-select-bib-mode):
28655 * textmodes/reftex-toc.el (reftex-toc-mode):
28656 * wdired.el (wdired-change-to-wdired-mode):
28657 * wid-browse.el (widget-browse-mode):
28658 Use run-mode-hooks.
28659
28660 * array.el (array-mode):
28661 * calendar/todo-mode.el (todo-mode):
28662 * man.el (Man-mode):
28663 * play/landmark.el (lm-mode):
28664 * play/mpuz.el (mpuz-mode):
28665 Use kill-all-local-variables and run-mode-hooks.
28666
28667 * subr.el (delay-mode-hooks): Specify indentation.
28668
286692005-05-26 Mark A. Hershberger <mah@everybody.org>
28670
28671 * xml.el (xml-substitute-special): Don't die for undefined xml
28672 entities.
28673
286742005-05-26 Jay Belanger <belanger@truman.edu>
28675
28676 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28677 of nil.
28678
286792005-05-27 Nick Roberts <nickrob@snap.net.nz>
28680
28681 * progmodes/gdb-ui.el (gdb-frame-address):
28682 Rename from gdb-current-address.
28683 (gdb-previous-frame-address): Rename from gdb-previous-address.
28684 (gdb-selected-frame): Rename from gdb-current-frame.
28685 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28686 (gdb-frame-number): Rename from gdb-current-stack-level.
28687 (gdb-ann3): Match new mode-name for disassembly buffer.
28688 Extend initialization of variables.
28689 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28690 (gdb-memory-mode): Use mouse-face in header line.
28691 (gdb-assembler-buffer-name): Call it disassembly and give frame
28692 in mode line.
28693 (gdb-source-spec-regexp, gdb-assembler-custom)
28694 (gdb-invalidate-assembler, gdb-frame-handler):
28695 Make robust to leading zeroes in address format.
28696
286972005-05-26 Carsten Dominik <dominik@science.uva.nl>
28698
28699 * textmodes/org.el (org-mode): Use `define-derived-mode' to
28700 define `org-mode'.
28701 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28702
287032005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
28704
28705 * log-edit.el (log-edit-changelog-entries): Distinguish between
28706 filenames like xfns.c and fns.c.
28707
287082005-05-25 Luc Teirlinck <teirllm@auburn.edu>
28709
28710 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28711 point after reverting.
28712 (Buffer-menu-make-sort-button): Handle the case where
28713 `Buffer-menu-use-header-line' is nil.
28714
287152005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
28716
28717 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28718 New funcs. In minibuffer-local-completion-map bind `]', `/'
28719 and `:' to them.
28720
287212005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
28722
28723 * startup.el (normal-top-level): Allow modification of load-path while
28724 we're iterating over it.
28725
287262005-05-25 Juanma Barranquero <lekktu@gmail.com>
28727
28728 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28729 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28730 (thumbs-resize-interactive, thumbs-insert-image)
28731 (thumbs-insert-thumb, thumbs-dired-show-marked)
28732 (thumbs-find-image-at-point, thumbs-delete-images)
28733 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28734 (thumbs-increment-image-size, thumbs-decrement-image-size):
28735 Fix typos in docstrings.
28736
287372005-05-24 Andre Spiegel <spiegel@gnu.org>
28738
28739 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28740 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28741 (cperl-mode): Use them.
28742
287432005-05-24 Juanma Barranquero <lekktu@gmail.com>
28744
28745 * window.el (quit-window, shrink-window-if-larger-than-buffer):
28746 Doc fixes.
28747
287482005-05-24 Nick Roberts <nickrob@snap.net.nz>
28749
28750 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28751 Bind C-d to gdb-inferior-io-eof.
28752
28753 * dired.el (dired-dnd-popup-notice): Use message-box.
28754
287552005-05-23 Masatake YAMATO <jet@gyve.org>
28756
28757 * bindings.el (mode-line-major-mode-keymap):
28758 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28759
28760 * faces.el (mode-line-highlight): New face.
28761
28762 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
28763 as mouse-face.
28764
28765 * bindings.el (top-level, help-echo, mode-line-modified)
28766 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
28767 as mouse-face.
28768
287692005-05-23 Juanma Barranquero <lekktu@gmail.com>
28770
28771 * progmodes/cc-engine.el (c-guess-basic-syntax):
28772 Remove spurious call to `zerop'.
28773
28774 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
28775
287762005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
28777
28778 CC Mode update to 5.30.10:
28779
28780 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
28781 could go past the limit in decoration level 2, thereby causing
28782 errors during interactive fontification.
28783
28784 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
28785 the file is evaluated interactively.
28786
28787 * cc-engine.el (c-guess-basic-syntax): Handle operator
28788 declarations somewhat better in C++.
28789
28790 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
28791 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28792 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
28793 (awk-mode): Use it.
28794 (make-local-hook): Suppress warning about obsoleteness.
28795
28796 * cc-engine.el, cc-align.el, cc-cmds.el
28797 (c-append-backslashes-forward, c-delete-backslashes-forward)
28798 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
28799 Compensate for return value from `forward-line' when it has moved
28800 but not to a different line due to eob.
28801
28802 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
28803 `objc-method-intro' and `objc-method-args-cont'.
28804
288052005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
28806
28807 CC Mode update to 5.30.10:
28808
28809 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
28810 in the copyright statement. Incidentally, change "along with GNU
28811 Emacs" to "along with this program" where it occurs.
28812
28813 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
28814 so that it is interactive, hence can be found by M-x awk-mode
28815 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
28816 <gmorris+emacs@ast.cam.ac.uk>.
28817
28818 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
28819 Mode's regexps.
28820
288212005-05-23 Kevin Ryde <user42@zip.com.au>
28822
28823 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
28824 c-parse-state, to avoid a lisp error (on bad code).
28825
288262005-05-23 Lute Kamstra <lute@gnu.org>
28827
28828 * subr.el (font-lock-defaults): Remove defvar as it's already
28829 defined in font-core.el.
28830
28831 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
28832
288332005-05-23 Nick Roberts <nickrob@snap.net.nz>
28834
28835 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
28836 more general and work when GDB variable "print pretty" is on,
28837 as with Emacs, for example.
28838
288392005-05-22 Luc Teirlinck <teirllm@auburn.edu>
28840
28841 * font-core.el: Update comment.
28842
28843 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28844 Use `after-change-major-mode-hook' instead of `find-file-hook'.
28845
28846 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28847
288482005-05-22 Eli Zaretskii <eliz@gnu.org>
28849
28850 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28851 and `yank-handler' in the doc strings.
28852
288532005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
28854
28855 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
28856
288572005-05-22 Richard M. Stallman <rms@gnu.org>
28858
28859 * help.el (describe-key): Move print-help-return-message call
28860 out of conditional.
28861
28862 * progmodes/etags.el (list-tags): Use with-no-warnings.
28863
28864 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28865 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28866 (starttls-extra-args, starttls-extra-arguments): Add defvars.
28867
28868 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28869
28870 * language/viet-util.el (viet-viscii-nonascii-translation-table):
28871 Add defvar.
28872
28873 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
28874 Use defvar, not defconst.
28875
28876 * hexl.el (hexl-follow-line): Use with-no-warnings.
28877
28878 * emulation/tpu-extras.el: Use write-file-functions instead of
28879 write-file-hooks.
28880
28881 * dired.el (dired-font-lock-keywords): Fontify files with junk
28882 extensions even if marked by -F.
28883
288842005-05-22 Juanma Barranquero <lekktu@gmail.com>
28885
28886 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
28887 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
28888 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
28889 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
28890 (concatenate, list-length, get*, getf, cl-remprop):
28891 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
28892 (etypecase, progv, lexical-let, lexical-let*)
28893 (multiple-value-bind, multiple-value-setq, shiftf):
28894 Improve argument/docstring consistency.
28895
28896 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
28897
288982005-05-22 Andre Spiegel <spiegel@gnu.org>
28899
28900 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
28901 doesn't exist.
28902
28903 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
28904 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
28905
289062005-05-22 Nick Roberts <nickrob@snap.net.nz>
28907
28908 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
28909 already deleted variables: auto-fill-hook, blink-paren-hook,
28910 lisp-indent-hook, inhibit-local-variables, unread-command-event,
28911 suspend-hooks, comment-indent-hook, meta-flag,
28912 before-change-function, after-change-function,
28913 font-lock-doc-string-face.
28914
289152005-05-21 Luc Teirlinck <teirllm@auburn.edu>
28916
28917 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
28918
289192005-05-21 Eli Zaretskii <eliz@gnu.org>
28920
28921 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
28922 rmail-dont-reply-to.
28923
289242005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28925
28926 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
28927 literal blank when splitting new-header-values.
28928
289292005-05-21 Matt Hodges <MPHodges@member.fsf.org>
28930
28931 * calendar/cal-menu.el (cal-menu-update): Add separator as a
28932 string so that tmm doesn't create a completion entry for it.
28933
28934 * textmodes/table.el (table-disable-menu): Ditto.
28935
289362005-05-21 Richard M. Stallman <rms@gnu.org>
28937
28938 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
28939
28940 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
28941
28942 * net/rcompile.el (remote-compile): Use compilation-start.
28943
28944 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
28945
289462005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
28947
28948 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
28949 Default to makefile-bsdmake-mode on BSD systems.
28950
28951 * imenu.el (imenu-generic-expression, imenu--generic-function'):
28952 REGEXP may also be a search function now. The part of doc-string
28953 for describing the structure was 95% identical to that of
28954 `imenu--generic-function'. Unify it there.
28955
28956 * progmodes/make-mode.el (makefile-imenu-generic-expression):
28957 Use function to find dependencies, because regexp alone is so complex,
28958 it easily goes into an endless loop.
28959 (makefile-makepp-mode): Also add submenu for Perl functions
28960 defined in the makefile.
28961 (makefile-bsdmake-mode): Special imenu-generic-expression no
28962 longer needed, due to function call.
28963 (makefile-match-dependency): Take BOUND into account when checking
28964 if we're through.
28965
289662005-05-20 Jay Belanger <belanger@truman.edu>
28967
28968 * calc/calc-units.el (calc-invalidate-units-table):
28969 Use inhibit-read-only.
28970 (math-build-units-table-buffer): Use view-mode.
28971
289722005-05-20 David Kastrup <dak@gnu.org>
28973
28974 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
28975 easy-menu-add is not a nop on Emacs; and clarify when to call it.
28976
289772005-05-20 Lute Kamstra <lute@gnu.org>
28978
28979 * diff-mode.el (diff-header-face, diff-file-header-face)
28980 (diff-index-face, diff-hunk-header-face, diff-removed-face)
28981 (diff-added-face, diff-changed-face, diff-function-face)
28982 (diff-context-face, diff-nonexistent-face): Put them in the
28983 diff-mode customization group.
28984
289852005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
28986
28987 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
28988
28989 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
28990
28991 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
28992 Minor regexp-optimization.
28993
289942005-05-20 Carsten Dominik <dominik@science.uva.nl>
28995
28996 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
28997 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
28998 (org-agenda-add-time-grid-maybe): New function.
28999 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29000 (org-table-create): `dotimes' instead of `mapcar'.
29001 (org-xor): Simplify implementation.
29002 (org-agenda): `inhibit-redisplay' turned on.
29003 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29004 a consistent line after a state change.
29005 (org-agenda-remove-times-when-in-prefix): New option.
29006 (org-prefix-has-time): New variable.
29007 (org-parse-time-string): Optional argument NODEFAULT.
29008 (org-format-agenda-item): Parse items for time-of-day
29009 specifications and move these into the prefix if possible.
29010 (org-agenda-priority): Get current heading, not previous heading
29011 during agenda remote editing.
29012
290132005-05-20 Juanma Barranquero <lekktu@gmail.com>
29014
29015 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29016 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29017 (remove-duplicates, delete-duplicates, substitute)
29018 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29019 (nsubstitute-if-not, find, find-if, find-if-not, position)
29020 (position-if, position-if-not, count, count-if, count-if-not)
29021 (mismatch, search, sort*, stable-sort, merge, member*)
29022 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29023 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29024 (intersection, nintersection, set-difference, nset-difference)
29025 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29026 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29027 (nsublis, tree-equal): Improve argument/docstring consistency.
29028
29029 * subr.el (send-string, send-region): Remove obsolescence declaration.
29030 (window-dot, set-window-dot, read-input, show-buffer)
29031 (eval-current-buffer, string-to-int):
29032 Add release number to obsolescence declarations.
29033
290342005-05-19 Kim F. Storm <storm@cua.dk>
29035
29036 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29037 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29038
290392005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29040
29041 * faces.el (list-faces-display): Make back button respect optional
29042 regexp arg.
29043
290442005-05-19 Juanma Barranquero <lekktu@gmail.com>
29045
29046 * calculator.el (calculator-radix-grouping-mode)
29047 (calculator-radix-grouping-digits, calculator-displayer)
29048 (calculator-radix-grouping-separator, calculator-copy-displayer):
29049 * dabbrev.el (dabbrev-search-these-buffers-only):
29050 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29051 (diff-advance-after-apply-hunk, diff-mode-hook)
29052 (diff-minor-mode-prefix):
29053 * imenu.el (imenu-use-popup-menu):
29054 * jit-lock.el (jit-lock-context-time):
29055 * newcomment.el (comment-fill-column, comment-column)
29056 (comment-style, comment-padding, comment-multi-line)
29057 (comment-empty-lines, comment-auto-fill-only-comments):
29058 * reveal.el (reveal-around-mark):
29059 * uniquify.el (uniquify-buffer-name-style)
29060 (uniquify-after-kill-buffer-p)
29061 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29062 (uniquify-min-dir-content, uniquify-separator)
29063 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29064 * w32-vars.el (w32-fixed-font-alist):
29065 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29066 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29067 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29068 * progmodes/perl-mode.el (perl-indent-level)
29069 (perl-continued-statement-offset, perl-continued-brace-offset)
29070 (perl-brace-offset, perl-brace-imaginary-offset)
29071 (perl-label-offset, perl-indent-continued-arguments)
29072 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29073 * progmodes/tcl.el (tcl-indent-level)
29074 (tcl-continued-indent-level, tcl-auto-newline)
29075 (tcl-tab-always-indent, tcl-electric-hash-style)
29076 (tcl-help-directory-list, tcl-use-smart-word-finder)
29077 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29078 (inferior-tcl-source-command):
29079 * textmodes/fill.el (enable-kinsoku):
29080 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29081 * textmodes/table.el (table-yank-handler):
29082 Specify missing group (and type, if simple) in defcustom.
29083
290842005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29085
29086 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29087
290882005-05-19 Richard M. Stallman <rms@gnu.org>
29089
29090 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29091
29092 * subr.el (event-basic-type): Don't get an error.
29093 (left-fringe-p): Function deleted.
29094
29095 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29096 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29097
29098 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29099 in recursive copy.
29100
29101 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29102
29103 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29104
29105 * emacs-lisp/bytecomp.el
29106 (byte-compile-file-form-custom-declare-variable):
29107 Call byte-compile-nogroup-warn if appropriate.
29108
29109 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29110 (compilation-set-window): Don't call left-fringe-p; do it directly.
29111
291122005-05-19 Jay Belanger <belanger@truman.edu>
29113
29114 * calc/calc-graph.el (calc-graph-format-data): Make sure
29115 var-PlotRejects is bound before trying to check its value.
29116
291172005-05-19 Carsten Dominik <dominik@science.uva.nl>
29118
29119 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29120 definition of this variable from reftex-global.el to reftex.el,
29121 because it is needed in the menu.
29122
291232005-05-19 Lute Kamstra <lute@gnu.org>
29124
29125 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29126 years are fixed. Don't insert a space after a dash.
29127
291282005-05-19 Kim F. Storm <storm@cua.dk>
29129
29130 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29131
291322005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
29133
29134 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29135 strings, because (eq ... ?\\) is fairly frequent.
29136
29137 * progmodes/make-mode.el (makefile-add-this-line-targets):
29138 Simplify and integrate into `makefile-pickup-targets'.
29139 (makefile-add-this-line-macro): Simplify and integrate into
29140 `makefile-pickup-macros.
29141 (makefile-pickup-filenames-as-targets): Simplify.
29142 (makefile-previous-dependency, makefile-match-dependency):
29143 Don't stumble over `::'.
29144
291452005-05-19 Nick Roberts <nickrob@snap.net.nz>
29146
29147 * subr.el (post-command-idle-hook, post-command-idle-delay):
29148 Remove obsoletion of post-command-idle-hook and
29149 post-command-idle-delay.
29150
29151 * faces.el (list-faces-display): Provide button when describe-face
29152 is called to take user back to the list of faces.
29153
29154 * help-fns.el (describe-variable): Remove hyperlinks in a
29155 variable's value as these are quite frequently inappropriate.
29156
29157 * follow.el (follow-submit-feedback, follow-mode):
29158 Remove references to post-command-idle-hook.
29159
291602005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
29161
29162 * progmodes/make-mode.el (makefile-previous-dependency)
29163 (makefile-match-dependency): Check for := (and in bsd mode also
29164 !=) to give a better result, even when font-lock is not on.
29165
291662005-05-18 Jay Belanger <belanger@truman.edu>
29167
29168 * calc/calc-help.el (calc-s-prefix-help):
29169 Add `calc-copy-special-constant' to help string.
29170
291712005-05-18 Luc Teirlinck <teirllm@auburn.edu>
29172
29173 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29174
291752005-05-18 Jay Belanger <belanger@truman.edu>
29176
29177 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29178 in linear factors are in proper order.
29179
291802005-05-18 Carsten Dominik <dominik@science.uva.nl>
29181
29182 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29183 Support for jurabib.
29184
29185 * textmodes/reftex.el (featurep): Define aliases for overlay
29186 commands, for XEmacs compatibility, and use these aliases in
29187 overlay initializations.
29188 (reftex-highlight): Use `reftex-move-overlay'.
29189 (reftex-unhighlight): Use `reftex-delete-overlay'.
29190 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
29191 (reftex-access-search-path): Use `reftex-uniquify' instead of
1a408ced 29192 `reftex-uniq'.
6fee106e
KS
29193
29194 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29195 `before-string' property modification enables for Emacs as well.
29196 (reftex-select-item): Use `reftex-delete-overlay'.
29197 (reftex-select-mark): Use `reftex-make-overlay' and
29198 `reftex-overlay-put'.
29199 (reftex-select-unmark): Use `reftex-delete-overlay' and
29200 `reftex-overlay-put'.
29201
292022005-05-18 Lute Kamstra <lute@gnu.org>
29203
29204 * emacs-lisp/lisp.el (check-parens): Fix docstring.
29205
292062005-05-18 Juanma Barranquero <lekktu@gmail.com>
29207
29208 * add-log.el (add-change-log-entry):
29209 * array.el (array-make-template, array-reconfigure-rows)
29210 (array-init-max-row, array-init-max-column)
29211 (array-init-columns-per-line, array-init-field-width):
29212 * replace.el (replace-match-maybe-edit, perform-replace):
29213 * textmodes/spell.el (spell-region):
29214 Replace `read-input' by `read-string'.
29215
29216 * forms.el (forms-mode):
29217 * finder.el (finder-compile-keywords):
29218 * shadowfile.el (shadow-read-files):
29219 Replace `eval-current-buffer' by `eval-buffer'.
29220
29221 * terminal.el (te-pass-through):
29222 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29223 (ange-ftp-raw-send-cmd):
29224 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29225 (send-process-next-char, telnet-initial-filter, telnet):
29226 Replace `send-string' by `process-send-string'.
29227
29228 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29229 (prolog-consult-region): Replace `send-string' by
29230 `process-send-string'; replace `send-region' by `process-send-region'.
29231
29232 * progmodes/delphi.el (delphi-log-msg):
29233 Replace `set-window-dot' by `set-window-point'.
29234
29235 * subr.el (window-dot, set-window-dot, read-input, send-string)
29236 (send-region, show-buffer, eval-current-buffer):
29237 Make really obsolete, as the comment says.
29238
292392005-05-17 Kim F. Storm <storm@cua.dk>
29240
29241 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29242 (cua--init-keymaps): Bind C-return instead of S-return to set
29243 rectangle mark.
29244
29245 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29246 instead of S-return to toggle/clear rectangle mark.
29247
292482005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
29249
29250 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29251 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29252 Also fontify plain strings assigned to variables, mostly so that a
29253 colon has a face and is thus not taken as a dependency separator.
29254 (makefile-previous-dependency): Inline the new matcher, because it
29255 is too complex to work in both directions.
29256 (makefile-match-dependency): Eliminate `backward' arg (see above).
29257 Completely reimplemented so as to not sometimes go into an endless
29258 loop. It should also be more efficient, because first it only
29259 searches for `:', instead of applying the very complex regexp.
29260 (makefile-mode): Cancel `font-lock-support-mode', because blocks
29261 to be fontified in one piece can be too long for JIT.
29262 Makefiles are never *that* big.
29263
292642005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
29265
29266 * dired.el (dired-mode): Simplify.
29267
292682005-05-17 Lute Kamstra <lute@gnu.org>
29269
29270 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29271 defcustom for the mode hook variable.
29272
29273 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29274 Emacs Lisp Reference Manual.
29275
292762005-05-17 Juanma Barranquero <lekktu@gmail.com>
29277
29278 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29279 (evenp, list*):
29280 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29281 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29282
29283 * net/tramp-smb.el (tramp-smb-open-connection):
29284 Pass `tramp-chunksize' as fifth (required) argument.
29285
292862005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
29287
29288 * font-lock.el (lisp-font-lock-keywords-1):
29289 Set `font-lock-negation-char-face' for [^...] char group.
29290 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29291
29292 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29293 a var, and refine it to mask one more level of nested vars.
29294 (makefile-rule-action-regex): Turn it into a var, and refine it so
29295 it recognizes backslashed continuation lines as belonging to the
29296 same command.
29297 (makefile-macroassign-regex): Refine it so it recognizes
29298 backslashed continuation lines as belonging to the same command.
29299 (makefile-var-use-regex): Don't look at the next char, because it
29300 might be the same one to be skipped by the initial [^$], leading
29301 to an overlooked variable use.
29302 (makefile-make-font-lock-keywords): Remove two parameters, which
29303 are now variables that some of the modes set locally.
29304 Handle dependency and rule action matching through functions, because
29305 regexps alone match too often. Dependency matching now comes
29306 last, so it can check, whether a colon already matched something else.
29307 (makefile-mode): Inform that font-lock improves makefile parsing
29308 capabilities.
29309 (makefile-match-dependency, makefile-match-action): New functions.
29310
293112005-05-16 Juanma Barranquero <lekktu@gmail.com>
29312
29313 * emacs-lisp/cl-extra.el (equalp): Doc fix.
29314
29315 * align.el (align-regexp):
29316 * ansi-color.el (ansi-color-get-face):
29317 * array.el (array-reconfigure-rows, array-init-max-row)
29318 (array-init-max-column, array-init-columns-per-line)
29319 (array-init-field-width):
29320 * dired-aux.el (dired-trample-file-versions):
29321 * dired-x.el (dired-mark-sexp):
29322 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29323 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29324 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29325 * faces.el (face-read-integer):
29326 * files.el (backup-extract-version, insert-directory):
29327 * hexl.el (hexl-insert-decimal-char):
29328 * server.el (server-process-filter):
29329 * shell.el (shell-extract-num):
29330 * startup.el (command-line-1):
29331 * term.el (term-command-hook):
29332 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29333 (time-stamp-do-number):
29334 * time.el (display-time-update):
29335 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29336 (timezone-fix-time):
29337 * vms-patch.el (vms-suspend-resume-hook):
29338 * calendar/appt.el (appt-convert-time):
29339 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29340 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29341 * calendar/cal-islam.el (mark-islamic-diary-entries):
29342 * calendar/calendar.el (calendar-cursor-to-date)
29343 (calendar-star-date):
29344 * calendar/diary-lib.el (diary-attrtype-convert)
29345 (mark-diary-entries, diary-entry-time):
29346 * calendar/solar.el (solar-get-number):
29347 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29348 * emacs-lisp/re-builder.el (reb-display-subexp):
29349 * emulation/edt.el (edt-set-scroll-margins):
29350 * emulation/tpu-extras.el (tpu-set-scroll-margins):
29351 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29352 (vip-get-ex-count):
29353 * emulation/viper-ex.el (viper-get-ex-token)
29354 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29355 * international/fontset.el (fontset-plain-name):
29356 * mail/feedmail.el (feedmail-look-at-queue-directory):
29357 * mail/mailalias.el (mail-get-names):
29358 * mail/rmail.el (rmail-convert-to-babyl-format):
29359 * mail/rmailsum.el (rmail-make-basic-summary-line)
29360 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29361 (rmail-summary-goto-msg):
29362 * mail/smtpmail.el (smtpmail-read-response):
29363 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29364 (ange-ftp-vms-add-file-entry):
29365 * play/gametree.el (gametree-looking-at-ply)
29366 (gametree-current-branch-score):
29367 * progmodes/ada-xref.el (ada-prj-find-prj-file)
29368 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29369 * progmodes/cperl-mode.el (condition-case):
29370 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29371 (ebrowse-set-member-buffer-column-width)
29372 (ebrowse-select-1st-to-9nth):
29373 * progmodes/etags.el (etags-snarf-tag):
29374 * progmodes/flymake.el (flymake-parse-line):
29375 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29376 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29377 (idlwave-shell-menu-def):
29378 * progmodes/ps-mode.el (ps-run-goto-error):
29379 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29380 (vhdl-speedbar-contract-level):
29381 * term/mac-win.el (x-handle-numeric-switch):
29382 * term/sun-mouse.el (sun-get-frame-data):
29383 * term/w32-win.el (x-handle-numeric-switch):
29384 * term/x-win.el (x-handle-numeric-switch):
29385 * textmodes/ispell.el (ispell-parse-output):
29386 * textmodes/nroff-mode.el (nroff-outline-level):
29387 * textmodes/reftex-cite.el (reftex-bib-sort-year)
29388 (reftex-bib-sort-year-reverse, reftex-format-citation):
29389 * textmodes/reftex-parse.el (reftex-init-section-numbers)
29390 (reftex-section-number):
29391 * textmodes/texinfmt.el (texinfo-paragraphindent):
29392 Replace `string-to-int' by `string-to-number'.
29393
29394 * international/latexenc.el: Add page marker to force the "Local
29395 Variables:" string out of the last page.
29396
293972005-05-16 Nick Roberts <nickrob@snap.net.nz>
29398
29399 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29400 tooltip-change-major-mode.
29401 (gud-tooltip-print-command): Remove case where gud-minor-mode
29402 is gdb ("--fullname").
29403 (gud-tooltip-tips): Turn GUD tooltips off for this case and
29404 explain to user.
29405
294062005-05-16 Jay Belanger <belanger@truman.edu>
29407
29408 * calc/calc-store.el (calc-copy-special-constant): New function.
29409
29410 * calc/calc-ext.el (calc-init-extensions): Add binding for
29411 `calc-copy-special-constant'.
29412
29413 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29414 for the `calc-copy-special-constant' command.
29415
294162005-05-16 Nick Roberts <nickrob@snap.net.nz>
29417
29418 * subr.el (left-fringe-p): New function.
29419
29420 * progmodes/compile.el (compilation-setup): Set local value of
29421 overlay-arrow-string to "" always.
29422 (compilation-set-window): Left fringe then don't scroll.
29423 No left fringe then no arrow and scroll message to top.
29424 (compilation-context-lines): Adjust doc string accordingly.
29425
294262005-05-16 Kim F. Storm <storm@cua.dk>
29427
29428 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29429 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29430 (ido-wide-find-dir-or-delete-dir): New command for M-d.
29431 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
29432 (ido-read-file-name): Handle commands with ido property value
29433 equal to find-file as reading a file name, to allow C-d to enter dired.
29434 (ibuffer-find-file): Add ido property with value find-file.
29435
294362005-05-15 Kim F. Storm <storm@cua.dk>
29437
29438 * subr.el (open-network-stream-nowait): Remove.
29439 (open-network-stream-server): Remove.
29440
294412005-05-15 Richard M. Stallman <rms@gnu.org>
29442
29443 * faces.el (describe-face): Output a definition link button.
29444
29445 * help-mode.el (help-face-def): New button type.
29446
29447 * emacs-lisp/copyright.el (copyright-fix-years):
29448 Match properly if the first year is 2-digit.
29449 Don't mess up the whitespace after the years by filling.
29450
29451 * dired-aux.el (dired-mark-confirm):
29452 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29453
29454 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29455 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29456 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29457
29458 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29459 Set font-lock-comment-start-skip.
29460
29461 * font-lock.el (font-lock-comment-start-skip): New variable.
29462 (font-lock-comment-end-skip): New variable.
29463 (font-lock-fontify-syntactically-region): Use them if non-nil.
29464
294652005-05-15 Jay Belanger <belanger@truman.edu>
29466
29467 * calc/calc-store.el (calc-store-value): Return a string rather
29468 than display it as a message.
29469 Use calc-var-name for variable name.
29470 (calc-store-into): Add the result of calc-store-value to message.
29471 (calc-copy-variable): Add a message.
29472 (calc-store-exchange): Improve error messages.
29473 (calc-store-binary, calc-store-map): Don't reset the values of
29474 special constants.
29475
294762005-05-14 Luc Teirlinck <teirllm@auburn.edu>
29477
29478 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29479 manual to docstring.
29480
29481 * files.el (hack-local-variables-confirm): Add STRING argument.
29482 Make the function handle non file visiting buffers correctly.
29483 (hack-local-variables-prop-line, hack-local-variables)
29484 (hack-one-local-variable): Use STRING arg of
29485 `hack-local-variables-confirm'.
29486
294872005-05-14 Michael Albinus <michael.albinus@gmx.de>
29488
29489 Sync with Tramp 2.0.49.
29490
29491 * net/tramp.el (tramp-handle-dired-call-process)
29492 (tramp-handle-insert-directory):`insert-buffer' cannot be used
29493 because the contents of the Tramp buffer is changed before
29494 insertion (`expand-file' and alike).
29495 (tramp-handle-insert-directory): If `localname' has an empty
29496 nondirectory name, it must not be quoted.
29497 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
29498 variable `tramp-chunksize'. Change callees.
29499 (tramp-open-connection-setup-interactive-shell): Check remote host
29500 for buggy `send-process-string' implementation.
29501 Set `tramp-chunksize' if found. Reported by Michael Kifer
29502 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29503 (tramp-handle-shell-command): `insert-buffer' cannot be used
29504 because the contents of the Tramp buffer is changed before
29505 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29506 <frederic.bothamy@free.fr>.
29507 (tramp-set-auto-save): Actions should be done for Tramp file name
29508 handler only. Ange-FTP has its own auto-save mechanism.
29509 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29510 (tramp-set-auto-save-file-modes): Set file modes of
29511 `buffer-auto-save-file-name' to ?\600 as fallback solution.
29512 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29513 (tramp-bug): Remove obsolete variable.
29514 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
29515 for presence of `mml-mode'. Make it running for older Emacsen as well.
29516
295172005-05-14 John Paul Wallington <jpw@pobox.com>
29518
29519 * ibuf-ext.el (define-ibuffer-filter filename):
29520 If `dired-directory' is a list, use its car.
29521
295222005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
29523
29524 * ibuffer.el (define-ibuffer-column filename):
29525 If `dired-directory' is a list, use its car.
29526
295272005-05-14 Richard M. Stallman <rms@gnu.org>
29528
29529 * subr.el (symbol-file): Doc fix.
29530
29531 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29532 (byte-compile-form): Call byte-compile-nogroup-warn.
29533 (byte-compile-warning-types): Doc fix.
29534
29535 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29536
29537 * progmodes/cc-engine.el (c-literal-faces):
29538 Add font-lock-comment-delimiter-face.
29539
29540 * net/net-utils.el (dig): Use with-no-warnings.
29541
29542 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29543 (sc-recite-frame-alist, sc-default-cite-frame)
29544 (sc-default-uncite-frame, sc-default-recite-frame)
29545 (sc-attrib-selection-list, sc-rewrite-header-list):
29546 Mark as risky-local-variable.
29547
29548 * international/ogonek.el (ogonek-jak, ogonek-how):
29549 Don't use beginning-of-buffer.
29550
29551 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29552
29553 * calendar/solar.el (solar-data-list): Move definition up.
29554
29555 * dnd.el (dnd-protocol-alist): Add autoload.
29556
29557 * progmodes/sh-script.el: Many doc usage fixes.
29558 (sh-indent-after-do): Change default to match common styles.
29559
295602005-05-13 Luc Teirlinck <teirllm@auburn.edu>
29561
29562 * files.el (interpreter-mode-alist)
29563 (auto-mode-interpreter-regexp): Doc fixes.
29564
295652005-05-13 Matt Hodges <MPHodges@member.fsf.org>
29566
29567 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29568
29569 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29570
295712005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29572
29573 * dired.el (dired-mode): make-variable-buffer-local =>
29574 make-local-variable.
29575
295762005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29577
29578 * term/mac-win.el (mac-select-convert-to-string): Try coding
29579 systems in mac-script-code-coding-systems if specified one cannot
29580 encode string for `com.apple.traditional-mac-plain-text'.
29581
295822005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
29583
29584 * progmodes/make-mode.el (makefile-targets-face)
29585 (makefile-shell-face, makefile-makepp-perl-face): New faces.
29586 (makefile-dependency-regex): Fix it to not make the colon in
29587 $(var:a=b) special.
29588 (makefile-rule-action-regex): New regexp for highlighting embedded
29589 Shell strings.
29590 (makefile-macroassign-regex): Handle != for highlighting as
29591 embedded Shell strings.
29592 (makefile-var-use-regex): New const.
29593 (makefile-statements, makefile-automake-statements)
29594 (makefile-gmake-statements, makefile-makepp-statements)
29595 (makefile-bsdmake-statements): New consts.
29596 (makefile-make-font-lock-keywords): New function.
29597 (makefile-automake-font-lock-keywords)
29598 (makefile-gmake-font-lock-keywords)
29599 (makefile-makepp-font-lock-keywords)
29600 (makefile-bsdmake-font-lock-keywords): New consts.
29601 (makefile-mode-map): Add switchers between the various submodes.
29602 (makefile-mode): Document the availability of the variants.
29603 (makefile-automake-mode, makefile-gmake-mode)
29604 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29605
29606 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29607 new variants of makefile-mode.
29608
296092005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29610
29611 * font-lock.el (font-lock-comment-delimiter-face): Fix up
29612 the inheritance.
29613
296142005-05-12 Luc Teirlinck <teirllm@auburn.edu>
29615
29616 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29617 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29618
29619 * files.el (normal-mode): Extend the scope of the
29620 `enable-local-variables' binding to include the `set-auto-mode' call.
29621 (magic-mode-alist): Doc fix.
29622
296232005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29624
29625 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29626 font-lock-comment-face rather than copying its setting.
29627
296282005-05-12 Andreas Schwab <schwab@suse.de>
29629
29630 * eshell/esh-mode.el (eshell-send-input): Doc fix.
29631
296322005-05-12 Lute Kamstra <lute@gnu.org>
29633
29634 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29635 defcustom for the mode hook variable. Delete the last argument.
29636 * generic-x.el: Fix callers of define-generic-mode.
29637 (generic-x-modes): Delete group.
29638 (show-tabs-tab-face, show-tabs-space-face): Put them in the
29639 generic-x customization group.
29640
296412005-05-12 Kim F. Storm <storm@cua.dk>
29642
29643 * font-lock.el (font-lock-negation-char-face): Default to "off".
29644
29645 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29646 font-lock-negation-char-face to ! in !=.
29647
296482005-05-12 Masatake YAMATO <jet@gyve.org>
29649
29650 * add-log.el (find-change-log): Fix typos in the docstring
29651 of function.
29652
296532005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29654
29655 * international/latexenc.el (latexenc-find-file-coding-system):
29656 Avoid `re-search-forward' when looking for input encoding because
29657 of speed and safety. Better regular expressions for recognizing
29658 input encoding. Limit a search for TeX-master/tex-main-file to
29659 the local variable section.
29660
296612005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
29662
29663 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29664 syntax of $ to "'" (quote).
29665
296662005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
29667
29668 * dnd.el (dnd-protocol-alist): Improve custom type.
29669
29670 * dired.el (dired-dnd-protocol-alist): New variable.
29671 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
29672 `dired-mode-hook' to the end.
29673
296742005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29675
29676 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29677 comment-end if comment-start-skip is not set.
29678 Obey the font-lock-comment-delimiter-face variables.
29679
296802005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29681
29682 * files.el (executable-find): Move from executable.el. Use
29683 locate-file.
29684 * progmodes/executable.el (executable-find): Move to files.el.
29685
29686 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29687 when trying to ensure forward progress.
29688
296892005-05-11 Chong Yidong <cyd@stupidchicken.com>
29690
29691 * mouse-sel.el (mouse-sel-follow-link-p): New function.
29692 (mouse-select, mouse-select-internal, mouse-extend-internal):
29693 Use it to implement mouse-1-click-follows-link functionality.
29694
296952005-05-11 Richard M. Stallman <rms@gnu.org>
29696
29697 * font-lock.el (font-lock-fontify-syntactically-region):
29698 Use font-lock-comment-delimiter-face for comment delimiters.
29699
297002005-05-10 Jay Belanger <belanger@truman.edu>
29701
29702 * calc/calc-help.el (calc-m-prefix-help): Add mention of
29703 preserving embedded modes.
29704
297052005-05-10 Richard M. Stallman <rms@gnu.org>
29706
29707 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29708
29709 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29710 Move from ada-stmt.el.
29711 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29712
29713 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29714 Move to ada-mode.el.
29715 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29716
29717 * cus-edit.el (custom-file): Call file-chase-links.
29718
29719 * files.el (read-directory-name): Fix previous change.
29720 (hack-local-variables-confirm): New function.
29721 (hack-local-variables-prop-line, hack-local-variables)
29722 (hack-one-local-variable): Use it.
29723
297242005-05-10 Lute Kamstra <lute@gnu.org>
29725
29726 * font-lock.el (font-lock-keywords-alist)
29727 (font-lock-removed-keywords-alist): Clarify docstrings.
29728
297292005-05-10 Nick Roberts <nickrob@snap.net.nz>
29730
29731 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29732 (gdb-source-info): Check for preprocessor info.
29733 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
29734 a macro for a function.
29735 (gdb-info-breakpoints-custom): Try to find file again if not already
29736 found (user might have used GDB dir command).
29737 (gdb-get-location): Update gdb-location-alist correctly for change
29738 to gdb-info-breakpoints-custom.
29739
29740 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29741 (gud-tooltip-print-command): Add gdbmi case.
29742 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29743 preprocessor info.
29744
297452005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
29746
29747 * startup.el (fancy-splash-insert): Fix typo in doc string.
29748
297492005-05-09 Juanma Barranquero <lekktu@gmail.com>
29750
29751 * obsolete/float.el (string-to-float):
29752 * obsolete/hilit19.el (hilit-add-pattern):
29753 * obsolete/rnews.el (news-parse-range, news-select-message)
29754 (news-get-pruned-list-of-files): Replace `string-to-int' by
29755 `string-to-number'.
29756
29757 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29758 `find-file-not-found-hooks'; use `add-hook'.
29759 (uncompress-while-visiting): Set `write-file-functions', not
29760 `write-file-hooks'; use `add-hook'.
29761
297622005-05-09 Kim F. Storm <storm@cua.dk>
29763
29764 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
29765 (cua-paste): Handle clipboard action.
29766 (cua--init-keymaps): Remap clipboard-kill-region and
29767 clipboard-kill-ring-save.
29768
297692005-05-08 Eli Zaretskii <eliz@gnu.org>
29770
29771 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29772 Improve commentary.
29773
29774 * simple.el (next-error-overlay-arrow-position): Revert the change
29775 made on 2005-04-30.
29776
297772005-05-07 Jay Belanger <belanger@truman.edu>
29778
29779 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
29780 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
29781 `calc-sel-reselect'.
29782
29783 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
29784 Calc is in embedded mode.
29785
297862005-05-07 Eli Zaretskii <eliz@gnu.org>
29787
29788 * progmodes/compile.el (compilation-setup):
29789 Set overlay-arrow-string to an empty string on text terminals.
29790
29791 * textmodes/ispell.el (ispell-program-name): Try looking for
29792 "aspell" along exec-path, and if found, use it as the default
29793 speller program.
29794
297952005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
29796
29797 * international/mule.el (sgml-xml-auto-coding-function):
29798 Recognize encoding='FOO' in single quotes as well as in double quotes.
29799
298002005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
29801
29802 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
29803 as well as `interactive', so that defmacro* would recognize
29804 `declare' forms.
29805
298062005-05-07 Eli Zaretskii <eliz@gnu.org>
29807
29808 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29809 Explain more about the LIGHTER arg's usage in the doc string.
29810 Add commentary to clarify what the code does. Fix the regexp that
29811 strips whitespace from LIGHTER. Quote LIGHTER before using it,
29812 since it could have characters special to regular expressions.
29813
298142005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29815
29816 * replace.el (occur-1): Bind inhibit-read-only so that
29817 erase-buffer doesn't barf on read-only text properties (likewise
29818 for add-text-properties in occur-engine). Mark buffer as unmodified.
29819 (occur-engine): Don't set buffer-read-only here.
29820
298212005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29822
29823 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
29824 list-buffers-directory. This caused the *cvs-commit* buffer to be
29825 sometimes mistakenly reused as a *cvs* buffer.
29826
298272005-05-07 Nick Roberts <nickrob@snap.net.nz>
29828
29829 * tooltip.el: Move code for GUD tooltips into gud.el.
29830 (require): CL no longer needed to compile case.
29831 (tooltip-mode): Do not toggle functions for GUD tooltips.
29832 (tooltip-gud-tips-p): Remove. Replace with minor mode
29833 gud-tooltip-mode in gud.el.
29834 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
29835 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
29836 tooltip-gud prefix with gud-tooltip and obsolete.
29837 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
29838 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
29839 (tooltip-mouse-motion): Mouse movement functions/variable.
29840 Rename in gud.el by adding gud prefix.
29841 (tooltip-gud-original-filter, tooltip-gud-dereference)
29842 (tooltip-gud-event, tooltip-toggle-gud-tips)
29843 (tooltip-gud-process-output, tooltip-gud-print-command)
29844 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
29845 gud.el by replacing tooltip-gud prefix with gud-tooltip.
29846 (gdb-tooltip-print): Move to gdb-ui.el.
29847
29848 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29849 (require): CL needed to compile case.
29850 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29851 tooltip-gud-tips-p. Make it a minor-mode.
29852 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29853 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29854 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29855 (gud-tooltip-change-major-mode)
29856 (gud-tooltip-activate-mouse-motions-if-enabled)
29857 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29858 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29859 (gud-tooltip-original-filter, gud-tooltip-dereference)
29860 (gud-tooltip-event, tooltip-toggle-gud-tips)
29861 (gud-tooltip-process-output, gud-tooltip-print-command)
29862 (gud-tooltip-tips): Move from tooltip.el.
29863
29864 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29865 (gdb-cpp-define-alist-flags): Doc fix.
29866 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29867 gud-tooltip-mode is t.
29868
298692005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29870
29871 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29872 evaporate if their text is deleted.
29873 (goto-address-at-point): Make it work as a mouse binding as well.
29874 (goto-address-at-mouse): Obsolete it. Update users.
29875
298762005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
29877
29878 * calendar/appt.el (top-level): No longer activate on load.
29879
298802005-05-06 Juanma Barranquero <lekktu@gmail.com>
29881
29882 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29883 * net/webjump.el (webjump):
29884 * progmodes/idlw-help.el (idlwave-do-context-help1)
29885 (idlwave-highlight-linked-completions):
29886 * textmodes/po.el (po-find-file-coding-system-guts):
29887 Replace `assoc-ignore-case' by `assoc-string'.
29888
298892005-05-06 Eli Zaretskii <eliz@gnu.org>
29890
29891 * files.el (locate-file): Doc fix.
29892
29893 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
29894 Remove the redundant test for ms-dos.
29895
29896 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
29897 look for the preprocessor with exec-suffixes. If not found in
29898 standard places, look in exec-path. Remove most of the tests that
29899 used system-type.
29900
29901 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
29902
29903 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
29904
29905 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
29906 file-name clash with jka-compr.el on 8+3 filesystems.
29907
299082005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29909
29910 * term/mac-win.el: Don't define or bind scroll bar functions if
29911 x-toolkit-scroll-bars is t.
29912 (x-select-text, x-get-selection-value): Clear
29913 x-last-selected-text-clipboard if x-select-enable-clipboard is
29914 nil.
29915 (PRIMARY): Put mac-scrap-name property.
29916 (mac-select-convert-to-file-url): New function.
29917 (public.file-url): New selection target type. Add to
29918 selection-converter-alist.
29919 (x-get-selection, x-selection-value): Handle it.
29920 (x-cut-buffer-or-selection-value): New alias.
29921
299222005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29923
29924 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
29925 entry to avoid calling bibtex-find-entry with arg global
29926 being t. Remove arg key.
29927 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
29928 (bibtex-copy-summary-as-kill): Change accordingly.
29929
299302005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
29931
29932 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
29933 (org-agenda-date-later): Use with-current-buffer.
29934
299352005-05-05 Luc Teirlinck <teirllm@auburn.edu>
29936
29937 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
29938 (define-obsolete-variable-alias): Doc Fixes.
29939
299402005-05-06 Kim F. Storm <storm@cua.dk>
29941
29942 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
29943 vertical-motion when selective-display is active.
29944
29945 * ido.el (ido-setup-hook): New hook.
29946 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
29947 (ido-input-stack): New var.
29948 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
29949 ido-next-work-file binding to M-O.
29950 Bind M-f to ido-wide-find-file-or-pop-dir.
29951 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
29952 (ido-read-internal): Run ido-setup-hook.
29953 Catch quit in read-file-name and read-string to cancel edit.
29954 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
29955 Automatically pop-all when completing a directory name (RET).
29956 (ido-file-internal): Add with-no-warnings around ffap and dired code.
29957 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
29958 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
29959 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
29960 New functions for M-b/M-f to move among the directory components.
29961 (ido-make-merged-file-list): Catch quit to cancel merge.
29962 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
29963 (ido-completion-help): No warnings for ido-completion-buffer-full.
29964
299652005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
29966
29967 * font-lock.el (font-lock-negation-char-face): New face and variable.
29968 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
29969 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
29970 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
29971 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
29972
299732005-05-05 Juanma Barranquero <lekktu@gmail.com>
29974
29975 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
29976 Fix typo in docstring.
29977
29978 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
29979 (ebrowse-print-statistics-line)
29980 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
29981
29982 * term/w32-win.el (image-library-alist): Add additional name for
29983 Xpm library.
29984
299852005-05-05 Nick Roberts <nickrob@snap.net.nz>
29986
29987 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
29988 use gcc instead of cpp.
29989
29990 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
29991 (gdb-create-define-alist): Use it.
29992 (gdb-cpp-define-alist-program): Update for MS-DOS.
29993
299942005-05-04 Nick Roberts <nickrob@snap.net.nz>
29995
29996 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
29997
299982005-05-04 Richard M. Stallman <rms@gnu.org>
29999
30000 * help.el (describe-key): No error when UNTRANSLATED is nil.
30001
30002 * simple.el (line-move-1): Fix previous change to signal errors
30003 appropriately.
30004
300052005-05-03 Ulf Jasper <ulf.jasper@web.de>
30006
30007 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30008 (icalendar-duration-correction): Remove.
30009 (icalendar--get-event-properties): Split result at commas.
30010 (icalendar--decode-isoduration): New optional argument
30011 DURATION-CORRECTION.
30012 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30013 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30014 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30015 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30016 (icalendar--convert-anniversary-to-ical): New functions, extracted
30017 from icalendar-export-region, with bug fixes.
30018 (icalendar-export-region): Use the above functions.
30019 (icalendar-import-buffer): Check before saving diary file.
30020 (icalendar--convert-recurring-to-diary)
30021 (icalendar--convert-non-recurring-all-day-to-diary)
30022 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30023 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30024 (icalendar--convert-ical-to-diary): Use the above functions.
30025
300262005-05-03 Nick Roberts <nickrob@snap.net.nz>
30027
30028 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30029 Remove these recent additions.
30030 (c-mode): Restore to before 2005-04-28.
30031
30032 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30033 recent addition.
30034
30035 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30036 (gdb-define-alist): New variables.
30037 (gdb-create-define-alist): New function.
30038 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30039 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30040 with string-to-number.
30041 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30042
30043 * progmodes/gud.el: Replace string-to-int with string-to-number.
30044 (gud-find-file): Handle gdb-define-alist.
30045
30046 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30047
300482005-05-02 Jay Belanger <belanger@truman.edu>
30049
30050 * calc/calc-aent.el (math-read-token):
30051 * calc/calc-bin.el (calc-word-size):
30052 * calc/calc-ext.el (calc-read-number-fancy):
30053 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30054 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30055 * calc/calc-frac.el (calc-over-notation):
30056 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30057 (calc-graph-num-points, calc-graph-init):
30058 * calc/calc-prog.el (calc-read-parse-table-part)
30059 (calc-edit-macro-repeats):
30060 * calc/calc-yank.el (calc-do-grab-rectangle):
30061 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30062 Replace `string-to-int' by `string-to-number'.
30063
300642005-05-02 Kim F. Storm <storm@cua.dk>
30065
30066 * kmacro.el: Use executing-kbd-macro-index variable.
30067
300682005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30069
30070 * net/rlogin.el (rlogin-parse-words): Delete func.
30071 (rlogin): Use split-string, not rlogin-parse-words.
30072 Also, if there are option-like elements in the parsed args,
30073 take the host to be the first arg immediately following them.
30074 Suggested by Michael Mauger.
30075
300762005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30077
30078 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30079
300802005-05-02 Nick Roberts <nickrob@snap.net.nz>
30081
30082 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30083 (cc-mode-cpp-program): Rename to cc-define-list-program and
30084 move to cc-vars.el.
30085
30086 * progmodes/cc-vars.el (cc-define-list-program):
30087 Change to "gcc -E -dM -". Make customizable.
30088
300892005-05-02 Kim F. Storm <storm@cua.dk>
30090
30091 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30092
300932005-05-02 Nick Roberts <nickrob@snap.net.nz>
30094
30095 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30096
30097 * international/mule-util.el (truncate-string): Remove alias and
30098 obsolete declaration.
30099
30100 * international/mule-cmds.el (update-iso-coding-systems):
30101 Remove alias and obsolete declaration.
30102
30103 * international/mule.el (coding-system-parent): Remove alias and
30104 obsolete declaration.
30105
30106 * subr.el (define-function, sref): Remove aliases and obsolete
30107 declarations.
30108 (chars-in-region): Remove obsolete declaration.
30109
301102005-05-01 Richard M. Stallman <rms@gnu.org>
30111
30112 * info.el (Info-mode): Set widen-automatically to nil, locally.
30113
30114 * simple.el (widen-automatically): New variable.
30115 (pop-global-mark): Obey widen-automatically.
30116
301172005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
30118
30119 * term/xterm.el (function-key-map): Call substitute-key-definition
30120 before the keymap size is increased by a lot of define-key calls.
30121
301222005-05-01 Richard M. Stallman <rms@gnu.org>
30123
30124 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30125 Rename ARG to ELEMENT. Doc fix.
30126
301272005-05-01 Nick Roberts <nickrob@snap.net.nz>
30128
30129 * allout.el (allout-exposure): Remove macro and obsolete declaration.
30130 Remove references to allout-exposure/change to allout-new-exposure.
30131
30132 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30133 bytecode symbols.
30134
30135 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30136 (compiled-function-p, focus-frame, unfocus-frame):
30137 Remove aliases and obsolete declarations.
30138 Back out inadvertent changes from previous commit.
30139
301402005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30141
30142 * files.el (require-final-newline): Make Custom tags consistent
30143 with mode-require-final-newline.
30144 (mode-require-final-newline): Doc fix.
30145
301462005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
30147
30148 * international/latexenc.el (latexenc-find-file-coding-system):
30149 Fix regular expressions.
30150
301512005-05-01 David Kastrup <dak@gnu.org>
30152
30153 * international/latexenc.el (latexenc-find-file-coding-system):
30154 Fix regular expressions.
30155
301562005-05-01 Nick Roberts <nickrob@snap.net.nz>
30157
30158 * subr.el (string-to-int): Make obsolete.
30159
301602005-04-30 Richard M. Stallman <rms@gnu.org>
30161
30162 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30163
30164 * loadup.el: load jka-comp-hook.
30165
30166 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30167 (jka-compr-handler): Add autoload. `put' calls moved
30168 to jka-comp-hook.el.
30169 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30170 (jka-compr-inhibit): Autoload.
30171
30172 * jka-comp-hook.el: New file.
30173 Enable the mode by default.
30174
30175 * files.el (backup-buffer-copy): Use copy-file instead
30176 of write-region, and put back the 'excl.
30177
301782005-04-30 Chong Yidong <cyd@stupidchicken.com>
30179
30180 * progmodes/flymake.el (flymake-split-string)
30181 (flymake-split-string, flymake-log, flymake-pid-to-names)
30182 (flymake-reg-names, flymake-get-source-buffer-name)
30183 (flymake-unreg-names, flymake-add-line-err-info)
30184 (flymake-add-err-info): Clarify docstrings.
30185 (flymake-popup-menu, flymake-make-emacs-menu)
30186 (flymake-make-xemacs-menu): Add docstrings.
30187 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30188 Set variables directly throughout.
30189
301902005-04-30 Nick Roberts <nickrob@snap.net.nz>
30191
30192 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30193 exists. Initialize cc-define-alist.
30194 (c-mode): Add cc-create-define-alist locally to after-save-hook.
30195 If there is no file (Macroexpansion) don't create an alist.
30196
301972005-04-29 Sam Steingold <sds@gnu.org>
30198
30199 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30200 (cc-create-define-alist): Use it instead of the hard-coded string.
30201
302022005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
30203
30204 * international/mule-conf.el (file-coding-system-alist): Fix regexp
30205 for latexenc.
30206
302072005-04-29 Lute Kamstra <lute@gnu.org>
30208
30209 * emacs-lisp/generic.el: Improve commentary section.
30210 (define-generic-mode): Improve docstring.
30211
302122005-04-29 Carsten Dominik <dominik@science.uva.nl>
30213
30214 * textmodes/org.el (many places): Change to quiet the byte compiler.
30215 (org-prefix-format-compiled): New variable.
30216 (org-compile-prefix-format): New function.
30217 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30218 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30219 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30220 (org-get-entries-from-diary): Use `org-get-time-of-day' for
30221 consistency with entries from `org-mode' files.
30222 (org-get-time-of-day): Fix bug with partial matches early in a line.
30223 (org-non-link-chars): New constant.
30224 (org-link-regexp): Respect `org-non-link-chars'.
30225 (org-agenda-day-view): Remove command.
30226 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30227 (org-follow-bbdb-link, org-store-link): Search also company field.
30228 (org-highlight-overlay): New variable.
30229 (org-highlight, org-unhighlight): New functions.
30230 (org-agenda-mode): Add pre-command-hook to remove highlight.
30231 (org-evaluate-time-range): Behavior depends upon whether time stamp
30232 contains a time or not.
30233 (org-show-subtree, org-show-entry): New functions.
30234 (org-agenda-cleanup-fancy-diary): Remove empty lines.
30235
302362005-04-28 Luc Teirlinck <teirllm@auburn.edu>
30237
30238 * comint.el (comint-output-filter-functions): Add autoload cookie.
30239
302402005-04-28 Kim F. Storm <storm@cua.dk>
30241
30242 * ido.el (ido-everywhere): Fix last change.
30243
302442005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30245
30246 * international/latexenc.el: New file.
30247 * international/mule-conf.el (file-coding-system-alist): For .tex,
30248 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30249
302502005-04-28 Lute Kamstra <lute@gnu.org>
30251
30252 * font-lock.el (font-lock-add-keywords)
30253 (font-lock-remove-keywords): Clarify docstring.
30254 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30255 Don't start docstrings with a `*'.
30256 (font-lock-update-removed-keyword-alist): Give it a docstring.
30257
30258 * generic-x.el: Update commentary section.
30259 Only require font-lock when compiling.
30260 Define all modes conditionally.
30261 Place all generic modes in the generic-x-modes customization group.
30262 (generic-x-modes): New customization group.
30263 (generic-default-modes, generic-mswindows-modes)
30264 (generic-unix-modes, generic-other-modes): New constants.
30265 (generic-define-mswindows-modes, generic-define-unix-modes):
30266 Update docstrings. Make them obsolete.
30267 (generic-extras-enable-list): New default value. Update docstring.
30268 Improve :type. Change :set function.
30269 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30270 Fix docstring.
30271
30272 * emacs-lisp/generic.el (generic-mode-internal):
30273 Simplify font-lock-defaults.
30274 (define-generic-mode): Fix docstring.
30275
302762005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
30277
30278 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30279 font-lock-face property to highlight matches.
30280
302812005-04-28 Nick Roberts <nickrob@snap.net.nz>
30282
30283 * progmodes/cc-mode.el (cc-create-define-alist): New function.
30284 (cc-define-alist): New variable.
30285 (c-mode): Make it local and initialize it.
30286
30287 * progmodes/gdb-ui.el (gdb-active-process): New variable.
30288 (gdb-exited): New function.
30289 (gdb-annotation-rules): Use it.
30290 (gdb-starting): Set gdb-active-process to t.
30291 (gdb-stopping): Amend doc string.
30292 (gdb-reset): Set gdb-active-process to nil.
30293
30294 * tooltip.el (tooltip-gud-tips): Show the associated #define
30295 directives when a C program under GDB is not executing.
30296
302972005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
30298
30299 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30300 font-lock-fontify-syntactic-keywords.
30301
30302 * font-lock.el (font-lock-default-fontify-region): Don't force
30303 parse-sexp-lookup-properties to nil.
30304
303052005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
30306
30307 * man.el (man-mode-syntax-table): Set up `:' to have
30308 word-constituent syntax.
30309
303102005-04-27 Lute Kamstra <lute@gnu.org>
30311
30312 * novice.el (disable-command): Don't add spurious newlines to the
30313 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
30314
303152005-04-26 Jay Belanger <belanger@truman.edu>
30316
30317 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30318 than one window before deleting window.
30319
303202005-04-26 Luc Teirlinck <teirllm@auburn.edu>
30321
30322 * shell.el (shell-prompt-pattern): Doc fix.
30323 (shell-mode): Set paragraph-separate buffer locally to "\\'".
30324
30325 * comint.el (comint-prompt-regexp, comint-get-old-input)
30326 (comint-use-prompt-regexp)
30327 (comint-use-prompt-regexp-instead-of-fields)
30328 (comint-replace-by-expanded-history, comint-send-input)
30329 (comint-output-filter, comint-get-old-input-default)
30330 (comint-line-beginning-position, comint-bol, comint-show-output)
30331 (comint-backward-matching-input, comint-forward-matching-input)
30332 (comint-next-prompt, comint-previous-prompt):
30333 Rename `comint-use-prompt-regexp-instead-of-fields' to
30334 `comint-use-prompt-regexp'. Keep old name as alias and declare
30335 obsolete.
30336 (comint-use-prompt-regexp): Shorten first line of doc string.
30337
30338 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30339 Set paragraph-separate buffer locally to "\\'".
30340
30341 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30342 Adapt to above name change.
30343
30344 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30345 (smbclient-prompt-regexp): Ditto.
30346
30347 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30348
303492005-04-27 Nick Roberts <nickrob@snap.net.nz>
30350
30351 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30352 gdb-location-list.
30353 Break lines that are over 80 characters wide.
30354
303552005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
30356
30357 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30358 New fun and var, to preserve compatibility.
30359
30360 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30361
303622005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
30363
30364 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30365 name to file-newer-than-file-p.
30366
303672005-04-26 Richard M. Stallman <rms@gnu.org>
30368
30369 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30370
30371 * progmodes/python.el (python-mode):
30372 Use new name eldoc-documentation-function.
30373
30374 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30375
30376 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30377 (eldoc-documentation-function):
30378 Rename from eldoc-print-current-symbol-info-function. Calls changed.
30379
303802005-04-26 Nick Roberts <nickrob@snap.net.nz>
30381
30382 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30383
303842005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30385
30386 * term/xterm.el (function-key-map): Fix strings for
30387 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
30388 {C,S,A,C-S}-{f1-f12}.
30389
303902005-04-26 Kenichi Handa <handa@m17n.org>
30391
30392 * international/mule-cmds.el (select-safe-coding-system):
30393 Fix previous change.
30394
303952005-04-26 Lute Kamstra <lute@gnu.org>
30396
30397 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30398
30399 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30400 (font-lock-comment-delimiter-face): Ditto.
30401
30402 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30403
304042005-04-25 Jay Belanger <belanger@truman.edu>
30405
30406 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30407 to t while inserting information; use help-mode.
30408
304092005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30410
30411 * term.el (ansi-term-color-vector): Use the xterm colors.
30412 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
30413
304142005-04-25 Lute Kamstra <lute@gnu.org>
30415
30416 * font-core.el (font-lock-defaults): Fix docstring.
30417
30418 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30419
304202005-04-25 Kenichi Handa <handa@m17n.org>
30421
30422 * international/mule-cmds.el (select-safe-coding-system):
30423 Don't check consistency with coding: spec, etc if raw-text or
30424 no-conversion was found to be safe.
30425
304262005-04-24 Richard M. Stallman <rms@gnu.org>
30427
30428 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30429 citation markers at start of each line.
30430
30431 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30432 citation markers at start of each line.
30433
30434 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30435
30436 * files.el (mode-require-final-newline): Fix previous change.
30437 (require-final-newline): Fix type label.
30438
304392005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
30440
30441 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30442 statement in buffer (broken by 2004-11-24 change).
30443
304442005-04-24 Kim F. Storm <storm@cua.dk>
30445
30446 * ido.el (ido-everywhere): Save and restore old read-buffer-function
30447 and read-file-name-function values. Don't overwrite existing
30448 non-nil values if ido-mode is enabled without ido-everywhere.
30449
304502005-04-24 Luc Teirlinck <teirllm@auburn.edu>
30451
30452 * files.el (mode-require-final-newline): Minor doc fix.
30453
304542005-04-24 Eli Zaretskii <eliz@gnu.org>
30455
30456 * subr.el (syntax-after): Doc fix.
30457 (syntax-class): If argument is nil, return nil. Mask off upper 16
30458 bits, not 8 bits.
30459
30460 * files.el (mode-require-final-newline): Doc fix.
30461 (backup-buffer-copy): Fix last change.
30462
304632005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30464
30465 * term/mac-win.el: Require select. Set selection-coding-system to
30466 mac-system-coding-system. Call menu-bar-enable-clipboard.
30467 (x-last-selected-text-clipboard, x-last-selected-text-primary)
30468 (x-select-enable-clipboard): New variables.
30469 (x-select-text, x-get-selection, x-selection-value)
30470 (x-get-selection-value, mac-select-convert-to-string)
30471 (mac-services-open-file, mac-services-open-selection)
30472 (mac-services-insert-text): New functions.
30473 (CLIPBOARD, FIND): Put mac-scrap-name property.
30474 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30475 (public.tiff): Put mac-ostype property.
30476 (selection-converter-alist): Add entries for them.
30477 (mac-application-menu-map): New keymap.
30478 (interprogram-cut-function, interprogram-paste-function): Set to
30479 x-select-text and x-get-selection-value, respectively.
30480 (split-window-keep-point): Set to t.
30481
304822005-04-23 Richard M. Stallman <rms@gnu.org>
30483
30484 * files.el (read-directory-name): Always pass non-nil
30485 DEFAULT-FILENAME arg to read-file-name.
30486 (backup-buffer-copy, basic-save-buffer-2): Take care against
30487 writing thru an unexpected existing symlink.
30488 (revert-buffer): In indirect buffer, revert the base buffer.
30489 (magic-mode-alist): Doc fix.
30490 (buffer-stale-function): Doc fix.
30491 (minibuffer-with-setup-hook): Avoid warning.
30492 (mode-require-final-newline): Doc and custom fix.
30493
30494 * follow.el (follow-end-of-buffer): Use with-no-warnings.
30495
30496 * font-lock.el (font-lock-comment-face): On terminals with few colors,
30497 use the default appearance.
30498 (font-lock-comment-delimiter-face): New face, new variable.
30499
30500 * imenu.el (imenu--generic-function): The official position of a
30501 definition is the start of the line that BEG is in.
30502
30503 * midnight.el (midnight-timer): Move defvar up.
30504
30505 * mouse.el (mouse-drag-region-1): Delete some debugging code.
30506
30507 * saveplace.el (save-place-to-alist): Use with-no-warnings.
30508
30509 * startup.el (command-line): Use with-no-warnings.
30510
30511 * window.el (window-size-fixed): New defvar.
30512
30513 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30514
30515 * mail/rmail.el (rmail-font-lock-keywords):
30516 Use font-lock-comment-delimiter-face.
30517
30518 * mail/sendmail.el (mail-font-lock-keywords):
30519 Use font-lock-comment-delimiter-face.
30520
30521 * progmodes/compile.el (next-error-highlight-timer): New defvar.
30522
305232005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
30524
30525 * progmodes/compile.el (compilation-mode-font-lock-keywords):
30526 Specify t for LAXMATCH when matching directories.
30527 Save match data around compilation-compat-error-properties form.
30528
305292005-04-23 David Kastrup <dak@gnu.org>
30530
30531 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30532 Mention that the autoloaded aliases should be kept for AUCTeX.
30533
305342005-04-23 Andreas Schwab <schwab@suse.de>
30535
30536 * isearch.el (isearch-forward): Doc fix.
30537
305382005-04-23 Eli Zaretskii <eliz@gnu.org>
30539
30540 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30541 (jit-lock-stealth-nice): Change default value to 0.5.
30542
305432005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
30544
30545 * abbrev.el (write-abbrev-file): Write table entries in
30546 alphabetical order by table name.
30547
305482005-04-22 Kim F. Storm <storm@cua.dk>
30549
30550 * ido.el (ido-read-internal): Fix `list' completion.
30551
305522005-04-22 Kenichi Handa <handa@m17n.org>
30553
30554 * recentf.el (recentf-save-file-coding-system): New variable.
30555 (recentf-save-list): Encode the file by
30556 recentf-save-file-coding-system and add coding: tag.
30557
305582005-04-22 Nick Roberts <nickrob@snap.net.nz>
30559
30560 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30561
305622005-04-21 Lute Kamstra <lute@gnu.org>
30563
30564 * loadhist.el (unload-feature): Don't remove a function from hooks
30565 if it is about to be restored to an autoload . Remove functions
30566 that will become unbound from auto-mode-alist. Simplify the code.
30567
30568 * subr.el (assq-delete-all): New implementation that is linear,
30569 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
30570 (rassq-delete-all): New function.
30571
30572 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30573 Add size-indication-mode.
30574
305752005-04-21 Kenichi Handa <handa@m17n.org>
30576
30577 * international/mule-cmds.el: Add autoload for widget-value in
30578 eval-when-compile.
30579
305802005-04-21 Nick Roberts <nickrob@snap.net.nz>
30581
30582 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30583 Add tooltip-mode.
30584
30585 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30586
305872005-04-20 Luc Teirlinck <teirllm@auburn.edu>
30588
30589 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30590 (inferior-lisp-filter-regexp, inferior-lisp-program)
30591 (inferior-lisp-load-command, inferior-lisp-prompt)
30592 (inferior-lisp-mode-hook, lisp-source-modes)
30593 (inferior-lisp-load-hook): defvar->defcustom.
30594 (inferior-lisp-program, inferior-lisp-prompt)
30595 (inferior-lisp-load-hook): Doc fixes.
30596 (inferior-lisp-install-letter-bindings): Small change in
30597 introductory comment.
30598
305992005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
30600
30601 * vc.el (vc-annotate-color-map): Change some colors so that text
30602 using them as foreground is readable on both white and black
30603 backgrounds.
30604
306052005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
30606
30607 * international/mule-conf.el (translation-table-for-input):
30608 Remove redundant declaration.
30609
306102005-04-20 Nick Roberts <nickrob@snap.net.nz>
30611
30612 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30613
30614 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30615 (tooltip-toggle-gud-tips): New function.
30616
306172005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30618
30619 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30620 right angle brackets.
30621
306222005-04-20 Nick Roberts <nickrob@snap.net.nz>
30623
30624 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30625
306262005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
30627
30628 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30629 Remove. Update callers to use expand-file-name instead.
30630
30631 * subr.el (syntax-class): New function.
30632
30633 * simple.el (blink-matching-open): Use it.
30634
30635 * paren.el (show-paren-function): Use it to recognize parens that are
30636 also used in 2-char comment markers.
30637
306382005-04-19 Lute Kamstra <lute@gnu.org>
30639
30640 * loadhist.el (unload-feature): Update for new format of
30641 load-history. Simplify the code.
30642
306432005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30644
30645 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30646 (mac-add-charset-info): New function. Initialize variable
30647 mac-charset-info-alist using it.
30648 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30649 for translation.
30650 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30651 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30652 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30653 New CCL programs.
30654
306552005-04-19 Kim F. Storm <storm@cua.dk>
30656
30657 * simple.el (next-buffer, prev-buffer, next-error)
30658 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30659 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30660
30661 * bindings.el (next-buffer, prev-buffer, next-error)
30662 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30663 (clone-indirect-buffer-other-window): Move bindings from simple.el.
30664 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30665 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30666
306672005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
30668
30669 * isearch.el (isearch-edit-string): Make the search-ring available for
30670 minibuffer history commands.
1a408ced 30671 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6fee106e
KS
30672 the default history commands now work just as well.
30673 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30674
306752005-04-18 Kim F. Storm <storm@cua.dk>
30676
30677 * emulation/cua-base.el (cua--pre-command-handler): Add more
30678 elaborate check for shift modifier on non-window systems.
30679
306802005-04-18 Lars Hansen <larsh@math.ku.dk>
30681
30682 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30683
306842005-04-18 Kim F. Storm <storm@cua.dk>
30685
30686 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30687 and make it optional. Don't test tooltip-gud-echo-area here.
30688 (tooltip-gud-process-output, gdb-tooltip-print):
30689 Pass tooltip-gud-echo-area to tooltip-show.
30690 (tooltip-help-tips): Remove second optional arg to tooltip-show.
30691
306922005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30693
30694 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30695 `display-graphic-p' may not be bound yet.
30696
306972005-04-17 Luc Teirlinck <teirllm@auburn.edu>
30698
30699 * startup.el (command-line): No longer enable Xterm Mouse mode by
30700 default in terminals compatible with xterm.
30701
30702 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30703
307042005-04-18 Nick Roberts <nickrob@snap.net.nz>
30705
30706 * tooltip.el (tooltip-gud-echo-area): Rename from
30707 tooltip-use-echo-area.
30708 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30709 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30710 area independently of where help tooltips are displayed.
30711
307122005-04-17 David Kastrup <dak@gnu.org>
30713
30714 * cus-theme.el (custom-theme-write-variables): Quote variables
30715 where necessary.
30716
307172005-04-17 Richard M. Stallman <rms@gnu.org>
30718
30719 * simple.el (yank-excluded-properties): Add follow-link to value.
30720
30721 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30722
30723 * startup.el (fancy-splash-max-time): Just 30 seconds.
30724 (fancy-splash-delay): Just 7.
30725 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30726
30727 * loadhist.el (unload-feature): Update for new format of load-history.
30728 Simplify the code.
30729
30730 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30731 (rmail-font-lock-keywords): Don't fontify the text of a citation.
30732
30733 * mail/sendmail.el (mail-font-lock-keywords):
30734 Don't fontify subject text.
30735 Don't fontify the text of a citation.
30736
307372005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
30738
30739 * comint.el (comint-output-filter): Run comint-output-filter-functions
30740 with point where the user had it.
30741
307422005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
30743
30744 * international/ucs-tables.el (ucs-set-table-for-input):
30745 Disable when using unify-on-decoding.
30746
307472005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
30748
30749 * emulation/cua-base.el (cua-global-mark-face): Add special case
30750 for displays supporting a high number of colors.
30751
307522005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30753
30754 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30755
307562005-04-16 Chong Yidong <cyd@stupidchicken.com>
30757
30758 * filesets.el (filesets-add-buffer): If user supplies a name of a
30759 non-existing fileset, create a new fileset.
30760
307612005-04-16 Carsten Dominik <dominik@science.uva.nl>
30762
30763 * textmodes/org.el (org-up-heading-all): Fix bug with
30764 `outline-up-heading-all'.
30765
307662005-04-16 Andreas Schwab <schwab@suse.de>
30767
30768 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
30769 /etc/permissions.d/* and /etc/aliases.d/*.
30770
307712005-04-16 Kenichi Handa <handa@m17n.org>
30772
30773 * international/code-pages.el (cp-make-coding-system):
30774 Set `translation-table-for-input' property value to the symbol
30775 ucs-mule-to-mule-unicode, not to that value.
30776 (pt154): Escape guillemet by `\'.
30777
307782005-04-15 Luc Teirlinck <teirllm@auburn.edu>
30779
30780 * loadup.el: Load tooltip if x-show-tip is fboundp.
30781
30782 * startup.el (command-line): Add comment.
30783
30784 * tooltip.el (tooltip-mode): Specify correct standard value for
30785 Custom in init-value.
30786
307872005-04-15 Nick Roberts <nickrob@snap.net.nz>
30788
30789 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
30790 possible.
30791
307922005-04-15 Carsten Dominik <dominik@science.uva.nl>
30793
30794 * textmodes/org.el (org-agenda-date-prompt): Rename from
30795 `org-agenda-date-today'.
30796 (org-evaluate-time-range): Insert at point instead of directly
30797 after time range.
30798 (org-first-headline-recenter, org-subtree-end-visible-p)
30799 (org-optimize-window-after-visibility-change): New functions
30800 (org-agenda-post-command-hook): Don't allow point at end of line,
30801 to make sure it always hits the text properties.
30802 (org-agenda-next-date-line, org-agenda-previous-date-line):
30803 New commands.
30804 (org-set-regexps-and-options): Category may contain white space.
30805 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30806 Improve marker positions.
30807 (org-agenda-new-marker): Argument POS made optional.
30808 (org-agenda-get-timestamps): Deadlines which are done are listed
30809 in org-done-face now.
30810 (org-agenda-get-todos, org-agenda-get-timestamps)
30811 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30812 Set `undone-face' and `done-face' properties.
30813 (org-last-todo-state-is-todo): New variable.
30814 (org-todo): Set `org-last-todo-state-is-todo'.
30815 (org-agenda-todo): Change face according to
30816 `org-last-todo-state-is-todo'. And change other lines referring to
30817 the same entry.
30818 (org-calendar-goto-agenda): New command.
30819 (org-calendar-to-agenda-key): New option.
30820 (org-startup-folded): New allowed value `content'.
30821 (org-set-regexps-and-options): Accept new value `content' for
30822 `org-startup-folded'.
30823 (org-get-current-options): Handle new value `content' for
30824 `org-startup-folded'.
30825 (org-insert-todo-heading): New command.
30826 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
30827 interactively in empty file and option
30828 `org-insert-mode-line-in-empty-file' has been set.
30829 (org-agenda-todo, org-agenda-priority): Modify to use
30830 `org-agenda-change-all-lines'.
1a408ced 30831 (org-warning-face): Change color on dark background.
6fee106e
KS
30832
308332005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30834
30835 * international/mule-cmds.el (set-locale-environment): On Mac OS,
30836 use preferences AppleLocale and AppleLanguages, and variable
30837 mac-system-locale for default locale. On Mac OS Classic, use
30838 mac-system-coding-system for default coding systems.
30839
30840 * term/mac-win.el: Don't set file-name-coding-system.
30841 Decode variables system-name, emacs-build-system, user-login-name, and
30842 user-full-name by mac-system-coding-system on Mac OS Classic.
30843 (mac-system-coding-system): New variable.
30844
308452005-04-13 Luc Teirlinck <teirllm@auburn.edu>
30846
30847 * startup.el (command-line): Handle `xterm-mouse-mode' before
30848 reading init file.
30849
30850 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30851
308522005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
30853
30854 * progmodes/sh-script.el (sh-here-document-word): Make it a
30855 defcustom. Doc fix.
30856 (sh-add): Bash uses $(( )) for arithmetic.
30857 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30858 (sh-maybe-here-document): Remove quotes and leading whitespace
30859 from heredoc word when closing. Indent heredoc with tabs if word
30860 starts with "-".
30861
308622005-04-13 Richard M. Stallman <rms@gnu.org>
30863
30864 * simple.el (undo): Fix previous change.
30865
30866 * custom.el (defface): Doc fix.
30867
308682005-04-13 Lute Kamstra <lute@gnu.org>
30869
30870 * Makefile.in (DONTCOMPILE): Remove list.
30871 (compile, compile-always): Don't use DONTCOMPILE.
30872 (update-authors): Load the library in which batch-update-authors
30873 is defined.
30874 * makefile.w32-in (DONTCOMPILE): Remove list.
30875 (compile, compile-always): Fix comments.
30876 (update-authors): Load the library in which batch-update-authors
30877 is defined.
30878
30879 * generic-x.el (generic-mode-ini-file-find-file-hook):
30880 Rename to ini-generic-mode-find-file-hook.
30881 Keep generic-mode-ini-file-find-file-hook as an alias.
30882 (ini-generic-mode-find-file-hook): Rename from
30883 generic-mode-ini-file-find-file-hook. Fix docstring.
30884 (ini-generic-mode): Docstring change.
30885 (bat-generic-mode-run-as-comint): Silence the byte compiler.
30886
30887 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
30888 called from lisp.
30889
30890 * generic.el: Move to the emacs-lisp subdir.
30891
308922005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
30893
30894 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
30895 and C-S- function and cursor motion keys.
30896
308972005-04-12 Luc Teirlinck <teirllm@auburn.edu>
30898
30899 * startup.el (command-line): Enable Xterm Mouse mode by default.
30900 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
30901 for Custom. No longer show "Mouse" in mode line when enabled.
30902 Doc fix.
30903
309042005-04-12 Kim F. Storm <storm@cua.dk>
30905
30906 * emulation/cua-base.el (cua-rectangle-face)
30907 (cua-rectangle-noselect-face): Define face attributes here.
30908
30909 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
30910
309112005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30912
30913 * startup.el (command-line): Turn off blinking cursor if
30914 cursorBlink in resources is off or false.
30915
309162005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30917
30918 * term/mac-win.el (dnd): Require dnd.
30919 (mac-drag-n-drop): Call dnd-handle-one-url.
30920 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
30921 (kTextEncodingISOLatin2): Remove constants.
30922 (mac-script-code-coding-systems): New constant.
30923 (mac-handle-language-change): New function.
30924 (special-event-map): Bind it to `language-change' event.
30925 (mac-centraleurroman, mac-cyrillic): New coding systems.
30926 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
30927 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
30928 and mac-cyrillic-encoder to encode-mac-centraleurroman and
30929 encode-mac-cyrillic, respectively.
30930
309312005-04-12 Nick Roberts <nickrob@snap.net.nz>
30932
30933 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
30934 Don't set overlay-arrow-string to "=>" as this is done
30935 globally in C now.
30936
309372005-04-12 Lute Kamstra <lute@gnu.org>
30938
30939 * generic-x.el (rc-generic-mode, rul-generic-mode):
30940 Fix auto-mode-alist entries.
30941 (etc-fstab-generic-mode): Tweak fontification.
30942
30943 * generic.el (generic-make-keywords-list): Fix docstring.
30944 (generic-mode-internal): Simplify generic-font-lock-keywords.
30945
309462005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
30947
30948 * whitespace.el (whitespace-buffer-leading)
30949 (whitespace-buffer-trailing): Revert the incorrect test inversion.
30950 However, fix the highlight area for the leading and
30951 trailing whitespaces to show space.
30952
309532005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
30954
1a408ced 30955 * whitespace.el (whitespace-version): Bump to 3.5.
6fee106e
KS
30956
30957 (whitespace-buffer-leading, whitespace-buffer-trailing):
30958 Invert sense of the test to highlight the whitespace.
30959
309602005-04-12 Nick Roberts <nickrob@snap.net.nz>
30961
30962 * progmodes/gud.el (gud-display-line): GUD uses its own
30963 overlay arrow now so don't set overlay-arrow-string.
30964 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
30965
309662005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
30967
30968 * term.el (term-ansi-current-bold, term-ansi-current-underline)
30969 (term-ansi-current-reverse, term-ansi-current-invisible)
30970 (term-ansi-face-already-done): Change to boolean.
30971 (term-reset-terminal, term-handle-colors-array): Handle the above
30972 vars accordingly.
30973 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
30974 (term-emulate-terminal): Use the new name.
30975
30976 * faces.el (secondary-selection): Use yellow1, not yellow.
30977 (trailing-whitespace): Use red1, not red.
30978
309792005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30980
30981 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
30982 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
1a408ced 30983 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
6fee106e
KS
30984
30985 * cus-edit.el (dnd): New group.
30986
30987 * term/w32-win.el (dnd): Require dnd
30988 (w32-drag-n-drop): Call dnd-handle-one-url.
30989
30990 * x-dnd.el: Require dnd.
30991 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
30992 Call dnd-handle-one-url.
30993 (x-dnd-types-alist, x-dnd-insert-utf8-text)
30994 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
30995 to dnd-insert-text.
30996 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
30997 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
30998 (x-dnd-get-local-file-name, x-dnd-open-local-file)
30999 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31000
31001 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31002
310032005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31004
31005 * wdired.el: Doc fixes.
31006 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31007 (wdired-use-dired-vertical-movement): Rename from
31008 wdired-always-move-to-filename-beginning.
31009 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31010 (wdired-change-to-wdired-mode): Change mode name.
31011 (wdired-newline): Delete.
31012
310132005-04-11 Richard M. Stallman <rms@gnu.org>
31014
31015 * whitespace.el (whitespace-highlight-the-space):
31016 Don't call whitespace-unhighlight-the-space here.
31017
31018 * simple.el (undo): Record t in undo-equiv-table
31019 for the redo record made by an undo-in-region.
31020
310212005-04-12 Nick Roberts <nickrob@snap.net.nz>
31022
31023 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31024 (gdb-frame-inferior-io-buffer): New Functions to control
31025 display of separate IO buffer.
31026 (menu): Add them to menu-bar.
31027 (gdb-display-buffer): Check for buffer another frame.
31028 Protect GUD buffer.
31029 (gdb-setup-windows): Create IO buffer if not already there.
31030 (gdb-memory-mode): Remove purecopy noops.
31031
310322005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31033
31034 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31035 and pass to self-insert-command.
31036
310372005-04-11 Lute Kamstra <lute@gnu.org>
31038
31039 * generic.el: Commentary section cleanup.
31040 (generic): Delete.
31041 (generic-use-find-file-hook, generic-lines-to-scan)
31042 (generic-find-file-regexp, generic-ignore-files-regexp)
31043 (default-generic-mode, generic-mode-find-file-hook)
31044 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31045 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31046 (generic-use-find-file-hook, generic-lines-to-scan)
31047 (generic-find-file-regexp, generic-ignore-files-regexp)
31048 (default-generic-mode, generic-mode-find-file-hook)
31049 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31050
310512005-04-10 Karl Fogel <kfogel@red-bean.com>
31052
31053 * bookmark.el (bookmark-write-file): Catch errors writing file.
31054 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31055
310562005-04-10 Richard M. Stallman <rms@gnu.org>
31057
31058 * startup.el (fancy-splash-tail): Update copyright year.
31059 (command-line): Split part of -Q into -D.
31060 (emacs-basic-display): New defvar.
31061 (fancy-splash-text): Correct name of menu item.
31062
31063 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31064
31065 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31066 lines in one node.
31067
31068 * comint.el (comint-send-input): New arg ARTIFICIAL.
31069 Callers in this file changed.
31070
31071 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31072
31073 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31074
310752005-04-10 Chong Yidong <cyd@stupidchicken.com>
31076
31077 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31078 `ldap-search-internal'.
31079
310802005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31081
31082 * files.el (set-auto-mode-1): Use line-end-position.
31083
31084 * international/latin-1.el:
31085 * international/latin-2.el:
31086 * international/latin-3.el:
31087 * international/latin-4.el:
31088 * international/latin-5.el:
31089 * international/latin-8.el:
31090 * international/latin-9.el: Give punctuation syntax to NBSP.
31091
31092 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31093 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31094 Use char-classes to accept non-ascii letters, accepted in some recent
31095 bibtex implementations.
31096
310972005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31098
31099 * custom.el (custom-set-minor-mode): Any non-nil value for the
31100 variable should enable the mode when set through Custom.
31101
311022005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31103
31104 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31105 TAB binding so tab-always-indent is obeyed.
31106 (vhdl-minibuffer-local-map): Move initialization into declaration.
31107 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31108 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31109 (vhdl-hooked-abbrev): Avoid test for XEmacs.
31110 (vhdl-current-line): Use line-beginning-position.
31111 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31112 with-output-to-temp-buffer, so the current position can be recorded.
31113
311142005-04-10 Masatake YAMATO <jet@gyve.org>
31115
31116 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31117 Add regexp for gcov.
31118
311192005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
31120
31121 * calendar/time-date.el (time-to-seconds, seconds-to-time)
31122 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31123 syntax which Emacs 20 doesn't support.
31124
311252005-04-09 Richard M. Stallman <rms@gnu.org>
31126
31127 * help.el (describe-key-briefly, describe-key):
31128 Replace strings as event types with "(any string)".
31129
311302005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
31131
31132 * arc-mode.el (archive-mode-map): Move initialization into
31133 the declaration. Override *all* bindings of `undo'.
31134 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31135
311362005-04-09 Jay Belanger <belanger@truman.edu>
31137
31138 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31139
311402005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
31141
31142 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31143 (xterm-register-default-colors): Update color values computation
31144 to match xterm-200.
31145
311462005-04-09 Kenichi Handa <handa@m17n.org>
31147
31148 * international/code-pages.el (iso-latin-7): Fix the map.
31149
311502005-04-08 Luc Teirlinck <teirllm@auburn.edu>
31151
31152 * emacs-lisp/lisp.el (defun-prompt-regexp)
31153 (parens-require-spaces, buffer-end, end-of-defun)
31154 (insert-parentheses): Doc fixes.
31155
311562005-04-08 Kim F. Storm <storm@cua.dk>
31157
31158 * comint.el (comint-highlight-prompt): Fix face spec.
31159 * hi-lock.el (hi-green): Likewise.
31160
311612005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31162
31163 * cus-edit.el (custom-modified-face):
31164 * comint.el (comint-highlight-input): Fix previous changes.
31165 * term.el (term-handle-ansi-escape): Add a comment.
31166
311672005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
31168
31169 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31170 in the buffer and in whitespace-highlighted-space.
31171 (whitespace-unhighlight-the-space): Simplify.
31172 (whitespace-buffer): Simplify.
31173
311742005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31175
31176 * textmodes/table.el (table-cell-face): Add special case for
31177 displays supporting a high number of colors.
31178 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31179 (vhdl-font-lock-reserved-words-face)
31180 (vhdl-speedbar-architecture-face)
31181 (vhdl-speedbar-instantiation-face)
31182 (vhdl-speedbar-architecture-selected-face)
31183 (vhdl-speedbar-instantiation-selected-face): Likewise.
31184 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31185 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31186 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31187 (ebrowse-root-class-face, ebrowse-member-attribute-face)
31188 (ebrowse-progress-face): Likewise.
31189 * progmodes/compile.el (compilation-info-face): Likewise.
31190 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31191 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31192 * calendar/calendar.el (diary-face): Likewise.
31193 * woman.el (woman-italic-face, woman-bold-face)
31194 (woman-unknown-face): Likewise.
31195 * wid-edit.el (widget-button-pressed-face): Likewise.
31196 * whitespace.el (whitespace-highlight-face): Likewise.
31197 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31198 * pcvs-info.el (cvs-marked-face): Likewise.
31199 * info.el (info-xref): Likewise.
31200 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31201 * hilit-chg.el (highlight-changes-face)
31202 (highlight-changes-delete-face): Likewise.
31203 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31204 (hi-red-b): Likewise.
31205 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31206 * font-lock.el (font-lock-keyword-face)
31207 (font-lock-function-name-face, font-lock-warning-face): Likewise.
31208 * cus-edit.el (custom-invalid-face, custom-modified-face)
31209 (custom-set-face, custom-changed-face, custom-variable-tag-face)
31210 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31211 * comint.el (comint-highlight-prompt): Likewise.
31212
312132005-04-08 Lute Kamstra <lute@gnu.org>
31214
31215 * font-lock.el (font-lock-keywords): Docstring fixes.
31216
312172005-04-08 Kenichi Handa <handa@m17n.org>
31218
31219 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31220 chars are more than a limit, print " and more..." at the tail.
31221
312222005-04-08 Kim F. Storm <storm@cua.dk>
31223
31224 * emacs-lisp/authors.el (authors-aliases): Update list.
31225 (authors-ignored-files): New list.
31226 (authors-fixed-entries): Fix typo.
31227 (authors-renamed-files-alist): Update list.
31228 (authors-add): Check authors-ignored-files.
31229
312302005-04-08 Carsten Dominik <dominik@science.uva.nl>
31231
31232 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31233 optional, to ensure backward compatibility.
31234
312352005-04-08 Stephen Eglen <stephen@gnu.org>
31236
31237 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31238
312392005-04-08 Kim F. Storm <storm@cua.dk>
31240
31241 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31242
31243 * mouse.el (mouse-on-link-p): Doc fix.
31244
312452005-04-07 Luc Teirlinck <teirllm@auburn.edu>
31246
31247 * ielm.el (ielm-prompt-read-only): Doc fix.
31248
31249 * comint.el (comint-prompt-read-only): Doc fix.
31250
312512005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
31252
31253 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31254 ensure dired always handles wildcards passed to ffap.
31255 (find-file-at-point): Use it.
31256 (ffap-dired-wildcards): Doc fix.
31257
312582005-04-07 Juri Linkov <juri@jurta.org>
31259
31260 * simple.el (next-error-overlay-arrow-position): New defvar.
31261 Put "=>" on its property `overlay-arrow-string'. Add it to
31262 `overlay-arrow-variable-list'.
31263
31264 * progmodes/compile.el (compilation-setup):
31265 Set `next-error-overlay-arrow-position' to nil. Also set it to
31266 nil in the local hook `kill-buffer-hook'. Make local variable
31267 `overlay-arrow-string' and set it to "=>".
31268 (compilation-goto-locus): Set BOL position to
31269 `next-error-overlay-arrow-position' instead of
31270 `overlay-arrow-position'.
31271
31272 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31273 locally instead of adding it to the global hook.
31274 (Info-kill-buffer): Move up.
31275
312762005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
31277
31278 * term/xterm.el (xterm-standard-colors): Update color values from
31279 xterm-200.
31280
312812005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
31282
31283 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31284
31285 * fast-lock.el:
31286 * lazy-lock.el: Move them to the obsolete subdir.
31287
312882005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31289
31290 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31291 (wdired-add-replace-advice): Remove.
31292 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31293
312942005-04-06 Kim F. Storm <storm@cua.dk>
31295
31296 * startup.el (command-line): Add --bare-bones alias for -Q.
31297
312982005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31299
31300 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31301 create the startup fontset if a font specification ends with
31302 `mac-roman'.
31303
313042005-04-06 Lute Kamstra <lute@gnu.org>
31305
31306 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31307 change.
31308
31309 * emacs-lisp/copyright.el (copyright-update-year): Replace the
31310 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
31311
313122005-04-05 Lute Kamstra <lute@gnu.org>
31313
31314 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31315 (define-generic-mode): Ditto. Fix debug declaration.
31316
31317 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31318 Put them in the generic-x group.
31319
31320 * calendar/timeclock.el (timeclock): Doc fix.
31321
31322 * generic.el (define-generic-mode): Don't use custom-current-group.
31323 Document default :group value.
31324 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31325 (define-global-minor-mode): Don't use custom-current-group.
31326
313272005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
31328
31329 * startup.el (command-line-1): Display startup-echo-area-message
31330 when fancy splash screen is in use.
31331
31332 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31333 (sh-escaped-newline): New face.
31334 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31335 newline, and use sh-escaped-newline face.
31336
31337 * progmodes/tcl.el (tcl-escaped-newline): New face.
31338 (tcl-builtin-list): New variable.
31339 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31340 newlines. Fix keywords subexpression number.
31341
313422005-04-05 Carsten Dominik <dominik@science.uva.nl>
31343
31344 * textmodes/org.el (org-diary-default-entry): Fix call to
31345 `add-to-diary-entry'.
31346
313472005-04-05 Kim F. Storm <storm@cua.dk>
31348
31349 * ediff-init.el: Use (featurep 'xemacs).
31350
313512005-04-05 David Ponce <david@dponce.com>
31352
31353 * cus-edit.el (face): Derive from symbol widget. Display sample
31354 of the current face on the fly.
31355 (widget-face-sample-face-get, widget-face-notify): New functions.
31356 (widget-face-value-create): Remove.
31357
31358 * wid-edit.el (widget-field-end): Temporarily remove field
31359 narrowing before to call `get-char-property'.
31360
313612005-04-04 Jay Belanger <belanger@truman.edu>
31362
31363 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31364 (math-read-subscripts): New variable.
31365 (math-read-preprocess-string): Process subscripts.
31366
313672005-04-04 Luc Teirlinck <teirllm@auburn.edu>
31368
31369 * comint.el (comint-prompt-read-only): Doc fix.
31370
31371 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31372 `-1'. Doc fix.
31373
313742005-04-04 Carsten Dominik <dominik@science.uva.nl>
31375
31376 * textmodes/org.el (org-insert-mode-line-in-empty-file):
31377 Change default value to nil.
31378
313792005-04-04 Lute Kamstra <lute@gnu.org>
31380
31381 * autorevert.el (auto-revert-mode): Specify :group.
31382 * battery.el (display-battery-mode): Specify :group.
31383 * diff-mode.el (diff-minor-mode): Specify :group.
31384 * font-core.el (font-lock-mode): Specify :group.
31385 * hl-line.el (hl-line-mode): Specify :group.
31386 * iimage.el (iimage): New customization group.
31387 (iimage-mode): Specify :group.
31388 * longlines.el (longlines-mode): Specify :group.
31389 * master.el: Don't require easy-mmode.
31390 (master): New customization group.
31391 (master-mode): Specify :group.
31392 * msb.el (msb-mode): Specify :group.
31393 * reveal.el (reveal-mode): Specify :group.
31394 * simple.el (next-error-follow-minor-mode): Specify :group.
31395 * smerge-mode.el (smerge-mode): Specify :group.
31396 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31397 * emulation/cua-base.el (cua-mode): Specify :group.
31398 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31399 * language/thai-util.el (thai-auto-composition-mode)
31400 (thai-word-mode): Specify :group.
31401 * mail/supercite.el (sc-minor-mode): Specify :group.
31402 * progmodes/cwarn.el (cwarn-mode): Specify :group.
31403 * progmodes/flymake.el (flymake-mode): Specify :group.
31404 * progmodes/glasses.el (glasses-mode): Specify :group.
31405 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31406 * textmodes/enriched.el (enriched-mode): Specify :group.
31407 * textmodes/refill.el (refill-mode): Specify :group.
31408
31409 * add-log.el (change-log-font-lock-keywords): Names in
31410 parenthesized lists can contain spaces.
31411
314122005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
31413
31414 * startup.el (fancy-splash-text): Shorten default text of
31415 "Emacs Tutorial" line. Also, if the current language env
31416 indicates an available tutorial file other than TUTORIAL,
31417 extract its title and append it to the line in parentheses.
31418 (fancy-splash-insert): If arg is a thunk, funcall it.
31419
314202005-04-04 Jay Belanger <belanger@truman.edu>
31421
31422 * calc.el (calc-language-alist): Add tags to customization type.
31423
314242005-04-03 Luc Teirlinck <teirllm@auburn.edu>
31425
31426 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31427 Doc fix.
31428
314292005-04-03 Marcelo Toledo <marcelo@gnu.org>
31430
31431 * add-log.el (change-log-font-lock-keywords): The manual
31432 describing a Change Log entry, says: (...) "Aside from these
31433 header lines, every line in the change log starts with a space or
31434 a tab.". The font-lock was not highlighting lines started with
31435 spaces, added support for it.
31436
314372005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31438
31439 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31440 (bibtex-generate-url-list): Update docstring accordingly. Put the
31441 complex example in the docstring.
31442 (bibtex-font-lock-url): Use pop.
31443
314442005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
31445
31446 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31447
31448 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31449
314502005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
31451
31452 * filesets.el (filesets-set-default): Doc fix.
31453
314542005-04-03 Lute Kamstra <lute@gnu.org>
31455
31456 * generic.el (define-generic-mode): Add argument to specify
31457 keywords for defcustom.
31458 (default-generic-mode): Specify :group.
31459
31460 * generic-x.el: Specify :group for all generic modes.
31461
31462 * desktop.el (desktop-no-desktop-file-hook)
31463 (desktop-after-read-hook): Doc fix.
31464
314652005-04-02 Luc Teirlinck <teirllm@auburn.edu>
31466
31467 * simple.el (visible-mode): Use explicit :group keyword.
31468 This changes the group of `visible-mode-hook' from paren-blinking
31469 to editing-basics.
31470
314712005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
31472
31473 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
31474 mailbox specifications as well as URLs.
31475 (rmail-insert-inbox-text): Remove unused conditional branches.
31476
314772005-04-01 Jay Belanger <belanger@truman.edu>
31478
31479 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31480 (calc-gnuplot-print-command): Move definitions to calc.el.
31481
31482 * calc/calc-embed.el (calc-embedded-announce-formula)
31483 (calc-embedded-open-formula, calc-embedded-close-formula)
31484 (calc-embedded-open-word, calc-embedded-close-word)
31485 (calc-embedded-open-plain, calc-embedded-close-plain)
31486 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31487 (calc-embedded-open-mode, calc-embedded-close-mode):
31488 Move definitions to calc.el.
31489
31490 * calc/calc.el (calc-settings-file, calc-language-alist):
31491 Make customizable.
31492 (calc-embedded-announce-formula, calc-embedded-open-formula)
31493 (calc-embedded-close-formula, calc-embedded-open-word)
31494 (calc-embedded-close-word, calc-embedded-open-plain)
31495 (calc-embedded-close-plain, calc-embedded-open-new-formula)
31496 (calc-embedded-close-new-formula, calc-embedded-open-mode)
31497 (calc-embedded-close-mode, calc-gnuplot-name)
31498 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31499 from other files and make customizable.
31500
315012005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
31502
31503 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31504 Use buffer-live-p.
31505 (cvs-mode-run): Don't call cvs-update-header here.
31506 (cvs-run-process): Call cvs-update-header.
31507 Use process properties for cvs-postprocess and cvs-buffer so that
31508 the sentinel can behave better if the temp buffer is killed.
31509 Use a pipe rather than a tty, to better handle unexpected prompts.
31510 (cvs-sentinel): Rewrite. Call cvs-update-header.
31511
315122005-04-01 Andre Spiegel <spiegel@gnu.org>
31513
31514 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31515 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
31516
315172005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
31518
31519 * generic.el (define-generic-mode): Add indentation rule.
31520
315212005-03-31 Luc Teirlinck <teirllm@auburn.edu>
31522
31523 * files.el (mode-require-final-newline): Make Custom correctly
31524 report a nil value and allow to set it to nil via Custom.
31525 Doc fix.
31526
315272005-04-01 Kenichi Handa <handa@m17n.org>
31528
31529 * international/characters.el: Enable the correct case setting for
31530 dotless-i and dotted-I.
31531
315322005-04-01 Kim F. Storm <storm@cua.dk>
31533
31534 * ido.el (ido-file-internal): Fall back to non-ido command if
31535 initial directory is on slow ftp (or tramp) host.
31536
315372005-03-31 Richard M. Stallman <rms@gnu.org>
31538
31539 * emacs-lisp/autoload.el (make-autoload):
31540 Handle define-global-minor-mode.
31541
31542 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31543 Rename from easy-mmode-define-global-mode.
31544 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31545
31546 * progmodes/scheme.el (scheme-mode-syntax-table):
31547 Update syntax of | and # for two-character comment syntax.
31548
315492005-03-31 Lute Kamstra <lute@gnu.org>
31550
31551 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31552 (define-minor-mode): Call custom-current-group at load-time.
31553
31554 * generic.el (define-generic-mode): Add debug declaration.
31555 Add defcustom for the mode hook.
31556 (generic-mode-internal): Use run-mode-hooks.
31557
315582005-03-31 Kim F. Storm <storm@cua.dk>
31559
31560 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31561 (mouse-fixup-help-message): New defun called by show_help_echo
31562 to fixup mouse-2 prefix in help messages when applicable.
31563
31564 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31565
315662005-03-31 Kenichi Handa <handa@m17n.org>
31567
31568 * language/thai-word.el (thai-find-word-ends): Pay attention to
31569 the case that we reach the end of buffer.
31570
31571 * textmodes/fill.el (fill-text-properties-at): New function.
31572 (fill-newline): Use fill-text-properties-at instead of
31573 text-properties-at.
31574
315752005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31576
1a408ced 31577 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
6fee106e
KS
31578 not comint-quote-filename.
31579
315802005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
31581
31582 * help-fns.el (help-with-tutorial): Revert last change.
31583
315842005-03-31 Kim F. Storm <storm@cua.dk>
31585
31586 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31587
315882005-03-30 Paul Eggert <eggert@cs.ucla.edu>
31589
31590 * calendar/cal-china.el: Update reference to "Calendrical
31591 Calculations" book; there's a new edition.
31592 * calendar/cal-coptic.el: Likewise.
31593 * calendar/cal-french.el: Likewise.
31594 * calendar/cal-hebrew.el: Likewise.
31595 * calendar/cal-islam.el: Likewise.
31596 * calendar/cal-iso.el: Likewise.
31597 * calendar/cal-julian.el: Likewise.
31598 * calendar/cal-mayan.el: Likewise.
31599 * calendar/cal-persia.el: Likewise.
31600 * calendar/calendar.el: Likewise.
31601 * calendar/holidays.el: Likewise.
31602 * calendar/lunar.el: Likewise.
31603 * calendar/solar.el: Likewise.
31604
31605 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31606 white space from doc string.
31607
316082005-03-30 Jay Belanger <belanger@truman.edu>
31609
31610 * calc/calc-help.el (calc-full-help): Remove email address.
31611
316122005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
31613
31614 * help-fns.el (help-with-tutorial): Delete title line.
31615
316162005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
31617
31618 * calendar/cal-x.el (calendar-one-frame-setup)
31619 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31620 rather than `symbol' for set-window-dedicated-p.
31621
31622 * calendar/appt.el (appt-buffer-name): Make it a constant.
31623 (appt-add): Doc fix.
31624
31625 * filesets.el (filesets-menu-path, filesets-menu-before)
31626 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
31627 (filesets-menu-cache-file): Use directory ~/.emacs.d.
31628 (filesets-add-submenu): Delete and use add-submenu instead.
31629
316302005-03-30 Carsten Dominik <dominik@science.uva.nl>
31631
31632 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31633 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31634 (org-diary-default-entry): New function.
31635 (org-get-entries-from-diary): Better parsing of diary entries.
31636 (org-agenda-check-no-diary): New function.
31637 ("diary-lib"): Advice to function `add-to-diary-list', to allow
31638 linking to diary entries.
31639 (org-agenda-execute-calendar-command): New function.
31640 (org-agenda): Improve visible section in window.
31641 Use `org-fit-agenda-window'.
31642 (org-fit-agenda-window): New option.
31643 (org-move-subtree-down): Better handling of empty lines
31644 at end of subtree.
31645 (org-cycle): Numeric prefix is interpreted now as show-subtree N
31646 levels up.
31647 (org-fontify-done-headline): New option.
31648 (org-headline-done-face): New face.
31649 (org-set-font-lock-defaults): Use `org-headline-done-face'.
31650 (org-table-copy-down): Rename from `org-table-copy-from-above'.
31651 When current field is non-empty, it is copied to next row.
31652 (org-table-copy-from-above): Fix bug which made it
31653 impossible to copy fields containing only a single non-white character.
31654
316552005-03-30 Kim F. Storm <storm@cua.dk>
31656
31657 * kmacro.el (kmacro-end-macro): Isearch may store this command
31658 into the macro -- so ignore it when executing keyboard macro.
31659
316602005-03-30 Nick Roberts <nickrob@snap.net.nz>
31661
31662 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31663
316642005-03-29 Kenichi Handa <handa@m17n.org>
31665
31666 * language/thai.el ("Thai"): Set setup-function and exit-function
31667 for Thai language environment.
31668
31669 * language/thai-util.el: Require thai-word.
31670 (thai-word-mode-map): New variable.
31671 (thai-word-mode): New minor mode.
31672 (setup-thai-language-environment-internal): New function.
31673 (exit-thai-language-environment-internal): New function.
31674
31675 * language/thai-word.el (thai-word-table): Declare it by defvar,
31676 use dolist to initialize it.
31677 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31678 (thai-fill-find-break-point): New functions.
31679
316802005-03-29 Richard M. Stallman <rms@gnu.org>
31681
31682 * simple.el (idle-update-delay): Move definition up.
31683 (set-mark): Doc fix.
31684
316852005-03-29 Chong Yidong <cyd@stupidchicken.com>
31686
31687 * longlines.el: New file.
31688
31689 * simple.el (buffer-substring-filters): New variable.
31690 (filter-buffer-substring): New function.
31691 (kill-region, copy-region-as-kill): Use it.
31692
31693 * register.el (copy-to-register, append-to-register)
31694 (prepend-to-register): Use filter-buffer-substring.
31695
316962005-03-30 Nick Roberts <nickrob@snap.net.nz>
31697
31698 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31699 (gud-filter-pending-text): Move in front of gdb.
31700 (gud-overlay-arrow-position): New variable.
31701 (gud-sentinel, gud-display-line): Use it in place of
31702 overlay-arrow-position.
31703
317042005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
31705
31706 * progmodes/fortran.el (fortran-if-indent): Doc fix.
31707 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31708 (fortran-font-lock-keywords-4): New variable.
31709 (fortran-blocks-re, fortran-end-block-re)
31710 (fortran-start-block-re): New constants, for hideshow.
31711 (hs-special-modes-alist): Add a Fortran entry.
31712 (fortran-mode-map): Bind fortran-end-of-block,
31713 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31714 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
31715 (fortran-looking-at-if-then, fortran-end-of-block)
31716 (fortran-beginning-of-block): New functions, for hideshow.
31717
31718 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31719 Doc fix. Tweak regexp.
31720 (f90-beginning-of-block): Push mark first.
31721
317222005-03-29 Jay Belanger <belanger@truman.edu>
31723
31724 * calc/calc.el: Update copyright date.
31725 (calc-version): Increase to 2.1.
31726 (calc-version-date): Remove.
31727
31728 * calc/calc-help.el: Update copyright date.
31729 (calc-full-help): Remove reference to calc-version-date.
31730 Update copyright date.
31731
317322005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31733
31734 * vc.el (vc-do-command): Use a pipe for async processes, so password
31735 prompts don't show up at places where the user can't reply.
31736
317372005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31738
31739 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31740 on the file name we pass to the inferior shell.
31741
317422005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31743
31744 * progmodes/which-func.el (which-function): Be robust in the face of an
31745 imenu--make-index-alist failure.
31746
317472005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31748
31749 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31750
31751 * progmodes/python.el (python-preoutput-filter): Fix last change.
31752
317532005-03-29 Lute Kamstra <lute@gnu.org>
31754
31755 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31756 functions and compiled macros.
31757 (debug-convert-byte-code): Handle macros too.
31758 (debug-on-entry-1): Don't signal an error when trying to clear a
31759 function that is not set to debug on entry.
31760
317612005-03-29 Jay Belanger <belanger@truman.edu>
31762
31763 * calc/calc-lang.el: Add functions to math-function-table
31764 properties of tex and math.
31765
317662005-03-29 Kenichi Handa <handa@m17n.org>
31767
31768 * ps-mule.el (ps-mule-plot-string): Translate characters by
31769 ps-print-translation-table.
31770 (ps-mule-begin-job): Call find-charset-region/string with
31771 ps-print-translation-table.
31772 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
31773
31774 * ps-print.el (ps-print-translation-table): New variable.
31775 (ps-plot-region): Translate characters by ps-print-translation-table.
31776
317772005-03-29 Juri Linkov <juri@jurta.org>
31778
31779 * simple.el (next-error-highlight-timer): New variable.
31780
31781 * progmodes/compile.el (compilation-goto-locus):
31782 Use `next-error-highlight-timer' instead of `sit-for'.
31783
317842005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31785
31786 * mail/supercite.el (sc-mail-field): Use assoc-string.
31787 (sc-get-address): Simplify regexps.
31788
31789 * files.el (minibuffer-with-setup-hook): New macro.
31790 (find-file-read-args): Use it to avoid let-binding
31791 minibuffer-with-setup-hook (which breaks turning on/off
31792 file-name-shadow-mode while in the prompt).
31793
31794 * complete.el (PC-read-include-file-name-internal):
31795 Use test-completion.
31796
317972005-03-28 Luc Teirlinck <teirllm@auburn.edu>
31798
31799 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
31800
318012005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31802
31803 * window.el (window-buffer-height): Use count-screen-lines.
31804
31805 * progmodes/python.el (python-preoutput-leftover): New var.
31806 (python-preoutput-filter): Use it.
31807 (python-send-receive): Loop until all the result has been received.
31808
318092005-03-28 Juri Linkov <juri@jurta.org>
31810
31811 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
31812
31813 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
31814 "Recover Crashed Session".
31815 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
31816 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
31817 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
31818 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
31819 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
31820 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
31821 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
31822 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
31823
31824 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
31825 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
31826 Ediff Sessions", "Toggle use of separate control buffer frame",
31827 "Use separate frame for Ediff control buffer".
31828
31829 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
31830 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
31831 "Rename Bookmark", "Delete Bookmark".
31832
31833 * info.el (Info-mode-menu): Remove ellipsis from "Index".
31834 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
31835 Add `:active Info-index-alternatives' to "Next Matching Item".
31836
31837 * wdired.el (wdired-change-to-wdired-mode):
31838 Mention `wdired-abort-changes' key in the initial message.
31839
31840 * international/mule.el (auto-coding-alist): Associate non-ascii
31841 image filename extensions with `no-conversion'.
31842
318432005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
31844
31845 * international/iso-acc.el:
31846 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31847
318482005-03-26 Luc Teirlinck <teirllm@auburn.edu>
31849
31850 * textmodes/sgml-mode.el (html-mode): Doc update.
31851
31852 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31853
318542005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
31855
31856 * term.el (term-move-columns): Fix face after extending a line.
31857 (term-insert-spaces): Likewise.
31858 (term-reset-terminal): Fix off by one error.
31859
318602005-03-26 Eli Zaretskii <eliz@gnu.org>
31861
31862 * international/mule.el (auto-coding-alist): Add .xpi files.
31863
31864 * files.el (auto-mode-alist): Add .xpi files.
31865
318662005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
31867
31868 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31869
318702005-03-26 Eli Zaretskii <eliz@gnu.org>
31871
31872 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
31873
318742005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
31875
31876 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
31877 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
31878
31879 * calendar/cal-move.el (calendar-beginning-of-year): Move the
31880 cursor to Jan 1 when needed.
31881 (calendar-end-of-year): Fix -/+ typo.
31882 Reported by Chong Yidong <cyd@stupidchicken.com>.
31883
318842005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
31885
31886 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
31887
31888 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
31889 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
31890
318912005-03-25 Richard M. Stallman <rms@gnu.org>
31892
31893 * filesets.el (filesets-init): Add autoload.
31894
31895 * mail/mailalias.el (mail-directory): Doc fix.
31896
318972005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31898
31899 * mail/mailalias.el (mail-directory-process): Do nothing if
31900 mail-directory-process is an atom.
31901 (mail-get-names): Ignore mail-directory-names if it is an atom.
31902 (mail-directory-process defvar): Doc fix.
31903 (mail-names): Doc fix.
31904
b1e6882f 319052005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6fee106e
KS
31906
31907 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
31908
319092005-03-26 Kenichi Handa <handa@m17n.org>
31910
31911 * international/mule-util.el (detect-coding-with-priority):
31912 Call update-coding-systems-internal before detect-coding-region.
31913
319142005-03-26 Nick Roberts <nickrob@snap.net.nz>
31915
31916 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
31917 (gdb-frames-mode-map): Add follow-link property.
31918
319192005-03-25 Jay Belanger <belanger@truman.edu>
31920
31921 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
31922 for variables.
31923
319242005-03-25 Juri Linkov <juri@jurta.org>
31925
31926 * image-mode.el: Optimize image filename extension regexps in
31927 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
31928 in `auto-mode-alist'.
31929 (image-mode): Add `image-toggle-display-text' to local hook
31930 `change-major-mode-hook'. Display the image as an image by
31931 default. Set `cursor-type' and `truncate-lines' if the image
31932 is already displayed. Take into account the current mode (image
31933 or text) in message.
31934 (image-minor-mode): New minor mode.
31935 (image-mode-maybe, image-toggle-display-text): New functions.
31936 (image-toggle-display): Use called-interactively-p.
31937 Let-bind `inhibit-read-only' to t.
31938
31939 * image-mode.el (image-minor-mode): Set `cursor-type' and
31940 `truncate-lines' if the image is already displayed. Add turning
31941 image-minor-mode off to `change-major-mode-hook'. Add message.
31942 Call `image-toggle-display-text' after turning image-minor-mode off.
31943
319442005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
31945
31946 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
31947 Terminal.app, use utf-8.
31948 (set-display-table-and-terminal-coding-system): Add coding-system arg.
31949 (set-locale-environment): Use it.
31950
31951 * term/xterm.el: Undo last change, better done in mule-cmds.el.
31952
31953 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
31954
31955 * progmodes/python.el (python-close-block-statement-p)
31956 (python-outdent-p, python-current-defun): Use symbol-end.
31957
8cedef2e 319582005-03-25 Karl Chen <quarl@cs.berkeley.edu>
6fee106e
KS
31959
31960 * files.el (save-some-buffers): Doc fix.
31961
319622005-03-25 Werner Lemberg <wl@gnu.org>
31963
31964 * complete.el, thumbs.el: Replace `legal' with `valid'.
31965 * calendar/calendar.el: Replace `legal' with `valid'.
31966 * emacs-lisp/advice.el: Replace `legal' with `valid'.
31967 * mail/supercite.el: Replace `legal' with `valid'.
31968 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
31969 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
31970 Replace `legal' with `valid'.
31971 * textmodes/reftex-vars.el, textmodes/reftex.el:
31972 Replace `legal' with `valid'.
31973
319742005-03-25 Werner Lemberg <wl@gnu.org>
31975
31976 * calc/calc-forms.el, calc/calc-sel.el
31977 * midnight.el, vc-cvs.el
31978 * emacs-lisp/cl-macs.el
31979 * emulation/vip.el
31980 * eshell/esh-io.el, eshell/esh-var.el
31981 * mail/supercite.el
31982 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
31983 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
31984 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
31985 * progmodes/sh-script.el, progmodes/xscheme.el
31986 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
31987 * textmodes/reftex-index.el, textmodes/reftex-parse.el
31988 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
31989 * textmodes/reftex.el, textmodes/org.el:
31990 Replace `illegal' with `invalid'.
31991
319922005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31993
31994 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
31995 (flymake-find-buildfile, flymake-find-possible-master-files)
31996 (flymake-check-include, flymake-parse-line): Replace loops over the
31997 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
31998
31999 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32000 Substitute file-name-as-directory in the rest of the file.
32001 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32002 (flymake-replace-region): Remove unused arg `buffer'.
32003 (flymake-check-patch-master-file-buffer): Update calls to it.
32004 (flymake-add-err-info): Remove unused var `count'.
32005 (flymake-mode): Use define-minor-mode.
32006
32007 * progmodes/flymake.el: Use with-current-buffer.
32008 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32009 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32010 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32011 Avoid testing for `xemacs'.
32012 (flymake-nop): Move.
32013 (flymake-region-has-flymake-overlays): Return the computed value.
32014 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32015 Remove unused var `endline'.
32016 (flymake-get-line-count): Remove unused function.
32017 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32018
32019 * emulation/vi.el:
32020 * generic.el:
32021 * hilit-chg.el (global-highlight-changes):
32022 * hi-lock.el (hi-lock-mode):
32023 * follow.el: find-file-hooks -> find-file-hook.
32024
32025 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32026
320272005-03-24 Juri Linkov <juri@jurta.org>
32028
32029 * dired.el (dired-mode-map): Add menu item "Compare directories"
32030 for dired-compare-directories.
32031
32032 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32033 Doc fix. Replace `read-file-name' with `read-directory-name'.
32034
320352005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32036
32037 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32038
320392005-03-24 Jay Belanger <belanger@truman.edu>
32040
32041 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32042 relevant mode settings in calc-embedded-original-modes when modes
32043 are permanently changed.
32044
320452005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32046
32047 * autoinsert.el: find-file-hooks -> find-file-hook.
32048
320492005-03-24 Lute Kamstra <lute@gnu.org>
32050
32051 * generic.el (generic-font-lock-defaults): Make it obsolete.
32052 (generic-font-lock-keywords): New variable to replace
32053 generic-font-lock-defaults.
32054 (generic-mode-set-font-lock): Delete it.
32055 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32056 (generic-bracket-support): Add docstring.
32057
32058 * generic-x.el: Rename generic-font-lock-defaults to
32059 generic-font-lock-keywords throughout.
32060 (mailagent-rules-setup-function): Delete it.
32061 (mailagent-rules-generic-mode): Use anonymous function instead.
32062 (show-tabs-generic-mode-font-lock-defaults-1)
32063 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32064 Quote faces.
32065 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32066 not foreground.
32067
32068 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32069 Recognize define-generic-mode.
32070
320712005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32072
32073 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32074 if there's no completion table.
32075
320762005-03-23 Miles Bader <miles@gnu.org>
32077
32078 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32079 Remove tty-specific variants, as they're no longer needed.
32080
320812005-03-23 Lute Kamstra <lute@gnu.org>
32082
32083 * generic-x.el: Code cleanup: make args constant whenever possible.
32084 (installshield-statement-keyword-list)
32085 (installshield-system-functions-list)
32086 (installshield-system-variables-list, installshield-types-list)
32087 (installshield-funarg-constants-list): Make them constants.
32088
32089 * generic.el (generic-make-keywords-list): Add autoload cookie.
32090
32091 * calendar/time-date.el: Add comment on time value formats.
32092 Don't require parse-time.
32093 (with-decoded-time-value): New macro.
32094 (encode-time-value): New function.
32095 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32096 (days-to-time): Return a valid time value when arg is huge.
32097 (time-since): Use time-subtract.
32098 (time-to-number-of-days): Use time-to-seconds.
32099
321002005-03-23 David Ponce <david@dponce.com>
32101
32102 * recentf.el (recentf-keep): New option.
32103 (recentf-menu-action): Default to `find-file'.
32104 (recentf-keep-non-readable-files-flag)
32105 (recentf-keep-non-readable-files-p)
32106 (recentf-file-readable-p, recentf-find-file)
32107 (recentf-cleanup-remote): Remove.
32108 (recentf-include-p): More robust.
32109 (recentf-keep-p): New function.
32110 (recentf-remove-if-non-kept): Rename from
32111 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
32112 All callers updated.
32113 (recentf-menu-items-for-commands): Fix help string.
32114 (recentf-track-closed-file): Update. Doc fix.
32115 (recentf-cleanup): Update. Count removed files. Doc fix.
32116
321172005-03-23 Kim F. Storm <storm@cua.dk>
32118
32119 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32120 Don't inherit from fringe face (now happens automatically).
32121
321222005-03-22 Kim F. Storm <storm@cua.dk>
32123
32124 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32125 position values.
32126
321272005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
32128
32129 * menu-bar.el (showhide-date-time): Remove.
32130 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32131 (menu-bar-make-mm-toggle): Simplify.
32132
321332005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32134
32135 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32136 Accept qualified variable and function names.
32137
321382005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
32139
32140 * bindings.el (completion-ignored-extensions):
32141 Remove ".lis" for `vax-vms'.
32142
321432005-03-22 Andreas Schwab <schwab@suse.de>
32144
32145 * generic-x.el: Revert last change.
32146 * ldefs-boot.el: Update.
32147
321482005-03-22 Jay Belanger <belanger@truman.edu>
32149
32150 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32151 (calc-embedded-save-original-modes)
32152 (calc-embedded-restore-original-modes): New functions.
32153 (calc-do-embedded): Save original modes when entering embedded mode
32154 and restore when leaving embedded mode.
32155 (calc-embedded-modes-change): Change the value of
32156 calc-embedded-original-modes to reflect permanent changes.
32157
321582005-03-22 Lute Kamstra <lute@gnu.org>
32159
32160 * generic-x.el: Require generic again.
32161
321622005-03-22 Miles Bader <miles@gnu.org>
32163
32164 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32165 Tweak details to look good on both ttys and bitmap displays, light
32166 or dark background, etc.
32167
321682005-03-21 Kim F. Storm <storm@cua.dk>
32169
32170 * tooltip.el (tooltip-show-help-function): Check car and cdr of
32171 mouse position.
32172
321732005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
32174
32175 * icomplete.el: Don't forcibly turn on the mode upon load.
32176 (icomplete-mode): Use define-minor-mode.
32177 (icomplete-eoinput): Default to nil.
32178 (icomplete-minibuffer-setup): Remove autoload.
32179 (icomplete-tidy): Simplify.
32180 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32181 in the initial state or if the user has modified the field.
32182 Fix handling of icomplete-max-delay-chars.
32183 Remove code that handles the oddball case where
32184 minibuffer-completion-table is an integer.
32185 Wrap icomplete-completions in while-no-input in case building
32186 completions takes more time than expected.
32187 (icomplete-completions): Simplify.
32188
321892005-03-21 Richard M. Stallman <rms@gnu.org>
32190
32191 * jka-compr.el (jka-compr-really-do-compress):
32192 Make variable buffer-local.
32193
32194 * image-mode.el: Handle .xpm files too.
32195 (image-toggle-display): Preserve modification flag.
32196
32197 * help.el (where-is): Don't mention aliases with no key bindings.
32198
321992005-03-21 Lute Kamstra <lute@gnu.org>
32200
32201 * generic.el: Fix commentary section. Don't require cl for
32202 compilation.
32203 (generic-mode-list): Add autoload cookie.
32204 (generic-use-find-file-hook, generic-lines-to-scan)
32205 (generic-find-file-regexp, generic-ignore-files-regexp)
32206 (generic-mode, generic-mode-find-file-hook)
32207 (generic-mode-ini-file-find-file-hook): Fix docstrings.
32208 (define-generic-mode): Make it a defmacro. Fix docstring.
32209 (generic-mode-internal): Code cleanup. Add autoload cookie.
32210 (generic-mode-set-comments): Code cleanup.
32211 * generic-x.el: Don't prevent compilation. Don't require generic.
32212 Follow coding conventions. Minor code cleanup.
32213 (etc-fstab-generic-mode): Add some keywords.
32214 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32215 define-generic-mode like a function declaration.
32216
322172005-03-21 Jay Belanger <belanger@truman.edu>
32218
32219 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32220 changing modes.
32221
322222005-03-21 Sam Steingold <sds@gnu.org>
32223
32224 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32225
322262005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
32227
32228 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32229 Add underscore to "f$ lexicals" regexp.
32230
322312005-03-20 Juri Linkov <juri@jurta.org>
32232
32233 * subr.el (progress-reporter-do-update): When `min-value' is equal
32234 to `max-value', set `percentage' to 0 and prevent division by zero.
32235
322362005-03-20 Michael Albinus <michael.albinus@gmx.de>
32237
32238 Sync with Tramp 2.0.48.
32239
32240 * net/tramp.el (all): Change all addresses to .gnu.org.
32241 (tramp-append-tramp-buffers): New defun.
32242 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32243 Catch `dont-send' signal.
32244 (tramp-set-auto-save-file-modes): Set always permissions, because
32245 there might be an old auto-saved file belonging to another
32246 original file. This could be a security threat. Reported by
32247 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32248 Check for Emacs 21.3.50 removed.
32249
32250 * net/tramp-smb.el (all): Remove debug construct for
32251 `with-parsed-tramp-file-name'.
32252 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32253 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32254 No error message if DIRECTORY or FILENAME doesn't exist.
32255 (tramp-smb-open-connection): Check existence of
32256 `tramp-smb-program'.
32257
322582005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
32259
32260 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32261 Properly handle the case where the `m' or `s' command's argument is not
32262 yet terminated.
32263 (perl-indent-new-calculate): New function.
32264 (perl-indent-line): Use it.
32265
322662005-03-20 Miles Bader <miles@gnu.org>
32267
32268 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32269 in text-mode too. Change to new face names.
32270 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32271 Add `:weight bold' attribute.
32272 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32273
322742005-03-19 Juri Linkov <juri@jurta.org>
32275
32276 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
32277
32278 * international/mule.el (auto-coding-alist): Sync with
32279 `auto-mode-alist' by adding upper case archive file extensions
32280 and adding ear/war to jar extension.
32281
322822005-03-19 David Casperson <casper@unbc.ca> (tiny change)
32283
32284 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32285 running, restart it.
32286
322872005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
32288
32289 * finder.el (finder-current-item): Throw an error on an empty line.
32290
32291 * man.el (Man-follow-manual-reference): If current-word returns
32292 nil, use "".
32293
322942005-03-19 Matt Hodges <MPHodges@member.fsf.org>
32295
32296 * simple.el (goto-line): Doc fix.
32297
322982005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
32299
32300 * files.el (save-buffer): Doc fix.
32301
323022005-03-19 Michael R. Mauger <mmaug@yahoo.com>
32303
32304 * recentf.el (recentf-cleanup-remote): New variable.
32305 (recentf-cleanup): Use it to conditionally check availability of
32306 remote files.
32307
323082005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
32309
32310 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32311 function names.
32312
323132005-03-19 Eli Zaretskii <eliz@gnu.org>
32314
32315 * language/thai-word.el: New file.
32316
323172005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32318
32319 * files.el (backup-buffer): If the file's directory is not
32320 writable, use copy instead of move to backup the file.
32321
323222005-03-19 Eli Zaretskii <eliz@gnu.org>
32323
32324 * obsolete/keyswap.el: Moved to obsolete/ from term/.
32325
323262005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
32327
32328 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32329 Use functionp instead of symbolp and fboundp. Reported by Drkm
32330 <darkman_spam@yahoo.fr>.
32331 (ps-print-version): New version 6.6.6.
32332
323332005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
32334
32335 * textmodes/table.el (table--line-column-position): New idiom.
32336 (table--row-column-insertion-point-p): New function to test
32337 validity of row and column insertion operation at a location.
32338 (table-global-menu, table-cell-menu): Use above functions for
32339 deterministic test operation.
32340 (table--editable-cell-p): Behave in deterministic fashion.
32341
323422005-03-18 Juri Linkov <juri@jurta.org>
32343
32344 * isearch.el (isearch-lazy-highlight-new-loop):
32345 Make arguments beg and end optional.
32346 (isearch-update): Remove optional arguments nil from
32347 isearch-lazy-highlight-new-loop.
32348 (isearch-lazy-highlight-search): Let-bind case-fold-search to
32349 isearch-lazy-highlight-case-fold-search instead of
32350 isearch-case-fold-search, and let-bind isearch-regexp to
32351 isearch-lazy-highlight-regexp.
32352 Use isearch-lazy-highlight-last-string instead of isearch-string.
32353
32354 * replace.el (perform-replace): Remove bindings of global
32355 variables isearch-string, isearch-regexp, isearch-case-fold-search.
32356 Add three new arguments to `replace-highlight'.
32357 (replace-highlight): Add arguments string, regexp, case-fold.
32358 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32359 to allow isearch-lazy-highlight-new-loop to use these values
32360 to set corresponding isearch-lazy-highlight-* internal
32361 variables whose values lazy highlighting will use regardless of
32362 changes to global variables isearch-string, isearch-regexp,
32363 isearch-case-fold-search during lazy highlighting loop.
32364 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32365 to `lazy-highlight-cleanup'.
32366
32367 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32368 (ispell-highlight-face): Set default face to `isearch' when
32369 lazy highlighting is enabled.
32370 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32371 priority to 1. Add lazy highlighting.
32372 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32373 from `isearch-dehighlight'.
32374
323752005-03-18 David Ponce <david@dponce.com>
32376
32377 * files.el (hack-local-variables): Do a case-insensitive search
32378 for End.
32379
323802005-03-18 Juri Linkov <juri@jurta.org>
32381
32382 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32383 `isearch-lazy-highlight-cleanup', add alias to old name and
32384 declare obsolete. Add release numbers to other obsolete vars.
32385 (isearch-done, isearch-lazy-highlight-new-loop):
32386 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32387 (lazy-highlight-cleanup) <variable>: Doc fix.
32388 (isearch-lazy-highlight-update): Rename obsolete
32389 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32390
323912005-03-18 Kenichi Handa <handa@m17n.org>
32392
32393 * language/thai-util.el: Fix categorization of Thai characters in
32394 thai-category-table.
32395 (thai-composition-pattern): Adjust it for the above change.
32396 (thai-self-insert-command, thai-compose-syllable): New functions.
32397 (thai-compose-region): Use thai-compose-syllable.
32398 (thai-compose-string): Likewise.
32399 (thai-composition-function): Likewise.
32400 (thai-auto-composition): New function.
32401 (thai-auto-composition-mode): New minor mode.
32402
32403 * language/thai.el: Fix patterns to be registered in
32404 composition-function-table.
32405
32406 * international/quail.el (quail-input-method): Locally bind
32407 inhibit-modification-hooks to t.
32408
324092005-03-17 Richard M. Stallman <rms@gnu.org>
32410
32411 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32412 (perl-mode): Use run-mode-hooks.
32413
32414 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32415 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32416 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32417
32418 * mail/sendmail.el (sendmail-send-it): Reenable the code
32419 to compute resend-to-address and use it.
32420
32421 * tar-mode.el (tar-mode): Turn off undo unconditionally.
32422
32423 * image-mode.el: New file.
32424
32425 * image.el (insert-sliced-image): Add autoload cookie.
32426
32427 * font-lock.el (font-lock-lines-before): New user option.
32428 (font-lock-after-change-function): Obey it.
32429
32430 * bindings.el (esc-map): Make M-g a prefix.
32431 Bind M-g g and M-g M-g to goto-line.
32432
32433 * faces.el (face-id): Doc fix.
32434
324352005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32436
32437 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32438 (rmail-show-message): Use rmail-unknown-mail-followup-to.
32439 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32440
32441 * mail/sendmail.el (mail-yank-ignored-headers)
32442 (mail-font-lock-keywords, mail-mode-fill-paragraph):
32443 Add Mail-Followup-To and Mail-Reply-To headers.
32444 (mail-citation-hook): Add autoload cookie.
32445 (mail-mode): Doc fix.
32446 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32447 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32448 (mail-mode-fill-paragraph): Handle those headers.
32449 (mail-mailing-lists): New variable.
32450 (mail-mail-reply-to, mail-mail-followup-to): New functions.
32451
324522005-03-17 Juri Linkov <juri@jurta.org>
32453
32454 * isearch.el (isearch-fallback): Check for `(car previous)'
32455 before calling `isearch-other-end-state'.
32456
324572005-03-17 Kim F. Storm <storm@cua.dk>
32458
32459 * simple.el (move-beginning-of-line): Move to beginning of buffer
32460 line, as well as beginning of screen line.
32461
324622005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
32463
32464 * calendar/diary-lib.el (mark-diary-entries): Use new optional
32465 argument REDRAW rather than calendar-redrawing variable.
32466 * calendar/calendar.el (calendar-redrawing): Delete.
32467 (redraw-calendar): Do not bind calendar-redrawing.
32468
324692005-03-16 Matt Hodges <MPHodges@member.fsf.org>
32470
32471 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32472 diary-file buffer.
32473
324742005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
32475
32476 * help.el (describe-mode): Allow a :minor-mode-function property to
32477 specify a different minor mode toggle function than the variable.
32478 * simple.el (auto-fill-function):
32479 * subr.el (add-minor-mode): Use it.
32480
324812005-03-16 Kenichi Handa <handa@m17n.org>
32482
32483 * language/ethio-util.el (sera-being-called-by-w3): New variable.
32484 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32485 (ethio-fidel-to-sera-buffer): Likewise.
32486
324872005-03-16 Juri Linkov <juri@jurta.org>
32488
32489 * emacs-lisp/find-func.el (find-function-regexp):
32490 Add defun-emitting macro `menu-bar-make-toggle'.
32491
32492 * isearch.el: Put `isearch-scroll' property to
32493 `split-window-horizontally'.
32494
32495 * info.el: Update error messages for `debug-ignored-errors'.
32496 (Info-isearch-search): Doc fix.
32497 (Info-find-node): Move up code to go into info buffer before
32498 recording the node to the history.
32499 (Info-fontify-node): Fontify titles only if the next line
32500 has two or more `*', `=', `-', `.'.
32501 Display "go to this node" for empty (match-string 3).
32502
325032005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32504
32505 * term/mac-win.el: Add mouse pointer shape constants.
32506
325072005-03-15 Kim F. Storm <storm@cua.dk>
32508
32509 * simple.el (move-beginning-of-line): Use vertical-motion.
32510
325112005-03-15 Juri Linkov <juri@jurta.org>
32512
32513 * isearch.el (isearch-error): New variable.
32514 (isearch-invalid-regexp, isearch-within-brackets): Remove.
32515 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32516 (isearch-within-brackets-state): Remove.
32517 (isearch-case-fold-search-state, isearch-pop-fun-state):
32518 Decrease frame index.
32519 (isearch-mode, isearch-top-state, isearch-push-state)
32520 (isearch-edit-string, isearch-abort, isearch-search-and-update)
32521 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32522 (isearch-search, isearch-lazy-highlight-new-loop):
32523 Replace `isearch-invalid-regexp' with `isearch-error'.
32524 Remove `isearch-within-brackets'.
32525 (isearch-search): Add `search-failed' handler to `condition-case'.
32526 (isearch-lazy-highlight-search): Add `condition-case' to catch
32527 errors and allow `isearch-lazy-highlight-update' to try
32528 highlighting from the beginning of the window.
32529 (isearch-repeat): Move up code to set isearch-wrapped to t
32530 before calling isearch-wrap-function.
32531
32532 * info.el (Info-isearch-initial-node): New internal variable.
32533 (Info-search): Signal an error in isearch mode when search leaves
32534 the initial node. Signal an error when `bound' is non-nil and
32535 nothing was found in the current subfile.
32536 (Info-isearch-search): Remove `condition-case'.
32537 (Info-isearch-wrap): Don't wrap when search failed during leaving
32538 the initial node. If `Info-isearch-search' is nil, wrap around
32539 the current node.
32540 (Info-isearch-start): New fun.
32541 (Info-mode): Add buffer-local hook `Info-isearch-start' to
32542 `isearch-mode-hook'.
32543
325442005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32545
32546 * simple.el (normal-erase-is-backspace): Set default to t if
32547 running on Mac.
32548
32549 * term/mac-win.el (function-key-map): Sync with x-win.el.
32550
325512005-03-15 Kenichi Handa <handa@m17n.org>
32552
32553 * international/mule-cmds.el (locale-language-names): Modify the
32554 format of elements and add more entries.
32555 (locale-preferred-coding-systems): Add more entries.
32556 (set-locale-environment): Adjust for the change of
32557 locale-language-names.
32558
325592005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
32560
32561 * pcvs.el (smerge-ediff): Remove bogus autoload.
32562
325632005-03-14 Lute Kamstra <lute@gnu.org>
32564
32565 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32566 Ignore a `*' at the beginning of a line.
32567
32568 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32569 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32570 subr.el.
32571 (dont-compile, eval-when-compile, eval-and-compile): Use declare
32572 to specify indentation.
32573
32574 * generic.el (define-generic-mode): Let generic-mode-list be a
32575 list of strings; test membership with equal.
32576
325772005-03-14 Kim F. Storm <storm@cua.dk>
32578
32579 * simple.el (next-line, previous-line): Add optional try-vscroll
32580 arg to recognize interactive use. Pass it on to line-move.
32581 (line-move): Don't perform auto-window-vscroll when defining or
32582 executing keyboard macro to ensure consistent behavior.
32583
325842005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
32585
32586 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32587
325882005-03-13 Lute Kamstra <lute@gnu.org>
32589
32590 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32591 debugger-setup-buffer so that backtrace marks the frames set to
32592 debug-on-exit and we don't have to do it manually. Set an extra
32593 debug-on-exit for macro's.
32594 (debugger-setup-buffer): Don't mark the top frame manually.
32595
325962005-03-12 Lute Kamstra <lute@gnu.org>
32597
32598 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32599 lisp-indent-function throughout.
32600 (with-no-warnings): Set lisp-indent-function property.
32601
326022005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
32603
32604 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32605 Add entry for backslash.
32606
326072005-03-12 Juri Linkov <juri@jurta.org>
32608
32609 * info.el (Info-search): Four fixes for backward search.
32610
326112005-03-11 Jay Belanger <belanger@truman.edu>
32612
32613 * calc/calc.el (calc-language-alist): New variable.
32614 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32615 (calc-embedded-find-modes): Use calc-language-alist instead of
32616 calc-embedded-language-alist.
32617
326182005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32619
32620 * calendar/calendar.el (calendar-redrawing): New internal
32621 variable.
32622 (redraw-calendar): Remove bogus save-excursion from previous
32623 change. Bind calendar-redrawing to t for mark-diary-entries.
32624 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32625 calendar if that is why we were called.
32626
326272005-03-11 Kenichi Handa <handa@m17n.org>
32628
32629 * international/mule.el (make-coding-system): Set property
32630 coding-system-define-form to nil.
32631 (define-coding-system-alias): Likewise.
32632
326332005-03-11 Kenichi Handa <handa@m17n.org>
32634
32635 These changes are suggested by Dave Love <fx@gnu.org>.
32636
32637 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32638 coding: tag.
32639 (adaptive-fill-regexp): Add more bullets.
32640 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32641 regexps.
32642
326432005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
32644
32645 * help.el (describe-mode): Properly handle non-trivial lighters.
32646 Don't ignore minor modes that are not listed in minor-mode-list.
32647
32648 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32649 feature ON when the user requests to turn it OFF.
32650
326512005-03-10 Lute Kamstra <lute@gnu.org>
32652
32653 * emacs-lisp/debug.el (debug-entry-code): Delete it.
32654 (implement-debug-on-entry): New function to replace debug-entry-code.
32655 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
32656 second argument as the 2005-03-07 change makes it obsolete.
32657 (debug-on-entry, cancel-debug-on-entry): Update call to
32658 debug-on-entry-1.
32659 (debug, debugger-setup-buffer): Comment update.
32660 (debugger-frame-number): Update to work with implement-debug-on-entry.
32661
326622005-03-10 Jay Belanger <belanger@truman.edu>
32663
32664 * calc/calc-embed.el (math-ms-args): Declare it.
32665 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32666 math-ms-args.
32667 (calc-embedded-subst): Use math-multi-subst-rec to substitute
32668 variables.
32669
326702005-03-10 Nick Roberts <nickrob@snap.net.nz>
32671
32672 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32673 Use message-box.
32674
32675 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32676 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32677 (tooltip-gud-tips): Simplify.
32678 (tooltip-gud-tips-p): Remove superfluous :set.
32679 (tooltip-gud-modes): Add fortran-mode.
32680 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32681
32682 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32683
326842005-03-09 Kim F. Storm <storm@cua.dk>
32685
32686 * play/animate.el (animate-place-char): Use forward-line instead
32687 of next-line to improve performance.
32688
326892005-03-09 Simon Josefsson <jas@extundo.com>
32690
32691 * net/browse-url.el (browse-url-default-browser): Doc fix.
32692
326932005-03-09 Miles Bader <miles@gnu.org>
32694
32695 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32696 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32697
326982005-03-09 Kenichi Handa <handa@m17n.org>
32699
32700 * international/latin-1.el: Set case and syntax for 255 only if
32701 set-case-syntax-set-multibyte is nil.
32702
32703 * textmodes/ispell.el (ispell-insert-word): New function.
32704 (ispell-word): Use ispell-insert-word to insert a new word.
32705 (ispell-process-line): Likewise.
32706 (ispell-complete-word): Likewise.
32707
327082005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
32709
32710 * calendar/calendar.el (redraw-calendar): Preserve point.
32711 Reported by Matt Hodges <MPHodges@member.fsf.org>.
32712 (calendar-week-start-day): Move after definition of
32713 redraw-calendar. Delete buffer test, since redraw-calendar has
32714 that now.
32715
32716 * calendar/diary-lib.el (mark-diary-entries): Only call
32717 redraw-calendar in the first of any recursive calls.
32718 Reported by Alan Shutko <ats@acm.org>.
32719
327202005-03-08 Juri Linkov <juri@jurta.org>
32721
32722 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32723 (html-horizontal-rule, html-line, html-image, html-checkboxes)
32724 (html-radio-buttons): Add a space before the trailing `/>' where
32725 sgml-xml-mode is non-nil.
32726 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32727 the subsequent tag of the empty XML tag.
32728 (html-href-anchor): Don't set initial input to "http:".
32729 (html-image): Ask for the image URL and set point inside alt="".
32730 (html-name-anchor): Duplicate the name in the `id' attribute when
32731 sgml-xml-mode is non-nil.
32732 (html-paragraph): Remove \n before <p>.
32733 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32734 instead of `checked' when sgml-xml-mode is non-nil.
32735
32736 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32737 Remove 1 space before #RRGGBB to not truncate it on terminal
32738 windows w/o fringes. Remove 1 space between bg and fg examples
32739 to get more space.
32740 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32741 avoid byte-compile warnings.
32742
32743 * image-file.el (image-file-handler): Put `safe-magic' property to
32744 `image-file-handler'.
32745
32746 * info.el (Info-isearch-search): Emulate word search in
32747 isearching through multiple Info nodes with Info-search.
32748 (Info-isearch-wrap): Allow isearch-word.
32749
327502005-03-08 Lute Kamstra <lute@gnu.org>
32751
32752 * emacs-lisp/debug.el (debugger-step-through): Make sure that
32753 stepping into the debugger's code is not possible.
32754 (debugger-jumping-flag): Docstring update.
32755
327562005-03-08 Jay Belanger <belanger@truman.edu>
32757
32758 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32759 embedded mode begins.
32760 (calc-embedded-language-alist): New variable.
32761 (calc-embedded-find-modes): Use calc-embedded-language-alist to
32762 set default language mode.
32763
327642005-03-08 Kenichi Handa <handa@m17n.org>
32765
32766 * international/ccl.el (define-ccl-program): Fix docstring about
32767 extra 256 bytes assured for the output buffer.
32768
32769 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32770 Fix BUFFER_MAGNIFICATION to 2.
32771 (ccl-encode-mule-utf-16be-with-signature): Likewise.
32772
327732005-03-07 Karl Chen <quarl@cs.berkeley.edu>
32774
32775 * align.el (align-rules-list): Added an alignment rule for CSS
32776 declarations (applies to css-mode and html-mode buffers).
32777
327782005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
32779
32780 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
32781
327822005-03-07 Kim F. Storm <storm@cua.dk>
32783
32784 * simple.el (move-beginning-of-line): New command.
32785
32786 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
32787
32788 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
32789
32790 * emulation/cua-base.el: Put CUA move property on move-end-of-line
32791 and move-beginning-of-line.
32792
32793 * apropos.el (apropos-print): Omit command from M-x ... RET.
32794
327952005-03-07 Nick Roberts <nickrob@snap.net.nz>
32796
32797 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
32798 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
32799
328002005-03-06 Richard M. Stallman <rms@gnu.org>
32801
32802 * bindings.el (esc-map): Bind M-g to goto-line.
32803
32804 * facemenu.el (global-map): Bind M-o, not M-g.
32805
328062005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32807
32808 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
32809 "Open Directory" as for "Open File".
32810
328112005-03-06 Chong Yidong <cyd@stupidchicken.com>
32812
32813 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
32814 (push-mark-command): Run activate-mark-hook.
32815
328162005-03-06 Richard M. Stallman <rms@gnu.org>
32817
32818 * help-mode.el (help-mode-finish): Don't alter the element
32819 in view-return-to-alist if there already is one.
32820
32821 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
32822 make sure the current buffer is the expected one.
32823
32824 * novice.el (disabled-command-function): Output in *Disabled Command*.
32825 Explicitly ignore non-keyboard events, and explicitly handle C-g.
32826
32827 * textmodes/flyspell.el (flyspell-large-region):
32828 Pass args differently for aspell.
32829
32830 * files.el (mode-require-final-newline): Doc fix.
32831
328322005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32833
32834 * progmodes/which-func.el (which-function):
32835 Specify NOERROR when calling imenu--make-index-alist.
32836
328372005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
32838
32839 * simple.el (normal-erase-is-backspace): Define default value.
32840
32841 * custom.el (custom-theme-set-variables): Remove unused var
32842 `immediate'.
32843 (custom-reevaluate-setting): Simple function to handle variables
32844 that are defined before their default value can really be
32845 computed.
32846
32847 * startup.el (command-line): Use it for temporary-file-directory,
32848 small-emporary-file-directory, auto-save-file-name-transforms,
32849 blink-cursor-mode, and normal-erase-is-backspace.
32850
32851 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32852 progress, even with buggy anchored keywords.
32853
328542005-03-05 Luc Teirlinck <teirllm@auburn.edu>
32855
32856 * simple.el (goto-line): Remove unbalanced final parenthesis.
32857
328582005-03-05 Richard M. Stallman <rms@gnu.org>
32859
32860 * simple.el (goto-line): Use a number at point as the default.
32861 With C-u as arg, switch buffers.
32862
328632005-03-05 Juri Linkov <juri@jurta.org>
32864
32865 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32866 with `no-blinking-cursor'.
32867
32868 * startup.el (no-blinking-cursor): New defvar.
32869 (command-line): Add `--no-blinking-cursor' to longopts.
32870 Set `no-blinking-cursor' to t for command line arguments
32871 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
32872 with `no-blinking-cursor' in the condition for calling
32873 `blink-cursor-mode'.
32874
328752005-03-04 Luc Teirlinck <teirllm@auburn.edu>
32876
32877 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
32878 (menu-bar-options-save): Add blink-cursor-mode.
32879 (menu-bar-options-menu): Add blink-cursor-mode.
32880
328812005-03-04 Ulf Jasper <ulf.jasper@web.de>
32882
32883 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
32884 (icalendar-export-file, icalendar-export-region)
32885 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
32886 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
32887
328882005-03-04 Lute Kamstra <lute@gnu.org>
32889
32890 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
32891 (debug-function-list): Ditto.
32892
328932005-03-04 Robert J. Chassell <bob@rattlesnake.com>
32894
32895 * textmodes/texinfmt.el (texinfo-append-refill):
32896 Redefine the types of line to which @refill
32897 is not appended by replacing a search for `@refill\\|@bye' with
32898 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
32899 itemize@refill' bug and the unfilled long lines bug.
32900 (texinfmt-version): Update number and date.
32901
329022005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
32903
32904 * international/code-pages.el (windows-1250, windows-125[2-8])
32905 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
32906
329072005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
32908
32909 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
32910 bound yet.
32911
329122005-03-02 Romain Francoise <romain@orebokech.com>
32913
32914 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
32915 buffer after removing limits.
32916 (ibuffer-pop-filter): Ditto.
32917 Update copyright.
32918
329192005-03-02 Miles Bader <miles@gnu.org>
32920
32921 * button.el (make-text-button): If the user doesn't specify a
32922 type, use the default. Rewrite to use `add-text-properties' and
32923 plist functions.
32924
329252005-03-01 Lute Kamstra <lute@gnu.org>
32926
32927 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
32928 (debugger-jumping-flag): New var.
32929 (debug-entry-code): Use it.
32930 (debugger-jump): Use debugger-jumping-flag and add
32931 debugger-reenable to post-command-hook.
32932 (debugger-reenable): Use debugger-jumping-flag and remove itself
32933 from post-command-hook.
32934 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
32935 debugger-reenable.
32936
329372005-03-01 Robert J. Chassell <bob@rattlesnake.com>
32938
32939 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
32940 inclusion of "itemize\\|", which may be unnecessary, is certainly
32941 inelegant, and stops refilling in itemize lists when formatting
32942 Japanese Texinfo files to Info.
32943 Update copyright to 2005.
32944
329452005-03-01 Nick Roberts <nickrob@snap.net.nz>
32946
32947 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
32948 of an error if GDB can't find the source file.
32949
329502005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
32951
32952 * calendar/calendar.el (redraw-calendar): Work from any buffer,
32953 not just the calendar.
32954
32955 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
32956 first.
32957 (diary-redraw-calendar): New function.
32958 (make-diary-entry): Add diary-redraw-calendar to local
32959 write-contents-functions. Turn off selective display before
32960 inserting in diary.
32961
329622005-03-01 Kim F. Storm <storm@cua.dk>
32963
32964 * emacs-lisp/copyright.el (copyright-fix-years): New command.
32965
329662005-03-01 Lute Kamstra <lute@gnu.org>
32967
32968 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
32969 that debug-entry-code can be safely removed from a function while
32970 this code is being evaluated. Revert the 2005-02-27 change as the
32971 new implementation no longer requires it. Make sure that a
32972 function body containing just a string is not mistaken for a docstring.
32973 (debug): Skip one more frame in case of debug on entry.
32974 (debugger-setup-buffer): Delete one more frame line in case of
32975 debug on entry.
32976 (debugger-frame-number): Update to use the new text introduced by
32977 the 1999-11-03 change. Skip one more frame in case of debug on entry.
32978
329792005-02-28 Kim F. Storm <storm@cua.dk>
32980
32981 * double.el (double-translate-key): Call force-window-update after
32982 read-event to avoid crash in redisplay.
32983
329842005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
32985
32986 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
32987 (debug): Use it. Move the inhibit-trace earlier.
32988 (debug-entry-code): New const.
32989 (debug-on-entry-1): Use it.
32990
329912005-02-28 Chong Yidong <cyd@stupidchicken.com>
32992
32993 * international/utf-16.el (ccl-encode-mule-utf-16le):
32994 Fix BUFFER_MAGNIFICATION to 2.
32995 (ccl-encode-mule-utf-16be): Likewise.
32996
329972005-02-28 Kenichi Handa <handa@m17n.org>
32998
32999 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33000 Fix BUFFER_MAGNIFICATION to 4.
33001 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33002
330032005-02-28 Nick Roberts <nickrob@snap.net.nz>
33004
33005 * speedbar.el (speedbar-update-flag): Doc fix.
33006 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33007 argument.
33008
330092005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33010
33011 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33012 have a non-nil `invisible' property but are actually visible.
33013
33014 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33015 for perldoc sections.
33016 (perl-outline-regexp, perl-outline-level): New var and function.
33017 (perl-mode): Use them.
33018
330192005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33020
33021 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33022 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33023
330242005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33025
33026 * cus-edit.el: Comment change.
33027 (custom-buffer-create-internal): Slightly reword text at top of
33028 Custom buffers. Mention there that saving an option edits the
33029 init file. Add link to Emacs manual node on `custom-file'.
33030 (custom-magic-alist): Rewrite individual State messages to use
33031 capitalized keywords. Doc fix.
33032
330332005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33034
33035 * calendar/calendar.el (calendar-buffer): Move above
33036 calendar-week-start-day.
33037 (calendar-week-start-day): Doc fix. Add :set function.
33038 (calendar-minimum-window-height): New variable.
33039 (generate-calendar-window): Only resize window if selected-window
33040 is displaying the calendar buffer. Use new variable
33041 calendar-minimum-window-height.
33042 (generate-calendar): Reword error message.
33043 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33044
330452005-02-27 Andreas Schwab <schwab@suse.de>
33046
33047 * vc.el (vc-do-command): Don't run command asynchronously when
33048 operating in a remote directory.
33049
33050 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33051 change from sync with Tramp 2.0.47.
33052
330532005-02-27 Richard M. Stallman <rms@gnu.org>
33054
33055 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33056
33057 * textmodes/flyspell.el (flyspell-mode-on):
33058 Call ispell-change-dictionary only if necessary.
33059
33060 * emacs-lisp/re-builder.el (regexp-builder): New function.
33061
33062 * register.el (describe-register-1): Explicitly handle
33063 yank-excluded-properties = t.
33064
33065 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33066 (custom-magic-alist): Change the status descriptions again.
33067 (face widget-type): Total rewrite based on `restricted-sexp'
33068 to eliminate the confusing double hiding levels.
33069
33070 * emacs-lisp/debug.el (debug-on-entry-1):
33071 If function body is empty, add nil as body form.
33072
330732005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33074
33075 * emacs-lisp/trace.el (inhibit-trace): New var.
33076 (trace-make-advice): Use it.
33077
33078 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33079
330802005-02-26 Kim F. Storm <storm@cua.dk>
33081
33082 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33083 (mouse-on-link-p, mouse-drag-region-1): Use it.
33084
330852005-02-25 Lute Kamstra <lute@gnu.org>
33086
33087 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33088
330892005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33090
33091 * frame.el (blink-cursor-mode): Add :group keyword.
33092
330932005-02-24 Ulf Jasper <ulf.jasper@web.de>
33094
33095 * calendar/icalendar.el (icalendar--decode-isodatetime):
33096 New optional argument DAY-SHIFT.
33097 (icalendar-export-region): Fix coding-system-for-write.
33098 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33099 events by one.
33100
331012005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33102
33103 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33104
331052005-02-24 Kim F. Storm <storm@cua.dk>
33106
33107 * international/iso-acc.el (iso-accents-compose): Fix crash
33108 during redisplay. Call force-window-update after read-event
33109 and delete-region to signal that window is not accurate.
33110
331112005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
33112
33113 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33114 Remove unused and inexistent var `inhibit-trace'.
33115 (debugger-mode): Use run-mode-hooks.
33116 (debugger-list-functions): Add buttons; setup xref stack.
33117
331182005-02-23 Richard M. Stallman <rms@gnu.org>
33119
33120 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33121 appointment says it was explicitly made.
33122 (appt-add): Set the 3rd element.
33123 (appt-make-list): Preserve explicit appointments.
33124
33125 * subr.el (find-tag-default): Catch errors in forward-sexp.
33126
331272005-02-23 Juri Linkov <juri@jurta.org>
33128
33129 * info.el (Info-isearch-search): New defcustom.
33130 (Info-isearch-search): Call the default isearch function
33131 when Info-isearch-search is nil.
33132 (Info-isearch-wrap): Use variable Info-isearch-search.
33133
331342005-02-22 Luc Teirlinck <teirllm@auburn.edu>
33135
33136 * cus-edit.el: Comment change.
33137
331382005-02-22 Kim F. Storm <storm@cua.dk>
33139
33140 * progmodes/hideif.el (hide-ifdef-use-define-alist):
33141 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
33142
331432005-02-22 Simon Josefsson <jas@extundo.com>
33144
33145 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33146 New variable.
33147 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
33148 Oskarsson" <myrkraverk@users.sourceforget.net>.
33149
331502005-02-22 Kim F. Storm <storm@cua.dk>
33151
33152 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33153 check that window of that event is the selected window.
33154 (mouse-drag-region-1): Compare mouse event window to selected
33155 window before setting point.
33156
33157 * tooltip.el (tooltip-show-help-function): Pass event to
33158 mouse-on-link-p so it can check selected window.
33159
331602005-02-22 Kenichi Handa <handa@m17n.org>
33161
33162 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33163 (ps-mule-show-warning): New function.
33164 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33165 characters are found.
33166
33167 * ps-print.el (ps-header-footer-string): Return a list of header
33168 and footer strings.
33169
331702005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
33171
33172 * pcvs.el (cvs-retrieve-revision): Fix thinko.
33173
331742005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
33175
33176 * frame.el (blink-cursor-mode): Use define-minor-mode.
33177
33178 * term/mac-win.el (function-key-map): Use char-names more consistently.
33179 (file-name-coding-system): Only set it for MacOS-9. The other case is
33180 already handled in mule-cmds.el (where it also works when mac-win.el
33181 is not used).
33182
331832005-02-21 Kenichi Handa <handa@m17n.org>
33184
33185 * international/mule.el (ctext-pre-write-conversion): Always use
33186 " *code-converting-work*" buffer for work.
33187
33188 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33189
331902005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
33191
33192 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33193
331942005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
33195
33196 * ses.el (undo-more): Restore defadvice, but only the part that
33197 allows changes outside the restricted area of the buffer.
33198
331992005-02-20 Kim F. Storm <storm@cua.dk>
33200
33201 * simple.el (line-move): Add fourth optional arg try-vscroll which
33202 must be set to perform auto-window-vscroll.
33203 When moving backwards and doing auto-window-vscroll, automatically
33204 vscroll to the last part of lines which are taller than the window.
33205 (next-line, previous-line): Set try-vscroll arg on line-move.
33206
332072005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
33208
33209 * replace.el (query-replace, query-replace-regexp)
33210 (replace-string, replace-regexp): When operating on region, make
33211 the minibuffer prompt say so.
33212
33213 * isearch.el (isearch-forward): Document isearch-query-replace and
33214 isearch-query-replace-regexp keybindings.
33215
332162005-02-19 Jay Belanger <belanger@truman.edu>
33217
33218 * calc/calc-aent.el (math-read-token): Add local variable.
33219
33220 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33221 (calc-edit-top): Move declaration to earlier in file.
33222 (calc-edit-macro-repeats): Add local variables.
33223
33224 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33225 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33226 calcFunc-tanh.
33227 Adjust integration rule for calcFunc-tan.
33228
332292005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33230
33231 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33232 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33233 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33234 (viper-skip-separators): Bug fix.
33235 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33236 particular major mode.
33237 (viper-del-backward-char-in-replace): Don't put deleted char on the
33238 kill ring.
33239
33240 * viper-ex.el (viper-color-display-p): New function.
33241 (viper-has-face-support-p): Use viper-color-display-p.
33242
33243 * viper-keym.el (viper-gnus-modifier-map): New keymap.
33244
33245 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33246
33247 * viper-util.el (viper-glob-unix-files): Fix shell status check.
33248 (viper-file-remote-p): Make equivalent to file-remote-p.
33249
33250 * viper.el (viper-major-mode-modifier-list):
33251 Use viper-gnus-modifier-map.
33252
332532005-02-19 David Kastrup <dak@gnu.org>
33254
33255 * subr.el (subregexp-context-p): Fix garbled doc string by adding
33256 quoting.
33257
332582005-02-19 Jay Belanger <belanger@truman.edu>
33259
33260 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33261 Remove extra definitions.
33262 (calc-coth): New function.
33263 (calcFunc-cot): Fix `let'.
33264
332652005-02-19 Eli Zaretskii <eliz@gnu.org>
33266
33267 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33268 the reasons we use "type pc" in these faces.
33269
33270 * button.el (button): Ditto.
33271
332722005-02-19 Michael Mauger <mmaug@yahoo.com>
33273
33274 * replace.el (query-replace-read-from): Set the value of
33275 query-replace-from-history-variable to handle the case of an empty
33276 string entered to accept the suggested default.
33277
33278 * net/tramp.el (tramp-file-name-for-operation):
33279 Use dired-call-process instead of dired-call-process-command.
33280
332812005-02-19 Jay Belanger <belanger@truman.edu>
33282
33283 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33284 (math-div-non-trig): New variables.
33285 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33286 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33287 (math-combine-prod, math-div-symb-fancy): Add simplifications for
33288 trig expressions.
33289
332902005-02-19 Nick Roberts <nickrob@snap.net.nz>
33291
33292 * progmodes/gdb-ui.el (gdb-var-update-handler)
33293 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33294 for watch expressions,
33295 (gdb-var-create-handler): Don't set speedbar-update-flag.
33296 (gdb-post-prompt): Simplify test for speedbar.
33297
332982005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33299
33300 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33301 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33302 we use the syntax table of the correct buffer.
33303 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33304 Felix Gatzemeier.
33305
33306 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33307 (ediff-file-remote-p): Make synonymous with file-remote-p.
33308 In all deffaces ediff-*-face-*, use min-colors.
33309
33310 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33311 ediff-recurse-to-subdirectories.
33312 (ediff-mark-if-equal): Check that the arguments are strings, use
33313 ediff-same-contents (after to Felix Gatzemeier).
33314
33315 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33316 nil.
33317
333182005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
33319
33320 * log-view.el (log-view-message-re): Fix up Subversion regexp.
33321
333222005-02-18 David Kastrup <dak@gnu.org>
33323
33324 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33325 use `mark-active' when defined.
33326
333272005-02-18 Kenichi Handa <handa@m17n.org>
33328
33329 * ps-print.el (ps-font-info-database): New entry
33330 ZapfChancery-MediumItalic with correct font name. Fix font name
33331 of the entry Zapf-Chancery-MediumItalic.
33332
333332005-02-16 Luc Teirlinck <teirllm@auburn.edu>
33334
33335 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33336
333372005-02-16 Kim F. Storm <storm@cua.dk>
33338
33339 * ido.el (ido-fallback-command): Pass user input to fallback command.
33340
333412005-02-16 Nick Roberts <nickrob@snap.net.nz>
33342
33343 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33344 (gdb-find-file-hook): Add server prefix.
33345
333462005-02-16 Richard M. Stallman <rms@gnu.org>
33347
33348 * replace.el (perform-replace): Pass new args to replace-highlight.
33349 (replace-highlight): Take region args,
33350 and pass them to isearch-lazy-highlight-new-loop.
33351
33352 * novice.el (disabled-command-hook): Autoload the defalias
33353 and the make-obsolete-variable call.
33354
33355 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33356
33357 * isearch.el (isearch-lazy-highlight-start-limit)
33358 (isearch-lazy-highlight-end-limit): New variables limit
33359 the region for highlighting.
33360 (isearch-lazy-highlight-new-loop): New args BEG and END.
33361 (isearch-lazy-highlight-search): Use the new vars.
33362 (isearch-lazy-highlight-update): Likewise.
33363
33364 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33365
33366 * cus-start.el (all): Use default-boundp.
33367
333682005-02-15 David Casperson <casper@unbc.ca> (tiny change)
33369
33370 * menu-bar.el (menu-bar-select-frame): Handle current frame.
33371
333722005-02-15 Luc Teirlinck <teirllm@auburn.edu>
33373
33374 * autorevert.el (auto-revert-stop-on-user-input)
33375 (auto-revert-verbose): Doc fixes.
33376
333772005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
33378
33379 * international/mule-cmds.el (set-locale-environment): Remove call
33380 to set-selection-coding-system on Windows.
33381
333822005-02-15 Jay Belanger <belanger@truman.edu>
33383
33384 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33385 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33386 calcFunc-coth.
33387 (math-simplify-sqrt): Add simplifications.
33388
33389 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33390 to list.
33391
33392 * calc/calc-ext.el: Add functions to autoloads.
33393
33394 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33395 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33396 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33397 (math-csc-raw, math-cot-raw): New functions.
33398
1a408ced 33399 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6fee106e
KS
33400
33401 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33402 the variable name in a message.
33403
33404 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33405 calcFunc-csc, calcFunc-cot.
33406
33407 * calc/calcalg2.el: Add derivative and integration rules for
33408 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33409 calcFunc-csch, calcFunc-coth.
33410 (math-do-integral-methods): Add to checks for when to use
33411 substitutions.
33412
33413 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33414
334152005-02-15 Lute Kamstra <lute@gnu.org>
33416
33417 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33418 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
40dfee6f 33419 <monnier@iro.umontreal.ca>.
6fee106e
KS
33420 (lisp-outline-level): Improve efficiency. Suggested by David
33421 Kastrup <dak@gnu.org>.
33422
334232005-02-15 Nick Roberts <nickrob@snap.net.nz>
33424
33425 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33426 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33427 (gdb-set-gud-minor-mode-existing-buffers): New functions.
33428 (gdb-find-file-hook): New hook. Add it to find-file-hook.
33429 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33430
334312005-02-14 Luc Teirlinck <teirllm@auburn.edu>
33432
33433 * cus-start.el (all): Comment change.
33434
334352005-02-14 Lute Kamstra <lute@gnu.org>
33436
33437 * cus-start.el (all): Check if symbol is void.
33438
334392005-02-14 Carsten Dominik <dominik@science.uva.nl>
33440
33441 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33442 optional argument to \cite.
33443
334442005-02-14 Richard M. Stallman <rms@gnu.org>
33445
33446 * cus-edit.el (custom-buffer-create-internal): Update help message.
33447 (custom-magic-alist): Update help messages.
33448
33449 * cus-start.el (all): Allow a var to specify a standard value.
33450
334512005-02-12 Luc Teirlinck <teirllm@auburn.edu>
33452
33453 * custom.el (custom-theme-set-variables): Handle variable aliases.
33454
33455 * frame.el (blink-cursor-timer): Doc fix.
33456 (blink-cursor): Make it an alias for `blink-cursor-mode' and
33457 declare obsolete.
33458 (blink-cursor-mode): Define with defcustom and use correct
33459 standard expression in that defcustom.
33460 * startup.el (command-line): Adapt to above changes in frame.el.
33461
334622005-02-11 Lute Kamstra <lute@gnu.org>
33463
33464 * apropos.el (apropos-score-doc): Prevent division by zero.
33465
334662005-02-11 Ulf Jasper <ulf.jasper@web.de>
33467
33468 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33469 (icalendar--get-event-property-attributes)
33470 (icalendar--get-event-properties)
33471 (icalendar--datetime-to-diary-date): New functions.
33472 (icalendar--split-value): Doc fix.
33473 (icalendar--datetime-to-noneuropean-date)
33474 (icalendar--datetime-to-european-date): New optional argument
33475 SEPARATOR. Return result as a string instead of a list.
33476 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33477 (icalendar--convert-string-for-export): Rename arg S to STRING.
33478 (icalendar-export-region): Doc fix. Change name of error buffer.
33479 Save output buffer.
33480 (icalendar-import-file): Add blank at end of prompt.
33481 (icalendar-import-buffer): Doc fix. Do not switch to error
33482 buffer. Indicate status in return value.
33483 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
33484 buffer. Save output buffer. Handle exception from recurrence
33485 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
33486 events. Fix problems with weekly all-day events.
33487
334882005-02-10 Richard M. Stallman <rms@gnu.org>
33489
33490 * simple.el (eval-expression-print-format):
33491 Avoid warning about edebug-active.
33492
33493 * help.el (help-for-help-internal): Rename from help-for-help.
33494 (help-for-help): Define with defalias.
33495
33496 * font-core.el (font-lock-default-function): Use with-no-warnings.
33497
33498 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33499
33500 * custom.el (defface): Doc fix.
33501
335022005-02-10 Nick Roberts <nickrob@snap.net.nz>
33503
33504 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33505 width 0" to prevent word wrapping problems.
33506
335072005-02-09 Kim F. Storm <storm@cua.dk>
33508
33509 * ido.el (ido-file-extensions-order): New defcustom.
33510 (ido-file-extension-lessp, ido-file-extension-aux)
33511 (ido-file-extension-order): New advanced file ordering.
33512 (ido-file-lessp): New simple file ordering.
33513 (ido-sort-list): Remove.
33514 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33515 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33516
335172005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
33518
33519 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33520 that some versions of grep produce.
33521 (grep-mode-font-lock-keywords): Likewise.
33522
335232005-02-09 Nick Roberts <nickrob@snap.net.nz>
33524
33525 * progmodes/gdb-ui.el (gdb-location-list): New variable.
33526 (gdb-cdir): Delete.
33527 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33528 (gdb-source-info): Treat case when source file is in another
33529 directory properly.
33530 (gdb-get-location): New function.
33531
335322005-02-07 Jay Belanger <belanger@truman.edu>
33533
33534 * calc/calc-prog.el (calc-write-parse-table-part)
33535 (calc-fix-token-name): Fix a check for language type.
33536
33537 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33538
335392005-02-07 Andre Spiegel <spiegel@gnu.org>
33540
33541 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33542 as directory not writable.
33543
335442005-02-07 Kim F. Storm <storm@cua.dk>
33545
33546 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33547 (cua--standard-movement-commands): Remove list.
33548 Instead, set CUA property value to move for movement commands.
33549 (cua-movement-commands): Remove. Users must set CUA prop instead.
33550 (cua--pre-command-handler): Check CUA property.
33551 (cua--init-keymaps): Don't remap undo commands.
33552 (cua-mode): Don't call cua--rectangle-on-off.
33553
33554 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33555 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33556 (cua--rect-undo-set-point): New var.
33557 (cua--rectangle-undo-boundary): Setup undo apply entry.
33558 (cua--rect-undo-handler): New function for rectangle undo.
33559 (cua--rect-start-position, cua--rect-end-position): Add.
33560 (cua--rectangle-post-command): Call cua--rectangle-set-corners
33561 for restored rectangle. Set point if cua--rect-undo-set-point.
33562
335632005-02-06 Jay Belanger <belanger@truman.edu>
33564
33565 * calc/calc-lang.el (calc-tex-language): Display more information
33566 in messages.
33567
33568 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33569 in TeX mode.
33570
335712005-02-06 Richard M. Stallman <rms@gnu.org>
33572
33573 * emacs-lisp/lisp.el (buffer-end): Doc fix.
33574
4fc9bd56 335752005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6fee106e
KS
33576
33577 * net/ldap.el (ldap-search-internal): Support attributes with
33578 optional descriptions separated by a semi-colon, as in
33579 "userCertificate;binary".
33580
335812005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33582
33583 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33584 isn't a cons (i.e. the version is 0).
33585
335862005-02-05 Eli Zaretskii <eliz@gnu.org>
33587
33588 * help.el (help-for-help): Doc fix.
33589
335902005-02-05 Nick Roberts <nickrob@snap.net.nz>
33591
33592 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
33593 GDB-Windows on the menu-bar as this works better.
33594
335952005-02-04 Jay Belanger <belanger@truman.edu>
33596
33597 * calc/calc-embed.el (calc-embedded-update): Don't put in
33598 unnecessary newlines. Adjust the end of formula marker.
33599
33600 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33601 (math-latex-parse-two-args): New function.
33602
336032005-02-03 Lute Kamstra <lute@gnu.org>
33604
33605 * help-fns.el (help-with-tutorial): Make sure that users cannot
33606 remove the entire text of the tutorial by means of `undo'.
33607
336082005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
33609
33610 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33611 in recent changes, where the ispell process was repeatedly
33612 killed & restarted.
33613
33614 * international/mule-cmds.el (set-locale-environment): Set file-name
33615 coding system to utf-8 on Darwin systems.
33616 (set-default-coding-systems): Don't set default-file-name-coding-system
33617 on Darwin systems.
33618
336192005-02-03 Richard M. Stallman <rms@gnu.org>
33620
33621 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33622
336232005-02-03 Matt Hodges <MPHodges@member.fsf.org>
33624
33625 * faces.el (list-faces-display): Add optional argument.
33626
336272005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
33628
33629 * font-core.el (font-lock-default-function): Handle the rare case where
33630 only font-lock-keywords is set.
33631
336322005-02-02 Kenichi Handa <handa@m17n.org>
33633
33634 * international/characters.el: Cancel previous change for
33635 I-WITH-DOT-ABOVE and DOTLESS-i.
33636
33637 * international/latin-5.el: Cancel previous change.
33638
336392005-02-02 Nick Roberts <nickrob@snap.net.nz>
33640
33641 * progmodes/gud.el: Correction to syntax in gud-menu-map.
33642
336432005-02-02 Kenichi Handa <handa@m17n.org>
33644
33645 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33646 DOTLESS-i.
33647
33648 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33649 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33650
33651 * case-table.el (get-upcase-table): New function.
33652 (copy-case-table): Copy upcaes table too if non-nil.
33653 (set-case-syntax-delims): Maintain upcase table too.
33654 (set-case-syntax-pair): Likewise.
33655 (set-upcase-syntax, set-downcase-syntax): New functions.
33656 (set-case-syntax): Maintain upcase table too.
33657
336582005-02-02 Nick Roberts <nickrob@snap.net.nz>
33659
33660 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33661
33662 * progmodes/gud.el (gud-goto-info): New function.
33663 (gud-tool-bar-map): Use correct icon.
33664
336652005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33666
33667 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33668 When delegating, order args in the funcall correctly.
33669
336702005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33671
33672 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33673
336742005-02-01 Carsten Dominik <dominik@science.uva.nl>
33675
33676 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33677 buffer not visiting a file.
33678
336792005-01-31 Jay Belanger <belanger@truman.edu>
33680
33681 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33682 bound on the line with the formula.
33683
336842005-01-31 Kim F. Storm <storm@cua.dk>
33685
33686 * ses.el (ses-create-cell-variable-range)
33687 (ses-destroy-cell-variable-range, ses-reset-header-string)
33688 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33689 (ses-insert-row): Fix format of apply undo entries.
33690
336912005-01-31 Jay Belanger <belanger@truman.edu>
33692
33693 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33694 parts.
33695
33696 * calc/calc-embed.el (calc-embedded-open-formula)
33697 (calc-embedded-close-formula): Ignore matrix environments.
33698
33699 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33700 TeX mode.
33701
33702 * calc/calc-lang.el (math-function-table, math-oper-table)
33703 (math-variable-table): Adjust the LaTeX portions.
33704
33705 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33706 (math-latex-ignore-words): New constant.
33707
337082005-01-31 Richard M. Stallman <rms@gnu.org>
33709
33710 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33711 (ispell-local-dictionary): Doc fix.
33712 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33713 Don't reinitialize at run time. Don't defcustom.
33714 All uses changed to append ispell-local-dictionary-alist,
33715 or check it first.
33716 (ispell-current-dictionary): New variable for dictionary in use.
33717 (ispell-dictionary): Now used only for global default.
33718 (ispell-start-process): Set ispell-current-dictionary,
33719 not ispell-dictionary.
33720 (ispell-change-dictionary): Use this only for setting
33721 user preferences.
33722 (ispell-internal-change-dictionary): New function
33723 to change the current dictionary in use.
33724 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33725 Use ispell-current-dictionary.
33726 Handle ispell-local-dictionary-overridden.
33727 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33728
337292005-01-31 Jay Belanger <belanger@truman.edu>
33730
33731 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33732
33733 * calc/calc-ext.el: Add calc-latex-language to autoloads.
33734 (calc-mode-map): Add calc-latex-language.
33735
33736 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33737 (math-latex-print-frac): New functions.
33738 (math-oper-table, math-function-table, math-variable-table)
33739 (math-complex-format, math-input-filter): Add latex properties.
33740 (calc-set-language): Set math-expr-special-function-mapping.
33741
33742 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33743 (calc-write-parse-table-part): Add LaTeX support.
33744
33745 * calc/calc.el (calc-language): Adjust docstring.
33746 (calc-set-mode-line): Add LaTeX support.
33747 (math-expr-special-function-mapping): New variable.
33748 (math-tex-ignore-words): Add to list.
33749
33750 * calc/calccomp.el (math-compose-expr, math-compose-rows):
33751 Add LaTeX support.
33752 (math-compose-expr): Add support for special functions.
33753
33754 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33755
337562005-01-31 Nick Roberts <nickrob@snap.net.nz>
33757
33758 * progmodes/gdb-ui.el (gdb-memory-address)
33759 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33760 (gdb-memory-mode-map, gdb-memory-format-keymap)
33761 (gdb-memory-format-menu, gdb-memory-unit-keymap)
33762 (gdb-memory-unit-menu): New variables for a buffer
33763 that lets the user examine program memory.
33764 (gdb-memory-set-address, gdb-memory-set-repeat-count)
33765 (gdb-memory-format-binary, gdb-memory-format-octal)
33766 (gdb-memory-format-unsigned, gdb-memory-format-signed)
33767 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
33768 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
33769 (gdb-memory-unit-word, gdb-memory-unit-halfword)
33770 (gdb-memory-unit-byte, gdb-memory-unit-menu)
33771 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
33772 (gdb-memory-mode, gdb-memory-buffer-name)
33773 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
33774 New functions for above buffer.
33775
337762005-01-30 Richard M. Stallman <rms@gnu.org>
33777
33778 * cus-edit.el (custom-bury-buffer): Function deleted.
33779 (custom-buffer-done-function): Option deleted.
33780 (custom-buffer-done-kill): New replacement option.
33781 (Custom-buffer-done): Call quit-window.
33782 (custom-buffer-create-internal): Update for above changes.
33783
337842005-01-29 Luc Teirlinck <teirllm@auburn.edu>
33785
33786 * simple.el (undo-ask-before-discard): New var.
33787 (undo-outer-limit-truncate): Implement it.
33788 (undo-extra-outer-limit): Doc update.
33789
337902005-01-29 Richard M. Stallman <rms@gnu.org>
33791
33792 * ses.el (undo-more): Delete defadvice.
33793 (ses-begin-change): Doc fix.
33794
33795 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
33796 instead of rebinding C-x u and C-_.
33797
33798 * files.el (normal-backup-enable-predicate): Return nil for files
33799 in /tmp, regardless of temporary-file-directory.
33800
33801 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
33802
33803 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
33804 (open-rectangle, delete-whitespace-rectangle-line)
33805 (clear-rectangle-line): If FILL, pass t instead of FILL
33806 for move-to-column's 2nd arg.
33807
33808 * simple.el (undo): Fix the test for continuing a series of undos.
33809 (undo-more): Set pending-undo-list to t when we reach end.
33810 (pending-undo-list): Move up defvar.
33811
33812 * wid-edit.el (widget-button-click):
33813 Shorten the range of the track-mouse binding.
33814
33815 * comint.el (comint-insert-input): Undo previous changes;
33816 use last-input-event in interactive spec.
33817
338182005-01-29 Eli Zaretskii <eliz@gnu.org>
33819
33820 * progmodes/compile.el (compilation-start): Bind buffer-read-only
33821 to nil before invoking call-process. Reset buffer's modified flag
33822 after fontifying it in the no-async branch.
33823
33824 * wid-edit.el (widget-specify-button): If mouse pointer shape
33825 cannot be changed, use mouse face instead.
33826
338272005-01-29 Nick Roberts <nickrob@snap.net.nz>
33828
33829 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
33830 (gdb-goto-breakpoint): Make breakpoint handling work on template
40dfee6f 33831 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
6fee106e
KS
33832 (gdb-assembler-custom): Update to recognize breakpoint information
33833 added on 2005-01-19.
33834
338352005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
33836
33837 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
33838 (dsssl-mode): Use define-derived-mode.
33839 (scheme-mode-initialize): Remove.
33840 (scheme-mode): Use run-mode-hooks.
33841
33842 * cus-edit.el (customize-group-other-window)
33843 (custom-buffer-create-other-window): Don't override special-display-*.
33844 (custom-mode-map): Make it dense.
33845
33846 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33847 sets the default value.
33848
338492005-01-28 Eli Zaretskii <eliz@gnu.org>
33850
33851 * descr-text.el: Add more keywords.
33852
338532005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
33854
33855 * speedbar.el: Avoid unnecessary use of locate-library.
33856
33857 * international/mule-cmds.el (standard-display-european-internal):
33858 Don't fiddle with latin-1 non-break space any more since it's now
33859 special cased in the C code.
33860 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33861
338622005-01-26 Luc Teirlinck <teirllm@auburn.edu>
33863
33864 * cus-start.el (all): Add `undo-outer-limit'.
33865
338662005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33867
33868 * textmodes/bibtex.el (bibtex-format-entry):
33869 Use `bibtex-empty-field-re' only on the text of fields, not on entire
33870 field lines.
33871 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33872 not on part of a buffer.
33873
338742005-01-25 Lute Kamstra <lute@gnu.org>
33875
33876 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
33877 nonempty field text strings like "{letters\\macro{}more letters}".
33878 Clarify docstring.
33879 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
33880 (bibtex-entry-offset, bibtex-parse-association)
33881 (bibtex-parse-field-name): Fix typos in docstrings.
33882 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
33883
338842005-01-24 Carsten Dominik <dominik@science.uva.nl>
33885
33886 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
33887 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
33888 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
33889 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
33890
33891 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
33892 isearch minor mode.
33893
338942005-01-24 Luc Teirlinck <teirllm@auburn.edu>
33895
33896 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
33897
338982005-01-24 Lute Kamstra <lute@gnu.org>
33899
33900 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
33901 CASECHARS and NOT-CASECHARS regular expressions of the
33902 "nederlands" and "nederlands8" dictionaries to prevent a "Range
33903 striding over charsets" error.
33904
339052005-01-24 Jay Belanger <belanger@truman.edu>
33906
33907 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
33908 display variable name.
33909
339102005-01-24 Kenichi Handa <handa@m17n.org>
33911
33912 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
33913 Fix setting of the element of encoded-kbd-iso2022-invocations.
33914
339152005-01-24 Nick Roberts <nickrob@snap.net.nz>
33916
33917 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
33918 (gdb-threads-select): Change to also accept mouse events.
33919 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
33920 (gdb-threads-mouse-select): Delete.
33921
339222005-01-23 Luc Teirlinck <teirllm@auburn.edu>
33923
33924 * files.el (insert-directory): Take care of empty directory,
33925 listed without -a switch.
33926
339272005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
33928
33929 * textmodes/refill.el (refill-post-command-function):
33930 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
33931 to the list of functions that we should be careful not to undo.
33932 (refill-late-fill-paragraph-function): Remove.
33933 (refill-saved-state): New var.
33934 (refill-mode): Use it to save fill-paragraph-function.
33935 Save also the value of auto-fill-function.
33936
33937 * term/w32-win.el: Simplify code.
33938
339392005-01-23 Kim F. Storm <storm@cua.dk>
33940
33941 * simple.el (line-move): Adapt to new return value from
33942 pos-visible-in-window-p.
33943
33944 * simple.el (line-move): Fix last change. Check partial
33945 visibility at point rather than at window-start.
33946
339472005-01-22 Jason Rumney <jasonr@gnu.org>
33948
33949 * term/w32-win.el (xw-defined-colors): Remove debug-message.
33950
339512005-01-22 David Kastrup <dak@gnu.org>
33952
33953 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
33954
339552005-01-22 Eli Zaretskii <eliz@gnu.org>
33956
33957 * type-break.el (type-break-mode): Add a test for
33958 type-break-file-name being non-nil.
33959
339602005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
33961
33962 * net/eudc.el (top level): Call (message "") via progn, so that
33963 eudc-options-file is loaded.
33964
339652005-01-22 Kim F. Storm <storm@cua.dk>
33966
33967 * simple.el (line-move-1): Rename from line-move.
33968 (line-move): New function that adjusts vscroll for partially
33969 visible rows, and calls line-move-1 otherwise.
33970
339712005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
33972
33973 * pcomplete.el: Define pcomplete-read-event instead of read-event,
1a408ced 33974 since it's not a complete read-event implementation.
6fee106e
KS
33975
339762005-01-20 Jay Belanger <belanger@truman.edu>
33977
33978 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
33979 for called function.
33980
339812005-01-20 Steven Tamm <steventamm@mac.com>
33982
33983 * term/mac-win.el (process-connection-type): Remove.
33984 Controlled now by s/darwin.h:PTY_ITERATION.
33985
339862005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
33987
33988 * window.el (handle-select-window): Don't switch window when we're
33989 in the minibuffer.
33990
339912005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
33992
33993 * subr.el (dotimes-with-progress-reporter): New macro.
33994
33995 * ses.el (ses-dotimes-msg): Remove macro.
33996 Use `dotimes-with-progress-reporter' instead.
33997
339982005-01-19 Steven Tamm <steventamm@mac.com>
33999
34000 * term/mac-win.el (process-connection-type): Use new
34001 operating-system-release variable to use ptys on Darwin 7 (OS X
34002 10.3) when using carbon build.
34003
340042005-01-19 Jay Belanger <belanger@truman.edu>
34005
34006 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34007 flags if the last command was a tab or M-tab.
34008
34009 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34010 in formula editing buffer.
34011
340122005-01-19 Nick Roberts <nickrob@snap.net.nz>
34013
34014 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34015 breakpoint image symbol in margin.
34016
340172005-01-19 Jay Belanger <belanger@truman.edu>
34018
34019 * calc/calc-prog.el (calc-execute-kbd-macro):
34020 Ignore calc-keep-arg-flag.
34021
340222005-01-19 Kenichi Handa <handa@m17n.org>
34023
34024 * textmodes/ispell.el (ispell-looking-at): New function.
34025 (ispell-process-line): Use ispell-looking-at to compare the ispell
34026 output and the buffer contents.
34027
340282005-01-18 Jay Belanger <belanger@truman.edu>
34029
34030 * calc/calc.el (calc-display-raw): Fix docstring.
34031
340322005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34033
34034 * simple.el (blink-matching-open): Strip extra info from syntax.
34035
34036 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34037 funny chars in the end-of-here-doc marker.
34038
340392005-01-19 Nick Roberts <nickrob@snap.net.nz>
34040
34041 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34042 that enable/disabled state of breakpoints is shown correctly in
34043 fringe and on ttys.
34044 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34045 Add breakpoint information as text properties.
34046 (gdb-mouse-toggle-breakpoint):
34047 Rename to gdb-mouse-set-clear-breakpoint.
34048 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34049 breakpoints in the margin.
34050 (gdb-remove-strings): Simplify.
34051
340522005-01-17 Jay Belanger <belanger@truman.edu>
34053
34054 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34055 erasing buffer.
34056
340572005-01-17 Richard M. Stallman <rms@gnu.org>
34058
34059 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34060 for calling grep-compute-defaults.
34061
34062 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34063 if buffer is empty.
34064
34065 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34066
340672005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34068
34069 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34070
34071 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34072 non-preloaded variables.
34073
340742005-01-17 Steven Tamm <steventamm@mac.com>
34075
34076 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34077 tex-shell cause to force interactivity when using pipes.
34078
340792005-01-17 Kim F. Storm <storm@cua.dk>
34080
34081 * simple.el (just-one-space): Make arg optional.
34082
340832005-01-17 Nick Roberts <nickrob@snap.net.nz>
34084
34085 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34086 posn-at-x-y to t to access left-margin.
34087
340882005-01-16 Michael Albinus <michael.albinus@gmx.de>
34089
34090 Sync with Tramp 2.0.47.
34091
1a408ced 34092 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
6fee106e
KS
34093 catching keep-date problems in cp/scp operations.
34094 (tramp-handle-copy-file): Don't call `set-file-modes'
34095 unconditionally. Specialized functions should know better what is
34096 necessary. This improves performance a little bit, and the
34097 functions could catch errors with `cp -p' and `scp -p'.
34098 (tramp-do-copy-or-rename-file-via-buffer)
34099 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34100 when appropriate.
34101 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34102 Call `set-file-modes' when appropriate.
34103 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
40dfee6f 34104 Johnsson <isak@hypergene.com>.
6fee106e
KS
34105 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34106 of both Tramp buffer and debug buffer. Reported by Joakim Verona
40dfee6f 34107 <joakim@verona.se>.
6fee106e
KS
34108 (tramp-file-name-for-operation): Mark `shell-command' as magic for
34109 Emacs only.
34110
34111 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
34112 `find-file-hooks' and `dired-mode-hook'.
34113 (tramp-minor-mode-map): Respective map. Add remapping for
34114 `compile' and `recompile'.
34115 (tramp-remap-command, tramp-recompile): New defuns.
34116 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34117 in buffer "*Compilation*". Call the commands asynchronously.
34118
34119 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34120 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34121 `shell-command', because it isn't magic in XEmacs. Reported by
34122 Adrian Aichner <adrian@xemacs.org>.
34123
34124 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34125 `substitute-in-file-name.
34126 (tramp-smb-handle-substitute-in-file-name): New defun.
34127 (tramp-smb-advice-PC-do-completion): Delete advice.
34128
341292005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
34130
34131 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34132 Fix error in deleting region.
34133
341342005-01-15 Richard M. Stallman <rms@gnu.org>
34135
34136 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34137 In non-temp buffer, switch syntax table temporarily.
34138
34139 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34140
34141 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34142
34143 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34144
34145 * imenu.el (imenu--split-menu): Copy menulist before sorting.
34146 (imenu--generic-function): Use START, not BEG, as pos of definition.
34147
34148 * simple.el (just-one-space): Argument specifies number of spaces.
34149
34150 * simple.el (eval-expression-print-format): Avoid warning
34151 about edebug-active.
34152
40dfee6f 341532005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
6fee106e
KS
34154
34155 * progmodes/sh-script.el: Code copied from make-mode.el
34156 with small changes,
34157 (sh-mode-map): Bind C-c C-\.
34158 (sh-backslash-column, sh-backslash-align): New variables.
34159 (sh-backslash-region, sh-append-backslash): New functions.
34160
341612005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34162
34163 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34164 (rmail-pop-password, rmail-pop-password-required): Move to
34165 rmail-obsolete group.
34166 (rmail-set-pop-password): Rename to rmail-set-remote-password.
34167 All callers updated.
34168 (rmail-get-pop-password): Rename to rmail-get-remote-password.
34169 Take an argument specifying whether it is POP or IMAP mailbox we
34170 are using. All callers updated.
34171 (rmail-pop-password-error): Rename to
34172 rmail-remote-password-error. Added mailutils-specific error message.
34173 (rmail-movemail-search-path)
34174 (rmail-movemail-variant-in-use): New variables.
34175 (rmail-remote-password, rmail-remote-password-required):
34176 New customization variables.
34177 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34178 (rmail-parse-url): New function.
34179 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34180 with GNU mailutils movemail.
34181
341822005-01-15 Kevin Ryde <user42@zip.com.au>
34183
34184 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34185 suffix to space, $ or '$, to correctly position point when going
34186 to @table style constants like DBL_MAX.
34187
341882005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
34189
34190 * type-break.el (type-break-mode, type-break-file-time)
34191 (type-break-file-keystroke-count, type-break-choose-file):
34192 Don't store data in or load data from the file if type-break-file-name
34193 is nil.
34194 (type-break-file-name): Doc update as per the above.
34195
341962005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
34197
34198 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34199 lookup-key might return nil; handle that.
34200
342012005-01-15 Alan Mackenzie <acm@muc.de>
34202
34203 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34204 rather than the element found, thus enabling the tree to be setcar'd.
34205
342062005-01-14 Carsten Dominik <dominik@science.uva.nl>
34207
34208 * textmodes/org.el (org-show-following-heading): New option.
34209 (org-show-hierarchy-above): Use `org-show-following-heading'.
34210 (org-cycle): Documentation fix.
34211
34212 * textmodes/org.el (orgtbl-optimized): New option
34213 (orgtbl-mode): New command, a minor mode.
34214 (orgtbl-mode-map): New variable.
34215 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34216 (orgtbl-error, orgtbl-self-insert-command)
34217 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34218
34219 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34220 a local variable in each org-mode buffer.
34221
34222 * textmodes/org.el (org-set-regexps-and-options): Rename from
34223 `org-set-regexps'. Added checking for STARTUP keyword.
34224 (org-get-current-options): Add STARTUP options.
34225 (org-table-insert-row): Make mode intelligent about when
34226 realignment is needed.
34227 (org-self-insert-command, org-delete-backward-char, org-delete-char):
34228 New commands.
34229 (org-enable-table-editor): New default value `optimized'.
34230 (org-table-blank-field): Support blanking regions if active.
34231
342322005-01-14 Carsten Dominik <dominik@science.uva.nl>
34233
34234 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34235 if the year is not given.
34236
34237 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34238 Add new escapes %m and %M, fixed bug with %F by adding
34239 save-match-data.
34240 (reftex-reference): Remove ?. from list of spaces.
34241 (reftex-label-info): Add automatic label prefix recognition.
34242
34243 * textmodes/reftex-index.el (reftex-index-next-phrase):
34244 Add slave parameter to call of `reftex-index-this-phrase'.
34245 (reftex-index-this-phrase): New optional argument.
34246 (reftex-index-region-phrases): Add slave parameter to call of
34247 `reftex-index-this-phrase'.
34248 (reftex-display-index): New argument redo.
34249 (reftex-index-rescan): Add `redo' to arguments of
34250 `reftex-display-index'.
34251 (reftex-index-Rescan, reftex-index-revert)
34252 (reftex-index-switch-index-tag): Add `redo' to arguments of
34253 `reftex-display-index'.
34254 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34255 indexing. Fix bug with matching is there is a quote before or
34256 after the word.
34257
34258 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34259 Fix bug when collecting citation keys in lines with comments.
34260 (reftex-citation): Prefix argument no longer rescans the document,
34261 but forces prompting for optional arguments of cite macros.
34262 (reftex-do-citation): Prompting for optional arguments implemented.
34263
34264 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34265 Add optional arguments to most cite commands.
34266 (reftex-cite-cleanup-optional-args): New option
34267 (reftex-cite-prompt-optional-args): New option.
34268 (reftex-trust-label-prefix): New option.
34269
34270 * textmodes/reftex-toc.el (reftex-toc-find-section):
34271 Add push-mark before changing the position in the buffer.
34272
34273 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34274 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34275
342762005-01-14 Nick Roberts <nickrob@snap.net.nz>
34277
34278 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34279 more carefully.
34280
342812005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
34282
34283 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34284 (sgml-mode): Use it.
34285 (sgml-get-context): Better keep track of implicitly closed tags.
34286
342872005-01-13 Kenichi Handa <handa@m17n.org>
34288
34289 * textmodes/ispell.el: These changes are to fix misalignment error
34290 caused by equivalent characters of different Emacs charsets.
34291 (ispell-unified-chars-table): New variable.
34292 (ispell-get-decoded-string): New function.
34293 (ispell-get-casechars, ispell-get-not-casechars)
34294 (ispell-get-otherchars): Call ispell-get-decoded-string.
34295
342962005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
34297
34298 * custom.el (custom-declare-variable): Just put symbol instead
34299 of (defvar . symbol) in `current-load-list'.
34300
343012005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
34302
34303 * emacs-lisp/elint.el: Fixed typo in Commentary section.
34304
343052005-01-12 Jay Belanger <belanger@truman.edu>
34306
34307 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34308 to create a Calc summary.
34309
343102005-01-12 Kim F. Storm <storm@cua.dk>
34311
34312 * mouse.el (mouse-on-link-p): Change functionality and doc
34313 string to comply with latest description in lisp ref.
34314
343152005-01-12 Nick Roberts <nickrob@snap.net.nz>
34316
34317 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34318 Enable mouse clicks on mode-line, header-line and margin.
34319 (event-type): Give mouse event symbols an `event-kind' property
34320 with value `mouse-click'.
34321
343222005-01-12 Juri Linkov <juri@jurta.org>
34323
34324 * facemenu.el (list-colors-display): Add new arg buffer-name.
34325 Use it. Fix docstring. Replace code for identifying duplicate
34326 colors by the name with call to `list-colors-duplicates' which
34327 identifies duplicate colors by the value unless the color
34328 is one of special Windows colors. Set truncate-lines to t.
34329 Print sorted duplicate color names on each line. Indent to 22
34330 \(the longest color name in rgb.txt) instead of 20. Optimize.
34331 (list-colors-duplicates): New function.
34332 (facemenu-color-name-equal): Delete function.
34333
34334 * facemenu.el (list-colors-print): New function created from code
34335 in list-colors-display. Print #RRGGBB at the window right edge.
34336 (list-colors-display): When temp-buffer-show-function is not
34337 defined, call list-colors-print from temp-buffer-show-hook
34338 to get the right value of window-width in list-colors-print
34339 after the buffer is displayed.
34340
34341 * simple.el (pop-mark): Move deactivate-mark out of conditional
34342 part to deactivate the active mark regardless of the state of the
34343 mark ring.
34344
34345 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34346 variables line in desktop files.
34347
343482005-01-12 Juri Linkov <juri@jurta.org>
34349
34350 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34351 Bring together isearch highlight related options.
34352 (lazy-highlight): Replace group `replace' by `matching'.
34353 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34354 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34355 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34356 and declare them obsolete.
34357 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34358 (isearch-faces): Remove defgroup.
34359 (isearch-overlay, isearch-highlight, isearch-dehighlight):
34360 Move isearch highlighting code closer to lazy highlighting code.
34361
34362 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34363 (query-replace-highlight, query-replace-lazy-highlight)
34364 (query-replace): Move definitions to the beginning of the file.
34365
343662005-01-11 Juri Linkov <juri@jurta.org>
34367
34368 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34369 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34370 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34371
34372 * info.el (Info-history-forward): New variable.
34373 (Info-select-node): Reset Info-history-forward to nil.
34374 (Info-last): Turn into defalias.
34375 (Info-history-back): Rename from Info-last.
34376 Add current node to Info-history-forward.
34377 (Info-history-forward): New fun.
34378 (Info-mode-map): Replace Info-last by Info-history-back.
34379 Bind Info-history-forward to "r".
34380 (Info-mode-menu): Replace Info-last by Info-history-back.
34381 Fix menu item text. Add menu item for Info-history-forward.
34382 (info-tool-bar-map): Replace Info-last by Info-history-back.
34383 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
34384 for Info-history-forward.
34385 (Info-mode): Replace Info-last by Info-history-back in docstring.
34386 Add local variable Info-history-forward.
34387 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34388
343892005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
34390
34391 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34392 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34393 Ignore select-window events rather than fiddle with
34394 mouse-autoselect-window.
34395
343962005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
34397
34398 * type-break.el (type-break-mode): Fix previous change.
34399
344002005-01-10 Jay Belanger <belanger@truman.edu>
34401
34402 * calc/calc-ext.el (calc-reset): Reset when inside embedded
34403 calculator; only reset when point is inside a calculator.
34404 Don't adjust the window height if the window takes up the whole height
34405 of the frame.
34406
344072005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
34408
34409 * ebuff-menu.el (Electric-buffer-menu-mode):
34410 Preserve value of buffer-local var header-line-format.
34411
344122005-01-09 Jay Belanger <belanger@truman.edu>
34413
34414 * calc/calc.el (calc-mode-var-list-restore-saved-values):
34415 Make sure settings file exists before accessing it.
34416
34417 * calc/calc-embed.el (calc-embedded-subst):
34418 Replace math-multi-subst-rec, which is only supposed to be called
34419 by math-multi-subst, by math-multi-subst.
34420
344212005-01-09 Andre Spiegel <spiegel@gnu.org>
34422
34423 * vc.el (vc-allow-async-revert): New user option.
34424 (vc-disable-async-diff): New internal variable.
34425 (vc-revert-buffer): Use them to disable asynchronous diff.
34426
34427 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34428 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34429 asynchronously if vc-disable-async-diff is t.
34430
344312005-01-09 Jay Belanger <belanger@truman.edu>
34432
34433 * calc/calc.el (defcalcmodevar): New macro.
34434 (calc-mode-var-list-restore-default-values)
34435 (calc-mode-var-list-restore-saved-values): New functions.
34436 (calc-mode-var-list): Use defcalcmodevar to define it.
34437 (calc-always-load-extensions, calc-line-numbering)
34438 (calc-line-breaking, calc-display-just, calc-display-origin)
34439 (calc-number-radix, calc-leading-zeros, calc-group-digits)
34440 (calc-group-char, calc-point-char, calc-frac-format)
34441 (calc-prefer-frac, calc-hms-format, calc-date-format)
34442 (calc-float-format, calc-full-float-format, calc-complex-format)
34443 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34444 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34445 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34446 (calc-matrix-brackets, calc-language, calc-language-option)
34447 (calc-left-label, calc-right-label, calc-word-size)
34448 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34449 (calc-display-raw, calc-internal-prec, calc-angle-mode)
34450 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34451 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34452 (calc-window-height, calc-display-trail, calc-show-selections)
34453 (calc-use-selections, calc-assoc-selections)
34454 (calc-display-working-message, calc-auto-why, calc-timing)
34455 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34456 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34457 (calc-gnuplot-default-device, calc-gnuplot-default-output)
34458 (calc-gnuplot-print-device, calc-gnuplot-print-output)
34459 (calc-gnuplot-geometry, calc-graph-default-resolution)
34460 (calc-graph-default-resolution-3d, calc-invocation-macro)
34461 (calc-show-banner): Use defcalcmodevar to declare them and set
34462 their default values.
34463
34464 * calc/calc-ext.el (calc-reset): Restore saved values of variables
34465 instead of default values (but restore default values if there is
34466 an argument of 0).
34467
344682005-01-09 David Kastrup <dak@gnu.org>
34469
34470 * desktop.el (desktop-restore-eager): Fix typo in type.
34471
344722005-01-08 Richard M. Stallman <rms@gnu.org>
34473
34474 * cus-edit.el (customize): Delete :link.
34475
344762005-01-08 Jay Belanger <belanger@truman.edu>
34477
34478 * calc/calc.el (calc-mode): Remove the extension from the
34479 `calc-settings-file' file name when loading it.
34480
344812005-01-08 Kim F. Storm <storm@cua.dk>
34482
34483 * info.el (Info-mode-map, Info-next-link-keymap)
34484 (Info-prev-link-keymap, Info-up-link-keymap):
34485 Map follow-link to mouse-face.
34486 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34487
344882005-01-08 Jay Belanger <belanger@truman.edu>
34489
34490 * calc/calc.el (calc-settings-file): Change default value.
34491 Suggested by cgw in a comment in calc-mode.el.
34492
34493 * calc/calc-mode.el (calc-settings-file-name):
34494 Compare calc-settings-file to user-init-file instead of ~/.emacs.
34495 Replace ~/.emacs in a prompt by calc-settings-file.
34496
344972005-01-07 Lars Hansen <larsh@math.ku.dk>
34498
34499 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34500 (desktop-lazy-idle-delay): New customizable variables.
34501 (desktop-buffer-args-list): New variable.
34502 (desktop-append-buffer-args): New function.
34503 (desktop-save): Call desktop-append-buffer-args for some buffers.
34504 (desktop-lazy-create-buffer): New function.
34505 (desktop-idle-create-buffers): New function.
34506 (desktop-read): Add message about buffers to restore lazily.
34507 (desktop-lazy-abort): New command.
34508 (desktop-clear): Call desktop-lazy-abort.
34509 (desktop-lazy-complete): New command.
34510
345112005-01-06 Richard M. Stallman <rms@gnu.org>
34512
34513 * emacs-lisp/find-func.el (find-face-definition):
34514 Rename from find-face.
34515
345162005-01-06 Kim F. Storm <storm@cua.dk>
34517
34518 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34519
34520 * man.el (Man-xref-man-page, Man-xref-header-file)
34521 (Man-xref-normal-file): Add follow-link property.
34522
345232005-01-06 Jay Belanger <belanger@truman.edu>
34524
34525 * calc/calc-units.el: Make sure the proper macro definitions are
34526 available when compiling.
34527
345282005-01-06 Juri Linkov <juri@jurta.org>
34529
34530 * isearch.el (isearch-lazy-highlight-update):
34531 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34532
345332005-01-06 Miles Bader <miles@gnu.org>
34534
34535 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34536 (isearch-lazy-highlight-face): Use new name.
34537
345382005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
34539
34540 * uniquify.el (uniquify-rationalize-file-buffer-names):
34541 Re-add an interactive spec.
34542 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34543 to the same name.
34544
34545 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34546 (isearch-update, isearch-done): Adjust calls accordingly.
34547
345482005-01-05 Richard M. Stallman <rms@gnu.org>
34549
34550 * custom.el (custom-set-variables, custom-theme-set-variables):
34551 Clarify documentation.
34552
34553 * emacs-lisp/find-func.el (find-variable)
34554 (find-variable-other-window, find-variable-other-frame):
34555 Fix the TYPE args to find-function-read and find-function-do-it.
34556 (find-function): Doc fix.
34557 (find-function-at-point): Replace function-at-point alias.
34558
345592005-01-04 Richard M. Stallman <rms@gnu.org>
34560
34561 * cus-face.el (custom-declare-face):
34562 Record defface in current-load-list.
34563
34564 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34565
34566 * emacs-lisp/find-func.el: Doc fixes.
34567 (find-face-regexp): New variable.
34568 (find-function-regexp-alist): New variable.
34569 (find-function-C-source): Third arg is now TYPE.
34570 (find-function-search-for-symbol): Handle general TYPE.
34571 (find-function-read, find-function-do-it): Handle general TYPE.
34572 (find-definition-noselect, find-face): New functions.
34573 (function-at-point): Alias deleted.
34574
345752005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
34576
34577 * battery.el (display-battery-mode): Rename from display-battery.
34578 Handle the case where it gets turned off.
34579
345802005-01-04 Richard M. Stallman <rms@gnu.org>
34581
34582 * cus-edit.el (customize): Make :link point to user doc.
34583
34584 * man.el (Man-fontify-manpage): Turn off undo generation.
34585
34586 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34587
345882005-01-04 Andreas Schwab <schwab@suse.de>
34589
34590 * files.el (insert-directory): Only look for error lines in
34591 inserted text. Don't move too far after processing --dired markers.
34592
345932005-01-04 Richard M. Stallman <rms@gnu.org>
34594
34595 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34596 Don't expand if the character is @, period, dash, etc.
34597 (define-mail-abbrev): Quote names that contain problem characters.
34598
345992005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
34600
34601 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34602
346032005-01-03 Richard M. Stallman <rms@gnu.org>
34604
34605 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34606 (query-replace-highlight, query-replace-lazy-highlight)
34607 (query-replace): Definitions moved up. Doc fix.
34608
346092005-01-03 Richard M. Stallman <rms@gnu.org>
34610
34611 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34612 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34613 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34614 (lazy-highlight-face): Rename from isearch-lazy-...
34615 Change all references to them.
34616
346172005-01-03 Luc Teirlinck <teirllm@auburn.edu>
34618
34619 * cus-edit.el (custom-file): Doc fix for defcustom.
34620 (custom-file): The function no longer sets the variable
34621 `custom-file' to its return value.
34622
34623 * startup.el (command-line): No longer load `custom-file'.
34624
346252005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
34626
34627 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34628
34629 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34630 Don't confuse module-prefixed identifiers for labels.
34631 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34632
346332005-01-02 Richard M. Stallman <rms@gnu.org>
34634
34635 * files.el (basic-save-buffer-1): Fix previous change.
34636
34637 * loadhist.el (file-loadhist-lookup): New function.
34638 (file-provides, file-requires): Use it.
34639
34640 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34641 instead of calculating the right size.
34642
8cedef2e 346432005-01-02 Karl Chen <quarl@cs.berkeley.edu>
6fee106e
KS
34644
34645 * vc-svn.el (vc-svn-diff): Stay local if possible.
34646
346472005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
34648
34649 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34650
34651 * files.el (hack-local-variables): Fix last change.
34652
346532005-01-02 Jay Belanger <belanger@truman.edu>
34654
34655 * calc/calc-yank.el (calc-edit-top): New variable.
34656 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34657 object. Change header properties.
34658 (calc-edit-finish, calc-edit-finish-stack-object)
34659 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34660 edited object.
34661 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34662 for the beginning of the edited object.
34663 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34664 for the beginning of the edited object.
34665 * calc/calc-prog.el (calc-edit-macro-finish-edit)
34666 (calc-finish-formula-edit, calc-macro-repeats)
34667 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34668 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34669 beginning of the edited object.
34670 (calc-user-define-edit): Change the header for editing macros.
34671 Remove unnecessary variable.
34672
346732005-01-01 Jay Belanger <belanger@truman.edu>
34674
34675 * calc/calc-yank.el (calc-edit-mode): Change default header.
34676 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34677 * calc/calc-store.el (calc-edit-variable): Change title to match new
34678 header.
34679 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34680 mode to match new header.
34681 (calc-user-define-edit): Change titles to include names of commands.
34682 (calc-finish-formula-edit): Adjust to handle new header.
34683 (calc-finish-macro-edit): Remove.
34684 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34685 (calc-edit-macro-command, calc-edit-macro-command-type)
34686 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34687 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34688 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34689 (calc-edit-macro-finish-edit): New functions.
34690 (calc-user-define-edit): Use new functions to edit named calc macros.
34691
4fc9bd56 346922005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e
KS
34693
34694 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34695
34696 * ses.el (copy-region-as-kill): Deactivate mark.
34697
346982005-01-01 Richard M. Stallman <rms@gnu.org>
34699
34700 * replace.el (occur-1): If the output buffer is also an input,
34701 don't kill it, rename it.
34702
34703 * faces.el (set-face-background, set-face-foreground): Doc fix.
34704
34705 * cus-face.el (custom-face-attributes): Fix :help-echo strings
34706 for :foreground and :background.
34707
34708 * dired.el (dired-view-command-alist): Variable deleted.
34709 (dired-view-file, dired-mouse-find-file-other-window):
34710 Delete the code to use it.
34711
347122005-01-01 Kim F. Storm <storm@cua.dk>
34713
34714 * image.el (insert-sliced-image): Use t for line-height property.
34715
34716See ChangeLog.11 for earlier changes.
34717
34718;; Local Variables:
34719;; coding: iso-2022-7bit
33462dfa 34720;; add-log-time-zone-rule: t
6fee106e
KS
34721;; End:
34722
d7a0267c 34723 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
5b87ad55
GM
34724
34725 This file is part of GNU Emacs.
34726
34727 GNU Emacs is free software; you can redistribute it and/or modify
34728 it under the terms of the GNU General Public License as published by
b4aa6026 34729 the Free Software Foundation; either version 3, or (at your option)
5b87ad55
GM
34730 any later version.
34731
34732 GNU Emacs is distributed in the hope that it will be useful,
34733 but WITHOUT ANY WARRANTY; without even the implied warranty of
34734 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34735 GNU General Public License for more details.
34736
34737 You should have received a copy of the GNU General Public License
34738 along with GNU Emacs; see the file COPYING. If not, write to the
34739 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34740 Boston, MA 02110-1301, USA.
6fee106e
KS
34741
34742;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1