(lazy-highlight-cleanup) <command>: Rename from
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
46fe9018
JL
12005-03-18 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4 `isearch-lazy-highlight-cleanup', add alias to old name and
5 declare obsolete. Add release numbers to other obsolete vars.
6 (isearch-done, isearch-lazy-highlight-new-loop): Rename
7 `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8 (lazy-highlight-cleanup) <variable>: Doc fix.
9 (isearch-lazy-highlight-update): Rename obsolete
10 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11
1ab06fdf
KH
122005-03-18 handa <handa@m17n.org>
13
14 * language/thai-util.el: Fix categorization of Thai characters in
15 thai-category-table.
16 (thai-composition-pattern): Adjust it for the above change.
17 (thai-self-insert-command, thai-compose-syllable): New functions.
18 (thai-compose-region): Use thai-compose-syllable.
19 (thai-compose-string): Likewise.
20 (thai-composition-function): Likewise.
21 (thai-auto-composition): New function.
22 (thai-auto-composition-mode): New minor mode.
23
24 * language/thai.el: Fix patterns to be registered in
25 composition-function-table.
26
27 * international/quail.el (quail-input-method): Locally bind
28 inhibit-modification-hooks to t.
29
c7bd5d57
RS
302005-03-17 Richard M. Stallman <rms@gnu.org>
31
32 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33 (perl-mode): Use run-mode-hooks.
34
35 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
36 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
37 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
38
39 * mail/sendmail.el (sendmail-send-it): Reenaable the code
40 to compute resend-to-address and use it.
41
42 * tar-mode.el (tar-mode): Turn off undo unconditionally.
43
44 * image-mode.el: New file.
45
46 * image.el (insert-sliced-image): Add autoload cookie.
47
48 * font-lock.el (font-lock-lines-before): New user option.
49 (font-lock-after-change-function): Obey it.
50
51 * bindings.el (esc-map): Make M-g a prefix.
52 Bind M-g g and M-g M-g to goto-line.
53
54 * progmodes/perl-mode.el (perl-mode): Use run-mode-hooks.
55
56 * faces.el (face-id): Doc fix.
57
582005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
59
60 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
61 (rmail-show-message): Use rmail-unknown-mail-followup-to.
62 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
63
64 * mail/sendmail.el (mail-yank-ignored-headers)
65 (mail-font-lock-keywords, mail-mode-fill-paragraph):
66 Add Mail-Followup-To and Mail-Reply-To headers.
67 (mail-citation-hook): Add autoload cookie.
68 (mail-mode): Doc fix.
69 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
70 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
71 (mail-mode-fill-paragraph): Handle those headers.
72 (mail-mailing-lists): New variable.
73 (mail-mail-reply-to, mail-mail-followup-to): New functions.
74
5a1f9fcf
JL
752005-03-17 Juri Linkov <juri@jurta.org>
76
77 * isearch.el (isearch-fallback): Check for `(car previous)'
78 before calling `isearch-other-end-state'.
79
0b6ec58d
KS
802005-03-17 Kim F. Storm <storm@cua.dk>
81
82 * simple.el (move-beginning-of-line): Move to beginning of buffer
83 line, as well as beginning of screen line.
84
eae4ba2a
GM
852005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
86
87 * calendar/diary-lib.el (mark-diary-entries): Use new optional
88 argument REDRAW rather than calendar-redrawing variable.
89 * calendar/calendar.el (calendar-redrawing): Delete.
90 (redraw-calendar): Do not bind calendar-redrawing.
91
922005-03-16 Matt Hodges <MPHodges@member.fsf.org>
93
94 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
95 diary-file buffer.
96
b3e484d7
SM
972005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * help.el (describe-mode): Allow a :minor-mode-function property to
100 specify a different minor mode toggle function than the variable.
101 * simple.el (auto-fill-function):
102 * subr.el (add-minor-mode): Use it.
103
7bf880c6
KH
1042005-03-16 Kenichi Handa <handa@m17n.org>
105
106 * language/ethio-util.el (sera-being-called-by-w3): New variable.
107 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
108 (ethio-fidel-to-sera-buffer): Likewise.
109
fe3947c3
JL
1102005-03-16 Juri Linkov <juri@jurta.org>
111
112 * emacs-lisp/find-func.el (find-function-regexp):
113 Add defun-emitting macro `menu-bar-make-toggle'.
114
115 * isearch.el: Put `isearch-scroll' property to
116 `split-window-horizontally'.
117
118 * info.el: Update error messages for `debug-ignored-errors'.
119 (Info-isearch-search): Doc fix.
120 (Info-find-node): Move up code to go into info buffer before
121 recording the node to the history.
122 (Info-fontify-node): Fontify titles only if the next line
123 has two or more `*', `=', `-', `.'.
124 Display "go to this node" for empty (match-string 3).
125
6a3fac90
YM
1262005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
127
128 * term/mac-win.el: Add mouse pointer shape constants.
129
bc438588
KS
1302005-03-15 Kim F. Storm <storm@cua.dk>
131
132 * simple.el (move-beginning-of-line): Use vertical-motion.
133
65e7180e
JL
1342005-03-15 Juri Linkov <juri@jurta.org>
135
136 * isearch.el (isearch-error): New variable.
137 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 138 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
139 (isearch-within-brackets-state): Remove.
140 (isearch-case-fold-search-state, isearch-pop-fun-state):
141 Decrease frame index.
142 (isearch-mode, isearch-top-state, isearch-push-state)
143 (isearch-edit-string, isearch-abort, isearch-search-and-update)
144 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
145 (isearch-search, isearch-lazy-highlight-new-loop):
146 Replace `isearch-invalid-regexp' with `isearch-error'.
147 Remove `isearch-within-brackets'.
148 (isearch-search): Add `search-failed' handler to `condition-case'.
149 (isearch-lazy-highlight-search): Add `condition-case' to catch
150 errors and allow `isearch-lazy-highlight-update' to try
151 highlighting from the beginning of the window.
152 (isearch-repeat): Move up code to set isearch-wrapped to t
153 before calling isearch-wrap-function.
154
155 * info.el (Info-isearch-initial-node): New internal variable.
156 (Info-search): Signal an error in isearch mode when search leaves
157 the initial node. Signal an error when `bound' is non-nil and
158 nothing was found in the current subfile.
159 (Info-isearch-search): Remove `condition-case'.
160 (Info-isearch-wrap): Don't wrap when search failed during leaving
161 the initial node. If `Info-isearch-search' is nil, wrap around
162 the current node.
163 (Info-isearch-start): New fun.
164 (Info-mode): Add buffer-local hook `Info-isearch-start' to
165 `isearch-mode-hook'.
166
a7321976
YM
1672005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
168
169 * simple.el (normal-erase-is-backspace): Set default to t if
170 running on Mac.
171
172 * term/mac-win.el (function-key-map): Sync with x-win.el.
173
8dedddd5
KH
1742005-03-15 Kenichi Handa <handa@m17n.org>
175
176 * international/mule-cmds.el (locale-language-names): Modify the
177 format of elements and add more entries.
178 (locale-preferred-coding-systems): Add more entries.
b3e484d7 179 (set-locale-environment): Adjust for the change of
8dedddd5
KH
180 locale-language-names.
181
8a462381
SM
1822005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * pcvs.el (smerge-ediff): Remove bogus autoload.
185
43314bf6
LK
1862005-03-14 Lute Kamstra <lute@gnu.org>
187
dc64809a
LK
188 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
189 Ignore a `*' at the beginning of a line.
190
8a462381 191 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
192 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
193 subr.el.
194 (dont-compile, eval-when-compile, eval-and-compile): Use declare
195 to specify indentation.
196
43314bf6
LK
197 * generic.el (define-generic-mode): Let generic-mode-list be a
198 list of strings; test membership with equal.
199
40821110
KS
2002005-03-14 Kim F. Storm <storm@cua.dk>
201
202 * simple.el (next-line, previous-line): Add optional try-vscroll
203 arg to recognize interactive use. Pass it on to line-move.
204 (line-move): Don't perform auto-window-vscroll when defining or
205 executing keyboard macro to ensure consistent behaviour.
206
b70d9316
SM
2072005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
210
c4fbcb01
LK
2112005-03-13 Lute Kamstra <lute@gnu.org>
212
213 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
214 debugger-setup-buffer so that backtrace marks the frames set to
215 debug-on-exit and we don't have to do it manually. Set an extra
216 debug-on-exit for macro's.
217 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 218
3fdfb09c
LK
2192005-03-12 Lute Kamstra <lute@gnu.org>
220
221 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
222 lisp-indent-function throughout.
223 (with-no-warnings): Set lisp-indent-function property.
224
09d252f2
TTN
2252005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
226
227 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
228 Add entry for backslash.
229
c10d2217
JL
2302005-03-12 Juri Linkov <juri@jurta.org>
231
232 * info.el (Info-search): Four fixes for backward search.
233
0e425a58
JB
2342005-03-11 Jay Belanger <belanger@truman.edu>
235
236 * calc/calc.el (calc-language-alist): New variable.
237 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
238 (calc-embedded-find-modes): Use calc-language-alist instead of
239 calc-embedded-language-alist.
240
33873bad
GM
2412005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
242
243 * calendar/calendar.el (calendar-redrawing): New internal
244 variable.
245 (redraw-calendar): Remove bogus save-excursion from previous
246 change. Bind calendar-redrawing to t for mark-diary-entries.
247 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
248 calendar if that is why we were called.
249
fa815b14
KH
2502005-03-11 Kenichi Handa <handa@m17n.org>
251
252 * international/mule.el (make-coding-system): Set property
c7bd5d57 253 coding-system-define-form to nil.
fa815b14
KH
254 (define-coding-system-alias): Likewise.
255
ac249c4c
KH
2562005-03-11 Kenichi Handa <handa@m17n.org>
257
258 These changes are suggested by Dave Love <fx@gnu.org>.
259
260 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
261 coding: tag.
262 (adaptive-fill-regexp): Add more bullets.
263 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
264 regexps.
265
ef75a647
SM
2662005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
267
dd39c336
SM
268 * help.el (describe-mode): Properly handle non-trivial lighters.
269 Don't ignore minor modes that are not listed in minor-mode-list.
270
ef75a647
SM
271 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
272 feature ON when the user requests to turn it OFF.
273
449808f7
LK
2742005-03-10 Lute Kamstra <lute@gnu.org>
275
276 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 277 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
278 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
279 second argument as the 2005-03-07 change makes it obsolete.
280 (debug-on-entry, cancel-debug-on-entry): Update call to
281 debug-on-entry-1.
282 (debug, debugger-setup-buffer): Comment update.
ef75a647 283 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 284
134d277e
JB
2852005-03-10 Jay Belanger <belanger@truman.edu>
286
287 * calc/calc-embed.el (math-ms-args): Declare it.
288 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
289 math-ms-args.
290 (calc-embedded-subst): Use math-multi-subst-rec to substitute
291 variables.
292
33c76f5a
NR
2932005-03-10 Nick Roberts <nickrob@snap.net.nz>
294
295 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
296 Use message-box.
297
298 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
299 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
300 (tooltip-gud-tips): Simplify.
301 (tooltip-gud-tips-p): Remove superflouous :set.
302 (tooltip-gud-modes): Add fortran-mode.
303 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
304
305 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 306
7f351d0b
KS
3072005-03-09 Kim F. Storm <storm@cua.dk>
308
309 * play/animate.el (animate-place-char): Use forward-line instead
310 of next-line to improve performance.
311
e62ecf85
SJ
3122005-03-09 Simon Josefsson <jas@extundo.com>
313
314 * net/browse-url.el (browse-url-default-browser): Doc fix.
315
f1953880
MB
3162005-03-09 Miles Bader <miles@gnu.org>
317
318 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
319 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
320
ca8d88cd
KH
3212005-03-09 Kenichi Handa <handa@m17n.org>
322
ec4e909a
KH
323 * international/latin-1.el: Set case and syntax for 255 only if
324 set-case-syntax-set-multibyte is nil.
325
7f351d0b 326 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 327 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 328 (ispell-process-line): Likewise.
ca8d88cd
KH
329 (ispell-complete-word): Likewise.
330
9839760a
GM
3312005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
332
333 * calendar/calendar.el (redraw-calendar): Preserve point.
334 Reported by Matt Hodges <MPHodges@member.fsf.org>.
335 (calendar-week-start-day): Move after definition of
336 redraw-calendar. Delete buffer test, since redraw-calendar has
337 that now.
338
339 * calendar/diary-lib.el (mark-diary-entries): Only call
340 redraw-calendar in the first of any recursive calls.
341 Reported by Alan Shutko <ats@acm.org>.
342
9553cf63
JL
3432005-03-08 Juri Linkov <juri@jurta.org>
344
345 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
346 (html-horizontal-rule, html-line, html-image, html-checkboxes)
347 (html-radio-buttons): Add a space before the trailing `/>' where
348 sgml-xml-mode is non-nil.
349 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
350 the subsequent tag of the empty XML tag.
351 (html-href-anchor): Don't set initial input to "http:".
352 (html-image): Ask for the image URL and set point inside alt="".
353 (html-name-anchor): Duplicate the name in the `id' attribute when
354 sgml-xml-mode is non-nil.
355 (html-paragraph): Remove \n before <p>.
356 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
357 instead of `checked' when sgml-xml-mode is non-nil.
358
359 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
360 Remove 1 space before #RRGGBB to not truncate it on terminal
361 windows w/o fringes. Remove 1 space between bg and fg examples
362 to get more space.
363 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
364 avoid byte-compile warnings.
365
366 * image-file.el (image-file-handler): Put `safe-magic' property to
367 `image-file-handler'.
368
369 * info.el (Info-isearch-search): Emulate word search in
370 isearching through multiple Info nodes with Info-search.
371 (Info-isearch-wrap): Allow isearch-word.
372
9b54d453
LK
3732005-03-08 Lute Kamstra <lute@gnu.org>
374
375 * emacs-lisp/debug.el (debugger-step-through): Make sure that
376 stepping into the debugger's code is not possible.
377 (debugger-jumping-flag): Docstring update.
378
41d4eedc
JB
3792005-03-08 Jay Belanger <belanger@truman.edu>
380
381 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
382 embedded mode begins.
383 (calc-embedded-language-alist): New variable.
384 (calc-embedded-find-modes): Use calc-embedded-language-alist to
385 set default language mode.
386
c68f7e21
KH
3872005-03-08 Kenichi Handa <handa@m17n.org>
388
389 * international/ccl.el (define-ccl-program): Fix docstring about
390 extra 256 bytes assured for the output buffer.
391
392 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
393 Fix BUFFER_MAGNIFICATION to 2.
394 (ccl-encode-mule-utf-16be-with-signature): Likewise.
395
3ee9f6ac
JW
3962005-03-07 Karl Chen <quarl@cs.berkeley.edu>
397
398 * align.el (align-rules-list): Added an alignment rule for CSS
399 declarations (applies to css-mode and html-mode buffers).
400
a29cf450
SM
4012005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
404
2f8cd1ce
KS
4052005-03-07 Kim F. Storm <storm@cua.dk>
406
a54595d4
KS
407 * simple.el (move-beginning-of-line): New command.
408
409 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
410
411 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
412
413 * emulation/cua-base.el: Put CUA move property on move-end-of-line
414 and move-beginning-of-line.
415
2f8cd1ce
KS
416 * apropos.el (apropos-print): Omit command from M-x ... RET.
417
7a2306d9
NR
4182005-03-07 Nick Roberts <nickrob@snap.net.nz>
419
420 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
421 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
422
aaf2cff2
RS
4232005-03-06 Richard M. Stallman <rms@gnu.org>
424
425 * bindings.el (esc-map): Bind M-g to goto-line.
426
427 * facemenu.el (global-map): Bind M-o, not M-g.
428
bf7970c5
JD
4292005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
430
431 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
432 "Open Directory" as for "Open File".
433
0251bafb
RS
4342005-03-06 Chong Yidong <cyd@stupidchicken.com>
435
436 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
437 (push-mark-command): Run activate-mark-hook.
438
4392005-03-06 Richard M. Stallman <rms@gnu.org>
440
441 * help-mode.el (help-mode-finish): Don't alter the element
442 in view-return-to-alist if there already is one.
443
444 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
445 make sure the current buffer is the expected one.
446
447 * novice.el (disabled-command-function): Output in *Disabled Command*.
448 Explicitly ignore non-keyboard events, and explicitly handle C-g.
449
450 * textmodes/flyspell.el (flyspell-large-region):
451 Pass args differently for aspell.
452
453 * files.el (mode-require-final-newline): Doc fix.
454
4552005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
456
2f8cd1ce 457 * progmodes/which-func.el (which-function):
0251bafb
RS
458 Specify NOERROR when calling imenu--make-index-alist.
459
55d0f066
SM
4602005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
461
a3194d03
SM
462 * simple.el (normal-erase-is-backspace): Define default value.
463
464 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
465 (custom-reevaluate-setting): Simple function to handle
466 variables that are defined before their default value can really
467 be computed.
468
469 * startup.el (command-line): Use it for temporary-file-directory,
470 small-emporary-file-directory, auto-save-file-name-transforms,
471 blink-cursor-mode, and normal-erase-is-backspace.
472
55d0f066
SM
473 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
474 progress, even with buggy anchored keywords.
475
f38c52df
LT
4762005-03-05 Luc Teirlinck <teirllm@auburn.edu>
477
be6e87e5 478 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 479
bb96021a
RS
4802005-03-05 Richard M. Stallman <rms@gnu.org>
481
482 * simple.el (goto-line): Use a number at point as the default.
483 With C-u as arg, switch buffers.
484
3ff96c81
JL
4852005-03-05 Juri Linkov <juri@jurta.org>
486
487 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
488 with `no-blinking-cursor'.
489
490 * startup.el (no-blinking-cursor): New defvar.
491 (command-line): Add `--no-blinking-cursor' to longopts.
492 Set `no-blinking-cursor' to t for command line arguments
493 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
494 with `no-blinking-cursor' in the condition for calling
495 `blink-cursor-mode'.
496
c3a52675
LT
4972005-03-04 Luc Teirlinck <teirllm@auburn.edu>
498
499 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
500 (menu-bar-options-save): Add blink-cursor-mode.
501 (menu-bar-options-menu): Add blink-cursor-mode.
502
77b94af3
GM
5032005-03-04 Ulf Jasper <ulf.jasper@web.de>
504
505 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
506 (icalendar-export-file, icalendar-export-region)
a29cf450 507 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
508 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
509
524352d6
LK
5102005-03-04 Lute Kamstra <lute@gnu.org>
511
a29cf450 512 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
513 (debug-function-list): Ditto.
514
b12e59fd
RC
5152005-03-04 Robert J. Chassell <bob@rattlesnake.com>
516
517 * textmodes/texinfmt.el (texinfo-append-refill):
518 Redefine the types of line to which @refill
519 is not appended by replacing a search for `@refill\\|@bye' with
520 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
521 itemize@refill' bug and the unfilled long lines bug.
a29cf450 522 (texinfmt-version): Update number and date.
b12e59fd 523
518d3637
RS
5242005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
525
526 * international/code-pages.el (windows-1250, windows-125[2-8])
527 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
528
d245ff23
SM
5292005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
532 bound yet.
533
b8210c6e
JPW
5342005-03-02 Romain Francoise <romain@orebokech.com>
535
536 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
537 buffer after removing limits.
538 (ibuffer-pop-filter): Ditto.
539 Update copyright.
540
aad1926a
MB
5412005-03-02 Miles Bader <miles@gnu.org>
542
543 * button.el (make-text-button): If the user doesn't specify a
544 type, use the default. Rewrite to use `add-text-properties' and
545 plist functions.
546
284f0680
LK
5472005-03-01 Lute Kamstra <lute@gnu.org>
548
549 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
550 (debugger-jumping-flag): New var.
551 (debug-entry-code): Use it.
552 (debugger-jump): Use debugger-jumping-flag and add
553 debugger-reenable to post-command-hook.
554 (debugger-reenable): Use debugger-jumping-flag and remove itself
555 from post-command-hook.
556 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
557 debugger-reenable.
558
43e7d00a
RC
5592005-03-01 Robert J. Chassell <bob@rattlesnake.com>
560
284f0680 561 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
562 inclusion of "itemize\\|", which may be unnecessary, is certainly
563 inelegant, and stops refilling in itemize lists when formatting
564 Japanese Texinfo files to Info.
565 Update copyright to 2005.
566
911ba5f8
NR
5672005-03-01 Nick Roberts <nickrob@snap.net.nz>
568
569 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
570 of an error if GDB can't find the source file.
571
f830b09e
GM
5722005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
573
574 * calendar/calendar.el (redraw-calendar): Work from any buffer,
575 not just the calendar.
576
577 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
578 first.
579 (diary-redraw-calendar): New function.
580 (make-diary-entry): Add diary-redraw-calendar to local
581 write-contents-functions. Turn off selective display before
582 inserting in diary.
583
5582d76d
KS
5842005-03-01 Kim F. Storm <storm@cua.dk>
585
586 * emacs-lisp/copyright.el (copyright-fix-years): New command.
587
a9ee5cac
LK
5882005-03-01 Lute Kamstra <lute@gnu.org>
589
590 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
591 that debug-entry-code can be safely removed from a function while
592 this code is being evaluated. Revert the 2005-02-27 change as the
593 new implementation no longer requires it. Make sure that a
dd39c336 594 function body containing just a string is not mistaken for a docstring.
439368ed
LK
595 (debug): Skip one more frame in case of debug on entry.
596 (debugger-setup-buffer): Delete one more frame line in case of
597 debug on entry.
598 (debugger-frame-number): Update to use the new text introduced by
d245ff23 599 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 600
77032434
KS
6012005-02-28 Kim F. Storm <storm@cua.dk>
602
603 * double.el (double-translate-key): Call force-window-update after
604 read-event to avoid crash in redisplay.
605
c4d5a8a1
SM
6062005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
609 (debug): Use it. Move the inhibit-trace earlier.
610 (debug-entry-code): New const.
611 (debug-on-entry-1): Use it.
612
dbaba2d2
KH
6132005-02-28 Chong Yidong" <cyd@stupidchicken.com> (tiny change)
614
c4d5a8a1
SM
615 * international/utf-16.el (ccl-encode-mule-utf-16le):
616 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
617 (ccl-encode-mule-utf-16be): Likewise.
618
6192005-02-28 Kenichi Handa <handa@m17n.org>
620
621 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
622 Fix BUFFER_MAGNIFICATION to 4.
623 (ccl-encode-mule-utf-16be-with-signature): Likewise.
624
0f468ead
NR
6252005-02-28 Nick Roberts <nickrob@snap.net.nz>
626
627 * speedbar.el (speedbar-update-flag): Doc fix.
628 (speedbar-show-info-under-mouse): Give set-mouse-position the right
629 argument.
630
35c5f5d3
SM
6312005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
632
fc88c288
SM
633 * reveal.el (reveal-post-command): Don't try to reveal overlays which
634 have a non-nil `invisible' property but are actually visible.
635
35c5f5d3
SM
636 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
637 for perldoc sections.
638 (perl-outline-regexp, perl-outline-level): New var and function.
639 (perl-mode): Use them.
640
f43ae016
GM
6412005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
642
643 * calendar/diary-lib.el (diary-remind): Discard any mark portion
644 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
645
04c9dde8
LT
6462005-02-27 Luc Teirlinck <teirllm@auburn.edu>
647
648 * cus-edit.el: Comment change.
649 (custom-buffer-create-internal): Slightly reword text at top of
650 Custom buffers. Mention there that saving an option edits the
651 init file. Add link to Emacs manual node on `custom-file'.
652 (custom-magic-alist): Rewrite individual State messages to use
653 capitalized keywords. Doc fix.
654
261b7f30
GM
6552005-02-27 Matt Hodges <MPHodges@member.fsf.org>
656
657 * calendar/calendar.el (calendar-buffer): Move above
658 calendar-week-start-day.
659 (calendar-week-start-day): Doc fix. Add :set function.
660 (calendar-minimum-window-height): New variable.
661 (generate-calendar-window): Only resize window if selected-window
662 is displaying the calendar buffer. Use new variable
663 calendar-minimum-window-height.
664 (generate-calendar): Reword error message.
665 (calendar-mode-map): Bind DEL to scroll-other-window-down.
666
b71c9e75
AS
6672005-02-27 Andreas Schwab <schwab@suse.de>
668
c58447fd
AS
669 * vc.el (vc-do-command): Don't run command asynchronously when
670 operating in a remote directory.
671
b71c9e75
AS
672 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
673 change from sync with Tramp 2.0.47.
674
aa5c6b3e
RS
6752005-02-27 Richard M. Stallman <rms@gnu.org>
676
677 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
678
679 * textmodes/flyspell.el (flyspell-mode-on):
680 Call ispell-change-dictionary only if necessary.
681
682 * emacs-lisp/re-builder.el (regexp-builder): New function.
683
684 * register.el (describe-register-1): Explicitly handle
685 yank-excluded-properties = t.
686
687 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
688 (custom-magic-alist): Change the status descriptions again.
689 (face widget-type): Total rewrite based on `restricted-sexp'
690 to eliminate the confusing double hiding levels.
691
692 * emacs-lisp/debug.el (debug-on-entry-1):
693 If function body is empty, add nil as body form.
694
5f8a82e1
SM
6952005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
696
697 * emacs-lisp/trace.el (inhibit-trace): New var.
698 (trace-make-advice): Use it.
699
700 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
701
c6f4488c
KS
7022005-02-26 Kim F. Storm <storm@cua.dk>
703
704 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
705 (mouse-on-link-p, mouse-drag-region-1): Use it.
706
a0b497c5
LK
7072005-02-25 Lute Kamstra <lute@gnu.org>
708
709 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
710
ffa8d0ef
LT
7112005-02-24 Luc Teirlinck <teirllm@auburn.edu>
712
713 * frame.el (blink-cursor-mode): Add :group keyword.
714
1a951b51
GM
7152005-02-24 Ulf Jasper <ulf.jasper@web.de>
716
78d54dee
SM
717 * calendar/icalendar.el (icalendar--decode-isodatetime):
718 New optional argument DAY-SHIFT.
1a951b51
GM
719 (icalendar-export-region): Fix coding-system-for-write.
720 (icalendar--convert-ical-to-diary): Shift end-day of all-day
721 events by one.
722
6ecedb40
SM
7232005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
726
1749aa90
KS
7272005-02-24 Kim F. Storm <storm@cua.dk>
728
729 * international/iso-acc.el (iso-accents-compose): Fix crash
730 during redisplay. Call force-window-update after read-event
731 and delete-region to signal that window is not accurate.
732
78d54dee
SM
7332005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
736 Remove unused and inexistent var `inhibit-trace'.
737 (debugger-mode): Use run-mode-hooks.
738 (debugger-list-functions): Add buttons; setup xref stack.
739
a98ac7ae
RS
7402005-02-23 Richard M. Stallman <rms@gnu.org>
741
742 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
743 appointment says it was explicitly made.
744 (appt-add): Set the 3rd element.
745 (appt-make-list): Preserve explicit appointments.
746
747 * subr.el (find-tag-default): Catch errors in forward-sexp.
748
91c66262
JL
7492005-02-23 Juri Linkov <juri@jurta.org>
750
751 * info.el (Info-isearch-search): New defcustom.
752 (Info-isearch-search): Call the default isearch function
753 when Info-isearch-search is nil.
754 (Info-isearch-wrap): Use variable Info-isearch-search.
755
01d746be
LT
7562005-02-22 Luc Teirlinck <teirllm@auburn.edu>
757
758 * cus-edit.el: Comment change.
759
b686dd59
KS
7602005-02-22 Kim F. Storm <storm@cua.dk>
761
6ecedb40
SM
762 * progmodes/hideif.el (hide-ifdef-use-define-alist):
763 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 764
fe77c061
SJ
7652005-02-22 Simon Josefsson <jas@extundo.com>
766
6ecedb40
SM
767 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
768 New variable.
fe77c061
SJ
769 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
770 Oskarsson" <myrkraverk@users.sourceforget.net>.
771
baf70a02
KS
7722005-02-22 Kim F. Storm <storm@cua.dk>
773
774 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
775 check that window of that event is the selected window.
776 (mouse-drag-region-1): Compare mouse event window to selected
777 window before setting point.
778
779 * tooltip.el (tooltip-show-help-function): Pass event to
780 mouse-on-link-p so it can check selected window.
781
ca69e8aa
KH
7822005-02-22 Kenichi Handa <handa@m17n.org>
783
784 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
785 (ps-mule-show-warning): New function.
786 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
787 characters are found.
788
789 * ps-print.el (ps-header-footer-string): Return a list of header
790 and footer strings.
791
dae3211d
SM
7922005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
793
794 * pcvs.el (cvs-retrieve-revision): Fix thinko.
795
7962005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 797
9df747e1
SM
798 * frame.el (blink-cursor-mode): Use define-minor-mode.
799
2c75eddf
SM
800 * term/mac-win.el (function-key-map): Use char-names more consistently.
801 (file-name-coding-system): Only set it for MacOS-9. The other case is
802 already handled in mule-cmds.el (where it also works when mac-win.el
803 is not used).
804
c4a166f1
KH
8052005-02-21 Kenichi Handa <handa@m17n.org>
806
002dc239
KH
807 * international/mule.el (ctext-pre-write-conversion): Always use
808 " *code-converting-work*" buffer for work.
809
c4a166f1
KH
810 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
811
22071507
TTN
8122005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
813
814 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
815
50d9c396
JY
8162005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
817
2c75eddf 818 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
819 allows changes outside the restricted area of the buffer.
820
0fba9f25
KS
8212005-02-20 Kim F. Storm <storm@cua.dk>
822
823 * simple.el (line-move): Add fourth optional arg try-vscroll which
824 must be set to perform auto-window-vscroll.
825 When moving backwards and doing auto-window-vscroll, automatically
826 vscroll to the last part of lines which are taller than the window.
827 (next-line, previous-line): Set try-vscroll arg on line-move.
828
ac010fca
DN
8292005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
830
f79bdb3a
DN
831 * replace.el (query-replace, query-replace-regexp)
832 (replace-string, replace-regexp): When operating on region, make
833 the minibuffer prompt say so.
834
ac010fca
DN
835 * isearch.el (isearch-forward): Document isearch-query-replace and
836 isearch-query-replace-regexp keybindings.
0fba9f25 837
fa64fa22
JB
8382005-02-19 Jay Belanger <belanger@truman.edu>
839
840 * calc/calc-aent.el (math-read-token): Add local variable.
841
842 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
843 (calc-edit-top): Move declaration to earlier in file.
844 (calc-edit-macro-repeats): Add local variables.
845
846 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
847 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
848 calcFunc-tanh.
849 Adjust integration rule for calcFunc-tan.
850
3f9526a3 8512005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
852
853 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
854 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
855 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
856 (viper-skip-separators): Bug fix.
857 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 858 particular major mode.
0fba9f25 859 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 860 kill ring.
0fba9f25
KS
861
862 * viper-ex.el (viper-color-display-p): New function.
863 (viper-has-face-support-p): Use viper-color-display-p.
864
865 * viper-keym.el (viper-gnus-modifier-map): New keymap.
866
867 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
868
869 * viper-util.el (viper-glob-unix-files): Fix shell status check.
870 (viper-file-remote-p): Make equivalent to file-remote-p.
871
78d54dee
SM
872 * viper.el (viper-major-mode-modifier-list):
873 Use viper-gnus-modifier-map.
0fba9f25 874
c761fd55
DK
8752005-02-19 David Kastrup <dak@gnu.org>
876
877 * subr.el (subregexp-context-p): Fix garbled doc string by adding
878 quoting.
879
7ca4e8a1
JB
8802005-02-19 Jay Belanger <belanger@truman.edu>
881
882 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 883 Remove extra definitions.
7ca4e8a1
JB
884 (calc-coth): New function.
885 (calcFunc-cot): Fix `let'.
886
0e0d5683
EZ
8872005-02-19 Eli Zaretskii <eliz@gnu.org>
888
889 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
890 the reasons we use "type pc" in these faces.
891
892 * button.el (button): Ditto.
893
2511035d
EZ
8942005-02-19 Michael Mauger <mmaug@yahoo.com>
895
896 * replace.el (query-replace-read-from): Set the value of
897 query-replace-from-history-variable to handle the case of an empty
898 string entered to accept the suggested default.
74f69b93 899
78d54dee
SM
900 * net/tramp.el (tramp-file-name-for-operation):
901 Use dired-call-process instead of dired-call-process-command.
74f69b93 902
7182a9a6
JB
9032005-02-19 Jay Belanger <belanger@truman.edu>
904
905 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
906 (math-div-non-trig): New variables.
907 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
908 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
909 (math-combine-prod, math-div-symb-fancy): Add simplifications for
910 trig expressions.
911
8c4e7434
NR
9122005-02-19 Nick Roberts <nickrob@snap.net.nz>
913
914 * progmodes/gdb-ui.el (gdb-var-update-handler)
915 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
916 for watch expressions,
917 (gdb-var-create-handler): Don't set speedbar-update-flag.
918 (gdb-post-prompt): Simplify test for speedbar.
919
17561e4f 9202005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 921
78d54dee
SM
922 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
923 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17561e4f 924 we use the syntax table of the correct buffer.
78d54dee 925 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17561e4f 926 Felix Gatzemeier.
0fba9f25 927
78d54dee
SM
928 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
929 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 930 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 931
78d54dee
SM
932 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
933 ediff-recurse-to-subdirectories.
934 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 935 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 936
78d54dee 937 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 938 nil.
0fba9f25 939
9be92b96
SM
9402005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * log-view.el (log-view-message-re): Fix up Subversion regexp.
943
3a51abf1
DK
9442005-02-18 David Kastrup <dak@gnu.org>
945
946 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
947 use `mark-active' when defined.
948
92dc83a9
KH
9492005-02-18 Kenichi Handa <handa@m17n.org>
950
951 * ps-print.el (ps-font-info-database): New entry
952 ZapfChancery-MediumItalic with correct font name. Fix font name
953 of the entry Zapf-Chancery-MediumItalic.
954
6dbbc01d
LT
9552005-02-16 Luc Teirlinck <teirllm@auburn.edu>
956
957 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
958
4aed6e1e
KS
9592005-02-16 Kim F. Storm <storm@cua.dk>
960
961 * ido.el (ido-fallback-command): Pass user input to fallback command.
962
9632005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
964
965 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
966 (gdb-find-file-hook): Add server prefix.
967
a29c9707
RS
9682005-02-16 Richard M. Stallman <rms@gnu.org>
969
970 * replace.el (perform-replace): Pass new args to replace-highlight.
971 (replace-highlight): Take region args,
972 and pass them to isearch-lazy-highlight-new-loop.
973
974 * novice.el (disabled-command-hook): Autoload the defalias
975 and the make-obsolete-variable call.
976
977 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
978
979 * isearch.el (isearch-lazy-highlight-start-limit)
980 (isearch-lazy-highlight-end-limit): New variables limit
981 the region for highlighting.
982 (isearch-lazy-highlight-new-loop): New args BEG and END.
983 (isearch-lazy-highlight-search): Use the new vars.
984 (isearch-lazy-highlight-update): Likewise.
985
986 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
987
988 * cus-start.el (all): Use default-boundp.
989
4aed6e1e 9902005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
991
992 * menu-bar.el (menu-bar-select-frame): Handle current frame.
993
e1c9f939
LT
9942005-02-15 Luc Teirlinck <teirllm@auburn.edu>
995
996 * autorevert.el (auto-revert-stop-on-user-input)
997 (auto-revert-verbose): Doc fixes.
998
52c7f9ee
JR
9992005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
1000
1001 * international/mule-cmds.el (set-locale-environment): Remove call
1002 to set-selection-coding-system on Windows.
1003
6ec30302
JB
10042005-02-15 Jay Belanger <belanger@truman.edu>
1005
1006 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 1007 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
1008 calcFunc-coth.
1009 (math-simplify-sqrt): Add simplifications.
1010
1011 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
1012 to list.
1013
1014 * calc/calc-ext.el: Add functions to autoloads.
1015
1016 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
1017 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
1018 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
1019 (math-csc-raw, math-cot-raw): New functions.
1020
1021 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
1022
1023 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
1024 the variable name in a message.
1025
1026 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
1027 calcFunc-csc, calcFunc-cot.
1028
1029 * calc/calcalg2.el: Add derivative and integration rules for
1030 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
1031 calcFunc-csch, calcFunc-coth.
1032 (math-do-integral-methods): Add to checks for when to use
1033 substitutions.
1034
1035 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
1036
43817a75
LK
10372005-02-15 Lute Kamstra <lute@gnu.org>
1038
9be92b96
SM
1039 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1040 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
1041 <monnier@iro.umontreal.ca>
1042 (lisp-outline-level): Improve efficiency. Suggested by David
1043 Kastrup <dak@gnu.org>.
1044
34093ed7
NR
10452005-02-15 Nick Roberts <nickrob@snap.net.nz>
1046
1047 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
1048 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
1049 (gdb-set-gud-minor-mode-existing-buffers): New functions.
1050 (gdb-find-file-hook): New hook. Add it to find-file-hook.
1051 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
1052
0f014aa1
LT
10532005-02-14 Luc Teirlinck <teirllm@auburn.edu>
1054
1055 * cus-start.el (all): Comment change.
1056
23e8c095
LK
10572005-02-14 Lute Kamstra <lute@gnu.org>
1058
1059 * cus-start.el (all): Check if symbol is void.
1060
a4869139
CD
10612005-02-14 Carsten Dominik <dominik@science.uva.nl>
1062
1063 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
1064 optional argument to \cite.
1065
134948fc
RS
10662005-02-14 Richard M. Stallman <rms@gnu.org>
1067
1068 * cus-edit.el (custom-buffer-create-internal): Update help message.
1069 (custom-magic-alist): Update help messages.
1070
1071 * cus-start.el (all): Allow a var to specify a standard value.
1072
5e2087b8
LT
10732005-02-12 Luc Teirlinck <teirllm@auburn.edu>
1074
1075 * custom.el (custom-theme-set-variables): Handle variable aliases.
1076
1077 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
1078 (blink-cursor): Make it an alias for `blink-cursor-mode' and
1079 declare obsolete.
03e38499
LT
1080 (blink-cursor-mode): Define with defcustom and use correct
1081 standard expression in that defcustom.
5e2087b8
LT
1082 * startup.el (command-line): Adapt to above changes in frame.el.
1083
b7a2a696
LK
10842005-02-11 Lute Kamstra <lute@gnu.org>
1085
1086 * apropos.el (apropos-score-doc): Prevent division by zero.
1087
ea66d5e0
GM
10882005-02-11 Ulf Jasper <ulf.jasper@web.de>
1089
1090 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
1091 (icalendar--get-event-property-attributes)
1092 (icalendar--get-event-properties)
1093 (icalendar--datetime-to-diary-date): New functions.
1094 (icalendar--split-value): Doc fix.
1095 (icalendar--datetime-to-noneuropean-date)
1096 (icalendar--datetime-to-european-date): New optional argument
1097 SEPARATOR. Return result as a string instead of a list.
1098 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
1099 (icalendar--convert-string-for-export): Rename arg S to STRING.
1100 (icalendar-export-region): Doc fix. Change name of error buffer.
1101 Save output buffer.
1102 (icalendar-import-file): Add blank at end of prompt.
1103 (icalendar-import-buffer): Doc fix. Do not switch to error
1104 buffer. Indicate status in return value.
1105 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
1106 buffer. Save output buffer. Handle exception from recurrence
1107 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
1108 events. Fix problems with weekly all-day events.
1109
44291460
RS
11102005-02-10 Richard M. Stallman <rms@gnu.org>
1111
1112 * simple.el (eval-expression-print-format):
1113 Avoid warning about edebug-active.
1114
9be92b96 1115 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
1116 (help-for-help): Define with defalias.
1117
1118 * font-core.el (font-lock-default-function): Use with-no-warnings.
1119
1120 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
1121
1122 * custom.el (defface): Doc fix.
1123
37956fd5
NR
11242005-02-10 Nick Roberts <nickrob@snap.net.nz>
1125
1126 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
1127 width 0" to prevent word wrapping problems.
1128
44042fe7
KS
11292005-02-09 Kim F. Storm <storm@cua.dk>
1130
1131 * ido.el (ido-file-extensions-order): New defcustom.
1132 (ido-file-extension-lessp, ido-file-extension-aux)
1133 (ido-file-extension-order): New advanced file ordering.
1134 (ido-file-lessp): New simple file ordering.
1135 (ido-sort-list): Remove.
1136 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
1137 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
1138
e7eaabae
DN
11392005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
1140
1141 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
1142 that some versions of grep produce.
1143 (grep-mode-font-lock-keywords): Likewise.
1144
76f8cd56
NR
11452005-02-09 Nick Roberts <nickrob@snap.net.nz>
1146
1147 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 1148 (gdb-cdir): Delete.
76f8cd56
NR
1149 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
1150 (gdb-source-info): Treat case when source file is in another
1151 directory properly.
1152 (gdb-get-location): New function.
1153
519b13cd
JB
11542005-02-07 Jay Belanger <belanger@truman.edu>
1155
1156 * calc/calc-prog.el (calc-write-parse-table-part)
1157 (calc-fix-token-name): Fix a check for language type.
1158
9be92b96 1159 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 1160
009bb5d2
AS
11612005-02-07 Andre Spiegel <spiegel@gnu.org>
1162
1163 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
1164 as directory not writable.
1165
82ec225b
KS
11662005-02-07 Kim F. Storm <storm@cua.dk>
1167
1168 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
1169 (cua--standard-movement-commands): Remove list.
1170 Instead, set CUA property value to move for movement commands.
1171 (cua-movement-commands): Remove. Users must set CUA prop instead.
1172 (cua--pre-command-handler): Check CUA property.
1173 (cua--init-keymaps): Don't remap undo commands.
1174 (cua-mode): Don't call cua--rectangle-on-off.
1175
1176 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
1177 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
1178 (cua--rect-undo-set-point): New var.
1179 (cua--rectangle-undo-boundary): Setup undo apply entry.
1180 (cua--rect-undo-handler): New function for rectangle undo.
1181 (cua--rect-start-position, cua--rect-end-position): Add.
1182 (cua--rectangle-post-command): Call cua--rectangle-set-corners
1183 for restored rectangle. Set point if cua--rect-undo-set-point.
1184
c529f7f7
JB
11852005-02-06 Jay Belanger <belanger@truman.edu>
1186
1187 * calc/calc-lang.el (calc-tex-language): Display more information
1188 in messages.
1189
1190 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
1191 in TeX mode.
1192
ba2c991c
RS
11932005-02-06 Richard M. Stallman <rms@gnu.org>
1194
1195 * emacs-lisp/lisp.el (buffer-end): Doc fix.
1196
6d61d855
EZ
11972005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
1198
1199 * net/ldap.el (ldap-search-internal): Support attributes with
1200 optional descriptions separated by a semi-colon, as in
1201 "userCertificate;binary".
1202
18daafed
JD
12032005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1204
1205 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
1206 isn't a cons (i.e. the version is 0).
1207
cb602754
EZ
12082005-02-05 Eli Zaretskii <eliz@gnu.org>
1209
1210 * help.el (help-for-help): Doc fix.
1211
a0079e58
NR
12122005-02-05 Nick Roberts <nickrob@snap.net.nz>
1213
1214 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
1215 GDB-Windows on the menu-bar as this works better.
1216
e67d06eb
JB
12172005-02-04 Jay Belanger <belanger@truman.edu>
1218
1219 * calc/calc-embed.el (calc-embedded-update): Don't put in
1220 unnecessary newlines. Adjust the end of formula marker.
1221
1222 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
1223 (math-latex-parse-two-args): New function.
1224
02f244c8
LK
12252005-02-03 Lute Kamstra <lute@gnu.org>
1226
1227 * help-fns.el (help-with-tutorial): Make sure that users cannot
1228 remove the entire text of the tutorial by means of `undo'.
1229
ca97010c
SM
12302005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1231
1232 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
1233 in recent changes, where the ispell process was repeatedly
1234 killed & restarted.
a41118cc
SM
1235
1236 * international/mule-cmds.el (set-locale-environment): Set file-name
1237 coding system to utf-8 on Darwin systems.
1238 (set-default-coding-systems): Don't set default-file-name-coding-system
1239 on Darwin systems.
1240
4e07258f
RS
12412005-02-03 Richard M. Stallman <rms@gnu.org>
1242
1243 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
1244
12452005-02-03 Matt Hodges <MPHodges@member.fsf.org>
1246
1247 * faces.el (list-faces-display): Add optional argument.
1248
30b940a7
SM
12492005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * font-core.el (font-lock-default-function): Handle the rare case where
1252 only font-lock-keywords is set.
1253
4e07258f 12542005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 1255
30b940a7 1256 * international/characters.el: Cancel previous change for
fbbde29a
KH
1257 I-WITH-DOT-ABOVE and DOTLESS-i.
1258
1259 * international/latin-5.el: Cancel previous change.
1260
87c366c1
NR
12612005-02-02 Nick Roberts <nickrob@snap.net.nz>
1262
1263 * progmodes/gud.el: Correction to syntax in gud-menu-map.
1264
56072160
KH
12652005-02-02 Kenichi Handa <handa@m17n.org>
1266
1267 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
1268 DOTLESS-i.
1269
1270 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
1271 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
1272
394dff57 1273 * case-table.el (get-upcase-table): New function.
56072160
KH
1274 (copy-case-table): Copy upcaes table too if non-nil.
1275 (set-case-syntax-delims): Maintain upcase table too.
1276 (set-case-syntax-pair): Likewise.
1277 (set-upcase-syntax, set-downcase-syntax): New functions.
1278 (set-case-syntax): Maintain upcase table too.
1279
dd8e8b27
NR
12802005-02-02 Nick Roberts <nickrob@snap.net.nz>
1281
1282 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
1283
1284 * progmodes/gud.el (gud-goto-info): New function.
1285 (gud-tool-bar-map): Use correct icon.
1286
cc08f5b2
TTN
12872005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
1288
1289 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
1290 When delegating, order args in the funcall correctly.
1291
b961eb0e
TTN
12922005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
1293
1294 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1295
2fdf4457
CD
12962005-02-01 Carsten Dominik <dominik@science.uva.nl>
1297
1298 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
1299 buffer not visiting a file.
1300
a214f7ba
JB
13012005-01-31 Jay Belanger <belanger@truman.edu>
1302
1303 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
1304 bound on the line with the formula.
1305
fb89c330
KS
13062005-01-31 Kim F. Storm <storm@cua.dk>
1307
1308 * ses.el (ses-create-cell-variable-range)
1309 (ses-destroy-cell-variable-range, ses-reset-header-string)
1310 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
1311 (ses-insert-row): Fix format of apply undo entries.
1312
998858ae
JB
13132005-01-31 Jay Belanger <belanger@truman.edu>
1314
1315 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
1316 parts.
1317
1318 * calc/calc-embed.el (calc-embedded-open-formula)
1319 (calc-embedded-close-formula): Ignore matrix environments.
1320
1321 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
1322 TeX mode.
1323
1324 * calc/calc-lang.el (math-function-table, math-oper-table)
1325 (math-variable-table): Adjust the LaTeX portions.
1326
1327 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
1328 (math-latex-ignore-words): New constant.
1329
a6e7a34b
RS
13302005-01-31 Richard M. Stallman <rms@gnu.org>
1331
1332 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
1333 (ispell-local-dictionary): Doc fix.
1334 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
1335 Don't reinitialize at run time. Don't defcustom.
1336 All uses changed to append ispell-local-dictionary-alist,
1337 or check it first.
1338 (ispell-current-dictionary): New variable for dictionary in use.
1339 (ispell-dictionary): Now used only for global default.
1340 (ispell-start-process): Set ispell-current-dictionary,
1341 not ispell-dictionary.
1342 (ispell-change-dictionary): Use this only for setting
1343 user preferences.
1344 (ispell-internal-change-dictionary): New function
1345 to change the current dictionary in use.
fb89c330
KS
1346 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
1347 Use ispell-current-dictionary.
a6e7a34b
RS
1348 Handle ispell-local-dictionary-overridden.
1349 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
1350
1be70c61
JB
13512005-01-31 Jay Belanger <belanger@truman.edu>
1352
1353 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
1354
1355 * calc/calc-ext.el: Add calc-latex-language to autoloads.
1356 (calc-mode-map): Add calc-latex-language.
1357
1358 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
1359 (math-latex-print-frac): New functions.
1360 (math-oper-table, math-function-table, math-variable-table)
1361 (math-complex-format, math-input-filter): Add latex properties.
1362 (calc-set-language): Set math-expr-special-function-mapping.
1363
1364 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
1365 (calc-write-parse-table-part): Add LaTeX support.
1366
1367 * calc/calc.el (calc-language): Adjust docstring.
1368 (calc-set-mode-line): Add LaTeX support.
1369 (math-expr-special-function-mapping): New variable.
e09d97e8 1370 (math-tex-ignore-words): Add to list.
fb89c330 1371
1be70c61
JB
1372 * calc/calccomp.el (math-compose-expr, math-compose-rows):
1373 Add LaTeX support.
1374 (math-compose-expr): Add support for special functions.
1375
1376 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
1377
2d08f307
NR
13782005-01-31 Nick Roberts <nickrob@snap.net.nz>
1379
1380 * progmodes/gdb-ui.el (gdb-memory-address)
1381 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
1382 (gdb-memory-mode-map, gdb-memory-format-keymap)
1383 (gdb-memory-format-menu, gdb-memory-unit-keymap)
1384 (gdb-memory-unit-menu): New variables for a buffer
1385 that lets the user examine program memory.
1386 (gdb-memory-set-address, gdb-memory-set-repeat-count)
1387 (gdb-memory-format-binary, gdb-memory-format-octal)
1388 (gdb-memory-format-unsigned, gdb-memory-format-signed)
1389 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
1390 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
1391 (gdb-memory-unit-word, gdb-memory-unit-halfword)
1392 (gdb-memory-unit-byte, gdb-memory-unit-menu)
1393 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
1394 (gdb-memory-mode, gdb-memory-buffer-name)
1395 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
1396 New functions for above buffer.
1397
ce406543
RS
13982005-01-30 Richard M. Stallman <rms@gnu.org>
1399
1400 * cus-edit.el (custom-bury-buffer): Function deleted.
1401 (custom-buffer-done-function): Option deleted.
1402 (custom-buffer-done-kill): New (replacement option.
1403 (Custom-buffer-done): Call quit-window.
1404 (custom-buffer-create-internal): Update for above changes.
1405
03c64f2e
LT
14062005-01-29 Luc Teirlinck <teirllm@auburn.edu>
1407
1408 * simple.el (undo-ask-before-discard): New var.
1409 (undo-outer-limit-truncate): Implement it.
1410 (undo-extra-outer-limit): Doc update.
1411
5a92a9eb
RS
14122005-01-29 Richard M. Stallman <rms@gnu.org>
1413
394dff57 1414 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
1415 (ses-begin-change): Doc fix.
1416
1417 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
1418 instead of rebinding C-x u and C-_.
1419
1420 * files.el (normal-backup-enable-predicate): Return nil for files
1421 in /tmp, regardless of temporary-file-directory.
1422
1423 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
1424
1425 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
1426 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 1427 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
1428 for move-to-column's 2nd arg.
1429
1430 * simple.el (undo): Fix the test for continuing a series of undos.
1431 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 1432 (pending-undo-list): Move up defvar.
5a92a9eb
RS
1433
1434 * wid-edit.el (widget-button-click):
1435 Shorten the range of the track-mouse binding.
1436
1437 * comint.el (comint-insert-input): Undo previous changes;
1438 use last-input-event in interactive spec.
1439
28d986b9
EZ
14402005-01-29 Eli Zaretskii <eliz@gnu.org>
1441
cf63e6fa
EZ
1442 * progmodes/compile.el (compilation-start): Bind buffer-read-only
1443 to nil before invoking call-process. Reset buffer's modified flag
1444 after fontifying it in the no-async branch.
1445
28d986b9
EZ
1446 * wid-edit.el (widget-specify-button): If mouse pointer shape
1447 cannot be changed, use mouse face instead.
1448
c7c87573
NR
14492005-01-29 Nick Roberts <nickrob@snap.net.nz>
1450
1451 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
1452 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7
NR
1453 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
1454 (gdb-assembler-custom): Update to recognise breakpoint information
1455 added on 2005-01-19.
c7c87573 1456
394dff57
SM
14572005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
1460 (dsssl-mode): Use define-derived-mode.
1461 (scheme-mode-initialize): Remove.
1462 (scheme-mode): Use run-mode-hooks.
1463
1464 * cus-edit.el (customize-group-other-window)
1465 (custom-buffer-create-other-window): Don't override special-display-*.
1466 (custom-mode-map): Make it dense.
1467
1468 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
1469 sets the default value.
1470
2d65673f
EZ
14712005-01-28 Eli Zaretskii <eliz@gnu.org>
1472
1473 * descr-text.el: Add more keywords.
1474
6b626913
SM
14752005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1476
b9fbc167
SM
1477 * speedbar.el: Avoid unnecessary use of locate-library.
1478
6b626913
SM
1479 * international/mule-cmds.el (standard-display-european-internal):
1480 Don't fiddle with latin-1 non-break space any more since it's now
1481 special cased in the C code.
1482 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
1483
3bf93f74
LT
14842005-01-26 Luc Teirlinck <teirllm@auburn.edu>
1485
1486 * cus-start.el (all): Add `undo-outer-limit'.
1487
31df23f5
LK
14882005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1489
6b626913
SM
1490 * textmodes/bibtex.el (bibtex-format-entry):
1491 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
1492 field lines.
1493 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
1494 not on part of a buffer.
1495
14962005-01-25 Lute Kamstra <lute@gnu.org>
1497
1498 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
1499 nonempty field text strings like "{letters\\macro{}more letters}".
1500 Clarify docstring.
1501 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
1502 (bibtex-entry-offset, bibtex-parse-association)
1503 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 1504 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 1505
640d0c89
KS
15062005-01-24 Carsten Dominik <dominik@science.uva.nl>
1507
60fc9395 1508 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 1509 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
1510 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
1511 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
1512
1513 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
1514 isearch minor mode.
1515
fe860842
LT
15162005-01-24 Luc Teirlinck <teirllm@auburn.edu>
1517
1518 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
1519
2fc3738c
LK
15202005-01-24 Lute Kamstra <lute@gnu.org>
1521
1522 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
1523 CASECHARS and NOT-CASECHARS regular expressions of the
1524 "nederlands" and "nederlands8" dictionaries to prevent a "Range
1525 striding over charsets" error.
1526
dacb2f70
JB
15272005-01-24 Jay Belanger <belanger@truman.edu>
1528
1529 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
1530 display variable name.
1531
e1a050dc
KH
15322005-01-24 Kenichi Handa <handa@m17n.org>
1533
1534 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
1535 Fix setting of the element of encoded-kbd-iso2022-invocations.
1536
ac94d5f4
NR
15372005-01-24 Nick Roberts <nickrob@snap.net.nz>
1538
1539 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1540 (gdb-threads-select): Change to also accept mouse events.
1541 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
1542 (gdb-threads-mouse-select): Delete.
1543
9bb99df6
LT
15442005-01-23 Luc Teirlinck <teirllm@auburn.edu>
1545
1546 * files.el (insert-directory): Take care of empty directory,
1547 listed without -a switch.
1548
bd6a8278
SM
15492005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1550
04138be8
SM
1551 * textmodes/refill.el (refill-post-command-function):
1552 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
1553 to the list of functions that we should be careful not to undo.
1554 (refill-late-fill-paragraph-function): Remove.
1555 (refill-saved-state): New var.
1556 (refill-mode): Use it to save fill-paragraph-function.
1557 Save also the value of auto-fill-function.
1558
bd6a8278
SM
1559 * term/w32-win.el: Simplify code.
1560
5c20cae2
KS
15612005-01-23 Kim F. Storm <storm@cua.dk>
1562
8f958b40
KS
1563 * simple.el (line-move): Adapt to new return value from
1564 pos-visible-in-window-p.
1565
5c20cae2
KS
1566 * simple.el (line-move): Fix last change. Check partial
1567 visibility at point rather than at window-start.
1568
e1c7e69a
JR
15692005-01-22 Jason Rumney <jasonr@gnu.org>
1570
1571 * term/w32-win.el (xw-defined-colors): Remove debug-message.
1572
3d4d788a
DK
15732005-01-22 David Kastrup <dak@gnu.org>
1574
1575 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
1576
1a8461d3
EZ
15772005-01-22 Eli Zaretskii <eliz@gnu.org>
1578
1579 * type-break.el (type-break-mode): Add a test for
1580 type-break-file-name being non-nil.
1581
1da1887d
EZ
15822005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
1583
1584 * net/eudc.el (top level): Call (message "") via progn, so that
1585 eudc-options-file is loaded.
1586
d00e399a
KS
15872005-01-22 Kim F. Storm <storm@cua.dk>
1588
1589 * simple.el (line-move-1): Rename from line-move.
1590 (line-move): New function that adjusts vscroll for partially
1591 visible rows, and calls line-move-1 otherwise.
1592
2ff1dec9
JW
15932005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
1594
1595 * pcomplete.el: define pcomplete-read-event instead of read-event,
1596 since it's not a complete read-event implementation
1597
7ec35700
JB
15982005-01-20 Jay Belanger <belanger@truman.edu>
1599
1600 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
1601 for called function.
1602
a15252fd
ST
16032005-01-20 Steven Tamm <steventamm@mac.com>
1604
6b626913 1605 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
1606 Controlled now by s/darwin.h:PTY_ITERATION.
1607
66c226bf
SM
16082005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * window.el (handle-select-window): Don't switch window when we're
1611 in the minibuffer.
1612
7c018923
SM
16132005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
1614
1615 * subr.el (dotimes-with-progress-reporter): New macro.
1616
1617 * ses.el (ses-dotimes-msg): Remove macro.
1618 Use `dotimes-with-progress-reporter' instead.
1619
8db8a5cf
ST
16202005-01-19 Steven Tamm <steventamm@mac.com>
1621
1622 * term/mac-win.el (process-connection-type): Use new
1623 operating-system-release variable to use ptys on Darwin 7 (OSX
1624 10.3) when using carbon build.
1625
7679290d
JB
16262005-01-19 Jay Belanger <belanger@truman.edu>
1627
1628 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
1629 flags if the last command was a tab or M-tab.
1630
17c90a9e
JB
1631 * calc/calc-prog.el (calc-user-define-edit): Put original formula
1632 in formula editing buffer.
1633
2c60b6d3
NR
16342005-01-19 Nick Roberts <nickrob@snap.net.nz>
1635
1636 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
1637 breakpoint image symbol in margin.
1638
1ff85beb
JB
16392005-01-19 Jay Belanger <belanger@truman.edu>
1640
1641 * calc/calc-prog.el (calc-execute-kbd-macro):
1642 Ignore calc-keep-arg-flag.
1643
664ca704
KH
16442005-01-19 Kenichi Handa <handa@m17n.org>
1645
1646 * textmodes/ispell.el (ispell-looking-at): New function.
1647 (ispell-process-line): Use ispell-looking-at to compare the ispell
1648 output and the buffer contents.
1649
926787be
JB
16502005-01-18 Jay Belanger <belanger@truman.edu>
1651
1652 * calc/calc.el (calc-display-raw): Fix docstring.
1653
67b9b71f
SM
16542005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1655
7c018923
SM
1656 * simple.el (blink-matching-open): Strip extra info from syntax.
1657
67b9b71f
SM
1658 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
1659 funny chars in the end-of-here-doc marker.
1660
83c7f806
NR
16612005-01-19 Nick Roberts <nickrob@snap.net.nz>
1662
1663 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
1664 that enable/disabled state of breakpoints is shown correctly in
1665 fringe and on ttys.
1666 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
1667 Add breakpoint information as text properties.
67b9b71f 1668 (gdb-mouse-toggle-breakpoint):
83c7f806 1669 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 1670 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
1671 breakpoints in the margin.
1672 (gdb-remove-strings): Simplify.
1673
538a5f8b
JB
16742005-01-17 Jay Belanger <belanger@truman.edu>
1675
1676 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1677 erasing buffer.
1678
444919be
RS
16792005-01-17 Richard M. Stallman <rms@gnu.org>
1680
1681 * progmodes/grep.el (grep-find): Copy from `grep' the condition
1682 for calling grep-compute-defaults.
1683
1684 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
1685 if buffer is empty.
1686
1687 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
1688
67476fca
SM
16892005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * hilit-chg.el (highlight-changes-mode): Don't autoload.
1692
1693 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
1694 non-preloaded variables.
1695
4042dc25
ST
16962005-01-17 Steven Tamm <steventamm@mac.com>
1697
1698 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
1699 tex-shell cause to force interactivity when using pipes.
1700
aea3bdb1
KS
17012005-01-17 Kim F. Storm <storm@cua.dk>
1702
1703 * simple.el (just-one-space): Make arg optional.
1704
41774623
NR
17052005-01-17 Nick Roberts <nickrob@snap.net.nz>
1706
1707 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 1708 posn-at-x-y to t to access left-margin.
41774623 1709
01917a18
MA
17102005-01-16 Michael Albinus <michael.albinus@gmx.de>
1711
1712 Sync with Tramp 2.0.47.
1713
1714 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
1715 catching keep-date problems in cp/scp operations.
1716 (tramp-handle-copy-file): Don't call `set-file-modes'
1717 unconditionally. Specialized functions should know better what is
1718 necessary. This improves performance a little bit, and the
1719 functions could catch errors with `cp -p' and `scp -p'.
1720 (tramp-do-copy-or-rename-file-via-buffer)
1721 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
1722 when appropriate.
67476fca
SM
1723 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
1724 Call `set-file-modes' when appropriate.
01917a18
MA
1725 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
1726 Johnsson <isak@hypergene.com>
1727 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
1728 of both Tramp buffer and debug buffer. Reported by Joakim Verona
1729 <joakim@verona.se>
1730 (tramp-file-name-for-operation): Mark `shell-command' as magic for
1731 Emacs only.
1732
1733 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
1734 `find-file-hooks' and `dired-mode-hook'.
1735 (tramp-minor-mode-map): Respective map. Add remapping for
1736 `compile' and `recompile'.
1737 (tramp-remap-command, tramp-recompile): New defuns.
1738 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
1739 in buffer "*Compilation*". Call the commands asynchronously.
1740
1741 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
1742 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
1743 `shell-command', because it isn't magic in XEmacs. Reported by
1744 Adrian Aichner <adrian@xemacs.org>.
1745
1746 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1747 `substitute-in-file-name.
1748 (tramp-smb-handle-substitute-in-file-name): New defun.
1749 (tramp-smb-advice-PC-do-completion): Delete advice.
1750
17512005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
1752
1753 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
1754 Fix error in deleting region.
1755
d4b6c2e3
RS
17562005-01-15 Richard M. Stallman <rms@gnu.org>
1757
1758 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
1759 In non-temp buffer, switch syntax table temporarily.
1760
1761 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
1762
1763 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
1764
1765 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
1766
1767 * imenu.el (imenu--split-menu): Copy menulist before sorting.
1768 (imenu--generic-function): Use START, not BEG, as pos of definition.
1769
1770 * simple.el (just-one-space): Argument specifies number of spaces.
1771
1772 * simple.el (eval-expression-print-format): Avoid warning
1773 about edebug-active.
1774
17752005-01-15 "James R. Van Zandt" <jrvz@comcast.net> (Tiny change)
1776
1777 * progmodes/sh-script.el: Code copied from make-mode.el
1778 with small changes,
1779 (sh-mode-map): Bind C-c C-\.
1780 (sh-backslash-column, sh-backslash-align): New variables.
1781 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 1782
43805352
EZ
17832005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1784
1785 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 1786 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 1787 rmail-obsolete group.
67476fca 1788 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 1789 All callers updated.
67476fca 1790 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
1791 Take an argument specifying whether it is POP or IMAP mailbox we
1792 are using. All callers updated.
67476fca
SM
1793 (rmail-pop-password-error): Rename to
1794 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
1795 (rmail-movemail-search-path)
1796 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
1797 (rmail-remote-password, rmail-remote-password-required):
1798 New customization variables.
1799 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 1800 (rmail-parse-url): New function.
67476fca 1801 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
1802 with GNU mailutils movemail.
1803
5754a69e
EZ
18042005-01-15 Kevin Ryde <user42@zip.com.au>
1805
1806 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
1807 suffix to space, $ or '$, to correctly position point when going
1808 to @table style constants like DBL_MAX.
1809
a7ed85f0
EZ
18102005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1811
1812 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
1813 (type-break-file-keystroke-count, type-break-choose-file):
1814 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
1815 is nil.
1816 (type-break-file-name): Doc update as per the above.
1817
f79b331a
EZ
18182005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
1819
1820 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
1821 lookup-key might return nil; handle that.
1822
8b3a75ac
EZ
18232005-01-15 Alan Mackenzie <acm@muc.de>
1824
1825 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 1826 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 1827
791d856f
CD
18282005-01-14 Carsten Dominik <dominik@science.uva.nl>
1829
1830 * textmodes/org.el (org-show-following-heading): New option.
1831 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 1832 (org-cycle): Documentation fix.
791d856f
CD
1833
1834 * textmodes/org.el (orgtbl-optimized): New option
1835 (orgtbl-mode): New command, a minor mode.
1836 (orgtbl-mode-map): New variable.
1837 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
1838 (orgtbl-error, orgtbl-self-insert-command)
1839 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
1840
1841 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
1842 a local variable in each org-mode buffer.
1843
67476fca 1844 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 1845 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 1846 (org-get-current-options): Add STARTUP options.
791d856f
CD
1847 (org-table-insert-row): Mode mode intelligent about when
1848 realignment is needed.
67476fca
SM
1849 (org-self-insert-command, org-delete-backward-char, org-delete-char):
1850 New commands.
1851 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
1852 (org-table-blank-field): Support blanking regions if active.
1853
af41e141
CD
18542005-01-14 Carsten Dominik <dominik@science.uva.nl>
1855
099fc2c9
CD
1856 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
1857 if the year is not given.
af41e141 1858
67476fca
SM
1859 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
1860 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 1861 save-match-data.
67476fca
SM
1862 (reftex-reference): Remove ?. from list of spaces.
1863 (reftex-label-info): Add automatic label prefix recognition.
1864
1865 * textmodes/reftex-index.el (reftex-index-next-phrase):
1866 Add slave parameter to call of `reftex-index-this-phrase'.
1867 (reftex-index-this-phrase): New optional argument.
1868 (reftex-index-region-phrases): Add slave parameter to call of
1869 `reftex-index-this-phrase'.
1870 (reftex-display-index): New argument redo.
1871 (reftex-index-rescan): Add 'redo to arguments of
1872 `reftex-display-index'.
af41e141 1873 (reftex-index-Rescan, reftex-index-revert)
67476fca
SM
1874 (reftex-index-switch-index-tag): Add 'redo to arguments of
1875 `reftex-display-index'.
1876 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
1877 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
1878 after the word.
1879
67476fca
SM
1880 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1881 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
1882 (reftex-citation): Prefix argument no longer rescans the document,
1883 but forces prompting for optional arguments of cite macros.
67476fca 1884 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 1885
67476fca
SM
1886 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1887 Add optional arguments to most cite commands.
af41e141
CD
1888 (reftex-cite-cleanup-optional-args): New option
1889 (reftex-cite-prompt-optional-args): New option.
67476fca 1890 (reftex-trust-label-prefix): New option.
af41e141 1891
67476fca
SM
1892 * textmodes/reftex-toc.el (reftex-toc-find-section):
1893 Add push-mark before changing the position in the buffer.
af41e141 1894
67476fca
SM
1895 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
1896 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 1897
5ca75c83
NR
18982005-01-14 Nick Roberts <nickrob@snap.net.nz>
1899
1900 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
1901 more carefully.
1902
ed8031f2
SM
19032005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1904
1905 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
1906 (sgml-mode): Use it.
1907 (sgml-get-context): Better keep track of implicitly closed tags.
1908
7573e36d
KH
19092005-01-13 Kenichi Handa <handa@m17n.org>
1910
1911 * textmodes/ispell.el: These changes are to fix misalignment error
1912 caused by equivalent characters of different Emacs charsets.
1913 (ispell-unified-chars-table): New variable.
1914 (ispell-get-decoded-string): New function.
1915 (ispell-get-casechars, ispell-get-not-casechars)
1916 (ispell-get-otherchars): Call ispell-get-decoded-string.
1917
80888260
JPW
19182005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1919
1920 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 1921 of (defvar . symbol) in `current-load-list'.
80888260 1922
9deb0aba
RS
19232005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1924
1925 * emacs-lisp/elint.el: Fixed typo in Commentary section.
1926
f5340eb7
JB
19272005-01-12 Jay Belanger <belanger@truman.edu>
1928
1929 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
1930 to create a Calc summary.
1931
1e801ac3
KS
19322005-01-12 Kim F. Storm <storm@cua.dk>
1933
1934 * mouse.el (mouse-on-link-p): Change functionality and doc
1935 string to comply with latest description in lisp ref.
1936
a1c9fd19
NR
19372005-01-12 Nick Roberts <nickrob@snap.net.nz>
1938
ed8031f2
SM
1939 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
1940 Enable mouse clicks on mode-line, header-line and margin.
a1c9fd19
NR
1941 (event-type): Give mouse event symbols an 'event-kind property
1942 with value 'mouse-click.
1943
066a23af
JL
19442005-01-12 Juri Linkov <juri@jurta.org>
1945
1946 * facemenu.el (list-colors-display): Add new arg buffer-name.
1947 Use it. Fix docstring. Replace code for identifying duplicate
1948 colors by the name with call to `list-colors-duplicates' which
1949 identifies duplicate colors by the value unless the color
1950 is one of special Windows colors. Set truncate-lines to t.
1951 Print sorted duplicate color names on each line. Indent to 22
1952 \(the longest color name in rgb.txt) instead of 20. Optimize.
1953 (list-colors-duplicates): New function.
1954 (facemenu-color-name-equal): Delete function.
1955
987d1819
JL
1956 * facemenu.el (list-colors-print): New function created from code
1957 in list-colors-display. Print #RRGGBB at the window right edge.
1958 (list-colors-display): When temp-buffer-show-function is not
1959 defined, call list-colors-print from temp-buffer-show-hook
1960 to get the right value of window-width in list-colors-print
1961 after the buffer is displayed.
1962
aac42a1b
JL
1963 * simple.el (pop-mark): Move deactivate-mark out of conditional
1964 part to deactivate the active mark regardless of the state of the
1965 mark ring.
1966
1967 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
1968 variables line in desktop files.
1969
afd33362
JL
19702005-01-12 Juri Linkov <juri@jurta.org>
1971
1972 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
1973 Bring together isearch highlight related options.
1974 (lazy-highlight): Replace group `replace' by `matching'.
1975 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1976 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1977 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
1978 and declare them obsolete.
1979 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
1980 (isearch-faces): Remove defgroup.
1981 (isearch-overlay, isearch-highlight, isearch-dehighlight):
1982 Move isearch highlighting code closer to lazy highlighting code.
1983
1984 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
1985 (query-replace-highlight, query-replace-lazy-highlight)
1986 (query-replace): Move definitions to the beginning of the file.
1987
424b9d3e
JL
19882005-01-11 Juri Linkov <juri@jurta.org>
1989
1990 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
1991 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
1992 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
1993
1994 * info.el (Info-history-forward): New variable.
1995 (Info-select-node): Reset Info-history-forward to nil.
1996 (Info-last): Turn into defalias.
1997 (Info-history-back): Rename from Info-last.
1998 Add current node to Info-history-forward.
1999 (Info-history-forward): New fun.
2000 (Info-mode-map): Replace Info-last by Info-history-back.
2001 Bind Info-history-forward to "r".
2002 (Info-mode-menu): Replace Info-last by Info-history-back.
2003 Fix menu item text. Add menu item for Info-history-forward.
2004 (info-tool-bar-map): Replace Info-last by Info-history-back.
2005 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
2006 for Info-history-forward.
2007 (Info-mode): Replace Info-last by Info-history-back in docstring.
2008 Add local variable Info-history-forward.
2009 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
2010
fbd8dc8a
SM
20112005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
2014 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
2015 Ignore select-window events rather than fiddle with
2016 mouse-autoselect-window.
2017
28f94a34
RS
20182005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
2019
2020 * type-break.el (type-break-mode): Fix previous change.
2021
b748957a
JB
20222005-01-10 Jay Belanger <belanger@truman.edu>
2023
10907497 2024 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
2025 calculator; only reset when point is inside a calculator.
2026 Don't adjust the window height if the window takes up the whole height
10907497 2027 of the frame.
b748957a 2028
e4edc5cd
TTN
20292005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2030
2031 * ebuff-menu.el (Electric-buffer-menu-mode):
2032 Preserve value of buffer-local var header-line-format.
2033
3579f0c2
JB
20342005-01-09 Jay Belanger <belanger@truman.edu>
2035
2036 * calc/calc.el (calc-mode-var-list-restore-saved-values):
2037 Make sure settings file exists before accessing it.
2038
7f72c3db
JB
2039 * calc/calc-embed.el (calc-embedded-subst):
2040 Replace math-multi-subst-rec, which is only supposed to be called
2041 by math-multi-subst, by math-multi-subst.
2042
5fbf7903
AS
20432005-01-09 Andre Spiegel <spiegel@gnu.org>
2044
2045 * vc.el (vc-allow-async-revert): New user option.
2046 (vc-disable-async-diff): New internal variable.
2047 (vc-revert-buffer): Use them to disable asynchronous diff.
2048
fbd8dc8a
SM
2049 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
2050 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
2051 asynchronously if vc-disable-async-diff is t.
2052
809c26be
JB
20532005-01-09 Jay Belanger <belanger@truman.edu>
2054
2055 * calc/calc.el (defcalcmodevar): New macro.
2056 (calc-mode-var-list-restore-default-values)
2057 (calc-mode-var-list-restore-saved-values): New functions.
2058 (calc-mode-var-list): Use defcalcmodevar to define it.
2059 (calc-always-load-extensions, calc-line-numbering)
2060 (calc-line-breaking, calc-display-just, calc-display-origin)
2061 (calc-number-radix, calc-leading-zeros, calc-group-digits)
2062 (calc-group-char, calc-point-char, calc-frac-format)
2063 (calc-prefer-frac, calc-hms-format, calc-date-format)
2064 (calc-float-format, calc-full-float-format, calc-complex-format)
2065 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2066 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2067 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2068 (calc-matrix-brackets, calc-language, calc-language-option)
2069 (calc-left-label, calc-right-label, calc-word-size)
2070 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2071 (calc-display-raw, calc-internal-prec, calc-angle-mode)
2072 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2073 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2074 (calc-window-height, calc-display-trail, calc-show-selections)
2075 (calc-use-selections, calc-assoc-selections)
2076 (calc-display-working-message, calc-auto-why, calc-timing)
2077 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
2078 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
2079 (calc-gnuplot-default-device, calc-gnuplot-default-output)
2080 (calc-gnuplot-print-device, calc-gnuplot-print-output)
2081 (calc-gnuplot-geometry, calc-graph-default-resolution)
2082 (calc-graph-default-resolution-3d, calc-invocation-macro)
2083 (calc-show-banner): Use defcalcmodevar to declare them and set
2084 their default values.
2085
2086 * calc/calc-ext.el (calc-reset): Restore saved values of variables
2087 instead of default values (but restore default values if there is
2088 an argument of 0).
2089
0ba9bc53
DK
20902005-01-09 David Kastrup <dak@gnu.org>
2091
2092 * desktop.el (desktop-restore-eager): Fix typo in type.
2093
03e31a1a
RS
20942005-01-08 Richard M. Stallman <rms@gnu.org>
2095
2096 * cus-edit.el (customize): Delete :link.
2097
3aba853a
JB
20982005-01-08 Jay Belanger <belanger@truman.edu>
2099
2100 * calc/calc.el (calc-mode): Remove the extension from the
2101 `calc-settings-file' file name when loading it.
2102
1f387600
KS
21032005-01-08 Kim F. Storm <storm@cua.dk>
2104
2105 * info.el (Info-mode-map, Info-next-link-keymap)
2106 (Info-prev-link-keymap, Info-up-link-keymap):
2107 Map follow-link to mouse-face.
2108 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
2109
a4dfc830
JB
21102005-01-08 Jay Belanger <belanger@truman.edu>
2111
2112 * calc/calc.el (calc-settings-file): Change default value.
2113 Suggested by cgw in a comment in calc-mode.el.
2114
2115 * calc/calc-mode.el (calc-settings-file-name):
2116 Compare calc-settings-file to user-init-file instead of ~/.emacs.
2117 Replace ~/.emacs in a prompt by calc-settings-file.
2118
9abb41eb
LH
21192005-01-07 Lars Hansen <larsh@math.ku.dk>
2120
7716b93b
KS
2121 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
2122 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
2123 (desktop-buffer-args-list): New variable.
2124 (desktop-append-buffer-args): New function.
2125 (desktop-save): Call desktop-append-buffer-args for some buffers.
2126 (desktop-lazy-create-buffer): New function.
2127 (desktop-idle-create-buffers): New function.
2128 (desktop-read): Add message about buffers to restore lazily.
2129 (desktop-lazy-abort): New command.
2130 (desktop-clear): Call desktop-lazy-abort.
2131 (desktop-lazy-complete): New command.
2132
c7ce7fc4
RS
21332005-01-06 Richard M. Stallman <rms@gnu.org>
2134
2135 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 2136 Rename from find-face.
c7ce7fc4 2137
c35b0c6b
KS
21382005-01-06 Kim F. Storm <storm@cua.dk>
2139
2140 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
2141
2142 * man.el (Man-xref-man-page, Man-xref-header-file)
2143 (Man-xref-normal-file): Add follow-link property.
2144
4c07596d
JB
21452005-01-06 Jay Belanger <belanger@truman.edu>
2146
2147 * calc/calc-units.el: Make sure the proper macro definitions are
2148 available when compiling.
2149
b49018ff
JL
21502005-01-06 Juri Linkov <juri@jurta.org>
2151
fbd8dc8a
SM
2152 * isearch.el (isearch-lazy-highlight-update):
2153 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 2154
e3cde0c7
MB
21552005-01-06 Miles Bader <miles@gnu.org>
2156
fbd8dc8a 2157 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
2158 (isearch-lazy-highlight-face): Use new name.
2159
4dbbcb46
SM
21602005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2eec3e8e
SM
2162 * uniquify.el (uniquify-rationalize-file-buffer-names):
2163 Re-add an interactive spec.
9890ec7d
SM
2164 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
2165 to the same name.
2eec3e8e 2166
4dbbcb46
SM
2167 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
2168 (isearch-update, isearch-done): Adjust calls accordingly.
2169
436c08c2
RS
21702005-01-05 Richard M. Stallman <rms@gnu.org>
2171
c7ce7fc4
RS
2172 * custom.el (custom-set-variables, custom-theme-set-variables):
2173 Clarify documentation.
2174
436c08c2 2175 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 2176 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
2177 Fix the TYPE args to find-function-read and find-function-do-it.
2178 (find-function): Doc fix.
2179 (find-function-at-point): Replace function-at-point alias.
2180
4829145a
RS
21812005-01-04 Richard M. Stallman <rms@gnu.org>
2182
2183 * cus-face.el (custom-declare-face):
2184 Record defface in current-load-list.
2185
2186 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
2187
2188 * emacs-lisp/find-func.el: Doc fixes.
2189 (find-face-regexp): New variable.
2190 (find-function-regexp-alist): New variable.
2191 (find-function-C-source): Third arg is now TYPE.
2192 (find-function-search-for-symbol): Handle general TYPE.
2193 (find-function-read, find-function-do-it): Handle general TYPE.
2194 (find-definition-noselect, find-face): New functions.
2195 (function-at-point): Alias deleted.
2196
73a6a972
SM
21972005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * battery.el (display-battery-mode): Rename from display-battery.
2200 Handle the case where it gets turned off.
2201
60d1a807
RS
22022005-01-04 Richard M. Stallman <rms@gnu.org>
2203
dd496df6
RS
2204 * cus-edit.el (customize): Make :link point to user doc.
2205
2206 * man.el (Man-fontify-manpage): Turn off undo generation.
2207
60d1a807
RS
2208 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
2209
d198dfaa
AS
22102005-01-04 Andreas Schwab <schwab@suse.de>
2211
2212 * files.el (insert-directory): Only look for error lines in
73a6a972 2213 inserted text. Don't move too far after processing --dired markers.
d198dfaa 2214
69ba53f7
RS
22152005-01-04 Richard M. Stallman <rms@gnu.org>
2216
2217 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2218 Don't expand if the character is @, period, dash, etc.
2219 (define-mail-abbrev): Quote names that contain problem characters.
2220
d4bb7735
TTN
22212005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
2222
2223 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
2224
d57c7572
RS
22252005-01-03 Richard M. Stallman <rms@gnu.org>
2226
2227 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
2228 (query-replace-highlight, query-replace-lazy-highlight)
2229 (query-replace): Definitions moved up. Doc fix.
2230
22312005-01-03 Richard M. Stallman <rms@gnu.org>
2232
2233 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
2234 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2235 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 2236 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
2237 Change all references to them.
2238
985a8e0f
LT
22392005-01-03 Luc Teirlinck <teirllm@auburn.edu>
2240
2241 * cus-edit.el (custom-file): Doc fix for defcustom.
2242 (custom-file): The function no longer sets the variable
2243 `custom-file' to its return value.
2244
2245 * startup.el (command-line): No longer load `custom-file'.
2246
8a525646
SM
22472005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2248
1b60b25a
SM
2249 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
2250
8a525646
SM
2251 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
2252 Don't confuse module-prefixed identifiers for labels.
2253 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
2254
c45c149c
RS
22552005-01-02 Richard M. Stallman <rms@gnu.org>
2256
969be033
RS
2257 * files.el (basic-save-buffer-1): Fix previous change.
2258
19996af4
RS
2259 * loadhist.el (file-loadhist-lookup): New function.
2260 (file-provides, file-requires): Use it.
2261
c45c149c
RS
2262 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
2263 instead of calculating the right size.
2264
d57c7572 22652005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 2266
3625f6b7 2267 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2
RS
2268
22692005-01-02 Stefan <monnier@iro.umontreal.ca>
3625f6b7 2270
5e39b98a
SM
2271 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
2272
50292b6e
SM
2273 * files.el (hack-local-variables): Fix last change.
2274
731da695
JB
22752005-01-02 Jay Belanger <belanger@truman.edu>
2276
2277 * calc/calc-yank.el (calc-edit-top): New variable.
2278 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
2279 object. Change header properties.
2280 (calc-edit-finish, calc-edit-finish-stack-object)
2281 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
2282 edited object.
2283 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
2284 for the beginning of the edited object.
2285 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
2286 for the beginning of the edited object.
2287 * calc/calc-prog.el (calc-edit-macro-finish-edit)
2288 (calc-finish-formula-edit, calc-macro-repeats)
2289 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
2290 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
2291 beginning of the edited object.
2292 (calc-user-define-edit): Change the header for editing macros.
2293 Remove unnecessary variable.
2294
227c9573
JB
22952005-01-01 Jay Belanger <belanger@truman.edu>
2296
731da695 2297 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 2298 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 2299 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 2300 header.
42a797de 2301 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
2302 mode to match new header.
2303 (calc-user-define-edit): Change titles to include names of commands.
42a797de 2304 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 2305 (calc-finish-macro-edit): Remove.
227c9573
JB
2306 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
2307 (calc-edit-macro-command, calc-edit-macro-command-type)
2308 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
2309 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
2310 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
2311 (calc-edit-macro-finish-edit): New functions.
2312 (calc-user-define-edit): Use new functions to edit named calc macros.
2313
4c6af0f6
SM
23142005-01-01 Stefan <monnier@iro.umontreal.ca>
2315
2316 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
2317
2318 * ses.el (copy-region-as-kill): Deactivate mark.
2319
3f68d7c8
RS
23202005-01-01 Richard M. Stallman <rms@gnu.org>
2321
f42a241b
RS
2322 * replace.el (occur-1): If the output buffer is also an input,
2323 don't kill it, rename it.
2324
2325 * faces.el (set-face-background, set-face-foreground): Doc fix.
2326
3f68d7c8
RS
2327 * cus-face.el (custom-face-attributes): Fix :help-echo strings
2328 for :foreground and :background.
2329
3f68d7c8 2330 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 2331 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
2332 Delete the code to use it.
2333
41d0b092
KS
23342005-01-01 Kim F. Storm <storm@cua.dk>
2335
2336 * image.el (insert-sliced-image): Use t for line-height property.
2337
553fd77e
JB
23382004-12-31 Jay Belanger <belanger@truman.edu>
2339
2340 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
2341 for "var-" at the beginning of the minibuffer.
2342
1241e32d
RS
23432004-12-31 Richard M. Stallman <rms@gnu.org>
2344
1db7dd46
RS
2345 * faces.el (read-face-name):
2346 Don't treat an attribute spec as a list of faces.
2347
2348 * simple.el (undo): Use undo-equiv-table to detect
2349 unexpected changes since previous undo.
2350 (undo-list-saved): Variable deleted.
2351 (buffer-disable-undo): Don't alter undo-list-saved.
2352
1241e32d
RS
2353 * files.el (require-final-newline): Allow `visit' and `visit-save'.
2354 (mode-require-final-newline): New option.
2355 (after-find-file): Handle require-final-newline with new values.
2356 (basic-save-buffer): Handle new values of require-final-newline.
2357
2358 * progmodes/sh-script.el (sh-require-final-newline):
2359 Alist value now controls whether to use mode-require-final-newline.
2360 (sh-set-shell): Implement that new meaning.
2361
2362 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
2363 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
2364 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
2365 Delete old-Emacs compatibility code.
2366 (antlr-c-common-init): Function deleted.
41d0b092 2367
1241e32d
RS
2368 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
2369 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
2370 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
2371 * progmodes/python.el (python-mode): Use mode-require-final-newline.
2372 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
2373 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
2374 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
2375 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
2376 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
2377 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
2378 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
2379 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
2380 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
2381 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
2382 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
2383 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
2384
ebf0c615
JB
23852004-12-31 Jay Belanger <belanger@truman.edu>
2386
a10e1fb7
JB
2387 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
2388 way to return to Calc.
2389
2390 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
2391 finish, C-xk as the way to cancel the edit. Add cancel routine to
2392 kill-buffer-hook.
2393
ebf0c615
JB
2394 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
2395 MacEdit code.
2396
2397 * calc/calc-prog.el: Remove obsolete MacEdit code.
2398 (calc-macro-edit-algebraic, calc-macro-edit-variable)
2399 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
2400
e205f8c1
KH
24012004-12-31 Kenichi Handa <handa@m17n.org>
2402
2403 * international/mule.el (buffer-file-coding-system-explicit):
4c6af0f6
SM
2404 Rename for explicit-buffer-file-coding-system.
2405 (after-insert-file-set-coding): Adjust for the above change.
e205f8c1 2406
4c6af0f6
SM
2407 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
2408 to buffer-file-coding-system-explicit.
e205f8c1
KH
2409 (basic-save-buffer-1): Likewise.
2410
1241e32d
RS
24112004-12-30 Richard M. Stallman <rms@gnu.org>
2412
2413 * textmodes/artist.el (artist-butlast-fn): Var deleted.
2414 (artist-butlast, artist-last): Functions deleted.
2415 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
2416 (artist-compute-key-compl-table): Call remq directly.
2417 (artist-remove-nulls): Function deleted.
2418 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
2419 (artist-push, artist-pop): Macro deleted.
2420
24212004-12-30 Andreas Leue <al@sphenon.de>
2422
2423 * textmodes/artist.el (artist-version): 1.2.6
2424 (artist-prev-next-op-alist): New variable.
2425 (artist-select-next-op-in-list): New function.
2426 (artist-select-prev-op-in-list): New function.
2427 (artist-make-prev-next-op-alist): New function.
2428 (artist-is-in-op-list-p): New function.
2429 (artist-get-first-non-nil-op): New function.
2430 (artist-get-last-non-nil-op): New function.
2431 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4c6af0f6 2432 artist-prev-next-op-alist.
1241e32d 2433 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4c6af0f6 2434 change drawing operation.
1241e32d 2435
d918508e
LT
24362004-12-30 Luc Teirlinck <teirllm@auburn.edu>
2437
2438 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
2439
51b4073a
MY
24402004-12-31 Masatake YAMATO <jet@gyve.org>
2441
2442 * server.el (server-process-filter): Suppress `error', too.
2443
5196b999
JB
24442004-12-30 Jay Belanger <belanger@truman.edu>
2445
4c6af0f6
SM
2446 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
2447 Change the way a variable is displayed in a message.
5196b999 2448
0c753fd7
JB
2449 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
2450 (calc-user-define-permanent, calc-execute-kbd-macro):
2451 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
2452
c243063e
KH
24532004-12-30 Kenichi Handa <handa@m17n.org>
2454
4c6af0f6
SM
2455 * files.el (basic-save-buffer-1):
2456 Set explicit-buffer-file-coding-system to last-coding-system-used.
c243063e
KH
2457 (revert-buffer): Pay attention to
2458 explicit-buffer-file-coding-system (not buffer-file-coding-system)
2459 on bind coding-system-for-read.
2460
4c6af0f6
SM
2461 * international/mule.el (explicit-buffer-file-coding-system):
2462 New buffer local variable.
c243063e
KH
2463 (after-insert-file-set-coding): Set it to coding-system-for-read.
2464
9e559f9b
LT
24652004-12-29 Luc Teirlinck <teirllm@auburn.edu>
2466
2467 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
2468
456e761b
ST
24692004-12-29 Sanghyuk Suh <han9kin@mac.com>
2470
2471 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
2472 that include line numbers.
2473
c4cb00d0
RS
24742004-12-29 Milan Zamazal <pdm@zamazal.org>
2475
2476 * files.el (hack-local-variables): If no PREFIX, set it to "^".
2477 Redundant variable PREFIXLEN removed.
2478
24792004-12-28 Matt Hodges <MPHodges@member.fsf.org>
2480
2481 * eshell/em-hist.el (eshell-previous-matching-input):
2482 Start the deletion from the end of the output.
2483
30c92fab
ST
24842004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2485
2486 * term/mac-win.el: Require x-dnd.
4c6af0f6 2487 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
30c92fab 2488
f4b483aa
DK
24892004-12-29 David Kastrup <dak@gnu.org>
2490
4c6af0f6
SM
2491 * international/mule.el (decode-coding-inserted-region):
2492 Don't barf if `buffer-undo-list' is already set to `t'.
f4b483aa 2493
e15de347
JB
24942004-12-29 Jay Belanger <belanger@truman.edu>
2495
2496 * calc/calc-prog.el (calc-user-define-formula): Put default values
2497 for function names in prompts.
2498 (calc-user-define-permanent, calc-user-define-composition)
2499 (calc-user-define-formula): Remove the need for "calcFunc-" in the
2500 default input for algebraic functions.
2501
903d71fb
TTN
25022004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
2503
2504 * vc-rcs.el (vc-rcs-annotate-command):
2505 Fix omission bug: Call `vc-setup-buffer'.
2506
a28e0218
KH
25072004-12-29 Kenichi Handa <handa@m17n.org>
2508
2509 * international/mule.el (recode-region): New function.
2510
0d808a63
RS
25112004-12-28 Richard M. Stallman <rms@gnu.org>
2512
94ed0931
RS
2513 * simple.el (undo-extra-outer-limit): New variable.
2514 (undo-outer-limit-truncate): Test and set it.
2515
2516 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
2517 enables the feature to extend the existing region.
2518
2519 * simple.el (mark-word): New arg ALLOW-EXTEND
2520 enables the feature to extend the existing region.
2521
2522 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
2523 enables the feature to extend the existing region.
2524
2525 * startup.el (site-run-file): Don't allow setting it with Custom.
2526
0d808a63
RS
2527 * simple.el (buffer-disable-undo): Fix previous change.
2528
62490a3a
MY
25292004-12-27 Masatake YAMATO <jet@gyve.org>
2530
2531 * hexl.el (hexlify-buffer): Remove fontification here.
2532 Use font lock mechanism instead.
2533 (hexl-font-lock-keywords): New font lock kewords.
2534 (hexl-mode-old-font-lock-keywords): New variable.
2535 (hexl-mode): Store the old font lock keywords.
2536 (hexl-mode-exit): Restore the old font lock keywords.
2537
e8298998
RS
25382004-12-27 Richard M. Stallman <rms@gnu.org>
2539
2540 * simple.el (undo): Fix previous change.
2541
74e2abe2
ST
25422004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2543
2544 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
4c6af0f6
SM
2545 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
2546 Call x-open-connection on Mac OS X.
74e2abe2 2547
56011a8c
RS
25482004-12-27 Richard M. Stallman <rms@gnu.org>
2549
e8298998
RS
2550 * files.el (buffer-save-without-query): New var (buffer-local).
2551 (save-some-buffers): Save those buffers first, w/o asking.
2552
2553 * files.el (insert-directory-ls-version): New variable.
2554 (insert-directory): When ls returns an error, test the version
2555 number to decide what the return code means.
2556 With --dired output format, detect and distinguish lines
2557 that are really error messages.
2558 (insert-directory-adj-pos): New function.
a2c7e69a 2559
56011a8c
RS
2560 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
2561
2562 * battery.el (battery-mode-line-format): Remove initial spaces.
2563
2564 * uniquify.el (uniquify-rationalize-file-buffer-names):
2565 Delete interactive spec.
2566
2567 * type-break.el (type-break-mode): Set buffer-save-without-query.
2568 Remove code that tried to set save-some-buffers-always.
2569 (type-break-file-keystroke-count): Bind deactivate-mark.
2570
2571 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
2572
2573 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
2574 Test that the buffer is live, and maybe reject current buffer too.
2575 Clarify.
2576 (next-error-find-buffer): Rewrite for clarity.
2577
2578 * loadup.el: Don't use buffer-disable-undo; do it directly.
2579
2580 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
2581 (describe-variable): Call symbol-file with `defvar'.
2582
2583 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
2584 (symbol-file): Rewritten to handle new load-history format.
2585 Now takes an arg TYPE to specify looking for a particular
2586 type of definition only.
2587
a2c7e69a 2588 * emacs-lisp/debug.el (debugger-make-xrefs):
56011a8c
RS
2589 Call symbol-file with `defun'.
2590
a2c7e69a 2591 * emacs-lisp/find-func.el (find-function-noselect):
56011a8c
RS
2592 Call symbol-file with `defun'.
2593 (find-variable-noselect): Call symbol-file with `defvar'.
2594
a2c7e69a 2595 * eshell/esh-cmd.el (eshell-find-alias-function):
56011a8c
RS
2596 Call symbol-file with `defun'.
2597
2598 * eshell/esh-test.el (eshell-test-goto-func):
2599 Call symbol-file with `defun'.
2600
2601 * mail/rmail.el (rmail-resend):
2602 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
2603
2604 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
2605
2606 * progmodes/compile.el (compilation-find-buffer): Rename arg.
2607
2608 * textmodes/texinfmt.el (texinfo-format-buffer-1):
2609 Call buffer-disable-undo.
2610
2611 * simple.el (undo-list-saved): New variable (buffer-local).
2612 (undo): Set and test it.
4c6af0f6 2613 (buffer-disable-undo): Move here from buffer.c.
e8298998 2614 Clear out undo-list-saved.
a2c7e69a
KS
2615
2616 * international/mule.el (decode-coding-inserted-region):
56011a8c
RS
2617 Set buffer-undo-list in a correct and optimal way.
2618
2619 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
2620 (cperl-font-lock-unfontify-region-function): No need to save and
2621 restore info, since font-lock.el does it for us.
a2c7e69a 2622
56011a8c
RS
2623 * ansi-color.el (save-buffer-state): Definition deleted.
2624 (ansi-color-unfontify-region): Don't use save-buffer-state.
2625
26262004-12-27 Dave Love <fx@gnu.org>
2627
2628 * wid-edit.el (function): Use restricted-sexp as parent.
2629
26302004-12-27 Kevin Ryde <user42@zip.com.au>
2631
a2c7e69a 2632 * simple.el (next-matching-history-element): Use same
56011a8c
RS
2633 `interactive' form as previous-matching-history-element.
2634
a2c7e69a 2635 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
4c6af0f6 2636 it can appear unencoded and has been seen from yahoo.
56011a8c 2637
75ed162d 26382004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8ffc3990
SJ
2639
2640 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1a63439b 2641 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8ffc3990 2642
e314a6e4
KH
26432004-12-27 Kenichi Handa <handa@m17n.org>
2644
4c6af0f6
SM
2645 * international/utf-8.el (utf-translate-cjk-load-tables):
2646 Bind coding-system-for-read to nil while loading subst-*.
e314a6e4 2647
82141d51
JB
26482004-12-26 Jay Belanger <belanger@truman.edu>
2649
2650 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
2651 default input.
2652
d8b7bc9b
LT
26532004-12-26 Luc Teirlinck <teirllm@auburn.edu>
2654
2655 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
2656 before reverting and disable undo recording while reverting.
2657
dfdc1af2
TTN
26582004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
2659
2660 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
2661 (hs-make-overlay): New function.
2662 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
2663 (hs-flag-region): Delete function.
2664 (hs-hide-comment-region): No longer use `hs-flag-region'.
2665 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
2666 (hs-hide-block-at-point): Likewise.
2667 (hs-hide-level-recursive): Use `hs-discard-overlays'.
2668 (hs-hide-all, hs-show-all): Likewise.
2669 (hs-show-block): Likewise.
2670 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2671
70d16390
TTN
26722004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2673
2674 * progmodes/hideshow.el: Require `cl' when compiling.
2675 Remove XEmacs and Emacs 19 compatibility.
2676 Use `dolist' and `add-to-list' for load-time actions.
2677 (hs-discard-overlays): Use `dolist'.
2678 (hs-show-block): Likewise.
2679
11c2175c
DN
26802004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2681
2682 * faces.el (mode-line, mode-line-inactive): Use min-colors.
2683
aa7d6700
TTN
26842004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
2685
2686 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
2687 When extending backwards, move outside the current comment first.
2688
7a0ea9e3
KH
26892004-12-22 Kenichi Handa <handa@m17n.org>
2690
2691 * international/quail.el (quail-start-translation): Fix prompt
2692 string for the case if input-method-use-echo-area being non-nil.
2693 (quail-start-conversion): Likewise.
2694 (quail-show-guidance): Don't show guidance if
2695 input-method-use-echo-area is non-nil.
2696
56351784
RS
26972004-12-21 Richard M. Stallman <rms@gnu.org>
2698
2699 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
2700
a74deabc
GM
27012004-12-21 Markus Rost <rost@ias.edu>
2702
4c6af0f6
SM
2703 * calendar/diary-lib.el (mark-diary-entries):
2704 Set mark-diary-entries-in-calendar only after checking for diary-file.
a74deabc 2705
fda2922a
RS
27062004-12-21 Richard M. Stallman <rms@gnu.org>
2707
2708 * faces.el (escape-glyph): Use blue against light foreground.
2709
2710 * simple.el (undo-outer-limit-truncate): New function.
2711 (undo-outer-limit-function): Use undo-outer-limit-truncate.
2712
27132004-12-21 Eli Barzilay <eli@barzilay.org>
aa7d6700 2714
fda2922a
RS
2715 * calculator.el: (calculator-radix-grouping-mode)
2716 (calculator-radix-grouping-digits)
2717 (calculator-radix-grouping-separator):
2718 New defcustoms for the new radix grouping mode functionality.
56011a8c
RS
2719 (calculator-mode-hook): Now used in electric mode too,
2720 (calculator): Call it.
fda2922a
RS
2721 (calculator-mode-map): Some new keys.
2722 (calculator-message): New function. Some new calls.
56011a8c
RS
2723 (calculator-op, calculator-set-register): Use it.
2724 (calculator-string-to-number): New function, mostly moved and
2725 updated code from calculator-curnum-value.
fda2922a 2726 (calculator-curnum-value): Use it.
4c6af0f6 2727 (calculator-paste): Use it, and update grabbing the current-kill.
56011a8c
RS
2728 (calculator-rotate-displayer)
2729 (calculator-rotate-displayer-back): Toggle digit grouping when
2730 in radix mode, use calculator-message.
4c6af0f6
SM
2731 (calculator-displayer-prev, calculator-displayer-next):
2732 Change digit group size when in radix mode.
2733 (calculator-number-to-string): Rename from
56011a8c
RS
2734 calculator-num-to-string. Now deals with digit grouping in
2735 radix mode.
4c6af0f6 2736 (calculator-update-display, calculator-put-value): Use the new name.
56011a8c
RS
2737 (calculator-fact): Return a floating point number.
2738 (calculator-mode): Doc fix.
fda2922a 2739
8f449c3a
GM
27402004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
2741
2742 * calendar/calendar.el (view-other-diary-entries): Add autoload.
4c6af0f6
SM
2743 * calendar/diary-lib.el (view-other-diary-entries):
2744 Use current-prefix-arg in interactive spec.
8f449c3a 2745
9ee7410d
JB
27462004-12-19 Jay Belanger <belanger@truman.edu>
2747
2748 * calc/calc-aent.el (calcAlg-blank-matching-open):
4c6af0f6 2749 Temporarily adjust the syntax of both delimiters of half-open intervals.
9ee7410d 2750
4edf8c04
KS
27512004-12-19 Kim F. Storm <storm@cua.dk>
2752
2753 * mouse.el (mouse-1-click-follows-link): Doc fix.
2754
fbe6152f
ST
27552004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2756
2757 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2758 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
2759 instead of centraleuropean as the name
2760
c08e6004
MA
27612004-12-17 Michael Albinus <michael.albinus@gmx.de>
2762
2763 Sync with Tramp 2.0.46.
2764
2765 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
2766 parameters wrt Tramp convention.
2767 (tramp-handle-file-attributes-with-perl)
2768 (tramp-handle-directory-files-and-attributes): Apply it.
2769 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
2770 `copy-program'. Reported by Zack Weinberg
2771 <zack@codesourcery.com>.
2772 (top): Set `edebug-form-spec' property directly rather than
2773 calling `def-edebug-spec'.
2774
2775 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
2776 advice less fragile. Surround temporary redefinition of
2777 `substitute-in-file-name' with `unwind-protect'. Suggested by
2778 Matt Hodges <MPHodges@member.fsf.org>.
2779
2c13e47b
JL
27802004-12-17 Juri Linkov <juri@jurta.org>
2781
2782 * replace.el (occur-accumulate-lines, occur-engine):
2783 Make forcing deferred font-lock fontification jit-specific.
2784
c44edf72
KS
27852004-12-17 Kim F. Storm <storm@cua.dk>
2786
2787 * mouse.el (mouse-1-click-follows-link): New defcustom.
2788 (mouse-on-link-p): New function.
2789 (mouse-drag-region-1): Implement mouse-1-click-follows-link
2790 functionality. Map a mouse-1 click event into a mouse-2 (or
2791 other) event when position is inside a link.
2792
2793 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
2794 prefix in tooltip text with "mouse-1" when this is a link
2795 recognized by mouse-1-click-follows-link functionality.
2796
2797 * help.el (describe-key): Report effective and original binding
2798 for mouse-1 when clicked on a link.
2799 (describe-mode): Add follow-link property to "minor-mode" button.
2800
2801 * help-fns.el (describe-variable): Add follow-link property to
2802 "below" button.
2803
2804 * help-mode.el (help-xref): Add follow-link property.
2805
2806 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
2807 (apropos-command, apropos-variable, apropos-face, apropos-group)
2808 (apropos-widget, apropos-plist): Add follow-link property.
2809
2810 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
2811 checks if position is in a filename, rather than some other
2812 clickable item. Function looks for cvs-filename-face at position.
2813
2814 * wid-edit.el (widget-specify-field, widget-specify-button):
2815 Map a :follow-link keyword into a follow-link property.
2816 (link): Add :follow-link keyword, map to RET binding.
2817
2818 * dired.el (dired-mode-map): Map follow-link to mouse-face.
2819
2820 * progmodes/compile.el (compilation-minor-mode-map)
2821 (compilation-button-map, compilation-mode-map): Likewise.
2822
e3fa1c11
TTN
28232004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
2824
2825 * play/zone.el (zone): Init `line-spacing' from orig buffer.
2826 (zone-replace-char): Take `count' and `del-count'
2827 instead of `direction'. Update callers. When `del-count' is
2828 non-nil, delete that many characters, otherwise `count' characters
2829 backwards. Insert the newly-replaced string `count' times.
2830 (zone-fret): Handle chars w/ width greater than one.
2831 (zone-fall-through-ws): No longer take window width `ww'.
2832 Update callers. Add handling for `char-width' greater than one.
2833 (zone-pgm-drip): Update var holding window-end position every cycle.
2834
a2961378
AS
28352004-12-17 Andre Spiegel <spiegel@gnu.org>
2836
2837 * vc.el (vc-default-update-changelog): Use insert-file-contents,
2838 rather than insert-file.
2839
0e0803f7
JB
28402004-12-16 Jay Belanger <belanger@truman.edu>
2841
2842 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
2843 (math-init-random-base, math-random-digit): Check to see if
2844 var-RandSeed is bound.
2845 (math-random-last): Declare it.
2846 (math-random-digit): Don't make math-random-last local.
2847
8b000fc3
TTN
28482004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
2849
2850 * play/zone.el (zone): Fix omission bug: Use a self-disabling
2851 one-shot thunk for uniform (error, quit, normal) recovery.
2852 Reported by John Paul Wallington.
2853 (zone-pgm-random-life): Fix bug:
2854 Recognize empty initial field by lack of "@" chars.
2855
f1f007dc
JL
28562004-12-16 Juri Linkov <juri@jurta.org>
2857
2858 * help.el (function-called-at-point):
4c6af0f6 2859 * help-fns.el (variable-at-point): As a last resort try stripping
f1f007dc
JL
2860 non-word prefixes and suffixes.
2861
2862 * descr-text.el (describe-property-list): Don't treat syntax-table
2863 specially. Use describe-text-sexp which inserts [show] button
2864 for large objects and handles printing errors. Sort properties
2865 by names in alphabetical order instead of by value sizes.
2866 Add `mouse-face' to list of properties for `describe-face' widget.
2867 (describe-char): Mask out face-id from 19 bits of character.
2868 Print face-id separately.
2869
2870 * replace.el (occur-accumulate-lines, occur-engine):
2871 Fontify unfontified matching lines in the source buffer
2872 before copying them.
2873 (occur-engine): Don't put mouse-face on context lines.
2874 (occur-next-error): Set point to line beginning/end
2875 before searching for prev/next property to skip multiple
2876 matches on a line (not supported by occur engine).
2877 Remove redundant prefix-numeric-value.
2878
8270a848
JL
28792004-12-15 Juri Linkov <juri@jurta.org>
2880
2881 * replace.el (match): New face.
2882 (list-matching-lines-face): Change default from `bold' to `match'.
2883
2884 * progmodes/grep.el (grep-match-face): New defvar.
2885 (grep-mode-font-lock-keywords): Use grep-match-face instead of
2886 compilation-column-face to highlight grep matches.
2887
2888 * apropos.el (apropos-match-face): Change default from
2889 `secondary-selection' to `match'.
2890
2891 * info-look.el (info-lookup-highlight-face): Change default from
2892 `highlight' to `match'.
2893
78f617dd
DP
28942004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
2895
2896 * progmodes/executable.el (executable-interpret): Eliminate
2897 obsolete compile-internal, and switch to comint for interaction.
2898
b66d0e6b
S
28992004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
2900
2901 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
2902 `&&' when skipping multiple statements on a line.
2903
6f5546a9
TTN
29042004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
2905
2906 * play/zone.el (zone): Set `truncate-lines'.
2907 Also, init `tab-width' with value from original buffer.
2908 (zone-shift-up): Rewrite for speed.
2909 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
2910 (zone-pgm-jitter): Remove redundant entries from ops vector.
2911 (zone-exploding-remove): Reduce iteration count.
2912 (zone-cpos): Convert to defsubst.
2913 (zone-replace-char): New defsubst.
2914 (zone-park/sit-for): Likewise.
2915 (zone-fret): Take window-start arg.
2916 Update callers. Use `zone-park/sit-for'.
2917 (zone-fill-out-screen): Rewrite.
2918 (zone-fall-through-ws): Likewise. Update callers.
2919 (zone-pgm-drip): Use `zone-replace-char'.
2920 Move var inits before while-loop. Use `zone-park/sit-for'.
2921 (zone-pgm-random-life): Handle empty initial field.
2922 Use `zone-replace-char' and `zone-park/sit-for'.
2923
a31a30b5
JL
29242004-12-15 Juri Linkov <juri@jurta.org>
2925
2926 * isearch.el (isearch-update): Test isearch-lazy-highlight
2927 before calling isearch-lazy-highlight-new-loop.
2928 (isearch-lazy-highlight-new-loop):
2929 Don't test isearch-lazy-highlight.
2930
2931 * replace.el (perform-replace): Add isearch-case-fold-search.
2932 Use delimited-flag for isearch-regexp.
2933 Reset isearch-lazy-highlight-last-string to force lazy
2934 highlighting when called from isearch mode.
2935 (query-replace-highlight): Revert defcustom type to boolean.
2936 (query-replace-lazy-highlight): New defcustom.
2937 (query-replace): New face.
2938 (perform-replace, replace-highlight, replace-dehighlight):
2939 Test query-replace-lazy-highlight instead of special value
2940 `isearch' of query-replace-highlight.
2941 (replace-dehighlight): Don't call isearch-dehighlight.
2942 (replace-highlight): Don't call isearch-highlight.
2943 Use face `query-replace' unconditionally.
2944
5b631efc
KS
29452004-12-14 Kim F. Storm <storm@cua.dk>
2946
2947 * simple.el (inhibit-mark-movement): Remove defvar.
2948 (beginning-of-buffer, end-of-buffer): Don't use it.
2949
4c6af0f6
SM
2950 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2951 Don't use inhibit-mark-movement.
5b631efc
KS
2952
2953 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
2954 (cua--undo-push-mark): Remove.
4c6af0f6
SM
2955 (cua--pre-command-handler, cua--post-command-handler):
2956 Don't fiddle with inhibit-mark-movement.
5b631efc 2957
a0e4e275
JL
29582004-12-14 Juri Linkov <juri@jurta.org>
2959
2960 * buff-menu.el (list-buffers-noselect): Collect internal info
2961 for every buffer in BUFFER-LIST arg too.
2962 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
2963 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
2964 Bind same-window-buffer-names and same-window-regexps to nil.
2965
37d8fcc2
JL
29662004-12-13 Juri Linkov <juri@jurta.org>
2967
4c6af0f6 2968 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
37d8fcc2
JL
2969
2970 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
2971 (sc-cite-region, sc-uncite-region, sc-recite-region):
2972 Fix previous change to handle not alist as a symbol, but
2973 a citation frame as a symbol that represents a variable name.
2974
d9c1ce9d
RS
29752004-12-13 Richard M. Stallman <rms@gnu.org>
2976
2977 * filecache.el (file-cache-add-directory-using-find):
2978 Only set up file-cache-find-command-posix-flag if we will use it.
2979
37d8fcc2 2980 * bindings.el (mode-line-buffer-identification-keymap):
d9c1ce9d
RS
2981 Don't cancel the mode-line's usual down-mouse-1 binding.
2982
2983 * cus-edit.el (custom-face-selected): Handle `default' specs.
2984 (custom-face-edit): Increase extra-offset.
2985 (custom-display): Handle `default' specs.
2986
2987 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
2988
2989 * emacs-lisp/elint.el (elint-standard-variables)
2990 (elint-unknown-builtin-args): Move definitions up.
2991
2992 * net/browse-url.el (browse-url-url-at-point): Add autoload.
2993
2994 * info.el (info-xref-visited): Use `default' instead of t.
2995 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
2996
2997 * faces.el (header-line, mode-line-inactive, tool-bar):
2998 Use `default' instead of t for setting the defaults.
2999 (face-spec-choose): Separate `t' from `default'.
3000
3001 * subr.el (while-no-input): New macro.
3002
30032004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
3004
3005 * filecache.el (file-cache-add-directory-using-find):
3006 Only test file-cache-find-command-posix-flag on some systems.
3007
17a5a301
SM
30082004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
3011 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
3012 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
3013 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
3014 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
3015
3f11c6df
JL
30162004-12-12 Juri Linkov <juri@jurta.org>
3017
3018 * files.el (find-file-other-window, find-file-other-frame):
3019 Add the first buffer to the returned value to return the complete
3020 list of all visited buffers.
3021 (find-file-read-only, find-file-read-only-other-window)
3022 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
3023 `find-file-read-args'. Signal an error about non-existent file
3024 only if file name doesn't contain wildcards. Toggle read-only in
3025 all visited buffers.
3026 (find-alternate-file, find-alternate-file-other-window):
3027 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
3028 called interactively. Pass arg `wildcards' to other functions.
3029 (find-file-noselect): Doc fix.
3030
3031 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
3032 Doc fix.
3033 (ffap-directory-finder): New variable.
3034 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
3035 (ffap-file-at-point): Add /* to immediately rejected names.
3036 Return absolute file names matching ffap-dired-wildcards.
3037 (ffap-read-file-or-url): Set default value for `completing-read'
3038 to `buffer-file-name'.
3039 (find-file-at-point): When filename matches ffap-dired-wildcards,
3040 call ffap-file-finder with t arg `wildcards', instead of dired.
3041 (ffap-other-window, ffap-other-frame): Return visited buffers.
3042 (ffap-read-only, ffap-read-only-other-window)
3043 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
3044 (dired-at-point): Call ffap-directory-finder instead of dired.
3045 (ffap-dired-other-window, ffap-dired-other-frame)
3046 (ffap-list-directory): New commands.
3047 (ffap-bindings): New keybindings for new commands.
3048
6a2067b2
JL
30492004-12-12 Juri Linkov <juri@jurta.org>
3050
3051 * simple.el (beginning-of-buffer, end-of-buffer):
3052 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3053 Do not push mark when mark is active in transient-mark-mode.
3054
3055 * simple.el (mark-word):
3056 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
3057 * textmodes/paragraphs.el (mark-paragraph):
3058 Extend the region when mark is active in transient-mark-mode,
3059 regardless of the last command. Doc fix.
3060
3061 * simple.el (mark-word): Preserve direction when repeating.
3062 Make arg optional. Interactive "p" -> "P".
3063 (transient-mark-mode, inhibit-mark-movement): Doc fix.
3064
3065 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
3066 preserving direction, to mark forward instead of backward when mark
3067 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
3068
35d59c0f
JL
30692004-12-12 Juri Linkov <juri@jurta.org>
3070
3071 * isearch.el (isearch-edit-string): Set 7th arg of
3072 `read-from-minibuffer' to `t' to inherit the current input
3073 method (whose name is indicated by [IM] in the minibuffer prompt)
3074 from the current buffer to the minibuffer.
3075 (isearch-lazy-highlight-update): Put body to `with-local-quit'
3076 to allow C-g quitting for lazy highlighting looping inside the
3077 search with nested repetition operators. Add overlay to the list
3078 before setting its face and other properties to avoid the case of
3079 code quitting after placing the new overlay but before it's
3080 recorded on the list. Select the window where isearch was
3081 activated, to highlight matches in the right window when isearch
3082 switches the current window to the minibuffer.
3083
3084 * international/isearch-x.el
3085 (isearch-process-search-multibyte-characters):
3086 Use `isearch-message' as initial input for `read-string' instead
3087 of adding it to the minibuffer prompt. After reading a string
3088 remove the initial value of `isearch-message' from the string.
3089
3090 * replace.el (replace-match-maybe-edit): Doc fix.
3091 (perform-replace): Don't call `replace-highlight' when automatic
3092 replacement is requested in literal mode, since it is intended
3093 only to highlight words during entering a new replacement string
3094 for \? in non-literal mode.
3095
3096 * replace.el (query-replace-highlight): Add new value `isearch'
3097 that allows query replacement to use isearch highlighting.
3098 Change type from `boolean' to `choice'. Doc fix.
3099 (replace-highlight, replace-dehighlight, perform-replace):
3100 Use isearch highlighting if query-replace-highlight eq `isearch'.
3101
6f8ffb88
SM
31022004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3105 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
3106
3107 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
3108 case of \end{verbatim}.
3109
d56bb1ab
DN
31102004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3111
3112 * term.el (term-termcap-format): Synchronyze with terminfo.
3113 (term-emulate-terminal): Handle reset.
3114 (term-reset-terminal): New function.
3115
0ccb50fc
TTN
31162004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
3117
3118 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
3119 (zone-fill-out-screen): New func.
3120 (zone-pgm-drip): Use `zone-fill-out-screen'.
3121 Also, no longer go to point-min on every cycle.
3122 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
3123 (zone-pgm-random-life-wait): New user var.
3124 (zone-pgm-random-life): New func.
3125
00daa381
TTN
31262004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
3127
3128 * files.el (auto-mode-alist): Map .com to DCL mode.
3129
ec06d344
RS
31302004-12-09 Richard M. Stallman <rms@gnu.org>
3131
3132 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
3133
ae09da48 31342004-12-09 Nick Roberts <nickrob@snap.net.nz>
06cc57db
NR
3135
3136 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
3137 buffer with a display margin.
3138
a9e0384f
JB
31392004-12-08 Jay Belanger <belanger@truman.edu>
3140
3141 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
3142 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
3143
cc1caa4e
RS
31442004-12-08 Richard M. Stallman <rms@gnu.org>
3145
3146 * faces.el: Delete code to set display table.
3147 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
3148
3073399b
JB
31492004-12-08 Jay Belanger <belanger@truman.edu>
3150
3151 * calc/calc.el: Add math-read-preprocess-string to autoloads.
3152
3153 * calc/calc-ext.el (math-read-replacement-list)
3154 (math-read-superscripts, math-read-preprocess-string): Move to
3155 calc-aent.el.
3156
3157 * calc/calc-aent.el (math-read-replacement-list)
3158 (math-read-superscripts, math-read-preprocess-string): Move from
3159 calc-ext.el.
3160
be02a7ed
SM
31612004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * isearch.el (isearch-quote-char): Fix up typo in last change.
3164
5a27c5d8
LT
31652004-12-07 Luc Teirlinck <teirllm@auburn.edu>
3166
3167 * mouse.el (mouse-set-font): Handle the case where the command was
3168 not invoked using the mouse.
3169
3170 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
3171 (edmacro-finish-edit): Further update for keyboard macros that are
3172 lambda forms.
ae09da48 3173 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
5a27c5d8 3174
ae09da48 31752004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
d3a403e5
SM
3176
3177 * font-lock.el (font-lock-unfontify-region): Save buffer state.
be02a7ed 3178 (font-lock-default-unfontify-region): Don't save buffer state any more.
d3a403e5 3179
33c886d0
JB
31802004-12-07 Jay Belanger <belanger@truman.edu>
3181
d3a403e5 3182 * calc/calc-help.el (calc-describe-key):
33c886d0
JB
3183 Set calc-summary-indentation even when Calc Summary buffer exists.
3184
c9ba50dd
GM
31852004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
3186
3187 * calendar/holidays.el (holiday-easter-etc): Make arguments
1615f2a3 3188 optional for backwards compatibility. Doc fix.
d3a403e5 3189 Remove un-necessary local vars mandatory, output-list.
94f1c41a 3190 (holiday-advent): Make arguments optional for backwards
1615f2a3 3191 compatibility. Doc fix.
c9ba50dd 3192
22864a48
SM
31932004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3194
96bda29d
SM
3195 * paren.el (show-paren-function): Fix last change (2004-12-02).
3196
3197 * international/mule-util.el (char-displayable-p): Return nil for
3198 unibyte mode.
3199
22864a48
SM
3200 * subr.el (subregexp-context-p): New function.
3201
3202 * isearch.el (isearch-quote-char): Use it.
3203
3204 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
3205 (regexp-opt-not-groupie*-re): Remove.
3206 (regexp-opt): Properly handle inputs with duplicate entries.
3207
39ebd5dd
RS
32082004-12-06 Richard M. Stallman <rms@gnu.org>
3209
1bc897ca
RS
3210 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
3211
3212 * cus-edit.el (custom-file): Doc fix.
3213
39ebd5dd
RS
3214 * textmodes/org.el: New file.
3215
952cb084
KH
32162004-12-06 Kenichi Handa <handa@m17n.org>
3217
3218 * ldefs-boot.el: Update international/mule-util.el section.
3219
c95e9af3
SS
32202004-12-05 Sam Steingold <sds@gnu.org>
3221
22864a48 3222 * net/tramp.el (tramp-handle-file-accessible-directory-p):
d3a403e5 3223 Fix `tramp-time-diff' comparison logic.
c95e9af3 3224
911aa049
TTN
32252004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
3226
22864a48
SM
3227 * progmodes/which-func.el (which-function):
3228 Use `run-hook-with-args-until-success' instead of a custom loop.
911aa049
TTN
3229 Fixes bug with local hooks.
3230
d10e87a2
SM
32312004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3232
3233 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
3234 Use delete-dups when calculating the initial value.
3235 (bibtex-autokey-get-title): Use <=.
3236 (bibtex-goto-line): New function.
3237 (bibtex-reposition-window): Use line numbers instead of point
3238 positions. Use window-body-height.
3239 (bibtex-find-crossref): Use bibtex-reposition-window.
3240 (bibtex-find-entry): Use bibtex-reposition-window. Always return
3241 position of entry if key is found or nil if not found.
3242
32a6e6fc
RS
32432004-12-05 Richard M. Stallman <rms@gnu.org>
3244
3245 * cus-edit.el (custom-file): Doc fix.
3246
3247 * progmodes/sh-script.el (sh-indent-for-then): Change default.
3248
96bda29d
SM
32492004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * simple.el (blink-matching-open):
3252 * textmodes/tex-mode.el (tex-validate-region):
3253 Obey syntax-table text properties.
3254
32a6e6fc
RS
32552004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
3256
3257 * wid-edit.el (widget-specify-field): Add `real-field' property to
44240c37 3258 boundary.
32a6e6fc
RS
3259 (widget-field-at): Use it.
3260
ab67e8b6
RS
32612004-12-02 Richard M. Stallman <rms@gnu.org>
3262
f6101ac9
RS
3263 * progmodes/cc-mode.el (awk-mode autoload):
3264 Supply t meaning interactive function.
3265
ab67e8b6
RS
3266 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
3267 (isearch-mode-map): No special definition for space.
3268 (isearch-whitespace-chars): Command deleted.
3269 (isearch-forward-regexp): Doc fix.
3270 (isearch-quote-char): When a space is not inside brackets,
3271 use `[ ]' instead of just space.
3272 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
3273
3274 * imenu.el (imenu--generic-function): Delete code to exclude
3275 matches in comments.
3276
3277 * man.el (Man-reverse-face): Change default to `highlight'.
3278
3279 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
3280 (occur-engine): Use `face' prop rather than `font-lock-face'
3281 when specifying use of `match-face'.
3282 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
3283
3284 * emacs-lisp/elint.el (elint-standard-variables): Update list.
3285
3286 * add-log.el (add-log-current-defun): Handle the case where point
3287 is in the header part of a DEFUN construct.
3288
32892004-12-02 Dave Love <fx@gnu.org>
3290
3291 * progmodes/python.el (python-font-lock-syntactic-keywords):
3292 Fix previous change.
3293
32942004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
3295
3296 * paren.el (show-paren-function): Check for matching chars
3297 specified by text props.
3298
7e1637c2
JB
32992004-12-02 Jay Belanger <belanger@truman.edu>
3300
3301 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
3302 when reading a new key sequence.
3303
03f01237
KS
33042004-12-02 Kim F. Storm <storm@cua.dk>
3305
3306 * faces.el (escape-glyph): Rename from glyph.
3307 (standard-display-table): Set it here. Add escape-glyph face to
3308 extra slot characters.
3309
3310 * disp-table.el: Undo 2004-12-01 change. Display table is now
3311 setup in faces.el.
3312
21c05941
MH
33132004-12-02 Mark A. Hershberger <mah@everybody.org>
3314
3315 * xml.el (xml-parse-dtd): Don't show validity messages when
3316 xml-validating-parser is nil.
3317 (xml-substitute-special): Fix validity error messages to
3318 actually show the unexpandable entity. Added validity error if &
3319 isn't followed by an entity.
96bda29d 3320 (xml-parse-tag): Concatenate any string following the a
21c05941 3321 <![CDATA[]]> section to the parsed CDATA.
63b446bc
MH
3322 (xml-parse-dtd): Skip parameter entity declarations and use of
3323 parameter entities.
21c05941 3324
8b744bb8
LT
33252004-12-01 Luc Teirlinck <teirllm@auburn.edu>
3326
3327 * kmacro.el (kmacro-default-counter-format): New var.
3328 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
3329 (kmacro-display): Remove `nil' from `and' form. Delete call to
3330 `format' inside `message'.
3331 (kmacro-start-macro): Use `kmacro-default-counter-format'.
3332
31982e1f
SM
33332004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * pcvs.el (cvs-header-msg): New function.
3336 (cvs-update-header): Use it. Change calling convention.
3337 Correctly handle the case of having simultaneous active processes.
3338 (cvs-sentinel): Don't call cvs-update-header any more.
3339 (cvs-mode-run): Update call and add cvs-update-header to postproc.
3340
d5639b35
JB
33412004-12-01 Jay Belanger <belanger@truman.edu>
3342
3343 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
3344 Change message.
3345
957ea28a
JL
33462004-12-01 Juri Linkov <juri@jurta.org>
3347
3348 * progmodes/prolog.el (prolog-mode-variables):
3349 Fix imenu-generic-expression.
3350
fb568b49
DP
33512004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
3352
3353 * faces.el (glyph): New face.
3354
3355 * disp-table.el: Add an autoloaded table, that doesn't require
3356 this library, with glyph face.
3357
3358 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
3359 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
3360 (conf-quote-normal): Allow normalizing only ' or ".
3361 (conf-mode): Regexp-quote constructed comment-start and don't
3362 match section {} where "name" contains braces.
3363
3364 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
3365 files.
3366
2d5cd4e6
KH
33672004-12-01 Kenichi Handa <handa@m17n.org>
3368
3369 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
3370 (x-select-text): Don't treat eight-bit-control/graphic chars
3371 specially. Store the encoded text in the X cut buffer.
3372 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
3373 with x-last-selected-text-cut-encoded.
3374
31982e1f
SM
33752004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
3378
034a48f4
MR
33792004-11-30 Markus Rost <rost@ias.edu>
3380
3381 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
3382 AUCTeX.
3383
9dbee55e
JB
33842004-11-30 Jay Belanger <belanger@truman.edu>
3385
83a2a07a
JB
3386 * calc/calc-arith.el (math-possible-signs): Made stronger checks
3387 on signs of intervals.
3388 (math-pow-of-zero): Strengthen checks for positive and negative
3389 exponents.
3390
9dbee55e
JB
3391 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
3392 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
3393 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
3394 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
3395 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
3396 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
3397 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
3398 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
3399 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
3400 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
3401 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
3402 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
3403 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
3404 with provide statements.
3405
3406 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
3407
3408 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
3409
3410 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
3411 (calc-load-everything, math-defsimplify): Replace dummy autoloading
3412 functions by require statements.
3413 (math-defsimplify): Move to calc-alg.el, add to autoloads.
3414
3415 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3416 (calc-gnuplot-print): Give them values.
3417
3418 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
3419 autoloads.
3420 Add calc-do-embedded-activate to autoloads.
3421 (calc-gnuplot-name, calc-gnuplot-plot-command)
3422 (calc-gnuplot-print-command): Move them to calc-graph.el.
3423
f084eeb9
ST
34242004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3425
3426 * term/mac-win.el (ccl-encode-mac-roman-font)
3427 (ccl-encode-mac-cyrillic-font)
3428 (ccl-encode-mac-centraleuropean-font, encoder-list)
3429 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
3430 Support Cyrillic, CentralEuropean, and Dingbat font display
3431
26c14a95
AS
34322004-11-30 Andre Spiegel <spiegel@gnu.org>
3433
31982e1f 3434 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
26c14a95
AS
3435
3436 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
3437 still nil.
3438
d55f9265
LT
34392004-11-29 Luc Teirlinck <teirllm@auburn.edu>
3440
3441 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
3442 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
3443
d0132055
JB
34442004-11-29 Jay Belanger <belanger@truman.edu>
3445
3446 * calc/calc-arith.el (math-pow-of-zero): Take into account different
3447 cases of the base and exponent.
3448
5f9e0ca5
TZ
34492004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
3450
fc368889
KS
3451 * simple.el (next-error-buffer-p): Allow for inclusive and
3452 exclusive tests for finding a buffer.
3453 (next-error-find-buffer): Pass the exclusive and inclusive tests
3454 to next-error-buffer-p.
3455
3456 * replace.el (occur-next-error): Switch to the Occur buffer when
3457 appropriate, use the exclusive filter to next-error-find-buffer to
3458 do it. Use the absolute value of the motion amount.
5f9e0ca5 3459
a778cf63
KH
34602004-11-29 Kenichi Handa <handa@m17n.org>
3461
25a0994a 3462 * startup.el (command-line): Decode all default-directory by
a778cf63
KH
3463 locale-coding-system.
3464
21e6ab43
JB
34652004-11-29 Jay Belanger <belanger@truman.edu>
3466
3467 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
3468 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
3469 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
3470 Replace calls to calc-extensions by appropriate require, replace
3471 calc-extensions-loaded by appropriate featurep.
3472
3473 * calc/calc-ext.el: Move require to end of file.
3474 Remove redundant loading of calc.el.
3475 (calc-extensions-loaded): Remove unnecessary variable.
3476 (calc-extensions): Remove unnecessary function.
3477 (calc-load-everything): Replace calc-need-macros by appropriate require.
3478
3479 * calc/calc-macs.el: Move provide to end of file.
3480 (calc-need-macros): Remove unnecessary function.
3481
3482 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
3483 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
3484 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
3485 Replace calc-extensions by appropriate require.
3486 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
3487
3488 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
3489 Replace calc-need-macros by appropriate require.
3490
3491 * calc/calc.el: Move require to end of file.
3492 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
3493 Remove unnecessary variable.
3494 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
3495 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
3496 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
3497 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
3498 (math-stack-value-offset, math-format-value, math-format-flat-expr)
3499 (math-format-number, math-format-bignum, math-read-number)
3500 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
3501 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
3502 by appropriate require.
3503 (calc-check-defines): Replace calc-need-macros by appropriate require.
3504
bbf877e1
KS
35052004-11-29 Kim F. Storm <storm@cua.dk>
3506
3507 * macros.el (insert-kbd-macro): Handle kmacro functions.
3508
20c78df0
JL
35092004-11-28 Juri Linkov <juri@jurta.org>
3510
3511 * compare-w.el (compare-windows-highlight): Attach each overlay
3512 to its window to properly highlight differences while comparing
3513 two windows of the same buffer. Fix arguments.
3514 (compare-windows-sync-default-function): Fix arguments of
3515 `compare-windows-highlight'.
3516
3517 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
3518 Use `read-expression-history'. Set initial contents only if
3519 `edebug-global-break-condition' is non-nil. Set histpos to 1
3520 if initial contents is equal to the last history element.
3521 (edebug-set-conditional-breakpoint): Instead of temporarily
3522 prepending the current condition to the history, set initial
3523 contents to the current condition. Set histpos to 1 if initial
3524 contents is equal to the last history element.
3525
180ee7c7
JL
3526 * info.el (Info-search-whitespace-regexp): Remove shy group.
3527 (Info-search): Forward line if search is on the header line.
3528 Use search-whitespace-regexp in two other places.
3529
9e66b14a
LT
35302004-11-27 Luc Teirlinck <teirllm@auburn.edu>
3531
3532 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
3533 warning. Delay real definition, which uses
31982e1f 3534 `set-fringe-indicators-1' till after the definition of that function.
9e66b14a 3535
4cf6519d
KS
35362004-11-28 Kim F. Storm <storm@cua.dk>
3537
3538 * fringe.el (fringe): New defgroup.
3539 (fringe-mode): Move to fringe group.
3540 (fringe-indicators): New defcustom.
3541 (set-fringe-indicators-1): New defun.
3542
3543 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
3544 (menu-bar-showhide-fringe-ind-menu): New keymap.
3545 (menu-bar-showhide-fringe-ind-empty)
3546 (menu-bar-showhide-fringe-ind-mixed)
3547 (menu-bar-showhide-fringe-ind-box)
3548 (menu-bar-showhide-fringe-ind-right)
3549 (menu-bar-showhide-fringe-ind-left)
3550 (menu-bar-showhide-fringe-ind-none): New defuns.
3551 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
3552
94221759
RS
35532004-11-27 Richard M. Stallman <rms@gnu.org>
3554
31982e1f 3555 * comint.el (comint-read-noecho): Add trivial compatibility definition.
94221759
RS
3556
3557 * generic.el (define-generic-mode): Doc fix.
3558
3559 * menu-bar.el (menu-bar-options-save): For the options
3560 that are toggled with menu-bar-make-mm-toggle, don't check
3561 for customized-value prop.
3562
671c30d8
EZ
35632004-11-27 Eli Zaretskii <eliz@gnu.org>
3564
3565 * mail/supercite.el (sc-cite-region): Handle the case where
3566 sc-cite-frame-alist is a symbol.
3567 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
3568 a symbol.
3569 (sc-recite-region): Handle the case where sc-recite-frame-alist is
3570 a symbol.
3571
39528a68 35722004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
ca5e6fef
EZ
3573
3574 * wid-edit.el (widget-narrow-to-field): New function.
3575 (widget-complete): Use it.
3576
670c0015
JB
35772004-11-27 Jay Belanger <belanger@truman.edu>
3578
3579 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
3580 variable.
3581 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
3582 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
3583 (math-alg-inequalities): Move declaration to earlier in the file.
3584
3585 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
3586 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
3587 Declare them.
3588
3589 * calc/calc-lang.el (math-expr-data, math-expr-token)
3590 (math-exp-old-pos): Declare them.
3591
3592 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
3593 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
3594
552380b4
KS
35952004-11-27 Kim F. Storm <storm@cua.dk>
3596
3597 * progmodes/flymake.el: Use (featurep 'xemacs).
443b961a 3598 (flymake-makehash): Change to defsubst. Use fboundp.
552380b4
KS
3599 (flymake-time-to-float): Remove.
3600 (flymake-float-time): Merge code from flymake-time-to-float here.
3601 (flymake-replace-regexp-in-string): Change to defsubst.
443b961a
SM
3602 (flymake-split-string-remove-empty-edges):
3603 Rename to flymake-split-string.
552380b4
KS
3604 (flymake-split-string): Remove previous defalias.
3605 (flymake-get-temp-dir): Change to defsubst.
443b961a
SM
3606 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
3607 Define for xemacs only.
552380b4
KS
3608 (flymake-master-file-count-limit): Change into compiler defvar only.
3609 (flymake-find-possible-master-files): Let-bind it dynamically while
3610 sorting files using flymake-master-file-compare.
3611
443b961a
SM
36122004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
3615 of defun-prompt-regexp matches inside a comment/string but the
3616 beginning is correctly outside everything.
3617
3618 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
3619 appears within a string or a comment.
3620
3621 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
3622 rather than make-symbol for symbols which are used in
3623 a symbol-macrolet or equivalent.
3624
b9bc92b4
JB
36252004-11-26 Jay Belanger <belanger@truman.edu>
3626
3627 * calc-misc.el (calc-last-why-command): Declare it.
3628
3629 * calc-vec.el (math-grade-vec): New variable.
3630 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
3631 Replace variable grade-vec by declared variable.
3632 (math-rb-close): New variable.
3633 (math-read-brackets, math-read-vector): Replace variable close by
3634 declared variable.
3635
3636 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
3637 (calc-one-window, calc-edit-handler, calc-restore-trail)
3638 (calc-allow-ret): Declare them.
3639
443b961a 3640 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
b9bc92b4
JB
3641 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
3642 (math-radix-float-cache-tag, math-random-cache)
3643 (math-max-digits-cache, math-integral-cache, math-units-table)
3644 (math-format-date-cache, math-holidays-cache-tag): Declare them.
3645 (math-moc-func): New variable.
3646 (math-map-over-constants, math-map-over-constants-rec):
3647 Replace variable func by declared variable.
3648
3649 * calc/calc-store.el (calc-given-value, calc-store-opers):
3650 Declare them.
3651 (calc-var-name-map): Move declaration to earlier in the file.
3652 (calc-pv-pos): New variable.
3653 (calc-permanent-variable, calc-insert-permanent-variable):
3654 Replace variable pos by declared variable.
3655
3656 * calc/calc-mtx.el (calc-det-lu): New variable.
443b961a 3657 (math-det-raw, math-det-step): Replace variable lu by declared variable.
b9bc92b4
JB
3658
3659 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
3660 (math-multi-subst, math-multi-subst-rec): Replace variables temp
3661 and arg by declared variables.
3662 (calcFunc-reducer): Fix incorrect variable.
3663 (math-inner-mul-func, math-inner-add-func): New variables.
3664 (calcFunc-inner, math-inner-mats): Replace variables mul-func
3665 and add-func by declared variables.
3666
3667 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
3668 (calc-digit-value): Declare them.
3669
3670 * calc/calc-help.el (Info-history): Declare it.
443b961a 3671 (calc-describe-key): Make calc-summary-indentation a local variable.
b9bc92b4
JB
3672 (calc-help-long-names): Move declaration to earlier in file.
3673
3674 * calc/calc-embed.el (calc-original-buffer): Declare it.
3675 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3676 (calc-embed-bot): New variables.
3677 (calc-do-embedded, calc-embedded-mark-formula)
3678 (calc-embedded-find-bounds, calc-embedded-duplicate)
443b961a
SM
3679 (calc-embedded-new-formula, calc-embedded-make-info):
3680 Replace vars outer-top, outer-bot, bot and top by declared variables.
b9bc92b4
JB
3681 (calc-embed-prev-modes): New variable.
3682 (calc-embedded-set-modes, calc-embedded-update): Replace variable
3683 prev-modes with declared variable.
3684 (calc-embed-vars-used): New variable.
3685 (calc-embedded-make-info, calc-embedded-evaluate-expr)
3686 (calc-embedded-update, calc-embedded-find-vars): Replace variable
3687 vars-used by declared variable.
3688
443b961a 3689 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
b9bc92b4
JB
3690 (math-format-radix-float): Remove unnecessary setq.
3691 (math-radix-float-cache): Declare it.
3692
3693 * calc/calcsel2.el (calc-keep-selection): Declare it.
3694
3695 * calc/calc-maint.el: Remove file.
3696
02c8032e
SM
36972004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3698
3699 * textmodes/bibtex.el (bibtex-sort-entry-class)
3700 (bibtex-comment-start): Use defcustom.
3701 (bibtex-entry-field-alist): Use nil if initial content of the
3702 field is undefined. Fix docstring.
3703 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
3704 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
3705 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
3706 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
3707 Fix docstring.
3708 (bibtex-autokey-title-terminators): Use only one regexp.
3709 (bibtex-string-maybe-empty-head): New variable.
3710 (bibtex-remove-delimiters-string): New function.
3711 (bibtex-text-in-field-bounds, bibtex-text-in-string):
3712 Use bibtex-remove-delimiters-string.
3713 (bibtex-progress-message, bibtex-field-left-delimiter)
3714 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
3715 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
3716 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
3717 Simplify.
3718 (bibtex-format-entry): Use save-excursion for inherited booktitle.
3719 Use eq and bibtex-remove-delimiters-string. For end markers use
3720 insertion type so that marker stays after inserted text.
3721 (bibtex-autokey-get-names): Return empty string if name is missing.
3722 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
3723 calling bibtex-autokey-name-case-convert.
3724 (bibtex-autokey-demangle-title):
3725 Call bibtex-autokey-titleword-case-convert. Remove call to
3726 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
3727 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
3728 (bibtex-read-key): New optional arg global.
3729 (bibtex-files-expand): New optional arg force.
3730 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
3731 (bibtex-complete-crossref-cleanup): Rename from
3732 bibtex-complete-key-cleanup. Simplify code.
3733 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
3734 Operate on current entry.
3735 (bibtex-button): Add docstring.
3736 (bibtex-entry): Simplify.
3737 (bibtex-make-field): Replace optional arg called-by-yank with more
3738 specific args move and interactive.
3739 (bibtex-end-of-entry): Use forward-sexp.
3740 (bibtex-find-entry-globally): Remove.
3741 (bibtex-find-crossref): Allow for crossref key located in other buffer.
3742 Bound to C-c C-x.
3743 (bibtex-find-entry): New optional args global and display.
3744 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
3745 (bibtex-validate): Use arg force of bibtex-files-expand.
3746 (bibtex-clean-entry): Bugfix, clean string entries properly.
3747 Always keep point at beginning of entry.
3748 (bibtex-complete): Bugfix. Handle string entries properly.
3749 Call cleanup functions only if needed.
3750 (bibtex-String): Use bibtex-read-string-key.
3751 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
3752 case of replacement text.
3753
c82c5727
LH
37542004-11-26 Lars Hansen <larsh@math.ku.dk>
3755
02c8032e 3756 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
c82c5727
LH
3757 (tramp-perl-directory-files-and-attributes): New constant.
3758 (tramp-file-name-handler-alist): Delete file-directory-files, add
3759 directory-files-and-attributes.
3760 (tramp-perl-file-attributes): Surround uid and gid by double
3761 quotes. Change parameter id-format from nonnumeric.
3762 (tramp-convert-file-attributes): New function.
3763 (tramp-handle-file-attributes): Use it.
3764 (tramp-maybe-send-perl-script): New function.
3765 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
3766 file mode. Change parameter id-format from nonnumeric.
3767 (tramp-handle-file-attributes-with-ls): Change parameter id-format
3768 from nonnumeric.
3769 (tramp-post-connection): Don't send tramp-perl-file-attributes
3770 script. Reset connection property "perl-scripts".
3771 (tramp-handle-insert-directory): Run real handler when ls-lisp is
3772 in use.
3773
48aa4dfc
LH
37742004-11-26 Lars Hansen <larsh@math.ku.dk>
3775
3776 * desktop.el (desktop-read): Replace mapcar with mapc.
02c8032e
SM
3777 (desktop-create-buffer): Replace mapcar with mapc.
3778 Remove redundant piece of code.
48aa4dfc 3779
fb130b2d
NR
37802004-11-27 Nick Roberts <nickrob@snap.net.nz>
3781
3782 * progmodes/gud.el (gud-display-line): Use display-buffer
3783 for GDB-UI as for GUD.
3784
3785 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
3786 Delete variables.
3787 (gdb-ann3): Don't make GUD buffer dedicated.
02c8032e 3788 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
fb130b2d
NR
3789 (gdb-display-source-buffer): Delete function.
3790 (gdb-view-source-function, gdb-view-assembler): Delete functions.
3791 (menu): Delete menu bindings for viewing source/assembler.
3792 (gdb-setup-windows, gdb-restore-windows):
3793 Don't dedicate GUD. No assembler now.
3794 (gdb-reset): No need to undedicate source buffers now.
3795 (gdb-source-info): No assembler now.
3796
4d4f2edf
NR
37972004-11-26 Nick Roberts <nickrob@snap.net.nz>
3798
3799 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
3800 width to those for special frames.
3801 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
3802 Use display-buffer.
3803 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
3804 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3805 (gdb-frame-assembler-buffer): Rework like
3806 gdb-frame-breakpoints-buffer.
3807
5ffc01b6
RS
38082004-11-25 Richard M. Stallman <rms@gnu.org>
3809
3810 * progmodes/flymake.el: Reindent.
3811 (flymake-split-string): Turn into defalias.
02c8032e 3812 (flymake-fix-file-name): Rename from flymake-fix-path-name.
5ffc01b6 3813 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
02c8032e
SM
3814 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
3815 (flymake-build-relative-filename): Rename from ...path.
5ffc01b6
RS
3816 Fix error message.
3817
38182004-11-25 Cheng Gao <chenggao@gmail.com>
3819
3820 * progmodes/flymake.el: Much whitespace and capitalization change.
3821 Move `provide' to end. Require `compile' only when compiling.
3822
b67b1f0b
JB
38232004-11-24 Jay Belanger <belanger@truman.edu>
3824
3825 * calc/calc-alg.el: Added comment.
3826 (math-polynomial-base): Replace variable mpb-top-expr by
3827 math-poly-base-top-expr.
3828
3829 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
3830 (math-polynomial-p1): Replace variable mpb-top-expr by declared
3831 variable.
3832 (math-poly-base-total-base): New variable.
3833 (math-total-polynomial-base, math-polynomial-p1): Replace variable
3834 mpb-total-base by declared variable.
3835 (math-factored-vars, math-to-list): Declare it.
3836 (math-fact-expr): New variable.
3837 (calcFunc-factors, calcFunc-factor, math-factor-expr)
3838 (math-factor-expr-try, math-factor-expr-part): Replace variable
3839 expr by declared variable.
3840 (math-fet-x): New variable.
3841 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
3842 by declared variable.
3843 (math-factor-poly-coefs): Make temp a local variable.
3844
3845 * calc/calc-units.el (calc-convert-units): Make units a local
3846 variable.
3847 (calc-num-units, calc-den-units): New variables.
3848 (calc-explain-units, calc-explain-units-rec): Replace variables
3849 num-units and den-units by declared variables.
3850 (math-cu-unit-list): New variable.
3851 (math-build-units-table, math-compare-unit-names)
3852 (math-convert-units, math-convert-units-rec): Replace variable
3853 unit-list by declared variable.
3854 (math-fbu-base, math-fbu-entry): New variables.
3855 (math-find-base-units, math-find-base-units-rec): Replace variables
3856 base and entry by declared variables.
3857 (math-which-standard): New variable.
3858 (math-to-standard-units, math-to-standard-rec): Replace variable
3859 which-standard by declared variable.
3860 (math-fcu-u): New variable.
3861 (math-find-compatible-unit, math-find-compatible-unit-rec):
3862 Replace variable u by declared variable.
3863 (math-cu-new-units, math-cu-pure): New variables.
3864 (math-convert-units, math-convert-units-rec): Replace variables
3865 new-units and pure by declared variables.
3866 (math-try-cancel-units): New variable.
3867 (math-simplify-units-quotient): Replace variable try-cancel-units by
3868 declared variable.
3869
261b01c6
RS
38702004-11-24 Richard M. Stallman <rms@gnu.org>
3871
3872 * textmodes/ispell.el (ispell-check-version):
3873 If default-directory is nonexistent, use home dir.
3874
3875 * progmodes/grep.el (grep-regexp-alist):
3876 Don't match parens around line numbers.
3877
3878 * progmodes/cperl-mode.el (cperl-indent-region)
7707da3c 3879 (cperl-imenu--create-perl-index, cperl-xsub-scan):
261b01c6
RS
3880 Don't print progress messages.
3881
3882 * progmodes/compile.el (compilation-mode-map):
3883 Don't inherit from compilation-minor-mode-map;
3884 copy its bindings instead. But the menu bar Compile
3885 entry now does inherit from compilation-menu-map.
3886
3887 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3888 Use with-no-warnings around compiler-macroexpand.
3889
3890 * imenu.el: Don't always require newcomment.
3891 (imenu--generic-function): Call comment-normalize-vars
3892 if we have a comment syntax.
3893 Exit the loop if REGEXP matches the null string.
3894 Test comment-start as well as comment-start-skip
3895 when deciding whether to check for comments.
3896
3897 * tooltip.el (tooltip-mode): Doc fix.
3898
3899 * term.el (term-escape-char, term-mode): Doc fixes.
3900
39012004-11-24 Dave Love <fx@gnu.org>
3902
3903 * progmodes/python.el (python-font-lock-syntactic-keywords):
3904 Check for escapes in the regexp.
3905 (python-quote-syntax): Don't do it here.
3906
2c212859 39072004-11-24 Nick Roberts <nickrob@snap.net.nz>
29b5fa7e
NR
3908
3909 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3910 (gdb-frames-mode-map, gdb-threads-mode-map)
3911 (gdb-registers-mode-map, gdb-locals-mode-map)
3912 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7707da3c 3913 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
29b5fa7e 3914
7707da3c 3915 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
29b5fa7e
NR
3916 (dedicated-switch-to-buffer): Rework.
3917 (gdb-var-evaluate-expression-handler, gdb-put-string):
3918 Remove unused variable bindings.
3919 (gdb-setup-windows, gdb-display-buffer):
3920 Simplify. Use pop-to-buffer.
3921 (gdb-view-source-function): Simplify.
3922 (gdb-frame-breakpoints-buffer):
3923 Use pop-to-buffer, special-display-regexps.
3924
2c212859 39252004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
f607ff4b
GM
3926
3927 * progmodes/f90.el (f90-smart-end)
3928 (f90-previous-statement, f90-beginning-of-block): Doc fix.
3929 (f90-calculate-indent): Handle un-named PROGRAM blocks.
3930 (f90-end-of-block): Doc fix. Make check of outermost block
3931 conditional on value of `f90-smart-end'.
3932 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
3933 Handle case where END-BLOCK is nil.
3934 (f90-match-end): Handle un-named PROGRAM blocks.
3935 (f90-backslash-not-special): New function.
3936
25cad79b
JB
39372004-11-24 Jay Belanger <belanger@truman.edu>
3938
7a96b50d
JB
3939 * calc/calc.el (calc-embedded-active): Removed unnecessary
3940 declaration.
3941 (calc-show-banner): Removed redundant declaration.
3942
3943 * calc/calc-graph.el (calc-gnuplot-default-device)
3944 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3945 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3946 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
3947 Remove redundant initial values.
3948
3949 * calc/calc-arith.el (math-scalar-functions)
3950 (math-nonscalar-functions, math-scalar-if-args-functions)
3951 (math-real-functions, math-positive-functions)
3952 (math-nonnegative-functions, math-real-scalar-functions)
3953 (math-real-if-arg-functions, math-integer-functions)
3954 (math-num-integer-functions, math-rounding-functions)
3955 (math-float-rounding-functions, math-integer-if-args-functions)
3956 (math-super-types): Move declarations to earlier in file.
3957 (math-unit-prefixes): Declared it.
3958 (math-floor-prec, math-trunc-prec): New variables.
3959 (math-trunc-fancy): Replace variable prec by declared variable.
3960 (math-floor-fancy): Replace variable prec by declared variable.
3961 (math-com-bterms): New variable.
3962 (math-commutative-equal, math-commutative-collect):
3963 Replace variable bterms by declared variable.
3964
3965 * calc/calc-misc.el (math-trunc): Replace variable prec by
3966 math-trunc-prec.
3967 (math-floor): Replace variable prec by math-floor-prec.
3968
25cad79b
JB
3969 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
3970 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
3971 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
3972 (math-format-date, math-format-date-part): Replace variables
3973 date, dt, year, month, day, weekday, hour, minute, second and
3974 bc-flag by declared variables.
3975 (math-pd-str): New variable.
3976 (math-parse-date, math-parse-date-word, math-parse-standard-date):
3977 Replace variable str by declared variable.
3978 (math-daylight-savings-hook, math-tzone-names): Move definitions
3979 to earlier in the file.
3980 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
3981 (math-sh-year): New variable.
3982 (math-setup-add-holidays, math-setup-holidays)
1b436112 3983 (math-setup-year-holidays): Replace variable `year' by declared
25cad79b
JB
3984 variable.
3985
3986 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
3987 New variables.
3988 (math-nth-root-float, math-nth-root-float-iter): Replace variables
3989 n, nf and nfm1 by declared variables.
3990 (math-nri-n): New variable.
1b436112
JB
3991 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
3992 n by declared variable.
25cad79b
JB
3993 (calcFunc-log): Removed misplaced condition.
3994
0e7acedf
SM
39952004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
3998
1919c2cd
NR
39992004-11-24 Nick Roberts <nickrob@snap.net.nz>
4000
4001 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
0e7acedf
SM
4002 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
4003 Dedicate gdb-related windows.
1919c2cd
NR
4004 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
4005 other frames.
4006 (gdb-reset): Remove dedicated property after debugging.
4007
0d0b3b81
JB
40082004-11-24 Jay Belanger <belanger@truman.edu>
4009
4010 * calc/calc-sel.el: Add comment.
4011
4012 * calc/calc.el (math-stack-value-offset): Replace variables c,
4013 wid and off with math-svo-c, math-svo-wid and math-svo-off.
4014
4015 * calc/calccomp.el (math-comp-sel-tag): Declare it.
0d0b3b81
JB
4016 (math-svo-c, math-svo-wid, math-svo-off): New variables.
4017 (math-stack-value-offset-fancy): Replace variables c, wid and off
4018 by declared variables.
0d0b3b81 4019 (math-comp-just, math-comp-comma-spc): New variables.
1b436112
JB
4020 (math-compose-expr, math-compose-matrix): Replace variables `just'
4021 and comma-spc by declared variable.
0d0b3b81
JB
4022 (math-comp-vector-prec): New variable.
4023 (math-compose-expr, math-compose-matrix, math-compose-rows):
4024 Replace variable vector-prec by declared variable.
0d0b3b81
JB
4025 (math-comp-left-bracket, math-comp-right-bracket)
4026 (math-comp-comma): New variables.
4027 (math-compose-expr, math-compose-rows): Replace variables
4028 left-bracket, right-bracket and comma by declared variables.
0d0b3b81
JB
4029 (math-comp-full-width): New variable.
4030 (math-comp-to-string-flat, math-comp-to-string-flat-term):
4031 Replace variable full-width by declared variable.
0d0b3b81
JB
4032 (math-comp-highlight, math-comp-word, math-comp-level)
4033 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
4034 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
4035 New variables.
4036 (math-comp-to-string-flat, math-comp-to-string-flat-term)
4037 (math-comp-sel-flat-term): Replace variables comp-highlight,
4038 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
4039 declared variables.
4040 (math-comp-simplify, math-comp-simplify-term)
4041 (math-comp-add-string, math-comp-add-string-sel):
4042 Replace variables comp-highlight, comp-buf, comp-base,
0e7acedf 4043 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
0d0b3b81 4044
6f8a2742
JD
40452004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4046
0e7acedf 4047 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
c5c56f46 4048
6f8a2742
JD
4049 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
4050 and x-server-version may throw.
4051
14ed2ad6
KS
40522004-11-23 Kim F. Storm <storm@cua.dk>
4053
0e7acedf
SM
4054 * subr.el (substitute-key-definition-key): Optimize.
4055 Don't call indirect-function for nil defn (always signals error).
92c8c0ce 4056
14ed2ad6
KS
4057 * ido.el (ido-read-internal): Fix require-match check when
4058 ido-directory-too-big is set.
4059
298a667c
JB
40602004-11-23 Jay Belanger <belanger@truman.edu>
4061
4062 * calc/calc-ext.el (math-read-replacement-list)
4063 (math-read-superscripts): New variables.
4064 (math-read-preprocess-string): New function.
0e7acedf 4065 (math-read-expr): Filter input through math-read-preprocess-string.
298a667c
JB
4066
4067 * calc/calc-aent.el (math-read-exprs): Filter input through
4068 math-read-preprocess-string.
4069
8fc464b6
DP
40702004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
4071
4072 * progmodes/compile.el (compilation-start): In cd command use
4073 substitute-env-vars -- not quite shell compatible but better than
4074 nothing.
4075 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
4076 handle the newer versions messages, which are more parseable.
4077
ea78522d
SM
40782004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * reveal.el (reveal-mode-map): New var.
4081 (reveal-mode): Use it.
4082
47924ad5
NR
40832004-11-23 Nick Roberts <nickrob@snap.net.nz>
4084
4085 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
4086 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
4087
49561cf6
SM
40882004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
4091 header-line when needed.
4092 Use fixed-pitch only in the header-line.
4093 Build the underline automatically. Use emdash if available.
4094
1668b456
RS
40952004-11-22 Richard M. Stallman <rms@gnu.org>
4096
49561cf6
SM
4097 * dired.el (dired-recursive-copies): Move from dired-aux.el.
4098 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1668b456 4099
771aad8e
NR
41002004-11-22 Nick Roberts <nickrob@snap.net.nz>
4101
4102 * progmodes/gdb-ui.el (gdb-resync): New function.
4103 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
77c99c7f 4104 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
771aad8e
NR
4105 Use it to fail more gracefully.
4106 (gdb-variables): Delete variable.
4107 Re-order variables to reduce byte-compiler warnings.
4108
d8ac3d27
SM
41092004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * descr-text.el (describe-char):
4112 * paren.el (show-paren-function):
4113 * subr.el (syntax-after): Undo last change.
4114
4115 * progmodes/python.el (run-python): Don't hard code *Python*.
4116 Don't modify global process-environment.
4117 (python-send-region, python-load-file): Don't assume that
4118 python-buffer == (process-buffer (python-proc)).
4119 (python-switch-to-python): Simplify.
4120
4121 * dired.el (dired-align-file): Don't assume line starts with spaces.
4122
8dd989f6
JB
41232004-11-21 Jay Belanger <belanger@truman.edu>
4124
4125 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
4126 Replace variable `lines' by math-read-big-lines.
4127 (math-read-big-expr): Replace variables the-baseline, the-h2
4128 and err-msg by math-read-big-baseline, math-read-big-h2 and
4129 math-read-err-msg.
4130 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
4131
4132 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8dd989f6 4133 (math-read-big-balance): Replace unbound variable by value.
8dd989f6
JB
4134 (math-read-big-lines): New variable.
4135 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
4136 (math-read-big-error, math-read-big-balance): Replace variable
4137 `lines' by declared variable.
8dd989f6
JB
4138 (math-read-big-baseline, math-read-big-h2): New variables.
4139 (math-read-big-rec): Replace variables the-baseline and the-h2
4140 by declared variables.
8dd989f6
JB
4141 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
4142 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
4143 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
4144 declared variables.
8dd989f6
JB
4145 (math-read-big-err-msg): New variable.
4146 (math-read-big-error): Replace variable err-msg by declared variable.
4147
58cf70d3
SM
41482004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * ses.el: Add coding cookie.
4151 Fix up docstrings, follow new commenting conventions.
4152 (ses-header-line-menu): Fix missing variable rename for header-row.
4153 (ses-cell-size): Remove.
4154 (ses-make-cell): New function.
4155 (ses-cell, ses-insert-row, ses-insert-column): Use it.
4156 (ses-calculate-cell): Remove unused var `symbol'.
4157 (ses-narrowed-p): New function.
4158 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
4159 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
4160 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
4161 (ses-setup): Use restore-buffer-modified-p.
4162 (ses-cleanup): Remove unused var `end'.
4163 (ses-header-string-left-offset): Remove.
4164 (ses-create-header-string): Adjust to new behavior of `align-to'.
4165 Truncate excessively large fields to preserve alignment.
4166 (ses-reconstruct-all): Remove unused var `refs'.
4167 (ses-read-cell-printer): Remove unused var `prompt'.
4168 (ses-delete-row): Remove unused var `pos'.
4169 (ses-delete-column): Remove unused var `new'.
4170
b6d0ac87
VJL
41712004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4172
4173 * ps-print.el: Insert :version tag into all defgroup and defcustom.
4174 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4175 Eliminate eval-and-compile usage.
4176 (ps-insert-file): Use insert-file-contents instead of insert-file.
c033ddef 4177 (ps-setup): Code fix.
b6d0ac87 4178
83aebfe6
VJL
4179 * printing.el (pr-setup, lpr-setup): Code fix.
4180
802efb40
JB
41812004-11-21 Jay Belanger <belanger@truman.edu>
4182
4183 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
4184 (calc-original-buffer): Declare them.
802efb40
JB
4185 (calc-user-formula-alist): New variable.
4186 (calc-user-define-formula, calc-fix-user-formula)
4187 (calc-user-define-composition, calc-finish-formula-edit):
4188 Replace variable `alist' by declared variable.
802efb40
JB
4189 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
4190 (var-q7, var-q7, var-q8, var-q9): Declare them.
4191 (calc-kbd-push): Don't check to see if var-q0 through var-q9
4192 are bound.
802efb40 4193 (calcFunc-typeof): Replace undeclared variable by expression.
802efb40 4194 (math-exp-env): New variable.
58cf70d3 4195 (math-define-body, math-define-exp): Replace exp-env by declared var.
802efb40
JB
4196 (math-define-exp): Replace misplaced variable by expression.
4197
4198 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
4199 (calc-curve-model, calc-curve-coefnames): New variables.
4200 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
4201 varnames, model and coefnames by declared variables.
802efb40
JB
4202 (math-root-widen): New variable.
4203 (math-search-root, math-find-root): Replace variable root-widen by
4204 declared variable.
802efb40
JB
4205 (var-DUMMY): Declare it.
4206 (math-root-vars, math-min-vars): Move the declarations to earlier in
4207 the file.
802efb40 4208 (math-brent-min): Make d a local variable.
802efb40 4209 (math-find-minimum): Replace non-existent variable.
802efb40 4210 (math-ninteg-romberg): Remove unnecessary variable.
802efb40
JB
4211 (math-ninteg-temp): New variable.
4212 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
4213 integ-temp by declared variable.
802efb40
JB
4214 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
4215 New variables.
4216 (math-general-fit): Replace variables first-var, first-coef and
4217 new-coefs by declared variables.
4218 (calcFunc-fitvar): Replace variable first-var by declared variable.
4219 (calcFunc-fitparam): Replace variable first-coef by declared variable.
4220 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
802efb40
JB
4221 (math-all-vars-vars, math-all-vars-found): New variables.
4222 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
4223 found by declared variable math-all-vars-vars.
4224
8e528e73
LT
42252004-11-20 Luc Teirlinck <teirllm@auburn.edu>
4226
4227 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
4228 of `defconst'.
4229
dedbac89
RS
42302004-11-20 Richard M. Stallman <rms@gnu.org>
4231
1668b456
RS
4232 * isearch.el (isearch-mode-map): Don't bind SPC.
4233 (isearch-whitespace-chars): Function deleted.
4234 (isearch-search): Bind search-spaces-regexp.
4235 (isearch-lazy-highlight-search): Likewise.
4236 (search-whitespace-regexp): Doc fix.
4237 (isearch-forward-regexp): Doc fix.
4238
fd6866c8
RS
4239 * emacs-lisp/bytecomp.el (byte-compile-form):
4240 Move the calls to byte-compile-set-symbol-position,
4241 to avoid having two for the same symbol occurrence.
4242
9961365e
RS
4243 * comint.el (comint-input-ring-size): Increase to 150.
4244
8e528e73 4245 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
b27ce24f
RS
4246 New variables.
4247 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
4248 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
4249
58b00d47
RS
4250 * imenu.el (imenu--generic-function):
4251 Ensure we keep moving backward even if BEG isn't further back.
4252
8e528e73 4253 * replace.el (query-replace-read-to, query-replace-read-from):
58b00d47
RS
4254 Specify t for KEEP-ALL in read-from-minibuffer.
4255
4256 * progmodes/python.el (python-switch-to-python):
4257 If Python isn't running, start it.
4258 Don't alter debug-ignored-errors.
4259
4260 * progmodes/cperl-mode.el (cperl-indent-region):
4261 Don't mind imenu-scanning-message.
4262
4263 * bindings.el (global-map): Bind C-e to move-end-of-line.
4264
4265 * simple.el (line-move-finish): New arg FORWARD.
4266 Ignore invisible newlines, not intangible ones.
4267 Conditions for acceptable stopping positions depend on FORWARD.
4268 (line-move): Pass FORWARD arg to line-move-finish.
4269
6d3bce2b
RS
4270 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
4271 of HEADER. Compensate for this change in the code to add display
4272 properties. Don't make the first line intangible.
4273
dedbac89
RS
4274 * info.el (Info-search): Fix previous change.
4275
2f672bb5
TTN
42762004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4277
4278 * Makefile.in (recompile): Revert 2004-11-19 change.
4279 (compile): Likewise.
4280
18cb59e8
LT
42812004-11-19 Luc Teirlinck <teirllm@auburn.edu>
4282
4283 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
4284
b11b1870
VJL
42852004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4286
ad96a7ef 4287 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
99439846 4288 defgroup and defcustom. Eliminate eval-and-compile usage.
ad96a7ef
VJL
4289
4290 * progmodes/ebnf-otz.el: Fix typos.
b11b1870 4291
c85b0022
JB
42922004-11-19 Jay Belanger <belanger@truman.edu>
4293
0434d288
JB
4294 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
4295 (calc-edit-finish, calc-finish-stack-edit): Replace variable
4296 disp-trail by declared variable.
4297
4298 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
4299 (calc-finish-selection-edit): Replace variable disp-trail by
4300 declared variable.
58cf70d3 4301 (calc-selection-cache-entry): Move declaration to earlier in the file.
0434d288
JB
4302 (calc-selection-cache-num, calc-selection-cache-comp)
4303 (calc-selection-cache-offset, calc-selection-true-num)
4304 (calc-final-point-line, calc-final-point-column)
4305 (calc-original-buffer): Declare them.
0434d288
JB
4306 (calc-fnp-op, calc-fnp-num): New variables.
4307 (calc-find-nth-part, calc-find-nth-part-rec)
58cf70d3 4308 (calc-select-previous): Replace op and num by declared variables.
0434d288
JB
4309 (calc-rsf-old, calc-rsf-new): New variables.
4310 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
4311 Replace variables old and new by declared variables.
0434d288
JB
4312 (calc-sel-reselect): New variable.
4313 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
4314 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
4315 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
4316 reselect with declared variable.
4317
c85b0022
JB
4318 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
4319 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
4320 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
4321 (math-import-list, math-rewrite-phase): Declare them.
c85b0022 4322 (math-rewrite): Use let* to declare variables.
c85b0022 4323 (calc-rewrite-selection): Make rules a local variable.
c85b0022
JB
4324 (calc-rewr-sel): New variable.
4325 (calc-rewrite-selection, calc-locate-selection-marker)
4326 (calc-rewrite): Use the declared variable calc-rewr-sel instead
4327 of sel.
c85b0022
JB
4328 (math-rewrite-whole-expr): New variable.
4329 (math-rewrite, math-rewrite-phase): Replace variable expr by
4330 declared variable.
c85b0022
JB
4331 (math-rewrite-heads-heads, math-rewrite-heads-skips)
4332 (math-rewrite-heads-blanks ): New variables.
4333 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
4334 heads, skips and blanks by declared variables.
c85b0022
JB
4335 (math-rwcomp-subst-old, math-rwcomp-subst-new)
4336 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
4337 New variables.
4338 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
4339 old, new, old-func and new-func by declared variables.
c85b0022
JB
4340 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
4341 Remove unnecessary variable.
c85b0022
JB
4342 (math-apply-rw-regs): New variable.
4343 (math-apply-rewrites, math-rwapply-replace-regs)
58cf70d3 4344 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
c85b0022
JB
4345 (math-apply-rw-ruleset): New variable.
4346 (math-apply-rewrites, math-rwapply-remember): Replace variable
4347 ruleset by declared variable.
4348
6de891db
RS
43492004-11-19 Richard M. Stallman <rms@gnu.org>
4350
4351 * info.el (Info-search): Use search-whitespace-regexp.
4352
e1c1c5a7
TTN
43532004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4354
4355 * vc-rcs.el (vc-rcs-parse): New function.
4356 (vc-rcs-annotate-command): Likewise.
4357 (vc-rcs-annotate-current-time): Likewise.
4358 (vc-rcs-annotate-time): Likewise.
4359 (vc-rcs-annotate-extract-revision-at-line): Likewise.
4360
087b413d
TTN
43612004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4362
4363 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
4364
c456ee78
JB
43652004-11-18 Jay Belanger <belanger@truman.edu>
4366
58cf70d3 4367 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
c456ee78 4368
9f7a9918
VJL
43692004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4370
4371 * printing.el: Eliminate use of interactive-p and eval-and-compile.
4372 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4373 Use make-temp-file to generate PostScript files in any situation.
4374 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
7573a5af
SM
4375 (pr-interactive-p): Eliminate var.
4376 (pr-save-interactive): Eliminate macro.
9f7a9918
VJL
4377 (pr-interface, pr-ps-directory-preview)
4378 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4379 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4380 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4381 (pr-ps-buffer-ps-print, pr-ps-region-preview)
4382 (pr-ps-region-using-ghostscript, pr-ps-region-print)
4383 (pr-ps-region-ps-print, pr-ps-mode-preview)
4384 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4385 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4386 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
4387 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4388 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4389 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4390 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4391 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4392 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4393 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4394 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4395 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
4396 Eliminate pr-save-interactive usage.
7573a5af
SM
4397 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
4398 Eliminate pr-interactive-p usage.
9f7a9918
VJL
4399 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
4400 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
4401 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
4402 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
4403 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
4404 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
7573a5af
SM
4405 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
4406 New funs.
9f7a9918
VJL
4407 (pr-ps-file): Use make-temp-file to generate a temporary file.
4408
00a789bd 44092004-11-17 Jay Belanger <belanger@truman.edu>
00a789bd 4410
6abf3a27
SM
4411 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
4412 a local variable.
6abf3a27 4413 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6abf3a27
SM
4414 (math-top-only): New variable.
4415 (math-simplify, math-simplify-step): Replace variable top-only by
00a789bd 4416 declared variable math-top-only.
6abf3a27 4417 (math-simplify-expr): Declare it.
77c99c7f 4418 Replace argument expr in all calls of math-defsimplify by
087b413d 4419 math-simplify-expr.
00a789bd
JB
4420 (math-simplify-plus, math-simplify-times, math-simplify-divide)
4421 (math-simplify-divisor, math-simplify-one-divisor)
4422 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6abf3a27 4423 (math-simplify-pow): Replace variable expr by declared variable
00a789bd 4424 math-simplify-expr.
6abf3a27
SM
4425 (math-simplify-divisor): Remove local variables temp and op.
4426 (math-simplify-one-divisor): Make temp and op local variables.
6abf3a27
SM
4427 (math-simplify-divisor-nover, math-simplify-divisor-dover):
4428 New variables.
4429 (math-simplify-divisor, math-simplify-one-divisor):
4430 Replace variables nover and dover by declared variables.
6abf3a27
SM
4431 (math-expr-subst-new, math-expr-subst-old): New variables.
4432 (math-expr-subst, math-expr-subst-rec): Replace variables new
00a789bd 4433 and old by declared variables.
6abf3a27
SM
4434 (math-is-poly-degree, math-is-poly-loose): New variables.
4435 (math-is-polynomial, math-is-poly-rec): Replace variables degree
00a789bd 4436 and loose by declared variables.
00a789bd 4437 (math-poly-base-const-ok, math-poly-base-pred): New variables.
6abf3a27
SM
4438 (math-polynomial-base, math-polynomial-base-rec):
4439 Replace variables const-ok and mpb-pred by declared variables.
00a789bd 4440
6abf3a27 4441 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
00a789bd 4442
6abf3a27
SM
4443 * calc/calc-ext.el (math-defsimplify): Change the argument in
4444 the created function to math-simplify-expr.
00a789bd 4445
6abf3a27
SM
4446 * calc/calc-units.el (math-simplify-expr): Declare it.
4447 Replace argument expr in all calls of math-defsimplify by
087b413d 4448 math-simplify-expr.
6abf3a27 4449 (math-simplify-units-prod): Replace variable expr by declared
00a789bd
JB
4450 variable math-simplify-expr.
4451
6abf3a27
SM
44522004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
4455 Replace mapcar->dolist, format->string.
4456
c10de401
MB
44572004-11-17 Miles Bader <miles@gnu.org>
4458
4459 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
4460 * progmodes/idlwave.el: Remove RCS keywords.
2da3fbb1
MB
4461
44622004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
4463
4464 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
4465 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
77c99c7f 4466 Update to IDLWAVE version 5.5. Too many changes to list them here.
2da3fbb1
MB
4467 * progmodes/idlw-help.el: New file.
4468
ee31cd78
RS
44692004-11-16 Richard M. Stallman <rms@gnu.org>
4470
4471 * international/iso-cvt.el (iso-tex2iso-trans-tab):
4472 Discard spaces after \i according to TeX rules.
4473
6abf3a27 4474 * international/mule.el (set-buffer-file-coding-system):
ee31cd78
RS
4475 New arg NOMODIFY.
4476 (after-insert-file-set-coding): Pass that new arg.
4477 Prevent set-buffer-multibyte from trying to lock the file.
4478
4479 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
4480
4481 * saveplace.el (save-place): Doc fix.
4482
4483 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
4484 temporarily widen before finding the following word to copy.
4485
4486 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
4487 (cl-map-keymap): Definition deleted.
4488
4489 * subr.el (map-keymap-internal): New function.
4490
6abf3a27
SM
44912004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
4494 when pressing rather than when releasing mouse-2. Simplify.
4495
7573a5af
SM
44962004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
4499 (compilation-mode): Set it here instead.
4500
4501 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
4502
4503 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
4504 (loop, cl-parse-loop-clause, defsetf): Use backquote.
4505
45062004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * progmodes/compile.el (compilation-internal-error-properties):
4509 Fix up a transposition-typo. Check end-col before using it.
4510
ee31cd78
RS
45112004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
4512
6abf3a27 4513 * international/iso-cvt.el (iso-tex2iso-trans-tab):
ee31cd78
RS
4514 Discard whitespace after macro \i when converting it.
4515
b0339ffd
JL
45162004-11-16 Juri Linkov <juri@jurta.org>
4517
4518 * emacs-lisp/find-func.el (find-function-regexp):
4519 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
4520 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
4521 Remove invalid `\W' from [^cgv\W]. Doc fix.
4522 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
4523
ce2bbf6a
LT
45242004-11-15 Luc Teirlinck <teirllm@auburn.edu>
4525
4526 * play/life.el: Maintainer is now FSF.
4527 (life-patterns, life-neighbor-deltas, life-window-start)
4528 (life-current-generation, life-generation-string): Use defvar
4529 instead of defconst.
4530
9c8e6c85
SM
45312004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4532
4533 * progmodes/compile.el (compilation-move-to-column): New fun.
4534 (compilation-internal-error-properties)
4535 (compilation-next-error-function): Use it to make sure we don't go past
4536 the end of line.
4537
fbee29e6
JPW
45382004-11-15 John Paul Wallington <jpw@gnu.org>
4539
4540 * autoinsert.el (auto-insert-alist): Insert the user's name in
4541 copyright notice, rather than Free Software Foundation, for the
4542 Emacs Lisp header case too.
4543
14b84c94
VJL
45442004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4545
4546 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
4547 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4548 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
4549 return the list of string in a string.
4550 (pr-call-process): Message if calling process returns an error, that
4551 is, the exit status is different of zero.
4552
46a73156
JB
45532004-11-15 Jay Belanger <belanger@truman.edu>
4554
9c8e6c85
SM
4555 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
4556 variable var-thing.
9c8e6c85 4557 (math-integ-depth, math-integ-level, math-integral-limit)
46a73156
JB
4558 (math-enable-subst, math-any-substs, math-integ-msg)
4559 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
4560 (math-int-threshold, math-int-factors, math-double-roots)
4561 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
4562 (var-GenCount): Declare these variables.
4563 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9c8e6c85
SM
4564 (math-integral-cache, math-integral-cache-state):
4565 Move declarations to earlier in the file.
46a73156
JB
4566 (math-deriv-var, math-deriv-total, math-deriv-symb)
4567 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
4568 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
4569 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
4570 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
4571 (math-solve-res): New variables
4572 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
4573 (math-integral, math-replace-integral-parts)
4574 (math-integrate-by-parts, calc-dump-integral-cache)
4575 (math-try-integral, math-do-integral, math-do-integral)
9c8e6c85 4576 (math-do-integral-methods, math-try-solve-for)
46a73156
JB
4577 (math-try-solve-prod, math-solve-poly-funny-powers)
4578 (math-solve-crunch-poly, math-decompose-poly)
4579 (math-solve-find-root-term, math-find-root-in-prod)
4580 (math-integ-try-linear-substitutions)
4581 (math-integ-try-substitutions, math-expr-rational-in)
9c8e6c85 4582 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
46a73156
JB
4583 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
4584 (math-solve-for, math-solve-system, math-solve-system-rec)
4585 (math-solve-get-sign, math-solve-get-int)
4586 (math-solve-system-subst): Replace undeclared variables with newly
4587 declared variables.
4588
7573a5af
SM
45892004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4590
4591 * winner.el (winner-active-region, winner-edges, winner-window-list):
4592 Define at toplevel.
4593 (winner-mode-map): Move init inside declaration.
4594
87589a70
LT
45952004-11-14 Luc Teirlinck <teirllm@auburn.edu>
4596
4597 * files.el (convert-standard-filename): Doc fix.
4598
b14f1885
DP
45992004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
4600
9c8e6c85 4601 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
b14f1885
DP
4602 passwd, group, shadow, default/* and pam.d/*.
4603
bf490c7b
VJL
46042004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4605
4606 * printing.el (pr-menu-spec): Adjust menu specification.
4607
6367b616
VJL
46082004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4609
4610 * printing.el: Doc fix. Insert :version tag into all defcustom.
572f248f
SM
4611 Handle interactive-p as is recommended in Emacs Lisp Reference.
4612 Set the file permission bits for newly created files.
4613 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4614 The printing menu specification (in `pr-menu-spec') was merged.
4615 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6367b616
VJL
4616 (pr-version): New version number (6.8.3).
4617 (pr-file-modes): New option.
4618 (pr-interactive-p): New var.
4619 (pr-save-interactive, pr-save-file-modes): New macros.
4620 (pr-setup): Code fix.
4621 (pr-menu-spec): Menu specification merged.
4622 (pr-call-process, pr-text2ps): Set file permission bits.
4623 (pr-despool-print): Set file permission bits. Handle interactive-p as
4624 is recommended.
4625 (pr-interface, pr-ps-directory-preview)
4626 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4627 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4628 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4629 (pr-ps-buffer-ps-print, pr-ps-region-preview)
4630 (pr-ps-region-using-ghostscript, pr-ps-region-print)
4631 (pr-ps-region-ps-print, pr-ps-mode-preview)
4632 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4633 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4634 (pr-despool-using-ghostscript, pr-despool-ps-print)
4635 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4636 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4637 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4638 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4639 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4640 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4641 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4642 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4643 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
4644 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
4645 Handle interactive-p as is recommended.
4646
572f248f
SM
46472004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
4650 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
4651
4652 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
4653 so it doesn't forget to highlight the beginning of the region either.
4654
955afc13
DP
46552004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
4656
4657 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
4658 (c-font-lock-init): Eliminate obsolete make-local-hook.
4659 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4660 (awk-mode): Use run-mode-hooks.
4661
4662 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
4663
5596fbf1
KS
46642004-11-13 Kim F. Storm <storm@cua.dk>
4665
4666 * mouse.el (mouse-drag-copy-region): Add :version.
4667 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
4668 while dragging mode line, so mode line can be dragged downwards.
4669 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4670 while pressing mouse button so window doesn't scroll until we
4671 release the mouse if clicking on partially visible line.
4672
68d1b30d
JB
46732004-11-12 Jay Belanger <belanger@truman.edu>
4674
8571856b 4675 * calc/calc-graph.el (calc-dumb-map): Declare it.
68d1b30d 4676 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8571856b 4677 than unbound.
68d1b30d
JB
4678 (calc-graph-name): Made `end' a local variable.
4679 (calc-graph-lookup): Made `varname' a local variable.
8571856b
KS
4680 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4681 Declare them.
572f248f 4682 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
8571856b 4683 (calc-graph-plot, calc-graph-compute-3d): Remove references to
68d1b30d 4684 the unused variable y3vec.
572f248f 4685 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
8571856b
KS
4686 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
4687 calc-graph-prev-kill-hook.
68d1b30d
JB
4688 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
4689 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
4690 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
4691 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
4692 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
4693 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
4694 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
4695 (calc-graph-y3value, calc-graph-y3name)
4696 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
4697 (calc-graph-stepcount, calc-graph-is-splot)
4698 (calc-graph-surprise-splot, calc-graph-blank)
8571856b 4699 (calc-graph-non-blank, calc-graph-curve-num): New variables.
68d1b30d
JB
4700 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
4701 (calc-graph-recompute-2d, calc-graph-compute-3d)
8571856b
KS
4702 (calc-graph-format-data): Replace undeclared variables with the
4703 above newly declared variables.
68d1b30d 4704
7c7d4075
EZ
47052004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
4706
f431a910
EZ
4707 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
4708 `rsf-beep' and `rsf-sleep-after-message'.
4709
7c7d4075
EZ
4710 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
4711 list if `message-sender' is non-nil.
4712
63cd5734
EZ
47132004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4714
4715 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
4716 consing by using mapc instead of mapcar.
4717
cf66c8aa
NR
47182004-11-12 Nick Roberts <nickrob@snap.net.nz>
4719
4720 * tooltip.el (require): Explain why CL is needed.
4721
e22c7647
VJL
47222004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4723
4724 * printing.el: Insert :version into defgroup (printing). All reference
4725 to Files option in menubar were changed to File.
4726 (pr-version): New version number (6.8.2).
4727 (pr-get-symbol): Call easy-menu-intern.
4728 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
4729 compilation gripes.
4730
977b50fb
SM
47312004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4732
036cf769
SM
4733 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
4734 new byte-compile-function-environment binding to t.
4735
4736 * font-lock.el (font-lock-fontify-syntactically-region):
4737 Don't forget to highlight the last char when we hit `end'.
4738
4739 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
4740 (mwheel-scroll): Adjust accordingly.
4741
4742 * cvs-status.el: Reduce spurious warnings.
4743 (cvs-status-checkout): Remove.
4744 (cvs-status-mode-map): Use cvs-mode-checkout instead.
4745
4746 * pcvs.el (cvs-mode-checkout): New command.
4747
8cece98a
SM
4748 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4749
4750 * tooltip.el: Require CL.
4751
977b50fb
SM
4752 * emacs-lisp/bytecomp.el: Use push.
4753 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
4754 (defalias): Remove the `byte-compile' property and add
4755 a `byte-hunk-handler'.
4756
be4b3ae8
JL
47572004-11-11 Juri Linkov <juri@jurta.org>
4758
4759 * info.el (Info-search): Save match data for isearch.
4760 Skip Tag Table node.
4761
4762 * descr-text.el (describe-char): Replace syntax-after with code
4763 from its previous version.
4764
4765 * files.el (magic-mode-alist): Use optimization for SGML mode too.
4766 (set-auto-mode): Doc fix. Remove unused variable `xml'.
4767
4768 * international/mule.el (sgml-html-meta-auto-coding-function):
4769 Remove > after <html to allow HTML attributes.
4770
fe1f8500
JB
47712004-11-11 Jay Belanger <belanger@truman.edu>
4772
8cece98a
SM
4773 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
4774 a variable.
4775 (calcFunc-dfac): Replace unbound max by n.
13643b5f
JB
4776 (math-stirling-local-cache): New variable.
4777 (math-stirling-number, math-stirling-1, math-stirling-2):
8cece98a
SM
4778 Replace the variable `cache' by the declared variable
4779 math-stirling-local-cache.
4780 (var-RandSeed): Declare it as a variable.
13643b5f 4781 (math-init-random-base, math-random-digit): Don't check to see if
8cece98a 4782 var-RandSeed is bound.
13643b5f 4783 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8cece98a 4784 Declare them instead of just setting them.
13643b5f
JB
4785 (math-init-random-base): Made i a local variable.
4786 (math-random-digit): Made math-random-last a local variable.
8cece98a 4787 (math-prime-test-cache): Move declaration to before it is used.
13643b5f
JB
4788 (math-prime-test-cache-k, math-prime-test-cache-q)
4789 (math-prime-test-cache-nm1, math-prime-factors-finished):
8cece98a 4790 Declare them as variables.
13643b5f 4791
8cece98a 47922004-11-11 Jay Belanger <belanger@truman.edu>
13643b5f 4793
fe1f8500 4794 * calc/calc-ext.el (math-defcache): Use defvar for the new
977b50fb 4795 variables it creates.
fe1f8500 4796
af61551b
LH
47972004-11-11 Lars Hansen <larsh@math.ku.dk>
4798
8cece98a
SM
4799 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
4800 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
4801 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
4802 (desktop-save): Add :version.
af61551b 4803
3a502e66
SM
48042004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * printing.el (pr-get-symbol): Don't downcase.
4807
4726a1df 48082004-11-10 Jay Belanger <belanger@truman.edu>
3a502e66 4809
4726a1df 4810 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
3a502e66 4811 string to kill-ring.
4726a1df
JB
4812
4813 * calc/calc-aent.el (calc-alg-exp, math-toks)
4814 (math-exp-pos,math-exp-old-pos, math-exp-token)
3a502e66
SM
4815 (math-exp-keep-spaces, math-exp-str): New variables.
4816 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4726a1df
JB
4817 (calcAlg-enter): Use declared variable calc-alg-exp.
4818 (math-build-parse-table, math-find-user-token): Use declared
3a502e66 4819 variable math-toks.
4726a1df
JB
4820 (math-read-exprs, math-read-token, calc-check-user-syntax)
4821 (calc-match-user-syntax, match-factor-after, math-read-factor):
4822 Use declared variables math-exp-pos math-exp-old-pos.
4823 (math-read-exprs, math-read-token, math-read-expr-level)
4824 (calc-check-user-syntax, calc-match-user-syntax)
4825 (match-factor-after, math-read-factor): Use declared variable
8571856b 4826 math-exp-token.
4726a1df 4827 (math-read-exprs, math-read-expr-list, math-read-token)
3a502e66 4828 (math-read-factor): Use declared variable math-exp-keep-spaces.
4726a1df
JB
4829 (math-read-exprs, math-read-token): Use declared variable
4830 math-exp-str.
8571856b 4831 (calc-match-user-syntax): Make m a local variable.
4726a1df
JB
4832
4833 * calc/calc-ext.el (math-read-expr): Use declared variables
3a502e66 4834 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4726a1df
JB
4835 math-exp-keep-spaces.
4836
4837 * calc/calc-forms.el (math-read-angle-bracket): Use declared
3a502e66 4838 variables math-exp-pos, math-exp-str.
4726a1df
JB
4839
4840 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8571856b 4841 math-exp-old-pos.
4726a1df
JB
4842 (math-parse-fortran-vector, math-parse-fortran-vector-end)
4843 (math-parse-eqn-prime): Use declared variable math-exp-token.
4844
4845 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
3a502e66 4846 Use declared variable math-exp-pos.
4726a1df
JB
4847 (math-check-for-commas): Use declared variable math-exp-str.
4848 (math-read-brackets): Use declared variables math-exp-old-pos,
4849 math-exp-keep-spaces.
3a502e66
SM
4850 (math-read-brackets, math-read-vector, math-read-matrix):
4851 Use declared variable math-exp-token.
4726a1df 4852
e9146d5a
SM
48532004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4854
9c8e6c85
SM
4855 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
4856 where the keymap is a symbol.
4857 (easy-menu-add-item): Use keymap-prompt. Simplify.
4858
32a0479a
SM
4859 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
4860
e9146d5a
SM
4861 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
4862 (sgml-parse-tag-backward): Use it to skip spurious < or >.
4863
86523fac
TTN
48642004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
4865
4866 * ebuff-menu.el: Doc fixes throughout.
4867 (electric-buffer-menu-mode-hook): New defvar.
4868
df388ce6
NR
48692004-11-10 Nick Roberts <nickrob@snap.net.nz>
4870
4871 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
32a0479a 4872 compilation. The resulting compiler warnings appear to be harmless.
df388ce6 4873
dd0f1553
DP
48742004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
4875
4876 * textmodes/conf-mode.el: New file.
4877
4878 * files.el (auto-mode-alist, magic-mode-alist): Use it.
4879
e9146d5a
SM
48802004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
4883
6d37f0f1
JB
48842004-11-09 Jay Belanger <belanger@truman.edu>
4885
4886 * calc/calc-ext.el (calc-init-extensions): Remove old code.
4887
4888 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
dd0f1553 4889 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
6d37f0f1 4890 (calc-z-prefix-help, calc-user-function-list): Use declared
dd0f1553 4891 variables calc-z-prefix-buf, calc-z-prefix-msgs.
6d37f0f1 4892 (math-map-tree, math-map-tree-rec): Use declared variables
dd0f1553 4893 math-mt-many, math-mt-func.
6d37f0f1 4894 (math-read-expression, math-read-string): Use declared variable
dd0f1553
DP
4895 math-expr-data.
4896
6d37f0f1 4897 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
dd0f1553 4898 variable math-normalize-a.
6d37f0f1
JB
4899
4900 * calc/calc.el (math-normalize-a): New variable.
4901 (math-normalize): Use declared variable math-normalize-a.
4902
4903 * calc/calc-poly.el (math-expand-form): Use declared variable
dd0f1553 4904 math-mt-many.
6d37f0f1 4905
e9146d5a
SM
4906 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4907 Use declared variable math-mt-many.
6d37f0f1
JB
4908 (math-rewrite): Use declared variable math-mt-func.
4909
4910 * calc/calc-vec.el (math-read-brackets, math-read-vector)
dd0f1553 4911 (math-read-matrix): Use declared variable math-expr-data.
6d37f0f1
JB
4912
4913 * calc/calc-lang.el (math-parse-fortran-vector)
4914 (math-parse-fortran-vector-end, math-parse-tex-sum)
4915 (math-parse-eqn-matrix, math-parse-eqn-prime)
dd0f1553 4916 (math-read-math-subscr): Use declared variable math-expr-data.
6d37f0f1
JB
4917
4918 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
4919 (math-read-expr-level, math-read-token, calc-check-user-syntax)
4920 (calc-match-user-syntax, math-read-if, math-factor-after)
dd0f1553 4921 (math-read-factor): Use declared variable math-expr-data.
6d37f0f1 4922
b4f8e43e
GM
49232004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4924
4925 * calendar/diary-lib.el (diary-from-outlook)
4926 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
32261ad3 4927 interactive-p; but rather new optional argument NOCONFIRM.
b4f8e43e 4928
32a0479a 49292004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
0c90b629
SM
4930
4931 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
4932 (easy-menu-name-match): Revert correspondingly.
4933
a7a7ddf1
RS
49342004-11-09 Richard M. Stallman <rms@gnu.org>
4935
4936 * emacs-lisp/bytecomp.el (byte-compile-defalias):
4937 Turn off warnings for the new function even if definition not constant.
4938 If the definition isn't a quoted symbol, record (FUNCTION . t).
4939 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
4940 (byte-compile-callargs-warn): Handle (FUNCTION . t).
4941 (display-call-tree, byte-compile-arglist-warn):
4942 Handle t returned by byte-compile-fdefinition.
4943
84c2fd9f
JD
49442004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4945
366fc3f9
JD
4946 * Makefile.in (maintainer-clean): Depend on distclean.
4947
84c2fd9f
JD
4948 * help-fns.el (help-C-file-name): File name must be in build-files
4949 to be returned.
4950
6b644e8d
JB
49512004-11-09 Jay Belanger <belanger@truman.edu>
4952
4953 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
0c90b629
SM
4954 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
4955
4956 * calc/calc.el (calc, calc-trail-display, calc-mode):
4957 Remove obsolete sections.
6b644e8d 4958
0c90b629 4959 * calc/calc.el (calc-x-paste-text): Remove.
6b644e8d 4960
0c90b629
SM
4961 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
4962 mouse-2.
6b644e8d 4963
ec3dd752
NR
49642004-11-09 Nick Roberts <nickrob@snap.net.nz>
4965
4966 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
4967 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
4968 current frame (in case of recursive calls).
4969 (gdb-show-changed-values): Add :version keyword.
4970
a778cf63
KH
49712004-11-09 Kenichi Handa <handa@m17n.org>
4972
4973 * international/mule-cmds.el: Change coding: tag back to
4974 iso-2022-7bit.
4975
0c90b629
SM
49762004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4977
0c90b629
SM
4978 * international/mule-cmds.el: Change coding-system to utf-8.
4979 (select-safe-coding-system-interactively):
4980 New function extracted from select-safe-coding-system.
4981 (select-safe-coding-system): Use it.
4982
1efc19eb
RS
49832004-11-08 Richard M. Stallman <rms@gnu.org>
4984
4985 * subr.el (syntax-after): Doc fix.
4986
4987 * paren.el (show-paren-function): Change calls to syntax-after
4988 for new way of returning the value.
4989
4990 * menu-bar.el (menu-bar-file-menu): Make this the real name
4991 and menu-bar-files-menu the alias. Use the former.
4992 (global-map): Use `file', not `files', as the symbol.
4993
4994 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
4995
4996 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
4997 Don't use beginning-of-buffer.
4998 (filesets-cmd-show-result): Use with-no-warnings.
4999
b056d9cb
JL
50002004-11-08 Juri Linkov <juri@jurta.org>
5001
5002 * progmodes/compile.el (compile): Don't overwrite last command in
5003 minibuffer history with default command if they are not equal.
5004
3c29dab1
JB
50052004-11-08 Jay Belanger <belanger@truman.edu>
5006
5007 * calc/calcalg2.el (math-do-integral-methods): Try linear then
0c90b629 5008 non-linear substitutions.
3c29dab1 5009
bd6bda79
JB
50102004-11-08 Jay Belanger <belanger@truman.edu>
5011
5012 * calc/calcalg2.el (math-linear-subst-tried): New variable.
0c90b629 5013 (math-do-integral): Set `math-linear-subst-tried' to nil.
bd6bda79 5014 (math-do-integral-methods): Use `math-linear-subst-tried' to
0c90b629
SM
5015 determine what type of substitution to try.
5016 (math-integ-try-linear-substituion):
5017 Set `math-linear-subst-tried' to t.
bd6bda79 5018
85c38542
KS
50192004-11-08 Kim F. Storm <storm@cua.dk>
5020
5021 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
5022
91337c1f
JL
50232004-11-07 Juri Linkov <juri@jurta.org>
5024
5025 * info-look.el (info-lookup): Allow reusing in the current buffer
5026 not only *info* buffer, but all (even renamed) Info buffers
5027 by checking for major-mode instead of *info* buffer name.
5028 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
5029 (octave-mode, maxima-mode) <doc-spec>:
5030 Allow long dashes generated by Texinfo 4.7 before definitions.
5031 (texinfo-mode) <doc-spec>: Add space to suffix to find command
5032 definitions with argument separated by space.
5033
551373ea
RS
50342004-11-06 Richard M. Stallman <rms@gnu.org>
5035
5036 * simple.el (next-error group, face): Move before first use.
5037 (next-error-highlight, next-error-highlight-no-select): Likewise.
1efc19eb 5038
0c90b629 5039 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
551373ea
RS
5040 (line-move): New args NOERROR and TO-END.
5041 Return t if if succeed in moving specified number of lines.
5042 (move-end-of-line): New function.
1efc19eb
RS
5043
5044 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
5045 (end-of-buffer-other-window): Likewise.
551373ea
RS
5046
5047 * simple.el (line-move-ignore-invisible): Default to t.
5048
5049 * subr.el (syntax-after): Return the syntax letter, not the raw code.
5050
5051 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
5052
0c90b629
SM
5053 * international/iso-cvt.el (iso-cvt-define-menu):
5054 Rename menu-bar-files-menu to menu-bar-file-menu.
551373ea
RS
5055
5056 * net/browse-url.el (browse-url-gnome-moz-program)
5057 (browse-url-gnome-moz-arguments): Move up before first use.
5058
5059 * net/tramp.el (tramp group): Add :version.
5060
0c90b629 5061 * progmodes/ada-xref.el (ada-gdb-application):
551373ea
RS
5062 Use goto-char instead of beginning-of-buffer.
5063
0c90b629 5064 * progmodes/cperl-mode.el (cperl-info-on-command):
551373ea
RS
5065 Use goto-char instead of beginning-of-buffer.
5066
0c90b629 5067 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
551373ea
RS
5068 Move up before first use.
5069 (idlwave-shell-temp-pro-file): Likewise.
5070 (idlwave-shell-temp-rinfo-save-file): Likewise.
5071 (idlwave-shell-temp-file): Minor doc fix.
5072
5073 * textmodes/flyspell.el (flyspell-external-point-words):
5074 Use goto-char instead of beginning-of-buffer.
5075
e7b52b6d
KG
50762004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
5077
0c90b629
SM
5078 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
5079 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
c37ee7cb 5080 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
e7b52b6d 5081
59341ff0
DP
50822004-11-06 David Ponce <david@dponce.com>
5083
5084 * recentf.el (recentf-menu-path): Use menu item name.
5085
6159c232
EZ
50862004-11-06 Eli Zaretskii <eliz@gnu.org>
5087
5088 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
5089 display doesn't support images.
5090
cffe562a
AS
50912004-11-06 Andreas Schwab <schwab@suse.de>
5092
803a05c2
AS
5093 * tempo.el (tempo-match-finder): Doc fix.
5094
cffe562a
AS
5095 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
5096
32a0479a 50972004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
98961e08
AS
5098
5099 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
5100 (easy-menu-lookup-name): New fun to replace it.
5101 (easy-menu-get-map): Use it to obey menu item names (rather than just
5102 keys) when looking up `path'.
5103 (easy-menu-always-true-p): Rename from easy-menu-always-true.
5104 (easy-menu-convert-item-1): Adjust to new name.
5105
27540e81
EZ
51062004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
5107
5108 * outline.el (hide-body): Don't hide lines at the top of the file
5109 that precede the first header line.
5110
14e32dd3
EZ
51112004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
5112
5113 * align.el (align-areas): Delete whitespace before reindenting, so
5114 that tabs are never placed after spaces.
5115
4d79b874
EZ
51162004-11-06 Alan Shutko <ats@acm.org>
5117
5118 * macros.el (insert-kbd-macro): Do completions based on macros,
5119 rather than all commands.
5120
16d24ae8
EZ
51212004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
5122
5123 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
5124 to solve a bug whereby tags with 'b' don't match.
5125
3296d21b
JL
51262004-11-05 Juri Linkov <juri@jurta.org>
5127
5128 * info.el (Info-search): Don't search in node header lines
5129 and file headers.
5130
5131 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
5132 symbol-constituent characters after dot, not only digits.
5133
5dcd636b
DP
51342004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
5135
0c90b629 5136 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
5dcd636b 5137
8d9e2a49
JD
51382004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5139
5140 * dired.el (dired-read-dir-and-switches): Call read-directory-name
5141 if a dialog will be used, read-file-name otherwise.
5dcd636b 5142
fb54e72e
RS
51432004-11-04 Richard M. Stallman <rms@gnu.org>
5144
5145 * textmodes/table.el (table group): Add :version.
5146
5dcd636b 5147 * textmodes/ispell.el (ispell-word):
fb54e72e
RS
5148 Don't alter args; set them only thru `interactive' spec.
5149
5150 * textmodes/flyspell.el (flyspell-word):
5151 Don't alter FOLLOWING; set it only thru `interactive' spec.
5152
5153 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
5154
5155 * net/browse-url.el (browse-url-maybe-new-window):
5156 Use called-interactively-p.
5157
5dcd636b 5158 * mail/supercite.el (sc-cite-region):
fb54e72e
RS
5159 Don't use interactive-p. Add arg INTERACTIVE.
5160 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
5161
5dcd636b 5162 * international/mule-cmds.el (set-input-method, toggle-input-method):
fb54e72e
RS
5163 Don't use interactive-p. Add arg INTERACTIVE.
5164
5165 * eshell/esh-mode.el (eshell-show-maximum-output):
5166 Don't use interactive-p.
5167 (eshell-truncate-buffer): Just message, no error, if buffer is short.
5168
5169 * mouse.el (mouse-show-mark): Get positions to delete from mark
5170 and point, not from mouse-drag-overlay.
5171
5172 * imenu.el (imenu-eager-completion-buffer): Add :version.
5173
5174 * filesets.el (filesets group): Add :version.
5175
6a36ed14
DP
51762004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
5177
5178 * files.el (xml-based-modes): Delete var.
5179 (magic-mode-alist): New more general var.
5180 (set-auto-mode): Use it.
5181
5182 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
5183 when clicking from another window.
5184
f36e4afe
TTN
51852004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
5186
b44a1825
TTN
5187 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
5188 (vc-cvs-annotate-time): Incorporate value of deleted var.
5189 Remove special-case handling of beginning-of-buffer cruft.
5190 Cache ending position (point) and return value in text property
5191 `vc-cvs-annotate-time', and consult it on subsequent invocations.
5192
cd227df3
TTN
5193 * vc-cvs.el (vc-cvs-annotate-command):
5194 Delete extraneous lines from beginning of buffer.
5195 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
5196
02b73b97
TTN
5197 * progmodes/grep.el (grep-default-command): Take empty string
5198 for tag if all other methods yield nil. Shell-quote the tag.
5199
f36e4afe
TTN
5200 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
5201 spec in `interactive' form, and mention it in the docstring.
2e734353 5202 Also, make sure point is at bol after calling `annotate-time'.
f36e4afe 5203
29bb7127
RS
52042004-11-02 Richard M. Stallman <rms@gnu.org>
5205
fb54e72e
RS
5206 * cus-edit.el (customize-group-other-window):
5207 Select the window that displays the custom buffer.
5208 (custom-buffer-create-other-window): Likewise.
5209
5210 * comint.el (comint-insert-input): Fix previous change.
5211
29bb7127
RS
5212 * emacs-lisp/elp.el (elp-instrument-function):
5213 Use called-interactively-p.
5214
5215 * emacs-lisp/easymenu.el (easy-menu-intern):
5216 Don't downcase; rather, case-flip the first letter of each word.
5217
5218 * emacs-lisp/easy-mmode.el (define-minor-mode):
5219 Use called-interactively-p.
5220
5221 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
5222 Add interactive-only.
5223 (byte-compile-warnings): Add interactive-only as option.
5224 (byte-compile-interactive-only-functions): New variable.
5225 (byte-compile-form): Warn about calls to functions
5226 in byte-compile-interactive-only-functions.
5227
5228 * emacs-lisp/autoload.el (update-file-autoloads):
5229 Don't use interactive-p; take new arg SAVE-AFTER.
5230
5231 * emacs-lisp/advice.el (ad-make-advised-definition):
5232 Use called-interactively-p.
5233
46bfc73b
JD
52342004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5235
5236 * files.el (find-file-existing): New function.
5237
5238 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
5239 find-file-existing. Add "New File..." that calls find-file.
5240
424b9d3e 5241 * diropen.pbm, diropen.xpm: New files.
f36e4afe 5242
46bfc73b
JD
5243 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
5244 icon diropen. New tool bar item find-file-existing uses icon open.
5245
5246 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
5247 instead of read-file-name.
5248
fba8240f
GM
52492004-11-02 Ulf Jasper <ulf.jasper@web.de>
5250
5251 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
5252 (icalendar--split-value): Change name of work buffer.
5253 (icalendar--get-weekday-abbrev): Return nil on error.
5254 (icalendar--date-to-isodate): New function.
5255 (icalendar-convert-diary-to-ical)
5256 (icalendar-extract-ical-from-buffer): Use only two args for
5257 make-obsolete (XEmacs compatibility).
0c90b629 5258 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
fba8240f
GM
5259 (icalendar-export-region): Doc fix.
5260 If error, return non-nil and write errors to a buffer.
5261 Use correct weekday for weekly recurring events.
5262 Check whether date has been parsed for ordinary events.
5263 Make weekly events start in the year 2000.
5264 DTEND is non-inclusive, shift end date by one day if
5265 necessary (not for entries that have date and time).
5266 Rename local let variables: oops -> found-error, datestring ->
5267 startdatestring.
5268
23ed65c0
KS
52692004-11-02 Kim F. Storm <storm@cua.dk>
5270
ad8d994c
KS
5271 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
5272 keep-mode-if-same variable. Add it as optional arg instead.
5273 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
5274
3fc26d48
KS
5275 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
5276 substitute-command-keys will select lower-case bindings like those
5277 used in the static help texts.
5278
1b25dccd
KS
5279 * descr-text.el (describe-text-properties): Don't err if called in
5280 the *Help* buffer; output to *Help-2* buffer instead.
5281
23ed65c0
KS
5282 * kmacro.el (group kmacro): Add :version.
5283 (kmacro-keyboard-quit): New function to cleanup on C-g.
5284 (kmacro-start-macro): Set defining-kbd-macro to append when
5285 appending to last macro.
5286
5287 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
5288
f73f9708
NR
52892004-11-02 Nick Roberts <nickrob@snap.net.nz>
5290
5291 * progmodes/gdb-ui.el (gdb-enable-debug-log)
5292 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
5293 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
5294 Add :version keyword.
5295
23ed65c0 52962004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
97d83988 5297
0c90b629
SM
5298 * progmodes/flymake.el (flymake-err-line-patterns):
5299 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12e46b00 5300 `compilation-error-regexp-alist-alist' to internal Flymake format.
23ed65c0 5301
77c99c7f 5302 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12e46b00 5303
23ed65c0
KS
53042004-11-01 Jay Belanger <belanger@truman.edu>
5305
0c90b629
SM
5306 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
5307 with `interactive "s"'.
23ed65c0 5308
df0a91e2
JD
53092004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5310
11fd50f7
SM
5311 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5312 Revert change from 2004-10-16. '*' checks the current buffer, but the
df0a91e2
JD
5313 mouse click may be in another buffer.
5314
2b601e1c
JPW
53152004-11-01 John Paul Wallington <jpw@gnu.org>
5316
5317 * files.el (large-file-warning-threshold): Add :version keyword.
5318 (kill-some-buffers): Doc fix.
5319
5320 * thumbs.el (group thumbs): Add :version keyword.
5321
2c10c0f0
JPW
5322 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
5323
2d1ef312
RS
53242004-11-01 Richard M. Stallman <rms@gnu.org>
5325
29bb7127
RS
5326 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
5327
5328 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
5329
2d1ef312
RS
5330 * allout.el (allout group): Add :version.
5331 (allout-init): Don't use interactive-p.
5332 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11fd50f7 5333 (allout-forward-current-level, allout-backward-current-level):
2d1ef312
RS
5334 Don't use interactive-p.
5335
5336 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
5337 (bibtex-find-text): Likewise.
5338
5339 * progmodes/vhdl-mode.el (vhdl-fill-region)
5340 (vhdl-beginning-of-statement): Don't use interactive-p.
5341
5342 * progmodes/idlwave.el (idlwave-update-routine-info):
5343 Don't use interactive-p.
5344
5345 * progmodes/idlw-shell.el (idlwave-shell-send-char):
5346 Don't use interactive-p.
5347
11fd50f7 5348 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2d1ef312
RS
5349 Don't use interactive-p.
5350
5351 * progmodes/ada-xref.el (ada-make-body-gnatstub):
5352 Don't use interactive-p.
5353
5354 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
5355 (fortune-in-buffer): Doc fix.
5356
5357 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
5358
5359 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
5360 don't select the temporary buffer.
5361 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
5362 (eudc-get-phone): Likewise.
5363
5bad6053
KS
53642004-11-01 Kim F. Storm <storm@cua.dk>
5365
5366 * man.el (Man-xref-normal-file): Fix help-echo.
5367
11fd50f7
SM
53682004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5369
5370 * reveal.el (reveal-last-tick): New var.
5371 (reveal-post-command): Use it to avoid closing overlays when we're
5372 appending text to them.
5373
e0dc0c55
SM
53742004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5375
5376 * textmodes/bibtex.el: Require button.
5377 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
5378 (bibtex-reference-keys): Distinguish between header keys and
5379 crossref keys.
5380 (bibtex-beginning-of-field): New function.
5381 (bibtex-url-map): Remove.
5382 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
5383 (bibtex-font-lock-url-regexp): Assume that field names begin at
5384 the beginning of a line.
5385 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
5386 Remove field delimiters. Use bibtex-beginning-of-field.
5387 Bugfix, point can be inside a field with a url.
5388 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
5389 New functions.
5390 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
5391 (bibtex-key-in-head): Simplify.
5392 (bibtex-current-line): Use bolp.
5393 (bibtex-parse-keys): Remove unused arg `add'.
5394 Use bibtex-type-in-head and bibtex-key-in-head.
5395 (bibtex-parse-entry, bibtex-autofill-entry):
5396 Use bibtex-type-in-head and bibtex-key-in-head.
5397 (bibtex-autokey-get-field): Do not alter case of replacement text.
5398 (bibtex-autokey-get-names): Do all processing of name list.
5399 (bibtex-autokey-get-year): New function.
5400 (bibtex-autokey-get-title): Do all processing of title words.
5401 (bibtex-generate-autokey): Simplify.
5402 (bibtex-string-files-init): Use default-directory.
5403 Allow for absolute file names in bibtex-string-files.
5404 (bibtex-files, bibtex-file-path): New variables.
5405 (bibtex-files-expand): New function.
5406 (bibtex-find-entry-globally): New command.
5407 (bibtex-summary-function): New variable.
5408 (bibtex-summary): Default value of bibtex-summary-function.
5409 (bibtex-find-crossref): New optional args pnt and split.
5410 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
5411 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
5412 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
5413 Fix handling of required and alternative fields.
5414 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
5415 Use cons and display-buffer.
5416 (bibtex-validate-globally): New command.
5417 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
5418 bibtex-parse-keys and bibtex-parse-strings for updating
5419 bibtex-reference-keys and bibtex-strings.
5420 (bibtex-realign): Remove blank lines past the last entry.
5421 (bibtex-reformat): Use bibtex-entry-format as default.
5422 (bibtex-choose-completion-string): Remove.
5423 (bibtex-complete): Do not use bibtex-choose-completion-string.
5424 (bibtex-url): Simplify.
5425
67156185
JD
54262004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5427
5428 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
5429 (x-dnd-types-alist, x-dnd-open-file-other-window)
5430 (x-dnd-known-types): Add :version.
5431
d98410ed
JPW
54322004-10-31 John Paul Wallington <jpw@gnu.org>
5433
5434 * ibuffer.el (group ibuffer): Add :version keyword.
5435
ad1432ee
KS
54362004-10-31 Kim F. Storm <storm@cua.dk>
5437
5438 * ido.el (group ido): Add :version keyword.
5439 (ido-mode): Remove :version keyword.
5440
5441 * emulation/cua-base.el (group cua): Add :version keyword.
5442 (cua-mode): Remove :version keyword.
5443
be203836
LT
54442004-10-30 Luc Teirlinck <teirllm@auburn.edu>
5445
0a306700
LT
5446 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
5447
be203836
LT
5448 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
5449 compiler warning.
7c26939b
LT
5450 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
5451 function.
5452 (help-at-pt-display-when-idle): Remove autoload.
be203836 5453
11fd50f7 54542004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5459bcdf
SM
5455
5456 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
5457
d6288299
JL
54582004-10-30 Juri Linkov <juri@jurta.org>
5459
5460 * help.el (function-called-at-point):
5459bcdf 5461 * help-fns.el (variable-at-point): Read -> intern.
d6288299 5462
707994d2
SJ
54632004-10-30 Simon Josefsson <jas@extundo.com>
5464
5459bcdf
SM
5465 * progmodes/autoconf.el (autoconf-font-lock-keywords):
5466 Recognize AS_* too.
707994d2 5467
266725f1
SJ
54682004-10-29 Simon Josefsson <jas@extundo.com>
5469
5470 * subr.el (read-passwd): Move back from password.el.
5471
5472 * password.el: Remove, not ready yet.
5473
88aab7b4
AS
54742004-10-29 Andreas Schwab <schwab@suse.de>
5475
5476 * speedbar.el (speedbar-frame-parameters): Improve customize type.
5477
ab60bd74
SS
54782004-10-29 Sam Steingold <sds@gnu.org>
5479
f946e47e 5480 * mouse.el (mouse-show-mark): Replace the last occurrence of
ab60bd74
SS
5481 x-lost-selection-hooks with x-lost-selection-functions.
5482
11fd50f7 54832004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2d586478
SM
5484
5485 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
5486 x-lost-selection-functions is bound.
5487
5488 * mouse-sel.el (mouse-sel-mode):
5489 * emacs-lisp/lselect.el: Adjust to new names for
5490 x-(lost|sent)-selection-functions.
5491
5492 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
5493 New obsolete aliases of x-lost-selection-functions and
5494 x-sent-selection-functions.
5495
a00725c7
KS
54962004-10-28 Kim F. Storm <storm@cua.dk>
5497
5498 * imenu.el (imenu-scanning-message): Remove.
5499 (imenu-progress-message): Make it a no-op.
5500
8a9cdb8d
JPW
55012004-10-28 John Paul Wallington <jpw@gnu.org>
5502
5503 * files.el (set-auto-mode): Call `throw' correctly.
5504
02c9f5cd
JL
55052004-10-28 Juri Linkov <juri@jurta.org>
5506
5507 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
5508 to search `Info-...' commands in `info' manual.
5509 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5510 Add 'info-file "emacs" property.
5511 (Info-find-emacs-command-nodes): Fix index line number regexp.
5512 Set real line number (instead of fake 0) in first element of the
5513 returned list.
5514 (Info-goto-emacs-command-node): Use line number of first element
5515 to set point in the first found Info node.
5516
5517 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
5518 code to `grep-mode-font-lock-keywords'.
5519 (grep-mode-font-lock-keywords): Delete grep markers instead
5520 of making them invisible.
5521
f4982064
JD
55222004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5523
5524 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
5525 and x-server-version in bug report.
5526
521cf174
DP
55272004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
5528
5529 * files.el (set-auto-mode-0): New function.
5530 (set-auto-mode): Use it to handle aliased modes and to
5531 be consistent between C-x C-f and C-x C-w.
5532
16a3d4e5
KH
55332004-10-28 Kenichi Handa <handa@m17n.org>
5534
5459bcdf
SM
5535 * international/utf-8.el (utf-translate-cjk-charsets):
5536 Add katakana-jisx0201.
7d9d5480 5537
16a3d4e5
KH
5538 * international/subst-jis.el: Add data for JISX0201.
5539
068f3848
SM
55402004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * obsolete/hilit19.el (hilit-mode): New function.
5543 Move all the toplevel side-effecting stuff into it, so that loading
5544 hilit19 doesn't mess everything up any more.
5545
4660a9e3
RS
55462004-10-27 Richard M. Stallman <rms@gnu.org>
5547
563631fe
RS
5548 * add-log.el (add-change-log-entry): Set up mailing address
5549 and full name later, and don't alter add-log-mailing-address
5550 or add-log-full-name.
5551
5552 * elide-head.el (elide-head): Change error to message.
5553 (elide-head-show): Likewise.
5554
5555 * apropos.el (apropos-macrop): Doc fix.
5556
5557 * mouse.el (mouse-show-mark): Do most processing the same
5558 regardless of transient-mark-mode.
5559
5560 * shadowfile.el (shadow-copy-files): Use interactive-p
5561 only to control whether to print a message.
5562
5563 * tar-mode.el (tar-mode): Use write-contents-functions,
5564 not write-contents-hooks.
5565
4660a9e3
RS
5566 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
5567 directory-sep-char.
5568
55692004-10-27 Richard M. Stallman <rms@gnu.org>
5570
5571 * strokes.el (strokes-unload-hook): Fix previous change.
5572
5573 * type-break.el (type-break-run-at-time): Always use run-at-time;
5574 forget the alternatives.
5575 (type-break-cancel-function-timers): Always use cancel-function-timers;
5576 forget the alternatives.
5577
5578 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
5579
af3b9e47
KH
55802004-10-27 Kenichi Handa <handa@m17n.org>
5581
068f3848 5582 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
af3b9e47
KH
5583
5584 * international/subst-gb2312.el: Likewise.
5585
5586 * international/subst-big5.el: Likewise.
5587
5588 * international/subst-ksc.el: Likewise.
5589
5590 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
5591 New variable.
5592 (utf-translate-cjk-set-unicode-range): New function.
5593 (utf-translate-cjk-unicode-range): Make it customizable.
068f3848
SM
5594 (utf-8-post-read-conversion):
5595 Use utf-translate-cjk-unicode-range-string.
3ccf95cb
KH
5596 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
5597 Unicode ranges.
af3b9e47 5598
bbc67516
DP
55992004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
5600
5601 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
5602 trivial variants to shorten the list.
5603 (xml-based-modes): New var.
5604 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
5605 declaration higher priority than auto-mode-alist.
5606
5607 * find-file.el (cc-other-file-alist): Bring it in line with
5608 cc-mode's auto-mode-alist entries and use \' instead of $.
5609
5610 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
5611 and add "Id" and "Name" submenus to it.
5612
5613 * imenu.el (imenu--generic-function): Skip matches in comments.
5614
8cb77f98
JB
56152004-10-26 Jay Belanger <belanger@truman.edu>
5616
5617 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
5618 (full-calc-keypad, calc-trail-display): Use an extra argument
5619 instead of `interactive-p'.
5620
5621 * calc/calc-misc.el (calc-other-window): Use an extra argument
bbc67516 5622 instead of `interactive-p'.
8cb77f98 5623
bbc67516
DP
5624 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
5625 `interactive-p'.
8cb77f98 5626
c8636435
KS
56272004-10-26 Kim F. Storm <storm@cua.dk>
5628
5629 * help.el (describe-key): Describe both down-event and up-event
5630 for a mouse click.
5631
fb2496f4
RS
56322004-10-26 Richard M. Stallman <rms@gnu.org>
5633
5634 * woman.el (woman): Don't call interactive-p.
5635
5636 * pcomplete.el (pcomplete): Instead of interactive-p,
5637 use an arg set non-nil by the interactive spec.
5638
5639 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
5640 use an arg set non-nil by the interactive spec.
5641
5642 * man.el (Man-cleanup-manpage): Instead of interactive-p,
5643 use an arg set non-nil by the interactive spec.
5644
e3c9b21e
MY
56452004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
5646
068f3848
SM
5647 * progmodes/flymake.el (flymake-split-string):
5648 Use `flymake-split-string-remove-empty-edges' in any case.
c8636435 5649
e3c9b21e
MY
56502004-10-26 Masatake YAMATO <jet@gyve.org>
5651
c8636435
KS
5652 * progmodes/flymake.el (flymake-err-line-patterns):
5653 Use `compilation-error-regexp-alist-alist' instead of
e3c9b21e
MY
5654 `compilation-error-regexp-alist'.
5655
068f3848
SM
56562004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
5659 verbatim face on the \ of \end{verbatim}.
5660
967d58da
JB
56612004-10-25 Jay Belanger <belanger@truman.edu>
5662
5663 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
5664 erasing minibuffer.
5665
d7aea840
SJ
56662004-10-25 Simon Josefsson <jas@extundo.com>
5667
5668 * subr.el (read-passwd): Move to net/password.el.
5669
5670 * net/password.el (read-passwd): Add. Autoload it.
5671
3acd2c4f
KG
56722004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
5673
5674 * mouse-sel.el (mouse-sel-mode): Specify custom group.
5675
85af630d
KG
5676 * simple.el (process-file): Fix logic.
5677
6faab05f
LT
56782004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5679
f328b6c4 5680 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
6faab05f
LT
5681 (increase-right-margin): Remove erroneous call to `interactive-p'.
5682
4a2ca8dd
KS
56832004-10-24 Kim F. Storm <storm@cua.dk>
5684
5685 * help.el (describe-mode): Fix 2004-10-13 change.
5686 Copy pure "Auto Fill" string so it can be propertized later
5687 without causing a read-only error.
5688
f254e21f
LT
56892004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5690
5691 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
5692 style indexes.
5693
8de40f9f
KG
56942004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5695
5696 * simple.el (process-file): Accept nil for INFILE. Reported by
5697 Luc Teirlinck.
5698
3988d9c6
MY
56992004-10-24 Masatake YAMATO <jet@gyve.org>
5700
f328b6c4
SM
5701 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
5702 Handle periods and underscores in a function name.
3988d9c6
MY
5703 Remove the address fontification.
5704
135a6e29
NR
57052004-10-24 Masatake YAMATO <jet@gyve.org>
5706
f328b6c4
SM
5707 * progmodes/asm-mode.el (asm-font-lock-keywords):
5708 Use font-lock-variable-name-face for registers.
135a6e29
NR
5709
57102004-10-24 Nick Roberts <nickrob@snap.net.nz>
5711
5712 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
5713 kill-all-local-variables.
5714 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
f328b6c4
SM
5715 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
5716 Use kill-all-local-variables and provide mode-hooks.
5717 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
135a6e29
NR
5718 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
5719 Suggested by Masatake YAMATO <jet@gyve.org>.
5720
0457dd55
KG
57212004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
5722
5723 * simple.el (process-file): New function, similar to call-process
5724 but supports file handlers.
5725 * vc.el (vc-do-command): Use it, instead of call-process.
5726 * net/tramp-vc.el (vc-do-command): Do not advise it if
5727 process-file is fboundp.
5728 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
5729 process-file.
5730 (tramp-handle-process-file): New function.
5731 (tramp-file-name-for-operation): Support process-file.
5732
45af6ed7
GM
57332004-10-23 Ulf Jasper <ulf.jasper@web.de>
5734
5735 * calendar/icalendar.el (icalendar--weekday-array): New constant.
5736 (icalendar-weekdayabbrev-table)
5737 (icalendar-monthnumber-table): Delete.
5738 (icalendar--get-month-number): Use calendar-month-name-array.
5739 (icalendar--get-weekday-number): New function.
5740 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
5741 (icalendar-export-region): Handle multi-line entries.
5742 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
5743
33a584e6
JPW
57442004-10-23 John Paul Wallington <jpw@gnu.org>
5745
818f3c45
JPW
5746 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
5747 `wildcards' set to t in interactive spec.
5748
33a584e6 5749 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1818237f 5750 interactive spec rather than use `interactive-p'.
818f3c45
JPW
5751 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
5752 rather than use function `interactive-p'.
33a584e6 5753
d0ee2ed3
KH
57542004-10-22 Kenichi Handa <handa@m17n.org>
5755
5756 * international/mule.el (translate-region): Implement it in Lisp
5757 as a front end of translate-region-internal.
5758
23b24d63
JB
57592004-10-21 Jay Belanger <belanger@truman.edu>
5760
5761 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
f328b6c4 5762 Declare these variables with defvar.
23b24d63
JB
5763
5764 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
5765 is bound, only check to see if it is bound.
5766
22101fbb
SM
57672004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5768
f328b6c4
SM
5769 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5770 Don't output messages.
5771
22101fbb
SM
5772 * calc/calc-help.el (calc-describe-bindings): Fix last change.
5773
6e237e72
JB
57742004-10-21 John Paul Wallington <jpw@gnu.org>
5775
5776 * calc/calc-graph.el (calc-graph-init):
5777 Use `set-process-query-on-exit-flag'.
5778
199143f1
DP
57792004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
5780
5781 * progmodes/compile.el (compilation-start): Rely on `cd' to get
5782 dir right and also allow argumentless cd.
5783
8550b998
RS
57842004-10-19 Richard M. Stallman <rms@gnu.org>
5785
5786 * textmodes/flyspell.el (flyspell-mode): Doc fix.
5787
5788 * eshell/em-unix.el (eshell-grep):
5789 Don't bind compilation-process-setup-function.
5790
5791 * comint.el (comint-insert-input): Use @ in `interactive'.
5792 (comint-input-filter-functions): Doc fix.
5793 (comint-kill-whole-line, comint-get-source): Doc fix.
5794
5795 * progmodes/compile.el (compilation-setup):
5796 Don't set buffer-read-only if MINOR is non-nil.
5797
9c5cb892
JB
57982004-10-19 Jay Belanger <belanger@truman.edu>
5799
5800 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
22101fbb
SM
5801 (calc-emacs-type-gnu19): Remove.
5802 (calc-digit-map, calc-read-key-sequence, calc-read-key):
5803 Remove check for old emacs versions.
9c5cb892 5804
22101fbb 5805 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9c5cb892
JB
5806 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
5807 for current Emacs.
5808
5809 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
5810 the end of the minibuffer.
5811 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
5812 copy `esc-map'.
5813
22101fbb 5814 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9c5cb892 5815
22101fbb 5816 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9c5cb892
JB
5817 call that would be given when the current emacs was used.
5818
8a41a047
GM
58192004-10-19 Ulf Jasper <ulf.jasper@web.de>
5820
5821 * calendar/icalendar.el: Set coding to utf-8.
5822 (icalendar-version): Increase to 0.07.
5823 (icalendar-monthnumber-table): Change March pattern.
5824 (icalendar-get-all-event-properties)
5825 (icalendar-set-event-property): Delete.
5826 (icalendar-all-events): No longer interactive.
5827 (icalendar-convert-diary-to-ical)
5828 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
5829 their replacements.
5830 (icalendar-export-file, icalendar-export-region): New functions;
5831 essentially old `icalendar-convert-diary-to-ical' but appending to
5832 target rather than overwriting.
5833 (icalendar-import-file): Append to target file rather than
5834 overwriting. Fourth arg deleted.
5835 (icalendar-import-buffer): New name for old
5836 `icalendar-extract-ical-from-buffer'.
5837 (icalendar--convert-string-for-import): New name for
5838 old `icalendar-convert-for-import'.
5839 (include-icalendar-files): Delete.
5840 Prefix for all internal functions changed from `icalendar-'
5841 to `icalendar--'.
5842
b18ba80e
RS
58432004-10-19 Richard M. Stallman <rms@gnu.org>
5844
5845 * paths.el (news-path): Fix previous change.
5846
9c5cb892
JB
58472004-10-18 Jay Belanger <belanger@truman.edu>
5848
22101fbb
SM
5849 * calc/calc-help.el (calc-describe-bindings):
5850 Set `buffer-read-only' to nil while working in the keybindings buffer;
9c5cb892
JB
5851 remove some extra information from the keybindings buffer.
5852
7a892a8b
DP
58532004-10-18 David Ponce <david@dponce.com>
5854
5855 * mouse.el (mouse-drag-move-window-top): New function.
5856 (mouse-drag-mode-line-1): Use it.
5857
e14105f6
TTN
58582004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
5859
5860 * info.el (Info-fontify-node): For multiline refs,
5861 arrange to unfontify newline and surrounding whitespace.
5862
bcabe045
SM
58632004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
5866 directory is missing.
5867
957237cb
JPW
58682004-10-17 John Paul Wallington <jpw@gnu.org>
5869
5870 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
5871 New customizable variable; whether to display buffers that match
5872 `ibuffer-maybe-show-predicates' by default.
5873 (ibuffer-maybe-show-predicates): Mention it in docstring.
5874 (ibuffer-display-maybe-show-predicates): New variable.
5875 (ibuffer-update): Prefix arg now toggles whether buffers that
5876 match `ibuffer-maybe-show-predicates' should be displayed.
5877 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
5878 locally to heed `ibuffer-default-display-maybe-show-predicates'.
5879 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
5880
b15d0c4c
MA
58812004-10-17 Michael Albinus <michael.albinus@gmx.de>
5882
5883 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
5884 work correctly.
5885
bfb2dda4
DP
58862004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
5887
5888 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
5889 (Buffer-menu-beginning): New helper function.
5890 (Buffer-menu-execute): Use it.
5891 (Buffer-menu-select): Use it.
5892 (Buffer-menu-sort): Use it and also keep markers.
5893
69075cdd
RS
58942004-10-17 Richard M. Stallman <rms@gnu.org>
5895
bcabe045 5896 * paths.el (news-directory): Rename from news-path. Old name alias.
69075cdd
RS
5897 (rmail-spool-directory): Use defvar.
5898 (sendmail-program): Use defcustom.
5899 (remote-shell-program): Use defcustom.
5900 (term-file-prefix): Use defvar.
5901 (abbrev-file-name): Use defvar.
5902
5903 * term.el: Add maintainer.
5904
5905 * subr.el (with-local-quit): Return nil if there's a quit.
5906 (read-passwd): Use with-local-quit. Doc fix.
5907
5908 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
5909 (strokes-unload-hook): Set as a variable with add-hook.
5910
5911 * startup.el (fancy-splash-tail, normal-splash-screen):
5912 Update copyright year.
5913
5914 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
5915
5916 * server.el (server-unload-hook): Set as a variable with add-hook.
5917
5918 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
5919
bfb2dda4 5920 * frame.el (special-display-popup-frame):
69075cdd
RS
5921 Make the buffer current as its frame is created.
5922
5923 * delsel.el (delsel-unload-hook): Set as a variable.
5924
5925 * comint.el (comint-output-filter-functions):
5926 Add comint-watch-for-password-prompt.
5927 (comint-read-noecho): Function deleted.
5928 (send-invisible): Use read-passwd.
5929
5930 * fringe.el (fringe-mode-initialize): New function.
5931 (fringe-mode): Use fringe-mode-initialize as :initialize.
5932
690987a7
KS
59332004-10-17 Kim F. Storm <storm@cua.dk>
5934
5935 * language/indian.el (indian-script-language-alist): Swap value and doc.
5936 (indian-font-char-index-table): Doc fix.
5937
4d11f532
SM
59382004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
5941
577bf5d2
JL
59422004-10-16 Juri Linkov <juri@jurta.org>
5943
5944 * progmodes/compile.el (compilation-start): Move let-binding of
5945 `process-environment' into `with-current-buffer' body.
5946 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5947
c2e2ede7
RS
59482004-10-16 Richard M. Stallman <rms@gnu.org>
5949
5950 * pcvs-util.el (cvs-bury-buffer):
5951 Don't call get-buffer-window for effect.
5952
5953 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
5954
5955 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
5956
5957 * msb.el (msb-unload-hook): Set the variable.
5958
5959 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5960 Use * to err if buffer is readonly.
5961
5962 * subr.el (looking-back): Return only t or nil.
5963
5964 * whitespace.el (whitespace-unload-hook): Set the variable.
5965
5966 * view.el (view-mode-enable): Set view-page-size and
5967 view-half-page-size to nil.
5968 (view-set-half-page-size-default): view-half-page-size = nil
5969 means the default.
5970 (View-scroll-page-forward): Use view-page-size-default.
5971 (View-scroll-page-backward): Likewise.
5972 (view-page-size, view-half-page-size): Doc fixes.
5973
5974 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
5975
5976 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
5977
5978 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
5979 "cl" like other files. Instead, call byte-compile-find-cl-functions.
5980 (byte-compile-log-1): Bind inhibit-read-only.
5981 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
5982 (byte-compile-log-warning): Likewise.
5983 (byte-compile-file-form-require): Detect "cl" from the arg value.
5984
5985 * progmodes/compile.el (compilation-start): Assume compilation-mode
5986 will make the buffer read-only.
5987 (compilation-mode): Take arg name-of-mode.
5988 (compilation-setup): Make buffer read-only.
5989 (compilation-handle-exit): Bind inhibit-read-only.
5990
5991 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
5992 (ispell-message): Likewise.
5993 (ispell-show-choices): Don't call get-buffer-window uselessly.
5994 (ispell-init-process): Use set-process-query-on-exit-flag.
5995
9df95fa0
KS
59962004-10-16 Kim F. Storm <storm@cua.dk>
5997
d12757b7
KS
5998 * fringe.el (fringe-bitmaps): Only initialize when defined.
5999
9df95fa0
KS
6000 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
6001 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
6002
6003 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
6004
d3b628d9
SJ
60052004-10-15 Simon Josefsson <jas@extundo.com>
6006
6007 * net/password.el: Add.
6008
4a2ca8dd
KS
60092004-10-14 Masatake YAMATO <jet@gyve.org>
6010
6011 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
6012 (gdb-script-end-of-defun): New function.
6013 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
6014 `gdb-script-end-of-defun' as *-of-defun-function.
6015
e25e90b4
DP
60162004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
6017
4d11f532 6018 * button.el (button-activate): Allow a marker to display as an action.
e25e90b4 6019
4d11f532 6020 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
e25e90b4
DP
6021
6022 * help.el (describe-mode): Use it to make minor mode list into
6023 hyperlinks.
6024
9238467d
SM
60252004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * vc.el (vc-annotate-display-select): Fix typo.
6028
6029 * subr.el (substitute-key-definition-key): New function.
6030 (substitute-key-definition): Use it with map-keymap.
6031 (event-modifiers): Use push.
6032 (mouse-movement-p, with-temp-buffer): Simplify.
6033
9c5cb892
JB
60342004-10-12 Jay Belanger <belanger@truman.edu>
6035
6036 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
22101fbb 6037 New variables.
9c5cb892 6038 (calc-help-index-entries): New function.
22101fbb
SM
6039 (calc-describe-function): Use `calc-help-function-list' instead of
6040 obarray for completion.
6041 (calc-describe-variable): Use `calc-help-variable-list' instead
6042 of obarray for completion.
9c5cb892 6043
c2e2ede7
RS
60442004-10-12 Richard M. Stallman <rms@gnu.org>
6045
6046 * info-look.el (info-lookup-file): Add info-file property.
6047 (info-lookup-symbol): Likewise.
6048
6049 * info.el (info-xref): Add underlining.
6050 (info): Add info-file property.
6051 (Info-find-emacs-command-nodes): Specify case-sensitive search.
6052
414da5ab
MA
60532004-10-12 Michael Albinus <michael.albinus@gmx.de>
6054
6055 Sync with Tramp 2.0.45.
6056
6057 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
adc182c8 6058 defined. This is not the case for XEmacs without package "edebug".
414da5ab
MA
6059 (tramp-set-auto-save-file-modes): Set permissions of autosaved
6060 remote files to the permissions of the original file. This is not
6061 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
6062 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
adc182c8 6063 (tramp-perl-decode): Fix an error in Perl implementation.
414da5ab
MA
6064 $pending must be cleared every loop. Reported by Benjamin Place
6065 <benjaminplace@sprintmail.com>
6066
adc182c8
SM
6067 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
6068 Don't activate advice during definition. This is done later on,
6069 depending on test result of `substitute-in-file-name'.
6070 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6071
60722004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
6075
6076 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
414da5ab 6077
82862190
DP
60782004-10-12 David Ponce <david@dponce.com>
6079
6080 * recentf.el (recentf-edit-list): Update the menu when the recentf
6081 list has been modified.
6082
3bb53a84
SJ
60832004-10-12 Simon Josefsson <jas@extundo.com>
6084
6085 * net/tls.el (tls-certtool-program): New variable.
6086 (tls-certificate-information): New function, based on
6087 ssl-certificate-information.
6088
5e2e859a
KH
60892004-10-12 Kenichi Handa <handa@m17n.org>
6090
adc182c8 6091 * international/mule.el (coding-system-equal): Move from mule-util.el.
5e2e859a 6092
adc182c8 6093 * international/mule-util.el (coding-system-equal): Move to mule.el.
5e2e859a 6094
b583964c
KS
60952004-10-12 Kim F. Storm <storm@cua.dk>
6096
6097 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
6098 reset kmacro-initial-counter-value if set.
6099 (kmacro-set-counter): Only set kmacro-counter if defining or executing
6100 macro. Set kmacro-initial-counter-value otherwise. Never set both.
6101 (kmacro-display): Show macro counter if non-zero.
5a484642
KS
6102
6103 * subr.el (substitute-key-definition): Mention command remapping
6104 in doc string.
6105
9c5cb892
JB
61062004-10-11 Jay Belanger <belanger@truman.edu>
6107
6108 * calc/calc-misc.el (calc-info-goto-node): New function.
6109 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
22101fbb 6110 node in one step.
9c5cb892
JB
6111 (calc-describe-copying, calc-describe-distribution)
6112 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
6113 Go to appropriate info node in one step.
6114
9238467d 61152004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
6116
6117 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
6118
6119 * font-lock.el (font-lock-apply-highlight): Fix last change.
6120
e8620cb6
SJ
61212004-10-11 Simon Josefsson <jas@extundo.com>
6122
6123 * mail/smtpmail.el (smtpmail-open-stream): Look for
6124 starttls-gnutls-program instead of starttls-program iff
6125 starttls-use-gnutls is non-nil.
6126 (smtpmail-open-stream): Don't overwrite user settings of
6127 starttls-extra-arguments and starttls-extra-args.
6128
9238467d 61292004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
6130
6131 * comint.el (comint-mouse-insert-input): Remove.
6132 (comint-insert-input): Make it work for mouse bindings.
6133 (comint-mode-map): Move defs into the declaration.
6134 (comint-output-filter): Typo.
6135
6136 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
6137
97e810ff
KG
61382004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
6139
6140 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
6141 (ange-ftp-call-chmod): Reference remote-shell-program instead of
6142 ange-ftp-remote-shell.
6143
af8c5477
AS
61442004-10-10 Andreas Schwab <schwab@suse.de>
6145
6146 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
6147 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
6148 Reported by <sri@asu.edu>.
6149
fd1cf0a0
AS
61502004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
6151
6152 * vc.el (vc-annotate-mode): Remove variable.
6153 (vc-annotate-display-select): Only call vc-annotate-mode
6154 if we're not in that mode already.
6155
adc182c8
SM
61562004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
6159 (imenu-choose-buffer-index): Check here for rescan instead.
6160
6161 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
6162 where the face expression evals to nil.
6163
6164 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
6165 (tex-font-lock-keywords-2): Use it.
6166 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
6167
6168 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
6169
c2b4a97b
KS
61702004-10-09 Kim F. Storm <storm@cua.dk>
6171
6172 * subr.el (progress-reporter-update): Define before first usage.
6173 (make-progress-reporter): Doc fix.
6174
9f4b6e73
LT
61752004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6176
6177 * textmodes/paragraphs.el (sentence-end-double-space)
6178 (sentence-end-without-period, sentence-end-without-space)
6179 (sentence-end): Doc fixes.
6180
657f0f9c
EZ
61812004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
6182
adc182c8
SM
6183 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
6184 Change paragraph-start regexp so we don't fill code starting with #'(.
9f4b6e73 6185
67e61e16
EZ
61862004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
6187
6188 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
6189 New defcustom.
6190 (extract-address-components): Use it.
6191
b4329caa
EZ
61922004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6193
6194 * subr.el (make-progress-reporter, progress-reporter-update)
6195 (progress-reporter-force-update, progress-reporter-do-update)
6196 (progress-reporter-done): New functions.
4f124fb5
EZ
6197
6198 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
6199
6200 * progmodes/etags.el (etags-tags-completion-table): Use progress
6201 reporter.
6202 (etags-tags-apropos): Likewise.
b4329caa 6203
a1883913
EZ
62042004-10-08 Alan Mackenzie <acm@muc.de>
6205
6206 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
6207 of current line.
6208
62092004-10-08 Masatake YAMATO <jet@gyve.org>
9afed9b1 6210
9f4b6e73 6211 * server.el (server-process-filter): Wrap `process-send-region'
adc182c8 6212 by `condition-case' to guard the case when the pipe to PROC is closed.
9afed9b1 6213
f6caa5db
MH
62142004-10-07 Mark A. Hershberger <mah@everybody.org>
6215
adc182c8 6216 * xml.el (xml-substitute-special): Limit handling of external entities.
f6caa5db 6217
fb1adf17
NR
62182004-10-06 Nick Roberts <nickrob@snap.net.nz>
6219
6220 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
6221
07f7e9ae
JPW
62222004-10-06 John Paul Wallington <jpw@gnu.org>
6223
6224 * xml.el (xml-parse-dtd): Fix `error' call.
6225
fcb21188
MH
62262004-10-05 Mark A. Hershberger <mah@everybody.org>
6227
6228 * xml.el (xml-substitute-special): Return a single string instead
6229 of a list of strings if an entity substitution is made.
6230
1698fb36
GM
62312004-10-05 Ulf Jasper <ulf.jasper@web.de>
6232
6233 * calendar/icalendar.el: New file.
6234
ea99d5c8
JL
62352004-10-05 Juri Linkov <juri@jurta.org>
6236
6237 * isearch.el (isearch-done): Set mark after running hook.
577bf5d2 6238 Reported by Drew Adams <drew.adams@oracle.com>.
ea99d5c8
JL
6239
6240 * info.el (Info-history, Info-toc): Fix Info headers.
6241 (Info-toc): Narrow buffer before Info-fontify-node.
6242 (Info-build-toc): Don't check for special Info file names.
6243 Set main-file to nil if Info-find-file returns a symbol.
6244
80a47b51
GM
62452004-10-05 Emilio C. Lopes <eclig@gmx.net>:
6246
6247 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
6248 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
6249 * calendar/cal-menu.el (calendar-mode-map): Ditto.
6250
62512004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6252
6253 * calendar/cal-iso.el (calendar-iso-read-args): New function,
6254 for old interactive spec from calendar-goto-iso-date.
6255 (calendar-goto-iso-date): Use it.
6256 (calendar-goto-iso-week): New function. Suggested by Emilio
6257 C. Lopes <eclig@gmx.net>.
6258
5086e75d
LT
62592004-10-04 Luc Teirlinck <teirllm@auburn.edu>
6260
adc182c8
SM
6261 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
6262 `set-right-margin' bindings that follow the minor mode conventions.
5086e75d 6263
9238467d 62642004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
dd166d5f
SM
6265
6266 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
6267 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
6268 (latex-block-args-alist): Add minipage and picture.
6269 (latex-block-body-alist): Use reftex-label if enabled.
6270 (latex-insert-block): Don't insert a \n if not necessary.
6271 (tex-compile-commands): Make sure dvips doesn't send to printer.
6272 (tex-compile-default): Handle the case where no executable is found.
6273 (latex-noindent-environments): New var.
6274 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
6275 If tex-indent-allhanging is non-nil, make sure we only align for macros
6276 at beginning of line.
6277
2308f447
DP
62782004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
6279
6280 * newcomment.el (comment-beginning): Doc fix and don't choke on
dd166d5f 6281 unset `comment-end-skip' when at beginning of comment.
2308f447 6282
972a542d
DN
62832004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6284
6285 * term.el (term-adjust-current-row-cache): Don't allow the current
6286 row to become negative.
6287 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
6288 the end of the line. Fix scroll down. Add comments.
6289 (term-handle-ansi-escape): Don't exceed terminal width when moving
2308f447 6290 right.
dd166d5f 6291 (term-scroll-region): Move the cursor after setting the scroll region.
972a542d 6292
a5b3d1b8
LT
62932004-10-01 Luc Teirlinck <teirllm@auburn.edu>
6294
6295 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
6296 to `width' for consistency with docstring. Doc fix.
6297
9a737a1f
MS
62982004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
6299
6300 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
6301 This is necessary for derived modes.
6302
31437c9b
KS
63032004-09-30 Kim F. Storm <storm@cua.dk>
6304
6305 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
6306 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
6307
6308 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
6309 kmacro-extract-lambda functions.
6310 (edit-kbd-macro): Handle kmacro lambda forms.
6311 Include counter and counter format in edit buffer.
6312 (edmacro-finish-edit): Get counter and format from edit buffer and
6313 update kmacro bindings when found.
6314
978b94d0
LT
63152004-09-29 Luc Teirlinck <teirllm@auburn.edu>
6316
dd166d5f
SM
6317 * textmodes/paragraphs.el (forward-paragraph):
6318 Avoid args-out-of-range error when point winds up at the beginning of
30857a61
LT
6319 the buffer and hard newlines are enabled.
6320
978b94d0
LT
6321 * newcomment.el (comment-multi-line): Doc fix.
6322
bd9d7d76
SM
63232004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
6326 (diff-fixup-modifs): Catch unified-diff file-headers.
6327
841a8bca
KS
63282004-09-29 Kim F. Storm <storm@cua.dk>
6329
6330 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
6331 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
6332 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
6333
6334 * fringe.el (fringe-bitmap-p): New macro.
6335 (fringe-bitmaps): Add standard fringe bitmaps on load.
6336
4a2ca8dd
KS
63372004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * dired.el (dired-view-command-alist): Use more efficient regexps.
6340 Remove dubious arguments.
6341 (dired-align-file): New function.
6342 (dired-insert-directory): Use it.
6343 (dired-move-to-end-of-filename): Make the " -> " search more specific.
6344 (dired-buffers-for-dir): Remove unused var `pattern'.
6345
28f94a34 63462004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
ba55e59f
GM
6347
6348 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
6349 from diary display excursion. Store diary buffer's point for
6350 `simple-diary-display'.
6351 (simple-diary-display): Set window point and start when
6352 displaying buffer, to preserve point.
6353
e2577410
LT
63542004-09-27 Luc Teirlinck <teirllm@auburn.edu>
6355
6356 * textmodes/enriched.el (enriched-translations): Replace defconst
6357 with defvar.
6358
b1f6fa86
VJL
63592004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6360
6361 * printing.el: Doc fix.
6362 (pr-version): New version number (6.8.1).
6363 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
6364 make-temp-name.
bd9d7d76
SM
6365 (pr-delete-file): Check if file exists before deleting it.
6366 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6c1178b5 6367
9238467d 63682004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
d6be0122
DN
6369
6370 * term.el (term-display-table): New variable.
6371 (term-mode): Use it.
6372 (term-exec-1): Set the coding system to binary.
6373 (term-emulate-terminal): Decode the string before inserting it.
6c1178b5 6374
d6be0122
DN
63752004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
6376
6377 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
bd9d7d76 6378 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
d6be0122
DN
6379 (map): Bind S-prior, S-next and S-insert.
6380 (term-mode): Set `indent-tabs-mode' to nil.
6381 (term-paste): New function to be bound to S-insert.
6382 (term-send-del, term-send-backspace): Change the strings sent.
6383 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
6384 (term-handle-colors-array): Fix handling of underline and reverse.
bd9d7d76 6385 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
d6be0122 6386 (term-erase-in-line): Fix comparison.
bd9d7d76
SM
6387 (term-emulate-terminal): Fix line wrap handling.
6388 (term-start-output-log): Rename from `term-set-output-log'.
6389 (term-stop-output-log): Rename from `term-stop-photo'.
6390 (term-switch-to-alternate-sub-buffer): Comment out, unused.
6c1178b5 6391
9238467d 63922004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
52e281e8 6393
1f3b4d04
SM
6394 * dired.el (dired-move-to-filename): Don't output a message if
6395 raise-error is non-nil. Fix return position and value.
6396
52e281e8
SM
6397 * files.el (insert-directory): Obey --dired even with symlinks.
6398
b3df990b
LH
63992004-09-25 Lars Hansen <larsh@math.ku.dk>
6400
52e281e8 6401 * ls-lisp.el (ls-lisp-format): Mark file names with property
b3df990b
LH
6402 dired-filename.
6403
ffb032e2
KS
64042004-09-25 Kim F. Storm <storm@cua.dk>
6405
6406 * ido.el (ido-max-directory-size): New defcustom.
6407 (ido-decorations): Add "too big" element.
6408 (ido-directory-too-big): New dynamic var.
6409 (ido-may-cache-directory): Don't cache big directories.
6410 (ido-directory-too-big-p): New defun.
6411 (ido-set-current-directory): Update ido-directory-too-big.
6412 (ido-read-internal): Make empty ido-cur-item if too-big.
6413 (ido-buffer-internal): Use ido-read-internal directly instead of
6414 ido-read-buffer.
6415 (ido-file-internal): Init ido-directory-too-big.
6416 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
6417 and redo completion with full list.
6418 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
6419 it, and show completions.
6420 (ido-all-completions): Let bind ido-directory-too-big to nil.
6421 (ido-exhibit): Handle ido-directory-too-big.
52e281e8
SM
6422 (ido-read-buffer): Handle fallback to read-buffer.
6423 Init ido-directory-too-big.
ffb032e2
KS
6424 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
6425 Init ido-directory-too-big.
6426
0869a860
LH
64272004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6428
6429 * subr.el (delay-mode-hooks): Doc fix.
6430
998733b3
LT
64312004-09-23 Luc Teirlinck <teirllm@auburn.edu>
6432
6433 * textmodes/enriched.el
6434 (enriched-default-text-properties-local-flag): New variable.
6435 (enriched-mode): Make sure that enabling and disabling the mode is
6436 a no-op. Doc fix.
6437
7daf6654 64382004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
97f3be50
GM
6439
6440 * calendar/holidays.el (holiday-advent): Report on a specified day
6441 offset from advent, not just advent.
6442 (holiday-easter-etc): Report on one specified day offset from
6443 easter, not all easter holidays. Various Easter holidays moved to
6444 `christian-holidays' variable in calendar.el.
6445 * calendar/calendar.el (christian-holidays): Adapt for new
6446 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
6447
54e7526b
KS
64482004-09-23 Kim F. Storm <storm@cua.dk>
6449
ed2846bd
KS
6450 * image.el (insert-sliced-image): Add doc string.
6451
54e7526b
KS
6452 * ido.el (ido-choice-list): New dynamic var for `list' context.
6453 (ido-context-switch-command): New dynamic var.
6454 (ido-define-mode-map): Generalize switch between file/buffer contexts.
6455 (ido-read-internal): Handle new `list' context.
6456 Handle insert-buffer and insert-file ido-exit values.
6457 (ido-buffer-internal): New arg switch-cmd. Use it to setup
6458 ido-context-switch-command. Handle insert-file ido-exit value.
6459 (ido-read-buffer): Set ido-context-switch-command to 'ignore
6460 unless it is already bound by caller.
6461 (ido-file-internal): New arg switch-cmd. Use it to setup
6462 ido-context-switch-command. Handle insert-buffer ido-exit value.
6463 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
6464 used for context switching.
6465 (ido-all-completions): Handle new `list' context.
6466 (ido-make-choice-list): Return choices for `list' context.
6467 (ido-find-file-in-dir, ido-display-file, ido-write-file)
6468 (ido-display-buffer, ido-kill-buffer): Disable context switching.
6469 (ido-insert-buffer, ido-insert-file): Setup context switching.
6470 (ido-exhibit): Handle `list' context.
6471 (ido-read-file-name): Disable context switching. Handle fallback.
6472 (ido-read-directory-name): Disable context switching.
6473 (ido-completing-read): New defun like completing-read. Setup and
6474 use new `list' context.
6475
a2052295
JH
64762004-09-20 Jesper Harder <harder@ifa.au.dk>
6477
6478 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
6479
9c5cb892
JB
64802004-09-21 Jay Belanger <belanger@truman.edu>
6481
77c99c7f 6482 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
9c5cb892 6483 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4a2ca8dd 6484 separate window.
9c5cb892 6485
d45774a3
LT
64862004-09-21 Luc Teirlinck <teirllm@auburn.edu>
6487
6488 * subr.el (after-change-major-mode-hook): Doc fix.
6489
082b4369
VJL
64902004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6491
6492 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
6493 of ghostscript for monochrome PostScript file in Windows.
6494
88a74fa5
KH
64952004-09-21 Kenichi Handa <handa@m17n.org>
6496
6497 * descr-text.el (describe-char): Checking of quail activation
6498 fixed.
6499
9c5cb892 65002004-09-21 Jay Belanger <belanger@truman.edu>
4a2ca8dd 6501
77c99c7f 6502 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
9c5cb892 6503
6d9ac082
LT
65042004-09-20 Luc Teirlinck <teirllm@auburn.edu>
6505
6506 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6622d928 6507 after the mode hooks instead of before. Doc fix.
6d9ac082 6508
fe7ecaf2
JR
65092004-09-20 Jason Rumney <jasonr@gnu.org>
6510
6511 * startup.el (command-line) [windows-nt]: Try .emacs first, then
6512 _emacs, but revert to .emacs if neither exists in home directory.
6513
2e74da96
JPW
65142004-09-20 John Paul Wallington <jpw@gnu.org>
6515
6516 * bindings.el (completion-ignored-extensions): Add .dfsl.
6517
4d894c98
RS
65182004-09-20 Richard M. Stallman <rms@gnu.org>
6519
6520 * bindings.el (scroll-left): Make it disabled.
6521
6522 * files.el (enable-local-eval): Doc fix.
6523
6524 * indent.el (move-to-left-margin): Special case for minibuffer.
6525
6526 * term.el (term-emulate-terminal): Turn off undo for output.
6527 Use with-current-buffer and save-selected-window.
6528
6529 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
6530
6d9ac082 6531 * progmodes/make-mode.el (makefile-fill-paragraph):
4d894c98 6532 Don't insist on spaces when looking for comments. # is enough.
6d9ac082 6533
4d894c98
RS
6534 * files.el (hack-local-variables): Copy the variables list
6535 to another buffer, strip prefixes and suffixes there, then read.
6536 (enable-local-eval): Doc fix.
6537 (ignored-local-variables): Initialize to nil.
6538 (risky-local-variable-p): Don't check ignored-local-variables here.
6539 (hack-one-local-variable): Ignore var if in ignored-local-variables.
6540
65412004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6542
6543 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
6544 of = to "." (punctuation).
6545
9238467d 65462004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
a8a64811
SM
6547
6548 * subr.el (event-basic-type): Fix mask (extend to 22bits).
6549
7320911b
LT
65502004-09-18 Luc Teirlinck <teirllm@auburn.edu>
6551
6552 * textmodes/enriched.el (enriched-rerun-flag): New variable.
6553 (enriched-before-change-major-mode): New function.
6554 Add it to `change-major-mode-hook'.
6555 (enriched-after-change-major-mode): New function.
6556 Add it to `after-change-major-mode-hook'.
6557 (enriched-mode): Make it work correctly if called from
6558 `after-change-major-mode-hook'.
6559 No longer set `indent-line-function'.
6560
6561 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
6562
6563 * subr.el (after-change-major-mode-hook): New variable.
6564 (run-mode-hooks): Implement it.
6565
0f4a15f8
SM
65662004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6567
6568 * battery.el (battery-linux-proc-apm): Use string-to-number.
6569 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
6570 Use dolist (and less indentation). Use erase-buffer.
6571 Pre-initialize `design-capacity', `warn', and `low'.
6572 (battery-format): Use replace-regexp-in-string.
6573
d66fe334
EZ
65742004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
6575
6576 * battery.el: Delete superfluous empty lines.
6577 (battery-linux-proc-acpi): Attempt to gather information from all
6578 battery subdirectories regardless of their file name.
6579 (battery-linux-proc-apm): Replace all occurrences of
6580 battery-hex-to-int-2 with string-to-int (base 16).
6581 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
6582 (battery-hex-map): Delete variable.
6583
0529fb36
JPW
65842004-09-18 John Paul Wallington <jpw@gnu.org>
6585
6586 * calc/calc-units.el (calc-quick-units): Fix overzealous
6587 s/or/unless/.
6588
9c5cb892
JB
65892004-09-17 Jay Belanger <belanger@truman.edu>
6590
11fd50f7 6591 * calc/calc.el (calc-mode-var-list): Fix the value of
4a2ca8dd
KS
6592 `calc-matrix-brackets'.
6593
dc711054
JPW
65942004-09-17 Romain Francoise <romain@orebokech.com>
6595
0f4a15f8
SM
6596 * ibuf-ext.el (define-ibuffer-filter filename):
6597 Expand dired-directory since buffer-file-name is absolute.
dc711054 6598
6e3654ab
KS
65992004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6600
c8be3fe8
KS
6601 * ediff-init.el (ediff-current-diff-face-A)
6602 (ediff-current-diff-face-B, ediff-current-diff-face-C)
6603 (ediff-current-diff-face-Ancestor)
6604 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6605 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6606 (ediff-even-diff-face-A, ediff-even-diff-face-B)
6607 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6608 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6609 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6610 Use min-colors.
6611
6e3654ab 6612 * term.el (term-down): Perform vertical motion if DOWN is negative.
0f4a15f8 6613 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6e3654ab
KS
6614 (term-termcap-format): Synchronyze with the eterm terminfo entry
6615 in etc/e/eterm.ti.
6616 (term-handle-colors-array): If the current foreground or
6617 background are zero (i.e. unspecified), use the foreground and
6618 background of the default face for reverse video.
6619 (term-ansi-at-eval-string, term-ansi-default-fg)
0f4a15f8 6620 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6e3654ab
KS
6621 (term-mem): Delete ununsed function.
6622 (term-protocol-version): Increment.
6623 (term-current-face): Set to default.
6624
9c5cb892
JB
66252004-09-15 Jay Belanger <belanger@truman.edu>
6626
6627 * calc/calc.el (calc-mode-var-list): Define this variable.
6628 (calc-always-load-extensions, calc-line-numbering)
6629 (calc-line-breaking, calc-display-just, calc-display-origin)
6630 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6631 (calc-group-char, calc-point-char, calc-frac-format)
6632 (calc-prefer-frac, calc-hms-format, calc-date-format)
6633 (calc-float-format, calc-full-float-format, calc-complex-format)
6634 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6635 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6636 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6637 (calc-matrix-brackets, calc-language, calc-language-option)
6638 (calc-left-label, calc-right-label, calc-word-size)
6639 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6640 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6641 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6642 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6643 (calc-window-height, calc-display-trail, calc-show-selections)
6644 (calc-use-selections, calc-assoc-selections)
6645 (calc-display-working-message, calc-auto-why, calc-timing)
6646 (calc-mode-save-mode, calc-standard-date-formats)
6647 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6648 (calc-user-parse-tables, calc-gnuplot-default-device)
6649 (calc-gnuplot-default-output, calc-gnuplot-print-device)
6650 (calc-gnuplot-print-output, calc-gnuplot-geometry)
6651 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6652 (calc-invocation-macro, calc-show-banner): Give these values as
6653 part of `calc-mode-var-list's initialization after the variables
6654 are declared with defvar.
77c99c7f
KS
6655 (calc-bug-address): Change email address to send bug reports to.
6656 Change the maintainer address at the top.
9c5cb892
JB
6657 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
6658 than "\\.emacs" to determine if it is the user-init-file.
6659
6660 * calc/calc-embed.el (calc-embedded-set-modes): Use
6661 `calc-mode-var-list' correctly.
6662
113e270a
TTN
66632004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
6664
6665 * vc.el (annotate-time): Document point handling.
6666 (vc-annotate-display-autoscale): Doc fix.
6667
5c2137b8
MB
66682004-09-15 Miles Bader <miles@gnu.org>
6669
6670 * generic.el (generic-make-keywords-list): Use symbol rather than
6671 word anchors in regexp.
6672
a386a960
JPW
66732004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
6674
6675 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6676 no file name consider `dired-directory'.
6677
bfa02563
KS
66782004-09-14 Kim F. Storm <storm@cua.dk>
6679
6680 * faces.el (cursor): Add face-no-inherit property. Doc fix.
6681
0904599e
SJ
66822004-09-14 Simon Josefsson <jas@extundo.com>
6683
6684 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
6685
6686 * textmodes/dns-mode.el: Add.
6687
c046590e
SM
66882004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
6691 (disabled-command-function): Make the ?\ char more obvious.
6692
6693 * vc-arch.el (vc-arch-root, vc-arch-registered):
6694 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
6695
82ae2f3f
EZ
66962004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
6697
6698 * windmove.el (windmove-frame-edges): Report coordinates of
6699 outside edges of frame, not inside edges.
6700 (windmove-coordinates-of-position): Convert into wrapper to new
6701 function `windmove-coordinates-of-window-position';
6702 `compute-motion' always applies to selected window.
6703 (windmove-coordinates-of-position): Update documentation to refer
6704 to Emacs 21 Lisp Reference Manual.
6705 (windmove-find-other-window): Fix off-by-one errors for max x,y.
6706
93e212f9
KS
67072004-09-13 Kim F. Storm <storm@cua.dk>
6708
6709 * isearch.el (isearch-resume-in-command-history): Rename from
6710 isearch-resume-enabled and change default to nil.
6711
c046590e 67122004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7c732021 6713
ce9f8ffb
SM
6714 * vc-hooks.el (vc-ignore-dir-regexp): New var.
6715 (vc-registered): Use it.
6716 (vc-find-root): New fun.
6717
87a53d2e
SM
6718 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6719 Don't tell to use \\{...} when it's already done.
6720
7c732021
SM
6721 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
6722 Provide a sample complex default.
6723 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
6724 (bibtex-entry): Use mapc.
6725
f2e92e79
KS
67262004-09-12 Kim F. Storm <storm@cua.dk>
6727
c0ad3b38
KS
6728 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
6729
f4961c00
KS
6730 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
6731 inhibit-field-text-motion to t so rectangles work in comint buffers.
6732
f2e92e79
KS
6733 * simple.el (choose-completion-string): Set buffer before running
6734 choose-completion-string-functions hook so it can be buffer-local.
6735
139aea08
DP
67362004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
6737
6738 * progmodes/compile.el (compilation-start): Parse command to see
6739 if it starts with a cd, and if so perform it for the *compilation*
6740 buffer. Change the header to reflect this.
6741
72b92836
KS
67422004-09-11 Kim F. Storm <storm@cua.dk>
6743
6744 * ido.el (ido-enable-dot-prefix): Doc fix.
6745 (ido-enable-dot-prefix): New defcustom.
6746 (ido-set-matches1): Use it.
6747
d528bff7
SM
67482004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6749
6750 * textmodes/bibtex.el (bibtex-mark-active)
6751 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
6752
67532004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6754
6755 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
6756 used in a case insensitive environment.
6757 (bibtex-mode-map): Rearrange order of menus.
6758 (bibtex-quoted-string-re): Obsolete.
6759 (bibtex-complete-key-cleanup): Variable replaced by new function.
6760 (bibtex-font-lock-keywords): Use backquotes.
6761 (bibtex-font-lock-url-regexp): New internal variable.
6762 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
6763 "OPT" and "ALT".
6764 (bibtex-insert-current-kill, bibtex-make-field)
6765 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
6766 (bibtex-parse-field-text): Simplify.
6767 (bibtex-string=): New helper function.
6768 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
6769 (bibtex-map-entries): Use bibtex-string=.
6770 (bibtex-search-entry): Use not.
6771 (bibtex-enclosing-field): Fix docstring.
6772 (bibtex-assoc-regexp): Obsolete.
6773 (bibtex-format-entry): Use assoc-string and bibtex-string=.
6774 (bibtex-autokey-get-names): Handle empty name field.
6775 (bibtex-parse-strings): Use assoc-string and unless.
6776 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
6777 Use assoc-string.
6778 (bibtex-pop): Simplify.
6779 (bibtex-mode): Set font-lock-extra-managed-props.
6780 (bibtex-entry-update): Use assoc-string.
6781 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
6782 (bibtex-autofill-entry): Use bibtex-string=.
6783 (bibtex-print-help-message): Simplify.
6784 (bibtex-find-entry): New optional arg START.
6785 (bibtex-validate): Use bibtex-string= and assoc-string.
6786 Do not call obsolete function compilation-parse-errors.
6787 (bibtex-remove-delimiters): Only remove delimiters if present.
6788 (bibtex-copy-entry-as-kill): Add docstring.
6789 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
6790 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
6791 (bibtex-complete): Use bibtex-predefined-month-strings,
6792 bibtex-string=, and new function bibtex-complete-key-cleanup.
6793 (bibtex-generate-url-list): New variable.
6794 (bibtex-url): New command bound to C-c C-l and mouse-2.
6795 (bibtex-url-map): New local keymap for bibtex-url-mouse.
6796 (bibtex-font-lock-url): New function.
6797
cbd5542a
SM
67982004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
6801
419a6e22
KS
68022004-09-09 Kim F. Storm <storm@cua.dk>
6803
6804 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
6805 counter and format with binding.
6806 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
6807 the declared macro uses own macro counter and format. Give symbol
6808 kmacro property.
6809 (kmacro-keymap): Bind kmacro-name-last-macro to n.
6810 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
6811 (kmacro-end-and-call-macro): Doc fix.
6812
340db502
LH
68132004-09-09 Lars Hansen <larsh@math.ku.dk>
6814
cbd5542a
SM
6815 * desktop.el (desktop-clear-preserve-buffers):
6816 Remove make-obsolete-variable.
340db502 6817
4d894c98
RS
68182004-09-08 Richard M. Stallman <rms@gnu.org>
6819
6820 * buff-menu.el (list-buffers-noselect): Call format-mode-line
6821 with the buffer as argument.
6822
c046590e 68232004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
c9cb3a26
SM
6824
6825 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
6826
a13cf3bc
JL
68272004-09-08 Juri Linkov <juri@jurta.org>
6828
6829 * replace.el (perform-replace): Use `query-replace-descr'.
6830
6831 * cus-start.el (history-delete-duplicates): Specify customization.
6832
6833 * diff-mode.el (diff-mode-map):
6834 * progmodes/compile.el (compilation-mode-map):
6835 * progmodes/grep.el (grep-mode-map):
6836 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
6837 to `next-error-follow-minor-mode'.
6838
68392004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6840
6841 * isearch.el (isearch-lazy-highlight-update): Take into account
6842 the case of zero-length match at the search bound.
6843
303e592c
KS
68442004-09-08 Kim F. Storm <storm@cua.dk>
6845
6846 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
6847 change. Use zero width overlays when necessary.
6848
52c408f2
TTN
68492004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6850
6851 * subr.el (split-string): Docfix.
6852
dfd5bc54
TTN
68532004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6854
6855 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
6856 (display-call-tree): Ensure newline after caller/calls blocks.
6857
6cc52547
TTN
68582004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6859
6860 * startup.el (command-line-1): Make option
6861 --directory/-L modify `load-path' straight away.
6862
edbf5932
TTN
68632004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6864
6865 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
6866
e114fc2c
TTN
68672004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6868
6869 * emacs-lisp/autoload.el (make-autoload):
6870 Handle `define-compilation-mode'.
6871
6872 * emacs-lisp/lisp-mode.el (define-compilation-mode):
6873 Specify `doc-string-elt' property.
6874
d430d2e8
TTN
68752004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6876
6877 * bs.el (bs-mode): Doc fix.
6878
9c64f299
TTN
68792004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6880
6881 * info.el (Info-insert-dir): Fix temp buffer leak bug.
6882
2fdc1cee
TTN
68832004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6884
6885 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
6886
c52da52a
KH
68872004-09-08 Kenichi Handa <handa@m17n.org>
6888
6889 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
6890 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
6891 ps-mule-next-point -> 1+).
6892
6893 * composite.el (encode-composition-rule): Add autoload cooky.
6894
a020987f
LT
68952004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6896
6897 * format.el (buffer-auto-save-file-format): Make it permanent local.
6898
a01c5155
KS
68992004-09-07 Kim F. Storm <storm@cua.dk>
6900
4e14f66c
KS
6901 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
6902 (authors-fixed-entries): Fix typo.
6903 (authors-canonical-author-name): Compact multiple spaces.
6904 Ignore trivial names (e.g. only first name).
6905
a01c5155
KS
6906 * term.el (term-window-width): Only use full window width on
6907 window system if overflow-newline-into-fringe is enabled.
6908 (term-mode): Don't disable overflow-newline-into-fringe.
6909
c046590e 69102004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
718dc91d 6911
c9cb3a26
SM
6912 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
6913 motion as seen on my Mac OS X xterms.
6914
718dc91d
SM
6915 * newcomment.el (uncomment-region-default, comment-region-default):
6916 New functions extracted from uncomment-region and comment-region.
6917 (comment-region, comment-region-function, uncomment-region)
6918 (uncomment-region-function): Use them.
6919
6920 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
6921
6922 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
6923 It's not crucial but can make sense at times.
6924
6925 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
6926 the first commit.
6927
6928 * vc.el (vc-buffer-context, vc-restore-buffer-context):
6929 Disable obsolete code.
6930
00889cf9
JL
69312004-09-07 Juri Linkov <juri@jurta.org>
6932
6933 * progmodes/grep.el (grep-highlight-matches): Change default from
8041ea75 6934 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
00889cf9
JL
6935 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
6936 if grep option `--color' is available, or to `nil' otherwise.
8041ea75
JL
6937 (grep-process-setup): Call `grep-compute-defaults' if
6938 `grep-highlight-matches' is not computed. Set env-vars only
6939 if `grep-highlight-matches' is `t'.
00889cf9
JL
6940 (grep-use-null-device): Remove redundant type `boolean' (`choice'
6941 is already defined).
6942
8041ea75
JL
6943 * progmodes/compile.el (compilation-start): Use copy of
6944 `process-environment' created by `copy-sequence' to not
6945 modify env-vars in the global `process-environment'.
6946
8a98a6c2
EZ
69472004-09-06 Eli Zaretskii <eliz@gnu.org>
6948
6949 * simple.el (next-error-follow-minor-mode): Fix last change.
6950
c28e534b
LT
69512004-09-05 Luc Teirlinck <teirllm@auburn.edu>
6952
6953 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
6954 permanent local.
6955
5f3a57c9
RS
69562004-09-04 Richard M. Stallman <rms@gnu.org>
6957
6958 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
6959 highlighting if the search string is empty.
6960
240c0c90
LT
69612004-09-04 Luc Teirlinck <teirllm@auburn.edu>
6962
6963 * facemenu.el (facemenu-active-faces): Change condition of inner
6964 `while' loop to also check the first two elements of `face-atts'
6965 and `mask-atts'.
6966
8e734456
JPW
69672004-09-04 John Paul Wallington <jpw@gnu.org>
6968
6969 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
6970 (thumbs-view-image-mode): Make buffer read-only.
6971
8f0d9e76
EZ
69722004-09-04 Christopher J. Madsen <cjm@pobox.com>
6973
6974 * textmodes/ispell.el (ispell-really-aspell): New defvar.
6975 (ispell-check-version): Set it.
6976 (ispell-send-replacement): New function.
6977 (ispell-process-line): Call ispell-send-replacement.
6978
2a1c966e
EZ
69792004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6980
6981 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
6982 Support choosing seconds with "s".
6983
0721fbe3
EZ
69842004-09-04 Jari Aalto <jari.aalto@poboxes.com>
6985
6986 * terminal.el (te-escape): Show `?' in prompt for help key.
6987
db1febad
EZ
69882004-09-04 Emilio C. Lopes <eclig@gmx.net>
6989
6990 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
6991
cbdad6e2
EZ
69922004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6993
2a223f35 6994 * simple.el (next-error-follow-minor-mode)
0ad10447
EZ
6995 (next-error-follow-mode-post-command-hook): New functions.
6996 (next-error-follow-last-line): New defvar.
6997
718dc91d 6998 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
0ad10447
EZ
6999 * progmodes/compile.el (compilation-mode-map): Likewise.
7000 * progmodes/grep.el (grep-mode-map): Likewise.
7001 * replace.el (occur-mode-map): Likewise.
7002
cbdad6e2
EZ
7003 * newcomment.el (uncomment-region): Bind comment-use-global-state
7004 to nil.
7005
90e118ab
LT
70062004-09-03 Luc Teirlinck <teirllm@auburn.edu>
7007
7008 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
7009 locally around the call to `revert-buffer'.
7010
9e68f42d
JL
70112004-09-03 Juri Linkov <juri@jurta.org>
7012
7013 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
7014 `isearch-adjusted' to `t'.
7015 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
7016 (isearch-message-prefix): Add "pending" for isearch-adjusted.
7017 (isearch-other-meta-char): Restore isearch-point unconditionally.
7018 (isearch-query-replace): Add new arg `regexp-flag' and use it.
7019 Set point to start of match if region is not active in transient
7020 mark mode (to include the current match to region boundaries).
7021 Push the search string to `query-replace-from-history-variable'.
7022 Add prompt "Query replace regexp" for isearch-regexp.
7023 Add region beginning/end as last arguments of `perform-replace.'
7024 (isearch-query-replace-regexp): Replace code by the call to
7025 `isearch-query-replace' with arg `t'.
7026
b4fab893
RS
70272004-09-03 Richard M. Stallman <rms@gnu.org>
7028
7029 * startup.el (normal-top-level): Undo previous TERM change.
7030
46540080
KS
70312004-09-03 Kim F. Storm <storm@cua.dk>
7032
c59ee3b4
KS
7033 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
7034 highlight overlays; allow using RET when cursor is over a button.
7035 (cua--highlight-rectangle): Use it.
7036 (cua--rectangle-set-corners): Don't move backwards at eol.
7037 (cua--forward-line): Don't move into void after eob.
7038
46540080
KS
7039 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
7040 point is set (and displayed) inside rectangle.
7041 (cua--rectangle-operation): Fix for highlight of empty lines.
7042 (cua--highlight-rectangle): Fix highlight for tabs.
7043 Position cursor at left/right edge of rectangle using new `cursor'
7044 property on overlay strings.
7045 (cua--indent-rectangle): Don't tabify.
7046 (cua-rotate-rectangle): Ignore that point has moved.
7047
4bc6a872
RS
70482004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7049
7050 * term/mac-win.el: Add ASCII equivalents for some function keys.
7051 (mode-line-frame-identification): Sync with x-win.el.
7052
c3829a8e
JL
70532004-09-02 Juri Linkov <juri@jurta.org>
7054
7055 * progmodes/compile.el (compilation-buffer-name): Compare major
7056 mode with second element of compilation-arguments instead of third
7057 to reflect latest changes in compilation-arguments structure.
7058 (recompile): Use global variable `compilation-directory' to get
7059 recent compilation directory only when `recompile' is invoked NOT
7060 in the compilation buffer. Otherwise, use `default-directory' of
7061 the compilation buffer.
f0206910
JL
7062 (compilation-error-properties): Allow to funcall col and end-col.
7063 (compilation-mode-font-lock-keywords): Check col and end-col by
7064 `integerp'.
7065 (compilation-goto-locus): If end-mk is non-nil in transient mark
7066 mode don't activate the mark (and don't display message in
7067 push-mark), but highlight overlay between mk and end-mk.
7068
7069 * progmodes/grep.el (grep-highlight-matches): New defcustom.
7070 (grep-regexp-alist): Add rule to highlight grep matches.
7071 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
7072
7073 * info.el (Info-fontify-node): Don't compute other-tag
7074 if Info-hide-note-references=hide.
7075
7076 * help.el (function-called-at-point):
7077 * help-fns.el (variable-at-point):
7078 Try `find-tag-default' when other methods failed.
c3829a8e
JL
7079
7080 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7081 Do not push mark if inhibit-mark-movement is non-nil.
7082
7083 * textmodes/ispell.el (ispell-html-skip-alists):
7084 Fix backslashes in docstring.
7085
6a18e4e7
JL
70862004-09-01 Juri Linkov <juri@jurta.org>
7087
7088 * isearch.el (isearch-wrap-function)
7089 (isearch-push-state-function): New defvars.
7090 (isearch-pop-fun-state): New defsubst.
7091 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
7092 (isearch-push-state): Set the result of calling
7093 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
7094 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
7095 restore the mode-specific starting point of terminated search.
7096 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
7097 (isearch-repeat): Call `isearch-wrap-function' if defined.
7098 (isearch-message-prefix): Don't add prefix "over" to the message
7099 for wrapped search if `isearch-wrap-function' is defined.
7100 (isearch-search): Call function saved in `isearch-pop-fun-state' to
7101 restore the mode-specific starting point of failed search.
7102
7103 * info.el (Info-search-whitespace-regexp): Fix backslashes.
7104 (Info-search): Add new optional arguments for the sake of isearch.
7105 Replace whitespace in Info-search-whitespace-regexp literally.
7106 Add backward search. Don't call `Info-select-node' if regexp is
7107 found in the same Info node. Don't add node to Info-history for
7108 wrapped isearch.
7109 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
7110 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
7111 (Info-mode): Set local variables `isearch-search-fun-function',
7112 `isearch-wrap-function', `isearch-push-state-function',
7113 `search-whitespace-regexp'.
7114
7115 * isearch.el: Remove ancient Change Log section.
7116 (isearch-string, isearch-message-string, isearch-point)
7117 (isearch-success, isearch-forward-flag, isearch-other-end)
7118 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7119 (isearch-barrier, isearch-within-brackets)
7120 (isearch-case-fold-search): Add suffix `-state' to state-related
7121 defsubsts to avoid name clashes with other function names.
7122
7123 * simple.el (next-error): New defgroup and defface.
7124 (next-error-highlight, next-error-highlight-no-select):
7125 New defcustoms.
7126 (next-error-no-select): Let-bind next-error-highlight to the value
7127 of next-error-highlight-no-select before calling `next-error'.
7128
7129 * progmodes/compile.el (compilation-goto-locus):
7130 Use `next-error' face instead of `region'. Set 4-th argument of
7131 `move-overlay' to `current-buffer' to move overlay to different
7132 source buffers. Use new variable `next-error-highlight'.
7133
7134 * simple.el (next-error-find-buffer): Move the rule
7135 "if current buffer is a next-error capable buffer" after the
7136 rule "if next-error-last-buffer is set to a live buffer".
7137 Simplify to test all rules in one `or'.
7138 (next-error): Doc fix.
7139 (next-error, previous-error, first-error)
7140 (next-error-no-select, previous-error-no-select):
7141 Make arguments optional.
7142
7d01236c
LT
71432004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7144
7145 * macros.el (apply-macro-to-region-lines): Make it operate on all
7146 lines that begin in the region, rather than on all complete lines
7147 in the region.
7148
7a01b040
JD
71492004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7150
7151 * x-dnd.el (x-dnd-protocol-alist): Document update.
7152 (x-dnd-known-types): Defcustom it.
7153 (x-dnd-handle-motif): Print message-atom in error message.
7154
f04232c3
JPW
71552004-08-30 John Paul Wallington <jpw@gnu.org>
7156
7157 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
7158 strings rather than programatically constructing message.
7159
4f4ce597
RS
71602004-08-30 Richard M. Stallman <rms@gnu.org>
7161
7162 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
7163 Don't return a string that would read as the wrong character code.
7164
2661eae9
KS
71652004-08-29 Kim F. Storm <storm@cua.dk>
7166
c046590e
SM
7167 * emulation/cua-base.el (cua-auto-expand-rectangles):
7168 Remove automatic rectangle padding feature; replace by non-destructive
2661eae9
KS
7169 virtual rectangle edges feature.
7170 (cua-virtual-rectangle-edges): New defcustom.
7171 (cua-auto-tabify-rectangles): New defcustom.
7172 (cua-paste): If paste into a marked rectangle, insert rectangle at
7173 current column, even if virtual; also paste exactly as many lines
7174 as has been marked (ignore additional lines or add empty lines),
7175 but paste whole source if only one line is marked.
7176 (cua--update-indications): No longer use overwrite-cursor to
7177 indicate rectangle padding
7178
7179 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
7180 (cua--rectangle-virtual-edges): New defun.
7181 (cua--rectangle-get-corners): Remove optional PAD arg.
7182 (cua--rectangle-set-corners): Never do padding.
7183 (cua--forward-line): Remove optional PAD arg. Simplify.
7184 (cua-resize-rectangle-right, cua-resize-rectangle-left)
7185 (cua-resize-rectangle-down, cua-resize-rectangle-up):
7186 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
7187 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
7188 (cua--rectangle-move): Never do padding. Simplify.
7189 (cua--tabify-start): New defun.
7190 (cua--rectangle-operation): Add tabify arg. All callers changed.
7191 (cua--pad-rectangle): Remove.
7192 (cua--delete-rectangle): Handle delete with virtual edges.
7193 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
7194 (cua--insert-rectangle): Handle insert at virtual column.
7195 Perform auto-tabify if necessary.
7196 (cua--activate-rectangle): Remove optional FORCE arg.
7197 Never do padding. Simplify.
7198 (cua--highlight-rectangle): Enhance for virtual edges.
7199 (cua-toggle-rectangle-padding): Remove command.
7200 (cua-toggle-rectangle-virtual-edges): New command.
7201 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
7202 (cua--rectangle-post-command): Don't force rectangle padding.
7203 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
7204
a71eb435
LT
72052004-08-28 Luc Teirlinck <teirllm@auburn.edu>
7206
7207 * indent.el (edit-tab-stops-buffer): Doc fix.
7208
ea2e9f8d
RS
72092004-08-28 Richard M. Stallman <rms@gnu.org>
7210
7211 * progmodes/grep.el (grep-default-command): Use find-tag-default.
7212 (grep-tag-default): Function deleted.
7213
77c99c7f 7214 * subr.el (find-tag-default): Move from etags.el.
ea2e9f8d 7215
77c99c7f 7216 * progmodes/etags.el (find-tag-default): Move to subr.el.
ea2e9f8d
RS
7217
7218 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
7219 into the basic character if it has an uppercase form.
7220
11d2e01b
KH
72212004-08-27 Kenichi Handa <handa@m17n.org>
7222
7223 * international/utf-8.el (utf-8-post-read-conversion): If the
7224 buffer is unibyte, temporarily make it multibyte.
7225
0e48150a
MY
72262004-08-27 Masatake YAMATO <jet@gyve.org>
7227
7228 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
7229
2eb43e13
JPW
72302004-08-25 John Paul Wallington <jpw@gnu.org>
7231
003274a0
JPW
7232 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
7233 0, 1, and many mismatches in message.
7234 (tex-start-shell): Use `set-process-query-on-exit-flag'.
7235
2eb43e13
JPW
7236 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
7237 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
7238
55a88c8a
SM
72392004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7240
7241 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
7242 vc-diff-switches differently.
7243
49eac10f
LT
72442004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7245
7246 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
7247 before and a real defvar after
7248 `speedbar-supported-extension-expressions'. This is to silence
7249 the compiler without breaking bootstrapping.
7250
2ee3b79e
RS
72512004-08-22 Richard M. Stallman <rms@gnu.org>
7252
55a88c8a
SM
7253 * textmodes/flyspell.el (flyspell-word):
7254 Use set-process-query-on-exit-flag.
2ee3b79e
RS
7255 (flyspell-highlight-duplicate-region): Take POSS as arg.
7256 (flyspell-word): Pass POSS as arg.
7257
7258 * progmodes/ada-xref.el: Many doc and style fixes.
7259 (ada-find-any-references): Use compilation-start.
7260 (ada-get-ali-file-name): Improve error msg.
7261 (ada-get-ada-file-name): Likewise.
7262
7263 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
7264 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
7265
7266 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7267 Add forward defvar.
7268
7269 * whitespace.el (global-whitespace-mode): New alias
7270 for whitespace-global-mode.
7271
77c99c7f 7272 * speedbar.el (speedbar-file-regexp): Move definition up.
2ee3b79e
RS
7273 (speedbar-mode, speedbar-set-mode-line-format):
7274 Use with-no-warnings.
7275 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
7276
7277 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
7278 controls whether to display the error buffer.
7279
7280 * ps-mule.el: Delete compatibility code for old Emacses.
7281 (ps-mule-find-wrappoint): Don't use chars-in-region.
7282
49eac10f 7283 * frame.el (display-mouse-p, display-selections-p):
2ee3b79e 7284 Use with-no-warnings.
49eac10f 7285
2ee3b79e
RS
7286 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
7287
90a02640
DK
72882004-08-22 David Kastrup <dak@gnu.org>
7289
818226ac
DK
7290 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
7291 information.
7292
90a02640
DK
7293 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
7294
2b54cb7b
AS
72952004-08-22 Andreas Schwab <schwab@suse.de>
7296
55a88c8a 7297 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2b54cb7b 7298
44feddcf
MY
72992004-08-22 Masatake YAMATO <jet@gyve.org>
7300
7301 * cvs-status.el (cvs-status-checkout): New function.
7302 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
7303
311f32fe
DK
73042004-08-21 David Kastrup <dak@gnu.org>
7305
7306 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
7307 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
7308 has been converted to use hashtables, the relation `nil=none' is
7309 no longer valid, as `nil' is not a hashtable. This patch tries to
7310 reduce the number of resulting errors.
7311
3829aa6f
JPW
73122004-08-21 John Paul Wallington <jpw@gnu.org>
7313
7314 * subr.el (process-kill-without-query): Made obsolete in
7315 version 21.4, not 21.5.
7316
7317 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
7318 (vc-previous-comment, vc-next-comment)
7319 (vc-comment-search-reverse, vc-comment-search-forward)
7320 (vc-comment-to-change-log): Likewise.
7321
7322 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
7323
29bbca9e
EZ
73242004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
7325
aca16f78
SM
7326 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
7327 Correct indentation of DEFMETHODS with non-standard method
29bbca9e
EZ
7328 combinations (e.g., PROGN, MIN, MAX).
7329
aca16f78
SM
73302004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * startup.el (normal-top-level-add-subdirs-to-load-path):
7333 Avoid unnecessarily checking system-type.
7334 (normal-top-level): Set TERM to "dumb". Simplify.
7335
7336 * avoid.el (mouse-avoidance-ignore-p): New fun.
7337 Also ignore switch-frame, select-window, double, and triple clicks.
7338 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
7339 (mouse-avoidance-fancy-hook): Use it.
7340
73412004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
7342
7343 * avoid.el (mouse-avoidance-nudge-mouse)
7344 (mouse-avoidance-banish-destination): Stay within the current window
7345 to avoid problems with mouse-autoselect-window.
7346
27615979
SM
73472004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
7350 the newer format of some messages in cvs-1.12.1.
7351
2b8d823f
MY
73522004-08-19 Masatake YAMATO <jet@gyve.org>
7353
7354 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
7355 (elp-results-jump-to-definition-by-mouse)
aca16f78 7356 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2b8d823f
MY
7357 (elp-output-result): Use elp-output-insert-symname.
7358
295f3b30
KH
73592004-08-18 Kenichi Handa <handa@m17n.org>
7360
7361 * language/cyrillic.el: Register koi8-r in
7362 ctext-non-standard-encodings-alist.
7363 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
7364
eacd5edc
LT
73652004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7366
7367 * emacs-lisp/copyright.el (copyright-update-year): Delete code
7368 that replaces 20xy with xy.
7369
ee1fcbdd
JPW
73702004-08-17 John Paul Wallington <jpw@gnu.org>
7371
7372 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
7373 (reb-force-update): Doc fix.
7374
8afc13c6
RS
73752004-08-16 Richard M. Stallman <rms@gnu.org>
7376
7377 * progmodes/which-func.el (which-func-update-1): Doc fix.
7378
7379 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
7380 (sh-mode-abbrev-table): New variable.
7381
7382 * progmodes/compile.el (compilation-mode): Doc fix.
7383
7384 * emacs-lisp/lisp-mode.el (eval-last-sexp):
7385 Don't cons a new symbol each time.
7386 (eval-last-sexp-fake-value): New variable.
7387
7388 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
7389 (copyright-update-year): Detect continuation of list of years.
7390
7391 * term.el (term-default-fg-color, term-default-bg-color)
7392 (ansi-term-color-vector): Use `unspecified', not nil, as default.
7393
7394 * imenu.el: Several doc fixes: don't say variables are buffer-local.
7395
be3a9510
LT
73962004-08-16 Davis Herring <herring@lanl.gov>
7397
7398 * isearch.el (isearch-string, isearch-message-string, isearch-point)
7399 (isearch-success, isearch-forward-flag, isearch-other-end)
7400 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7401 (isearch-barrier, isearch-within-brackets)
7402 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
7403
68fbea3a
KH
74042004-08-16 Kenichi Handa <handa@m17n.org>
7405
7406 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
7407
c3ff5bc1
KH
74082004-08-15 Kenichi Handa <handa@m17n.org>
7409
7410 * term/x-win.el (x-selection-value): If utf8 was successful but
7411 ctext was not, use utf8 string.
7412
e11d1dd9
EZ
74132004-08-14 Davis Herring <herring@lanl.gov>
7414
7415 * isearch.el: Remove accidental changes of March 4. Fix backing
7416 up when a regexp isearch is made more general. Use symbolic
7417 accessor functions for isearch stack frames to make usage clearer.
7418 (search-whitespace-regexp): Made groups in documentation shy (as
7419 is the group in the default value).
7420 (isearch-fallback): New function, addresses problems with regexps
7421 liberalized by `\|', adds support for liberalization by `\}' (the
7422 general repetition construct), and incorporates behavior for
7423 `*'/`?'.
7424 (isearch-}-char): New command, calls `isearch-fallback' with
7425 arguments appropriate to a typed `}'.
7426 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
7427 appropriately.
7428 (isearch-mode-map): Bind `}' to `isearch-}-char'.
be3a9510
LT
7429 (isearch-string, isearch-message,string, isearch-point)
7430 (isearch-success, isearch-forward-flag, isearch-other-end)
7431 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7432 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
e11d1dd9
EZ
7433 New inline functions to read fields of a stack frame.
7434
ab5a4a32
EZ
74352004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
7436
7437 * battery.el (battery-linux-proc-acpi): Look into battery
7438 directories matching the literal string "CMB", too (required for
7439 Linux kernel version 2.6.7).
7440
78642e03
JPW
74412004-08-14 John Paul Wallington <jpw@gnu.org>
7442
6dad1714
JPW
7443 * cus-start.el (read-file-name-completion-ignore-case): Add.
7444 (blink-cursor-alist): Change version to "21.4".
7445
78642e03
JPW
7446 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
7447
048526bd
DP
74482004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
7449
7450 * speedbar.el (speedbar-scan-subdirs): New option.
7451 (speedbar-file-lists): Don't ignore file-name case on Unix and use
7452 dolist.
7453 (speedbar-insert-files-at-point): Take an extra argument and use
7454 it to optionally find out if a subdir is empty. Also unreadable
7455 files don't get expand buttons.
42e1fd33 7456 (speedbar-directory): New image (unused pixmap already existed).
048526bd
DP
7457 (speedbar-expand-image-button-alist): Use it.
7458
2a15eb73
MS
74592004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
7460
7461 CC Mode update to 5.30.9:
7462
7463 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
aca16f78 7464 Move from cc-vars to cc-defs for dependency reasons. Fix the
2a15eb73
MS
7465 POSIX char class test to check that it works in
7466 `skip-chars-(forward|backward)' too.
7467
aca16f78 7468 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2a15eb73
MS
7469 first argument starts with a special brace list.
7470
aca16f78 7471 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2a15eb73
MS
7472 when `c-opt-type-concat-key' is used (i.e. in Pike).
7473
aca16f78
SM
7474 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
7475 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2a15eb73
MS
7476 >)".
7477
7478 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
7479 whitespace safe.
7480
aca16f78 7481 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2a15eb73
MS
7482 position for `arglist-intro', `arglist-cont-nonempty' and
7483 `arglist-close' when there are two arglist open parens on the same
7484 line and there's nothing in front of the first.
7485
aca16f78 7486 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2a15eb73
MS
7487 locking of qualified names in Java, which previously could fontify
7488 common indexing expressions in many cases. The standard Java
7489 naming conventions are used to tell them apart.
7490
aca16f78
SM
7491 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
7492 Fix inconsistency wrt opening parens on the first line inside a paren
2a15eb73
MS
7493 block.
7494
7495 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
7496 compile time for the sake of `c-major-mode-is'.
7497
7498 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
7499 `c-major-mode-is' in the event that this is used inside a
7500 `c-lang-defconst'.
7501
aca16f78 7502 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2a15eb73
MS
7503 `c-lang-defconst' so that it works better with fallback languages.
7504
aca16f78 7505 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2a15eb73
MS
7506 it to fail to record the base mode.
7507
aca16f78
SM
7508 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7509 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
77c99c7f 7510 is used. Reorder the syntax checks to get more efficient
2a15eb73
MS
7511 skipping in some situations.
7512
7513 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
7514 continuation which might precede the newly inserted '{'.
7515
aca16f78
SM
7516 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7517 Fix cases where it could loop indefinitely.
2a15eb73
MS
7518
7519 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
7520 size specs correctly. Only fontify identifiers in front of '('
77c99c7f 7521 with as functions - don't accept any paren char. Tighten up
2a15eb73
MS
7522 initializer skipping to stop before function and class blocks.
7523
aca16f78 7524 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2a15eb73
MS
7525 the point could be left directly after an open paren when finding
7526 the beginning of the first decl in the block.
7527
7528 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
7529 table when filtering out legitimate open parens to be recorded.
7530 This could cause cache inconsistencies when e.g.
7531 `c++-template-syntax-table' was temporarily in use.
7532
aca16f78
SM
7533 * progmodes/cc-engine.el (c-on-identifier)
7534 (c-simple-skip-symbol-backward): Small fix for handling "-"
2a15eb73
MS
7535 correctly in `skip-chars-backward'. Affected the operator lfun
7536 syntax in Pike.
7537
aca16f78
SM
7538 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
7539 Fix bug that could cause an error from `after-change-functions' when
2a15eb73
MS
7540 the changed region is at bob.
7541
75422004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
7543
7544 CC Mode update to 5.30.9:
7545
7546 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
7547 to say that <TAB> doesn't insert WS into a CPP line.
7548 (c-indent-command, c-tab-always-indent): Amend doc strings.
7549
7550 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
7551 checks for user errors, thus eliminating cryptic and unhelpful
7552 Emacs error messages. (1) Check the arg to `c-set-style' is a
7553 string. (2) Check that settings to `c-offsets-alist' are not
7554 spuriously quoted.
7555
aca16f78 7556 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2a15eb73
MS
7557 which precedes the newly inserted `{'.
7558
48ddd622
MA
75592004-08-10 Michael Albinus <michael.albinus@gmx.de>
7560
7561 Sync with Tramp 2.0.44.
7562
7563 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
7564 function "tramp_file_attributes". Otherwise, file names
7565 containing spaces are misinterpreted. Reported by Magnus Henoch
7566 <mange@freemail.hu>.
7567 (tramp-handle-file-truename): FILENAME must be expanded first.
7568 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
7569 obscure results. Reported by D. Goel <deego@gnufans.org>.
7570 (tramp-handle-verify-visited-file-modtime): If file does not
7571 exist, say it is not modified if and only if that agrees with the
7572 buffer's record. Check whether a file is visiting the buffer, or
7573 the buffer has no recorded last modification time. Return t in
7574 case the visiting file doesn't exist. Suggested by Luc Teirlinck
7575 <teirllm@auburn.edu>.
7576 (tramp-handle-write-region): Pass modtime explicitely to
7577 `set-visited-file-modtime', because filename can be different
7578 from (buffer-file-name) if `file-precious-flag' is set.
7579 `set-visited-file-modtime' must be called always when `visit' is t
7580 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
7581 (tramp-handle-set-visited-file-modtime): If `time-list' is not
7582 nil, don't apply the whole body. If the file doesn't exists, set
7583 modtime to '(-1 65535). Suggested by Luc Teirlinck
7584 <teirllm@auburn.edu>.
7585
2bd77330
LT
75862004-08-09 Luc Teirlinck <teirllm@auburn.edu>
7587
7588 * help.el (describe-bindings): Doc fix.
7589
7590 * subr.el (kbd): Doc fix.
7591
7ad938e7
JPW
75922004-08-08 John Paul Wallington <jpw@gnu.org>
7593
7594 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
7595 instead of `string-to-int'.
7596 (define-ibuffer-column mode): Fix indentation.
7597
3bc603c4
LH
75982004-08-08 Lars Hansen <larsh@math.ku.dk>
7599
aca16f78 7600 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
3bc603c4 7601
8392e138
LT
76022004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7603
7604 * subr.el (global-unset-key, local-unset-key): Doc fixes.
7605
7606 * novice.el (disabled-command-function): New variable renamed from
7607 `disabled-command-hook'.
7608 (disabled-command-hook): Keep the _variable_ as alias for
7609 `disabled-command-function' and make obsolete.
7610 (disabled-command-function): Function renamed from
7611 `disabled-command-hook'. Adapt code to name change of the variable.
7612
abaf2e77
EZ
76132004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
7614
7615 * simple.el (completion-root-regexp): New defvar.
7616 (completion-setup-function): Use it instead of a literal string.
7617
8bd6323a
JPW
76182004-08-07 John Paul Wallington <jpw@gnu.org>
7619
7620 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
7621 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
7622 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
7623 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
7624
093b77de
KH
76252004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7626
7627 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
7628 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
7629
af1781ac
KH
76302004-08-04 Kenichi Handa <handa@m17n.org>
7631
aca16f78
SM
7632 * international/encoded-kb.el (encoded-kbd-setup-keymap):
7633 Fix previous change.
af1781ac
KH
7634
76352004-08-03 Kenichi Handa <handa@m17n.org>
7636
7637 * international/encoded-kb.el: The following changes are to
7638 utilize key-translation-map instead of minor mode map.
7639 (encoded-kbd-iso2022-non-ascii-map): Delete it.
7640 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
7641 (encoded-kbd-last-key): New function.
7642 (encoded-kbd-iso2022-single-shift): New function.
7643 (encoded-kbd-iso2022-designation)
7644 (encoded-kbd-self-insert-iso2022-7bit)
7645 (encoded-kbd-self-insert-iso2022-8bit)
7646 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
7647 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
7648 key-translation-map.
7649 (encoded-kbd-setup-keymap): Setup key-translation-map.
7650 (saved-key-translation-map): New variable.
c046590e
SM
7651 (encoded-kbd-mode): Save/restore key-translation-map.
7652 Adjust for the change of encoded-kbd-setup-keymap.
af1781ac 7653
0f7a93c1
KS
76542004-08-02 Kim F. Storm <storm@cua.dk>
7655
7656 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
7657 and call compute-motion with nil for topos and width to get proper
7658 usable width and height for both window and non-window systems.
7659
7660 * windmove.el (windmove-coordinates-of-position): Let compute-motion
7661 calculate usable window width and height.
7662
7663 * window.el (window-buffer-height): Call compute-motion with nil width.
7664
78629844
DK
76652004-08-01 David Kastrup <dak@gnu.org>
7666
aca16f78
SM
7667 * replace.el (query-replace-read-from):
7668 Use `query-replace-compile-replacement'.
78629844
DK
7669 (query-replace-compile-replacement): New function.
7670 (query-replace-read-to): Use `query-replace-compile-replacement'
7671 for repeating the last command.
7672
e7fdaf63
JPW
76732004-08-01 John Paul Wallington <jpw@gnu.org>
7674
fdeadcd1
JPW
7675 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7676 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7677 (pr-switches): Remove period from end of error messages.
7678
7679 * help-mode.el (help-go-back): Likewise.
7680
e7fdaf63
JPW
7681 * abbrev.el (only-global-abbrevs): Doc fix.
7682 (edit-abbrevs-map): Define within defvar.
7683 (quietly-read-abbrev-file): Doc fix.
7684
83f64226
LT
76852004-07-31 Luc Teirlinck <teirllm@auburn.edu>
7686
7687 * novice.el (enable-command, disable-command): Doc fixes.
7688
7689 * subr.el (event-modifiers, event-basic-type): Doc fixes.
7690
53a7160c
RS
76912004-07-30 Richard M. Stallman <rms@gnu.org>
7692
7693 * subr.el (with-local-quit): Doc fix.
7694
4bcce19c
LT
76952004-07-30 Luc Teirlinck <teirllm@auburn.edu>
7696
7697 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
7698
ee945d08
LT
76992004-07-28 Luc Teirlinck <teirllm@auburn.edu>
7700
7701 * custom.el (defcustom): Doc fix.
7702
31f98a93
MY
77032004-07-28 Masatake YAMATO <jet@gyve.org>
7704
7705 * progmodes/etags.el (etags-tags-apropos): Show building progress.
7706
38357a23
SM
77072004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7708
7709 * imenu.el (imenu-prev-index-position-function)
7710 (imenu-extract-index-name-function, imenu-name-lookup-function)
7711 (imenu--index-alist): Docstring redundancy fix.
7712
e0db2366
LH
77132004-07-25 Lars Hansen <larsh@math.ku.dk>
7714
7715 * wdired.el (wdired-finish-edit): Require dired-aux before locally
7716 binding dired-backup-overwrite.
7717
a3111ae4
JPW
77182004-07-25 John Paul Wallington <jpw@gnu.org>
7719
7720 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
7721
b96b979c
LT
77222004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7723
7724 * term/tty-colors.el (tty-color-approximate): Doc fix.
7725
7726 * select.el (x-get-selection, x-set-selection): Doc fixes.
7727
7728 * frame.el (make-frame): Doc fix.
7729
7630911d
RS
77302004-07-24 Richard M. Stallman <rms@gnu.org>
7731
7732 * mail/rmail.el (rmail-mime-charset-pattern):
7733 Don't include semicolon in the charset value.
7734
7735 * replace.el (occur-next-error): Call set-window-point.
7736 (occur-engine): Handle negative NLINES.
7737
d398de43
LT
77382004-07-23 Luc Teirlinck <teirllm@auburn.edu>
7739
7740 * frame.el (modify-all-frames-parameters): Minor doc fix.
833a249e 7741 (set-frame-configuration): Doc fix.
d398de43 7742
55c4a67c
EZ
77432004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7744
7745 * simple.el (completion-setup-function): Compute the common parts
7746 and the first difference place correctly when
7747 partial-completion-mode is on.
7748
9586e1d3
VJL
77492004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7750
47a97a6d 7751 * ps-print.el: Doc fix.
9586e1d3
VJL
7752 (ps-print-version): New version 6.6.5.
7753 (ps-printing-region): Doc fix.
7754 (ps-generate-string-list): Comment fix.
47a97a6d
VJL
7755 (ps-message-log-max): Code fix.
7756
47a97a6d
VJL
77572004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
7758
7759 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
7760 generated PostScript.
9586e1d3 7761
23f87bed
MB
77622004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
7763
7764 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
7765 with Gnus v5_10 branch.)
7766
77672004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
7768
7769 * calendar/time-date.el (time-to-number-of-days): New function.
7770 Imported from from Gnus.
7771
8b66e34f
KS
77722004-07-22 Kim F. Storm <storm@cua.dk>
7773
7774 * progmodes/make-mode.el: Fix comments.
7775
553d3334
VJL
77762004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7777
7778 * printing.el: Doc fix.
7779
bf294e2f
LT
77802004-07-20 Luc Teirlinck <teirllm@auburn.edu>
7781
7782 * frame.el (modify-all-frames-parameters): Minor doc fix.
7783
1637ed87
RS
77842004-07-20 Richard M. Stallman <rms@gnu.org>
7785
6a18e4e7
JL
7786 * textmodes/fill.el (fill-nobreak-p): If this break point is
7787 at the end of the line, don't consider the newline which follows
7788 as a reason to return t.
1637ed87 7789
9375be01
JPW
77902004-07-19 John Paul Wallington <jpw@gnu.org>
7791
7792 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
7793
c60b302c
LT
77942004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7795
7796 * dired-aux.el (dired-do-kill-lines): Expand docstring.
7797 Delete irrelevant code.
7798
cdfa3ecc
KG
77992004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7800
38357a23
SM
7801 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7802 New docstring. From Luc Teirlinck.
cdfa3ecc 7803
2d677766
LT
78042004-07-17 Luc Teirlinck <teirllm@auburn.edu>
7805
7806 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
7807 section.
7808 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
7809 non-file buffers. We know it is nil.
7810
07dfe738
KG
78112004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7812
7813 Sync with Tramp 2.0.43.
7814
c046590e
SM
7815 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7816 Remove outdated comment.
07dfe738
KG
7817 (tramp-locked, tramp-locker): New variables for implementing a
7818 global lock.
c046590e 7819 (tramp-sh-file-name-handler): Use them to implement the global lock.
2d677766 7820
07dfe738
KG
78212004-07-13 Michael Albinus <michael.albinus@gmx.de>
7822
7823 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
7824 calls to respective `xxx` calls.
7825 (tramp-process-alive-regexp): Precise doc string.
7826 (tramp-multi-action-process-alive): New defun.
7827 (tramp-multi-actions): Use it.
7828 (tramp-handle-find-backup-file-name): `copy-tree' is available
bf247b6e 7829 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
07dfe738
KG
7830 in order to avoid this function.
7831 (tramp-handle-write-region): Set current buffer. If connection
7832 wasn't open, `file-modes' has changed it accidently. Reported by
7833 David Kastrup <dak@gnu.org>.
7834 (tramp-enter-password, tramp-read-passwd): New arguments USER and
7835 HOST.
7836 (tramp-action-password, tramp-multi-action-password): Apply it.
7837 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
7838 name must still contain the port number. Otherwise, we have two
7839 Tramp buffers, with all the confusion. Reported by Myron Selby
7840 <myron@xytech.com> and Rolf Dubitzky
7841 <Dubitzky@physi.uni-heidelberg.de>.
7842
7843 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
7844 HOST to `tramp-enter-passwd'.
7845
7846 * net/tramp-vc.el (all): Code cleanup. Change all
7847 `tramp-handle-xxx' calls to respective `xxx` calls.
2d677766 7848
3e39672f
JY
78492004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
7850
7851 * emacs-lisp/testcover.el: New category "potentially-1valued" for
7852 functions that are not erroneous if either 1-valued or
7853 multi-valued. Detect functions in this class.
c046590e 7854 (testcover-1value-functions, testcover-compose-functions)
77c99c7f 7855 (testcover-progn-functions) Add some additional functions to lists.
3e39672f
JY
7856 (testcover-mark): Bugfix when marking up the definition for an
7857 empty function.
7858
3751eb00
RS
78592004-07-17 Richard M. Stallman <rms@gnu.org>
7860
c046590e
SM
7861 * replace.el (occur-read-primary-args): Pass default to
7862 read-from-minibuffer.
3751eb00
RS
7863
7864 * mail/footnote.el (footnote-section-tag): Use defcustom.
7865
7866 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
7867 Compile font-lock-keywords, not KEYWORDS.
7868 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
7869 Add warn, check-type. Handle cerror like error.
7870
77787810
DP
78712004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7872
7873 * progmodes/which-func.el (which-func-keymap): New var.
7874 (which-func-face): New face.
7875 (which-func-format): Use them.
7876
b6fdd1ef
EZ
78772004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7878
7879 * buff-menu.el (list-buffers-noselect): Append the buffer's
7880 process status to its mode name.
7881
f9253326
KS
78822004-07-16 Kim F. Storm <storm@cua.dk>
7883
7884 * simple.el (inhibit-mark-movement): New defvar.
7885 (beginning-of-buffer, end-of-buffer): Do not push mark if
7886 inhibit-mark-movement is non-nil or C-u prefix is given.
7887
7888 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
7889 Init to beginning-of-buffer and end-of-buffer.
7890 (cua--undo-push-mark): New defvar.
7891 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
7892 already active and command is in cua--preserve-mark-commands.
7893 Also fix check for shift modifier on non-window systems.
7894 (cua--post-command-handler): Clear inhibit-mark-movement if set.
7895
386c8f42
LT
78962004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7897
7898 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
7899 of two integers, instead of a cons.
7900
7901 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7902 `visited-file-modtime' now returns a list of two integers, instead
7903 of a cons.
7904
7905 * dired.el (dired-directory-changed-p): Ditto.
7906
7907 * progmodes/grep.el (grep): Doc fix.
7908
c29a05c8
DP
79092004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7910
7911 * autorevert.el (auto-revert-tail-mode)
7912 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
7913 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
7914 in both at the same time.
7915 (auto-revert-tail-mode): New command.
7916 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
7917 (auto-revert-handler): Revert only either tail or whole file.
7918
7919 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
7920 add auto-revert-tail-mode.
7921
0117451d
VJL
79222004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7923
7924 * printing.el: Doc fix. Change name of some funs.
7925 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
7926 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
7927 (pr-standard-file-name): New fun. Replace pr-standard-path.
7928 (pr-call-process): Code fix.
7929
01df0a6d
LT
79302004-07-12 Luc Teirlinck <teirllm@auburn.edu>
7931
7932 * subr.el (with-selected-window): Doc fix.
7933
3ac08e99
LT
79342004-07-11 Luc Teirlinck <teirllm@auburn.edu>
7935
7936 * subr.el (get-buffer-window-list): Doc fix.
7937
90dc1922
LT
79382004-07-10 Luc Teirlinck <teirllm@auburn.edu>
7939
da38045d
LT
7940 * files.el (switch-to-buffer-other-window): Doc fix.
7941
90dc1922 7942 * window.el (save-selected-window, one-window-p)
0ba2e87b
LT
7943 (split-window-keep-point, split-window-vertically)
7944 (split-window-horizontally): Doc fixes.
90dc1922 7945
45f17557
VJL
79462004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7947
7948 * printing.el: Doc fix. Now it uses call-process instead of
7949 shell-command for low command execution.
7950 (pr-version): New version number (6.8).
7951 (pr-shell-file-name): Option removed.
7952 (pr-shell-command): Fun removed.
7953 (pr-call-process): New fun. Replace pr-shell-command.
7954 (pr-standard-path, pr-remove-nil-from-list): New funs.
7955 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
7956 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
7957 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
7958 (pr-ps-utility-process, pr-txt-print): Code fix.
7959
831dc66d
EZ
79602004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7961
7962 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
7963 boolean.
7964
80a7a1bf
LH
79652004-07-09 Lars Hansen <larsh@math.ku.dk>
7966
7967 * wid-edit.el (widget-field-buffer): Doc fix.
7968
a29ccd9f
JPW
79692004-07-09 John Paul Wallington <jpw@gnu.org>
7970
c046590e
SM
7971 * emacs-lisp/re-builder.el (reb-update-overlays):
7972 Distinguish between one and several matches in message.
a29ccd9f 7973
02c04e6f
RS
79742004-07-09 Richard M. Stallman <rms@gnu.org>
7975
7976 * mouse.el (mouse-set-region-1): If transient-mark-mode
7977 is `identity', change it to `only'.
7978
7979 * simple.el (current-word): Doc fix.
7980
6d12a4df
MH
79812004-07-09 Mark A. Hershberger <mah@everybody.org>
7982
ae04ab88
MH
7983 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
7984 so that it is more understanding of whitespace.
7985
7c018923 7986 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
6d12a4df
MH
7987 (("ns" . "element") (attr-list) children) instead of
7988 ((:ns . "element") (attr-list) children) in order to reduce the
7989 number of symbols used.
7990 (xml-skip-dtd): Change to use xml-parse-dtd but set
7991 xml-validating-parsing to nil.
7992 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
7993 (xml-substitute-entity): Remove in favor of new entity substitution.
7994 (xml-substitute-special): Rewrite in to substitute complex
7995 entities from DOCTYPE declarations.
7996 (xml-parse-fragment): Parse fragments from entity deleclarations.
7997 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
7998 (xml-parse-dtd, xml-substitute-special): Make validity checks
7999 conditioned on xml-validating-parser. Add "Not Well Formed" to
8000 error messages about well-formedness.
8001
0ecc9999
ST
80022004-07-08 Steven Tamm <steventamm@mac.com>
8003
8004 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
8005 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
8006 Do not treat double clicks and triple clicks specially in the
8007 scroll bar (preventing strange repositioning problems)
8008
c046590e 80092004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
cc0aea1a
SM
8010
8011 * replace.el (query-replace-regexp-eval): Fix last change.
8012
c046590e 80132004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6f1df6d9
SM
8014
8015 * replace.el (query-replace-descr): New fun.
8016 (query-replace-read-from, query-replace-read-args): Default to the
8017 previous from&to.
8018 (query-replace-read-to): Quote the `from' string when displaying it.
8019 (query-replace-regexp-eval): Immediately check read-only status.
8020 Use query-replace-read-from to get the \n checking.
8021 Quote the `from' string when displaying it.
8022 (map-query-replace-regexp, occur-read-primary-args):
8023 Quote the `from' string when displaying it.
8024
8025 * isearch.el (isearch-query-replace): Pass the regexp-ness and
8026 delimited-ness of the search to query-replace.
8027
8028 * replace.el (query-replace-read-from, query-replace-read-to):
8029 New funs extracted from query-replace-read-args.
8030 (query-replace-read-args): Use them.
8031
8032 * replace.el (query-replace-interactive, query-replace-read-args):
8033 Remove the `initial' special value.
8034 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
8035 (occur-engine): Remove unused var `matchend'.
8036
8037 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
8038 Use the search string without prompting.
8039
475344c3
KH
80402004-07-05 Kenichi Handa <handa@m17n.org>
8041
6f1df6d9
SM
8042 * international/mule.el (decode-coding-inserted-region):
8043 Set last-coding-system-used only when coding is nil.
475344c3 8044
2a1a35c6
EZ
80452004-07-03 Eli Zaretskii <eliz@gnu.org>
8046
8047 * progmodes/grep.el (grep-compute-defaults, grep-command)
8048 (grep-program, find-program, grep-find-use-xargs, grep-history)
8049 (grep-find-history, grep-tag-default, grep-find-command)
8050 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
8051 Add autoload cookies, for unbundled packages that load `compile'
8052 and expect all grep-related symbols to become defined.
8053
610101de
EZ
80542004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
8055
6f1df6d9 8056 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
610101de
EZ
8057 (iimage-mode-image-search-path): New user option to search the
8058 image file.
8059 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
8060 have locate-file.
8061 (iimage-mode-buffer): Use it.
8062
e21badcd
NR
80632004-07-03 Nick Roberts <nickrob@gnu.org>
8064
8065 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
8066 carefully.
8067 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
8068
52979451
JL
80692004-07-03 Juri Linkov <juri@jurta.org>
8070
8071 * replace.el (query-replace-read-args): Swallow space after 'foo,
8072 not after (quote foo). Match space only immediately after symbol,
8073 not anywhere in the whole string.
8074
e3ccf404
RS
80752004-07-02 Richard M. Stallman <rms@gnu.org>
8076
8077 * replace.el (query-replace-read-args): Swallow space after
8078 symbols, not after closeparens. But avoid error if string ends there.
8079
8080 * progmodes/python.el (python-beginning-of-statement):
8081 Exit the loop if backward-up-list gets error.
8082
8083 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
8084
1e118124
AS
80852004-07-02 Andre Spiegel <spiegel@gnu.org>
8086
8087 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
8088 only if vc-consult-headers is non-nil.
8089
5dc0a68b
JL
80902004-07-02 Juri Linkov <juri@jurta.org>
8091
8092 * pcvs.el (cvs-mode-diff-repository): New command.
8093
8094 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
8095
0ec4febd
JL
80962004-07-01 Juri Linkov <juri@jurta.org>
8097
8098 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
8099 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
8100 C-M-% to isearch-query-replace-regexp.
8101 (minibuffer-local-isearch-map): Add arrow key bindings.
8102 Bind C-f to isearch-yank-char-in-minibuffer.
8103 (isearch-forward): Doc fix.
8104 (isearch-edit-string): Doc fix.
8105 (isearch-query-replace, isearch-query-replace-regexp): New funs.
8106 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
8107 (isearch-yank-char): Add optional arg.
8108 (isearch-yank-char-in-minibuffer): New fun.
8109
8110 * replace.el (query-replace-interactive): Change type from boolean
8111 to choice. Add value `initial'.
8112 (query-replace-read-args): Handle value `initial' of
8113 query-replace-interactive.
8114
5fa405b6
KS
81152004-06-29 Kim F. Storm <storm@cua.dk>
8116
8117 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
8118 (breakpoint-disabled-bitmap-face): Add :group 'gud.
8119
8120 * progmodes/ada-xref.el (ada-tight-gvd-integration):
8121 Add :group 'ada.
8122
8123 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
8124
637b9d73
JL
81252004-06-29 Juri Linkov <juri@jurta.org>
8126
8127 * replace.el (query-replace-read-args): Swallow a space after
8128 everything except )]" which in most cases means after a symbol.
8129
8130 * emacs-lisp/pp.el (pp-buffer): Add autoload.
8131
e3ccf404
RS
81322004-06-28 Richard M. Stallman <rms@gnu.org>
8133
8134 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
8135 More changes to go with previous change in font-lock.el.
8136
cb05ca25
DK
81372004-06-26 David Kastrup <dak@gnu.org>
8138
8139 * replace.el (perform-replace): Highlight the match even in
8140 non-query mode if there is potential replace string editing.
8141
3f788773
KG
81422004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
8143
15cc764c
KG
8144 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
8145 agree with new return value of `file-remote-p'.
8146 This syncs with Tramp 2.0.42.
8147
3f788773
KG
8148 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
8149 according to new documentation of `file-remote-p'.
8150
8151 * files.el (file-remote-p): Fix doc to say that return value is
8152 identification of remote system, if not nil.
8153 (file-relative-name): Use new return value of `file-remote-p'.
8154
817819c2
NR
81552004-06-26 Nick Roberts <nickrob@gnu.org>
8156
5fa405b6 8157 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
817819c2
NR
8158 (gdb-goto-breakpoint): Fix breakage.
8159
00170b0d
EZ
81602004-06-26 Eli Zaretskii <eliz@gnu.org>
8161
8162 * man.el (Man-getpage-in-background): Add windows-nt to the list
8163 of systems where shell-file-name should be used instead of
8164 literal "sh".
8165
bc071f64
SS
81662004-06-25 Sam Steingold <sds@gnu.org>
8167
8168 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
8169 function names `(setf symbol)'.
8170
b4a4b0ae
RS
81712004-06-24 Richard M. Stallman <rms@gnu.org>
8172
8173 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
8174
8175 * font-lock.el (font-lock-keywords): Change format of compiled values.
8176 Document it.
8177 (font-lock-add-keywords): If font-lock-keywords is compiled,
8178 extract the uncompiled version, modify, then recompile.
8179 (font-lock-remove-keywords): Likewise.
8180 (font-lock-fontify-keywords-region): Handle changed format.
8181 (font-lock-compile-keywords): Handle changed format.
8182 (font-lock-set-defaults): Compile the keywords explicitly here.
8183
7c1c02ac
DK
81842004-06-24 David Kastrup <dak@gnu.org>
8185
8186 * replace.el (query-replace-read-args): Implement `\,' and `\#'
8187 replacements here.
8188 (query-replace-regexp): Doc string explaining this and the new
8189 `\?' replacement. Remove `\,' and `\#' implementation here, as it
8190 is better placed in `query-replace-read-args'.
8191 (replace-regexp): Explain `\,', `\#' and `\?'.
8192 (replace-match-data): New function for thorough reuse/destruction
8193 of old match-data.
c8d09ad8 8194 (replace-match-maybe-edit): Function for implementing `\?' editing.
7c1c02ac
DK
8195 (perform-replace): Fix maintaining of the match stack including
8196 already matched regions, implement `\?', fix various problems
8197 with regions while editing and other stuff.
c8d09ad8 8198 (replace-highlight): Simplify.
7c1c02ac 8199
bb72b9d0
DP
82002004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
8201
8202 * progmodes/grep.el (grep-error-screen-columns): New variable.
8203 (grep-regexp-alist): Give it the full functionality of gnu style
8204 compilation messages with line and column ranges. Ask me for the
8205 perl script I'm working on, that uses these.
8206
7b199114
NR
82072004-06-23 Nick Roberts <nickrob@gnu.org>
8208
8209 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
8210 Remove.
8211 (comint-insert-input, comint-mouse-insert-input): New functions
8212 based on comint-insert-clicked-input for two bindings but just
8213 one functionality.
8214
21ae22ff
LT
82152004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8216
8217 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
8218
255d07dc
LH
82192004-06-23 Lars Hansen <larsh@math.ku.dk>
8220
8221 * files.el (write-contents-functions): Doc fix.
8222
4e9691e9
JB
82232004-06-21 Juanma Barranquero <lektu@terra.es>
8224
c8d09ad8 8225 * image.el (image-library-alist): Rewrite docstring in active voice.
4e9691e9 8226
376de739
RS
82272004-06-20 Richard M. Stallman <rms@gnu.org>
8228
8229 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
8230
8231 * isearch.el (isearch-repeat): Avoid testing old match data.
8232 (isearch-message): Display trailing space in special font
8233 when search is failing.
8234 (isearch-search-fun-function): Doc fix.
8235
8236 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
8237
e6c45c29
LT
82382004-06-19 Luc Teirlinck <teirllm@auburn.edu>
8239
8240 * frame.el (show-trailing-whitespace): Doc fix.
8241
8242 * cus-edit.el (custom-variable-documentation): New function.
8243 (custom-variable): Use it.
8244
6871c35f
NR
82452004-06-19 Nick Roberts <nickrob@gnu.org>
8246
8247 * man.el (Man-getpage-in-background): Revert previous change but
8248 make cygwin a special case.
8249
9ae0d84f
LT
82502004-06-18 Luc Teirlinck <teirllm@auburn.edu>
8251
c8d09ad8
SM
8252 * autorevert.el (global-auto-revert-non-file-buffers):
8253 Update docstring.
9ae0d84f 8254
fed0b1ee
DP
82552004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
8256
8257 * progmodes/compile.el (compilation-error-properties): Store one
8258 more than end-col, if present, so that transient-mark-mode will
8259 highlight last char too.
8260 * progmodes/grep.el (grep-regexp-alist): Match columns and column
8261 ranges, if present.
8262
f34bdfdc
JR
82632004-06-18 Jason Rumney <jasonr@gnu.org>
8264
8265 * makefile.w32-in: Double percent signs in for loops.
8266
2f57bf85
DK
82672004-06-17 David Kastrup <dak@gnu.org>
8268
8269 * replace.el (query-replace-read-args): Only warn about use of \n
8270 and \t when we are doing a regexp replacement and the actual
8271 escaped character is n or t.
8272 (query-replace-regexp): Add \, and \# interpretation to
8273 interactive call and document it.
c8d09ad8 8274 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2f57bf85
DK
8275 as shortkey for replace-count.
8276 (replace-quote): New function for doubling backslashes.
8277
0111ab41
JB
82782004-06-17 Juanma Barranquero <lektu@terra.es>
8279
f4af98d8
JB
8280 * files.el (parse-colon-path, cd): Mention in docstring that the
8281 path separator is colon in GNU-like systems.
8282
8283 * newcomment.el (comment-region-internal): Fix docstring.
8284
0111ab41
JB
8285 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
8286 (ewoc-invalidate, ewoc-collect): Doc fixes.
8287 (ewoc--create-node, ewoc--delete-node-internal):
8288 Fix typos in docstring.
8289
c90dcdd5
LT
82902004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8291
8292 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
8293 manual to docstring.
8294
3a504454
VJL
82952004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8296
8297 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
8298
1f94377f
LT
82992004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8300
8301 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8302 Add hyperlink to emacs-xtra manual to docstring.
8303
c8d09ad8
SM
8304 * autorevert.el (global-auto-revert-non-file-buffers):
8305 Add hyperlink to emacs-xtra manual to docstring, as well as an
1f94377f
LT
8306 info-link.
8307
fe347034
JB
83082004-06-14 Juanma Barranquero <lektu@terra.es>
8309
8310 * image.el (image-library-alist): New variable to map image types
8311 to external libraries. Initialized to nil, unless system-specific
8312 configs change it.
8313 (image-type-available-p): Determine whether an image type is
8314 available by calling `init-image-library'.
8315
8316 * term/w32-win.el (image-library-alist): Initialize to a known set
8317 of probable library names.
8318
c1136bda
KH
83192004-06-14 Kenichi Handa <handa@m17n.org>
8320
4060d762
KH
8321 * international/code-pages.el (windows-1256, cp1125): Fix tables
8322 for several characters.
8323
c8d09ad8 8324 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
c1136bda 8325
092de21d
RS
83262004-06-13 Richard M. Stallman <rms@gnu.org>
8327
8328 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
8329
8330 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
8331 not "`pc-selection-mode'".
8332
8333 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
8334
8335 * simple.el (previous-matching-history-element): Specify a default.
8336
8337 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
8338
8339 * cus-face.el (custom-declare-face): Simplify code.
8340
8341 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
8342
25f6295e
LT
83432004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8344
8345 * files.el (before-save-hook): Add `time-stamp' to the options.
8346
8347 * time-stamp.el (time-stamp): Recommend adding it to
1ebd4f78 8348 `before-save-hook', rather than `write-file-functions'.
25f6295e
LT
8349 Make a similar change in `Commentary' section.
8350
6393ab2a
KG
83512004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
8352
8353 * diff-mode.el (diff-current-defun): If at start of hunk, use
8354 position of first change.
8355
c04ebd1d
LH
83562004-06-13 Lars Hansen <larsh@math.ku.dk>
8357
8358 * dired-x.el (dired-mark-omitted): Bind to "*O".
8359
037b0a87
KF
83602004-06-12 Karl Fogel <kfogel@red-bean.com>
8361
8362 * bookmark.el (bookmark-bmenu-relocate): New function, as
8363 suggested by David J. Biesack <David.Biesack@sas.com>.
8364 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
8365 (bookmark-bmenu-mode): Describe binding in doc string.
8366 (bookmark-set-filename): Save the bookmark list if it's time.
8367
6fb41b5b
KH
83682004-06-13 Kenichi Handa <handa@m17n.org>
8369
c8d09ad8 8370 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6fb41b5b
KH
8371 (ccl-untranslated-to-ucs): Fix typo.
8372
95e4a189 83732004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
fc3095ce 8374
c8d09ad8
SM
8375 * progmodes/python.el (python-open-block-statement-p):
8376 Fix indentation after a block opening that contains a comment.
fc3095ce 8377
7c226e40
EZ
83782004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
8379
8380 * bindings.el (completion-ignored-extensions): Add file extensions
8381 of Python byte-compiled files.
8382
1c492b87
JL
83832004-06-12 Juri Linkov <juri@jurta.org>
8384
8385 * info.el (Info-goto-node): Add autoload.
8386 (Info-toc): Add substring-no-properties on Info file name.
8387 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
8388 (Info-mode-map): Bind L to Info-history, T to Info-toc.
8389
66189a40
KH
83902004-06-12 Kenichi Handa <handa@m17n.org>
8391
c8d09ad8
SM
8392 * international/mule-cmds.el (set-language-environment):
8393 Load subst tables if necessary.
66189a40 8394
c8d09ad8 8395 * international/mule.el (decode-char): Load subst tables if necessary.
66189a40
KH
8396 (encode-char): Likewise.
8397
8398 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
8399 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
8400 (utf-16le-decode-loop): Set r5 to -1 before loop.
8401 (utf-16be-decode-loop): Likewise.
8402 (ccl-decode-mule-utf-16le): Add EOF processing block.
8403 (ccl-decode-mule-utf-16be): Likewise.
8404 (ccl-decode-mule-utf-16le-with-signature): Likewise.
8405 (ccl-decode-mule-utf-16be-with-signature): Likewise.
8406 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
8407 (ccl-mule-utf-16-encode-untrans): New CCL.
8408 (utf-16-decode-to-ucs): Handle pre-read character.
8409 (utf-16le-encode-loop): Handle surrogate pair.
8410 (utf-16be-encode-loop): Likewise.
c8d09ad8 8411 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
66189a40 8412 of utf-16le-encode-loop.
c8d09ad8 8413 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
66189a40 8414 of utf-16be-encode-loop.
c8d09ad8
SM
8415 (mule-utf-16-post-read-conversion):
8416 Call utf-8-post-read-conversion at first.
8417 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
8418 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
66189a40
KH
8419 Add post-read-conversion and pre-write-conversion.
8420
c8d09ad8 8421 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
66189a40
KH
8422 (utf-translate-cjk-unicode-range): New variable.
8423 (utf-translate-cjk-load-tables): New function.
8424 (utf-lookup-subst-table-for-decode): New function.
8425 (utf-lookup-subst-table-for-encode): New function.
8426 (utf-translate-cjk-mode): Init-value changed to t. Don't load
8427 tables here. Update safe-charsets of utf-* coding systems.
8428 (ccl-mule-utf-untrans): New CCL.
8429 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
8430 at end of each branch.
8431 (ccl-mule-utf-8-encode-untrans): New CCL.
8432 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
8433 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
8434 length of encoding. Don't return r0.
8435 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
c8d09ad8
SM
8436 (utf-8-post-read-conversion): Narrow to region properly.
8437 If utf-translate-cjk-mode is on, load tables if necessary.
8438 Call utf-8-compose with hash-table arg if necessary.
8439 Call XXX-compose-region instead of XXX-post-read-convesion.
66189a40
KH
8440 (utf-8-pre-write-conversion): New function.
8441 (mule-utf-8): Include CJK charsets in safe-charsets if
8442 utf-translate-cjk-mode is on. Add pre-write-conversion.
8443
8444 * international/characters.el: Temporarily set
8445 utf-translate-cjk-mode to nil.
8446
c8d09ad8
SM
8447 * language/devan-util.el (devanagari-compose-region):
8448 Add autoload cookie.
66189a40
KH
8449
8450 * international/ccl.el (ccl-dump-call): Fix printing the
8451 subroutine name.
8452
7805cdbd
LT
84532004-06-11 Luc Teirlinck <teirllm@auburn.edu>
8454
8455 * dired.el (dired-revert): If buffer is marked unmodified before
8456 reverting, keep it marked unmodified.
8457 Adapt to new conventions for commenting out code.
c8d09ad8 8458 (dired-make-relative): Adapt to new conventions for commenting out code.
7805cdbd 8459
0c2222fa
MB
84602004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
8461
c8d09ad8
SM
8462 * eshell/esh-module.el (eshell-load-defgroups):
8463 Bind `vc-handled-backends' to nil when opening files.
0c2222fa 8464
e9efcef4
JB
84652004-06-11 Juanma Barranquero <lektu@terra.es>
8466
8467 * files.el (parse-colon-path, cd): Doc fixes (refer to
8468 `path-separator', not colon).
8469
9fc2be4c
JB
84702004-06-10 Juanma Barranquero <lektu@terra.es>
8471
8472 * newcomment.el (comment-search-forward)
8473 (comment-search-backward): Fix typos in docstring.
8474 (comment-region): Doc fix.
8475
d39e545f
LT
84762004-06-10 Luc Teirlinck <teirllm@auburn.edu>
8477
8478 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
8479 switch is no longer stored in `dired-switches-alist'.
8480
8481 * dired-aux.el (dired-insert-subdir): Do not store R switch in
8482 `dired-switches-alist'.
8483
d82baff9
KS
84842004-06-10 Kim F. Storm <storm@cua.dk>
8485
8486 * pcvs.el (cvs-mode-diff-yesterday): New command.
8487
8488 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
8489
4545a37c
JL
84902004-06-10 Juri Linkov <juri@jurta.org>
8491
8492 * emacs-lisp/edebug.el (edebug-eval-defun):
8493 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
8494 Fix docstring.
8495
8496 * simple.el (eval-expression-print-format): Don't print additional
8497 information on the first call to `eval-print-last-sexp'.
8498 (next-error-find-buffer): Fix punctuation.
8499 (killing) <defgroup>: Fix punctuation.
8500 (yank-excluded-properties): Change group from editing to killing.
8501
8502 * replace.el (perform-replace): Use `limit' to terminate the
8503 while-loop explicitly.
8504
2736c905
JD
85052004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8506
d82baff9
KS
8507 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
8508 Use lc-*.xpm as prefix instead of *-locol.xpm.
2736c905
JD
8509
8510 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
8511 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
8512 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
8513 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
8514 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
8515 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
8516 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
8517 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
8518 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
8519 * toolbar/lc-up_arrow.xpm:
77c99c7f 8520 Rename from *-locol.xpm.
2736c905 8521
067eac9b
RV
85222004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
8523
8524 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
8525 include forms like &<str>; as valid url patterns.
8526
ca0028ce
LT
85272004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8528
8529 * dired.el (dired-diff, dired-backup-diff)
8530 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
8531 (dired-do-chown, dired-do-touch, dired-do-print)
8532 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
8533 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
8534 (dired-create-directory, dired-do-copy, dired-do-symlink)
8535 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
8536 (dired-do-copy-regexp, dired-do-hardlink-regexp)
8537 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
8538 (dired-maybe-insert-subdir, dired-next-subdir)
8539 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
8540 (dired-kill-subdir, dired-tree-up, dired-tree-down)
8541 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
8542 (dired-run-shell-command, dired-query): Remove redundant,
8543 or incorrect, autoloads.
8544
8545 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
c8d09ad8
SM
8546 does not end in a slash. Add optional argument KILL-ROOT.
8547 Update docstring.
ca0028ce
LT
8548 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
8549 (dired-query): Add autoloads.
8550
ed27bf96
DP
85512004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
8552
c8d09ad8
SM
8553 * progmodes/compile.el (compilation-set-window-height):
8554 Rearrange the save-* functions because a buffer can have several current
ed27bf96
DP
8555 point in different windows.
8556 (compilation-error-regexp-alist-alist): Recognize {standard input}
8557 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
8558
9757a56b
JD
85592004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8560
8561 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
8562 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
8563 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
a4ba8298 8564 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
9757a56b
JD
8565 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
8566 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
a4ba8298 8567 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
9757a56b
JD
8568 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
8569 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
8570 * toolbar/up_arrow-locol.xpm:
8571 New versions of icons that uses fewer colors.
ed27bf96 8572
9757a56b
JD
8573 * toolbar/tool-bar.el (tool-bar-local-item)
8574 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
8575 if display-color-cells is 256 or less.
8576
765771b1
KS
85772004-06-08 Kim F. Storm <storm@cua.dk>
8578
8579 * wid-edit.el (widget-specify-button): Use hand pointer rather
8580 than mouse-face as visible mouse-over effect.
8581
5f29a6c8
KF
85822004-06-07 Karl Fogel <kfogel@red-bean.com>
8583
8584 * saveplace.el (save-place-alist-to-file): Bind `print-length'
765771b1 8585 and `print-level' to nil when writing out `save-place-alist'.
5f29a6c8 8586 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
765771b1 8587
0b0dea7b
JB
85882004-06-07 Juanma Barranquero <lektu@terra.es>
8589
8590 * completion.el (completion-kill-region): Doc fix.
8591
8592 * format.el (format-insert-annotations)
8593 (format-annotate-location): Doc fixes.
c8d09ad8 8594 (format-subtract-regions): Make arguments match their use in docstring.
0b0dea7b
JB
8595
8596 * simple.el (kill-region): Doc fix.
8597
8598 * subr.el (insert-buffer-substring-no-properties)
8599 (insert-buffer-substring-as-yank): Doc fixes.
8600
487327a9
LT
86012004-06-07 Luc Teirlinck <teirllm@auburn.edu>
8602
0aa99669
LT
8603 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8604 Update docstring.
8605 (dired-reset-subdir-switches): New function.
8606
487327a9
LT
8607 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
8608 Limit scope of `buffer-read-only' binding.
8609
2a050854
JW
86102004-06-06 Emilio C. Lopes <eclig@gmx.net>
8611
08384afd
KS
8612 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
8613 eshell-explicit-command-char.
2a050854 8614
8c1138be
JB
86152004-06-06 Juanma Barranquero <lektu@terra.es>
8616
8617 * help-fns.el (help-argument-name): Inherit from italic face only
8618 if the frame supports it.
8619
722ceca4
JD
86202004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8621
d82baff9 8622 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
60ce1c58
KS
8623 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
8624 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
8625 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
8626 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
8627 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
8628 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
8629 New conversions from xpm files.
722ceca4
JD
8630
8631 * toolbar/README: New file.
8632
33bc06fb
RS
86332004-06-06 Richard M. Stallman <rms@gnu.org>
8634
8635 * isearch.el (isearch-mode-map): Undo previous change.
8636
575f6118
JL
86372004-06-05 Juri Linkov <juri@jurta.org>
8638
8639 * bindings.el (debug-ignored-errors): Add regexps for history
8640 related messages. Remove $ from "No further undo information".
8641 Move Ediff's messages to ediff.el.
8642
8643 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8644
8645 * cus-edit.el (custom-display): Add `min-colors'.
8646
8647 * custom.el (defface): Add `supports' to docstring.
8648
8649 * help-fns.el (help-argument-name): Add :group 'help.
8650
a994ebb8
LT
86512004-06-05 Luc Teirlinck <teirllm@auburn.edu>
8652
8653 * find-dired.el (find-ls-subdir-switches): New user option.
8654 (find-dired): No longer call `abbreviate-file-name' on DIR.
8655 Set `dired-subdir-switches' buffer-locally.
8656
8657 * locate.el: Merge the two `Commentary' sections.
8658 (locate-ls-subdir-switches): New user option.
8659 (locate): Update for other changes.
8660 (locate-mode-map): Restore Dired binding for mouse-2.
8661 Bind `locate-mouse-view-file' to M-mouse-2.
8662 Bind `l' to `locate-do-redisplay'.
8663 (locate-main-listing-line-p, locate-do-redisplay): New functions.
8664 (locate-mouse-view-file, locate-tags, locate-find-directory):
8665 Print message if used outside main listing.
8666 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
8667 Various changes to support inserted subdirectories.
8668 (locate-insert-header): Change header of *Locate* buffer.
8669
8670 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8671 Change interactive default switches.
8672 (dired-rename-subdir-2): Update `dired-switches-alist'.
8673 (dired-insert-subdir, dired-kill-subdir):
8674 Handle `dired-switches-alist'. Do not mark buffer modified.
8675 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8676 (dired-insert-subdir-doinsert): Omit messages.
8677 Handle `dired-subdir-switches'.
8678 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8679
c8d09ad8 8680 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
a994ebb8
LT
8681 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8682 subdirs if -R switch is used for a subdir.
8683 (dired-mode): Set `dired-switches-alist'.
8684 (dired-build-subdir-alist): Only print number of directories in
8685 echo area when invoked interactively.
8686
d6921846
LH
86872004-06-05 Lars Hansen <larsh@math.ku.dk>
8688
8689 * dired-x.el (dired-omit-mode): Rename from
88c29504 8690 dired-omit-files-p. Use define-minor-mode to define it.
d6921846 8691 (dired-omit-files-p): Add as alias for dired-omit-mode.
88c29504 8692 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
d6921846 8693 dired-mark-omitted.
88c29504 8694 (dired-mark-omitted): Add. Bind to M-O.
d6921846 8695
62bfe0fc
KH
86962004-06-05 Kenichi Handa <handa@m17n.org>
8697
8698 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
8699
8be2a2dd
JB
87002004-06-05 Juanma Barranquero <lektu@terra.es>
8701
8702 * help-fns.el (help-argument-name): Reintroduce face.
8703 (help-default-arg-highlight): Use it, now that
8704 `face-differs-from-default-p' can be trusted.
8705
7780d793
JB
87062004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8707
8708 * textmodes/table.el: Sentence commands added to Point Motion
8709 group; kill and backward-kill commands added to Extraction group.
8710
9742a3a6
EZ
87112004-06-04 Mario Lang <mlang@delysid.org>
8712
c8d09ad8 8713 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
9742a3a6
EZ
8714 systems appear to use mW, make the code handle this. Fix a
8715 division-by-zero bug while at it, and handle kernels with
8716 a slightly different layout in /proc/acpi.
8717
e2cae769 87182004-06-04 Karl Fogel <kfogel@red-bean.com>
5129f10c
KF
8719
8720 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
8721 because the latter is a CL-ism. This fixes the bug reported by
7780d793 8722 Shawn Boyette <mdxi@collapsar.net> in
c8d09ad8 8723 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5129f10c 8724
9717e36c
MB
87252004-06-04 Miles Bader <miles@gnu.org>
8726
8727 * faces.el (display-supports-face-attributes-p): Function moved to
8728 C code. Previously only the tty-related portion of this function
8729 was done in C; however the previous attempt to do a halfway-proper
8730 job for non-tty displays in lisp didn't work properly because of
e2cae769 8731 funny conditions during Emacs startup.
1151d617
MB
8732 (face-differs-from-default-p): Simplify, now that
8733 display-supports-face-attributes-p works properly on all display
8734 types. Remove :stipple from comparison; it doesn't really work
8735 in emacs anyway.
9717e36c 8736
7e07a66d
MB
87372004-06-04 Miles Bader <miles@gnu.org>
8738
8739 * faces.el (face-differs-from-default-p): Use a different
8740 implementation, so we can really check whether FACE displays
8741 differently or not.
8742
421c91e5
MB
87432004-06-04 Miles Bader <miles@gnu.org>
8744
8745 * faces.el (display-supports-face-attributes-p): Implement a
8746 `different from default' check for non-tty displays.
8747
67c41d86
DK
87482004-06-03 David Kastrup <dak@gnu.org>
8749
8750 * woman.el (woman-mapcan): More concise code.
8751 (woman-topic-all-completions, woman-topic-all-completions-1)
8752 (woman-topic-all-completions-merge): Replace by a simpler and
8753 much faster implementation based on O(n log n) sort/merge instead
8754 of the old O(n^2) behavior.
8755
2bb680b0
MB
87562004-06-03 Miles Bader <miles@gnu.org>
8757
2d14d61e
MB
8758 * subr.el (read-number): Use canonical format for default in prompt.
8759
c8d09ad8
SM
8760 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
8761 Add regexp for " [...]" style defaults.
2bb680b0 8762
0bdd7ae4
JPW
87632004-06-02 Romain Francoise <romain@orebokech.com>
8764
8765 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
8766 groups: if the user asks for a hidden buffer, open the
8767 corresponding filter group to expose it.
8768
8769 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
8770 `ibuffer-jump-to-buffer'.
8771 (ibuffer-jump-offer-only-visible-buffers): New user option.
8772
86d373e6
JB
87732004-06-02 Juanma Barranquero <lektu@terra.es>
8774
8775 * faces.el (frame-update-faces): Add empty docstring so the one
8776 for `ignore' doesn't show through.
8777
8778 * subr.el (process-kill-without-query): Remove spurious "\n" on
8779 obsolescence string.
8780 (focus-frame, unfocus-frame): Add obsolescence declaration and
8781 empty docstring.
8782
8783 * international/mule.el (register-char-codings): Make alias for
c8d09ad8 8784 `ignore'. Move docstring to obsolescence info and remove redundancy.
86d373e6 8785
90ec69c7
KS
87862004-06-02 Kim F. Storm <storm@cua.dk>
8787
8788 * frame.el (blink-cursor-start): Turn cursor off initially so blink
8789 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
8790
c8d09ad8
SM
87912004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * comint.el (comint-replace-by-expanded-history-before-point):
8794 Obey `start' as the docstring says.
8795 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
8796 (comint-update-fence): Prevent font-lock from running unnecessarily.
8797 (comint-dynamic-list-completions): Use with-current-buffer.
8798
87992004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8800
8801 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
8802 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
8803 (bibtex-entry-update): Handle alternatives and optional fields.
8804 (bibtex-parse-entry): Bugfix, handle empty key.
8805
ef5572c5
SM
88062004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * vc-arch.el (vc-arch-state): Don't assume the file exists.
8809
7bfa55b3
LH
88102004-05-31 Lars Hansen <larsh@math.ku.dk>
8811
8812 * desktop.el (desktop-save): Don't save minor modes without a
8813 known mode initialization function.
8814
64df673d
LT
88152004-05-30 Luc Teirlinck <teirllm@auburn.edu>
8816
ef5572c5 8817 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
64df673d
LT
8818
8819 * autorevert.el: Update `Commentary' section.
8820
aa8ca433
JB
88212004-05-30 Juanma Barranquero <lektu@terra.es>
8822
8823 * dos-fns.el (convert-standard-filename):
8824 * files.el (convert-standard-filename):
8825 * w32-fns.el (convert-standard-filename):
8826 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
8827
2fcaee47 88282004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
aa8ca433 8829
2fcaee47
KG
8830 Sync with Tramp.
8831
aa8ca433 8832 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
ef5572c5
SM
8833 (tramp-let-maybe): Move to an earlier spot in the file.
8834 Patch by Andreas Schwab.
2fcaee47 8835
5709c1a0
AS
88362004-05-30 Andreas Schwab <schwab@suse.de>
8837
8838 * dired.el (dired-get-filename): Don't use dired-re-dot.
8839
7a61e456
RS
88402004-05-30 Richard M. Stallman <rms@gnu.org>
8841
8842 * files.el (find-file): Doc fix.
8843
8844 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
8845
f471ca2b
NR
88462004-05-30 Nick Roberts <nickrob@gnu.org>
8847
8848 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
8849 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
8850 modeline of the locals buffer.
8851 (gdb-goto-breakpoint): Handle gdbmi.
8852 (gdb-get-frame-number): Change for gdbmi.
8853
c8364415
MA
88542004-05-30 Michael Albinus <michael.albinus@gmx.de>
8855
8856 * files.el (file-remote-p): Apply file name handler for operation
8857 `file-remote-p'. It isn' a property any longer.
8858 (file-relative-name): `fh' and `fd' get the required value via
8859 `find-file-name-handler' already.
8860
8861 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
8862 (top): Remove setting of `file-remote-p' property for
ef5572c5 8863 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
c8364415 8864
19a87064
MA
88652004-05-29 Michael Albinus <michael.albinus@gmx.de>
8866
8867 Version 2.0.41 of Tramp released.
8868
ef5572c5
SM
8869 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
8870 Throw away if process has died.
8871 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
8872 (tramp-out-of-band-prompt-regexp): Rename to
19a87064
MA
8873 `tramp-process-alive-regexp', because its usage is widen.
8874 (tramp-actions-copy-out-of-band): Apply it.
ef5572c5
SM
8875 (tramp-actions-before-shell, tramp-multi-actions):
8876 Add `tramp-action-process-alive' action.
19a87064
MA
8877 (tramp-action-process-alive): New defun.
8878 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8879 Add entry for `file-remote-p'.
8880 (tramp-handle-file-remote-p): New defun.
8881 (top): Remove setting of `file-remote-p'. Don't set
8882 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
8883
8884 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8885 `file-remote-p'.
8886
8887 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
ef5572c5
SM
8888 counted for (last) line. [They should or they shouldn't? --Stef]
8889 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
19a87064
MA
8890
88912004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
8892
8893 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
8894 not really necessary but seems to keep the shell history smaller
8895 in some cases. It is no substitute for setting HISTFILE and
8896 HISTSIZE from tramp-open-connection-setup-interactive-shell,
8897 though. Suggested by Luc Teirlinck.
8898 (tramp-open-connection-setup-interactive-shell): Export variables
8899 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
8900 (tramp-set-process-query-on-exit-flag): New compat function.
8901 (tramp-open-connection-multi, tramp-open-connection-su)
8902 (tramp-open-connection-rsh, tramp-open-connection-telnet)
8903 (tramp-do-copy-or-rename-file-out-of-band): Use it.
8904 (tramp-let-maybe): New macro, let-binds a variable only if it
8905 isn't obsolete.
8906 (tramp-check-ls-commands, tramp-handle-expand-file-name)
8907 (tramp-handle-file-truename): Use it.
8908 (tramp-completion-file-name-regexp-unified): Avoid matching
8909 filenames starting with "/:" -- those are reserved for
8910 file-name-non-special.
8911
ef5572c5
SM
8912 * tramp-smb.el (tramp-smb-open-connection):
8913 Use tramp-set-process-query-on-exit-flag compat function.
19a87064 8914
08fd1251
RS
89152004-05-29 Richard M. Stallman <rms@gnu.org>
8916
8917 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
8918
8919 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
8920 (eval-last-sexp-print-value): Print char equivalent regardless
8921 of standard-output value.
8922
ef5572c5 8923 * thumbs.el (thumbs-subst-char-in-string): Delete.
08fd1251
RS
8924 (thumbs-thumbname): Use subst-char-in-string.
8925 (thumbs-resize-image): Use condition-case, not ignore-errors.
8926 (thumbs-kill-buffer): Likewise.
8927
8928 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
8929 (thumbs-mode): Make buffer read-only.
8930 (thumbs-make-thumb): Unconditionally accept an existing file.
8931 (thumbs-insert-thumb): Add thumb-image-file property to the image.
8932 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
8933 (thumbs-show-thumbs-list): Error if images not supported.
8934 (thumbs-save-current-image): Improve prompt string.
8935 (thumbs-mode-map): Define u, R, x.
8936 (thumbs-unmark): New command.
8937 (thumbs-emboss-image): Minor cleanup.
8938 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
8939 (thumbs-rename-images): New command.
8940 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
8941
8942 * thumbs.el (thumbs-current-image): New function.
8943 (thumbs-file-list, thumbs-file-alist): New functions.
8944 (thumbs-find-image): Delete arg L.
8945 Don't set up thumbs-fileL as buffer-local global var.
8946 (thumbs-find-image-at-point): Use thumbs-current-image.
8947 (thumbs-set-image-at-point-to-root-window): Likewise.
8948 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
8949 Record and warn about errors. Update thumbs-markedL for deletions.
8950 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
8951 (thumbs-redraw-buffer): Use thumbs-file-list.
8952 (thumbs-mark): Use thumbs-current-image.
8953 (thumbs-show-name): Use thumbs-current-image.
8954
8955 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
8956 and imenu--last-menubar-index-alist.
8957
8958 * subr.el (with-selected-window): Undo previous change.
8959
89602004-05-29 John Paul Wallington <jpw@gnu.org>
8961
8962 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
8963 (thumbs-mouse-find-image): New command.
8964 (thumbs-mode-map): Bind it to mouse-2.
e2cae769 8965 (thumbs-mode): Make mode-class special.
08fd1251
RS
8966 (thumbs-view-image-mode): Likewise.
8967
9dd5e8d7
EZ
89682004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8969
8970 * flymake.el: New file.
8971
0a11c70b
LT
89722004-05-28 Luc Teirlinck <teirllm@auburn.edu>
8973
8974 * files.el (find-file-noselect-1): Do not bind
8975 `inhibit-read-only' to t during execution of
8976 `find-file-not-found-functions'.
8977
227ef0ff
SM
89782004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
8981 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
8982
6b9654dc
JL
89832004-05-28 Juri Linkov <juri@jurta.org>
8984
8985 * simple.el (eval-expression-print-format): New fun.
8986
8987 * simple.el (eval-expression):
8988 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8989 * emacs-lisp/edebug.el (edebug-compute-previous-result)
8990 (edebug-eval-expression): Print additionally the value returned by
8991 `eval-expression-print-format'.
8992
8993 * emacs-lisp/lisp.el (insert-pair-alist): New var.
8994 (insert-pair): Make arguments optional. Find character pair
8995 from `insert-pair-alist' according to the last input event.
8996 (insert-parentheses): Make arguments optional.
8997 (raise-sexp, delete-pair): New funs.
8998
8999 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
9000 (emacs-lisp-mode-map, lisp-interaction-mode-map):
9001 Bind C-M-q to `indent-pp-sexp'.
9002
9003 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
9004 `pp-to-string' modified to be able to format text with newlines.
9005 (pp-to-string): Move the buffer-formatting part of the code to
9006 `pp-buffer'. Call `pp-buffer'.
9007
9008 * info.el (Info-desktop-buffer-misc-data): Don't save information
9009 about virtual files.
9010 (Info-restore-desktop-buffer): Restore Info buffers in prepared
9011 buffers with names obtained from the desktop file instead of the
9012 default *info* buffer.
9013
ce50a847
SM
90142004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9015
034a6113
SM
9016 * subr.el (with-selected-window): Only save/restore the selected window.
9017
ce50a847
SM
9018 * progmodes/compile.el (compilation-error-regexp-alist):
9019 Use expand-file-name and data-directory.
9020
9021 * progmodes/grep.el (grep-tree): Rework previous fix.
9022
9023 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
9024 after the user marked text with the mouse.
9025
9026 * startup.el (command-line): Keep the first regexp of
9027 auto-save-file-name-transforms intact.
9028
5445d287
JB
90292004-05-28 Juanma Barranquero <lektu@terra.es>
9030
9031 * cus-edit.el (customize-face, customize-face-other-window)
86d373e6
JB
9032 (custom-face-edit-delete): Make arguments match their use in
9033 docstring.
9034 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
9035 docstring.
5445d287
JB
9036
9037 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
9038 not `cvs-butlast'.
9039
9040 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
9041 `nbutlast' are in subr.el).
9042
9043 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
9044 (set-w32-system-coding-system): Doc fixes.
9045
ce50a847 9046 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5445d287
JB
9047 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
9048 Make arguments match their use in docstring.
9049 (artist-draw-region-trim-line-endings)
9050 (artist-mouse-choose-operation): Fix typo in docstring.
9051 (artist-key-set-point-common): Doc fix.
9052
1cfd38a8
SJ
90532004-05-28 Simon Josefsson <jas@extundo.com>
9054
ce50a847
SM
9055 * mail/smtpmail.el (smtpmail-open-stream):
9056 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1cfd38a8 9057
9e94e254
SJ
90582004-05-26 Simon Josefsson <jas@extundo.com>
9059
9060 * starttls.el: Merge with my GNUTLS based starttls.el.
9061 (starttls-gnutls-program, starttls-use-gnutls)
9062 (starttls-extra-arguments, starttls-process-connection-type)
ce50a847 9063 (starttls-connect, starttls-failure, starttls-success): New variables.
9e94e254 9064 (starttls-program, starttls-extra-args): Doc fix.
ce50a847
SM
9065 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
9066 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
9067 and pass on to corresponding *-gnutls function if it is set.
9e94e254 9068
62aad204
LT
90692004-05-27 Luc Teirlinck <teirllm@auburn.edu>
9070
9071 * autorevert.el (auto-revert-handler): Disable auto-reverting of
9072 remote files.
9073
ae3b2983
MA
90742004-05-27 Michael Albinus <michael.albinus@gmx.de>
9075
9076 * files.el (file-name-non-special): There are more operations
9077 which need handling: `find-backup-file-name',
9078 `insert-file-contents', `verify-visited-file-modtime',
9079 `write-region'. Rename t value of method to `add'. Add new
9080 methods `quote' and `unquote-then-quote' to file-arg-indices.
9081
1021748d
JL
90822004-05-25 Juri Linkov <juri@jurta.org>
9083
9084 * info.el (Info-toc): Call Info-mode on intermediate buffer.
9085 (Info-index-nodes): Enclose code in condition-case to catch errors.
9086 (Info-index-node): Don't search all index nodes if request is only
9087 for the current node and file is not in the cache of index nodes.
9088 (Info-mode-map): Bind Info-copy-current-node-name to `w'
9089 for consistency with dired-copy-filename-as-kill.
9090 Bind `S' to Info-search-case-sensitively.
9091 (Info-copy-current-node-name): New arg. With zero prefix arg put
9092 the name inside a function call to `info'. Display copied text in
9093 the echo area.
9094
59de4ad0
SS
90952004-05-25 Sam Steingold <sds@gnu.org>
9096
9097 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
9098 strip the package prefix from the symbol name, if any.
9099 Make it the `find-tag-default-function' for `lisp-mode'.
9100
1a597f4f
JPW
91012004-05-25 John Paul Wallington <jpw@gnu.org>
9102
9103 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
9104 instead of obsolete `process-kill-without-query'.
9105
9106 * textmodes/texinfmt.el (texinfo-indexvar-alist):
9107 Declare as variable, not constant.
9108
74dca654
LT
91092004-05-25 Luc Teirlinck <teirllm@auburn.edu>
9110
9111 * files.el (find-file-noselect-1): Fix bug introduced by
9112 Revision 1.694. As a side effect, `inhibit-read-only'
9113 is again, by default, t during execution of
9114 `find-file-not-found-functions'.
9115 (insert-directory): Check that lines were really inserted by
9116 the --dired switch, before erasing them.
9117
00da1cc5
NR
91182004-05-24 Nick Roberts <nickrob@gnu.org>
9119
c9858347 9120 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
00da1cc5 9121 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
c9858347
NR
9122 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
9123 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
9124 gud-minor-mode (gdbmi).
00da1cc5 9125
4c493999
JB
91262004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
9127
9128 * net/browse-url.el (browse-url-interactive-arg): Enable user to
9129 explicitly select the text to be taken as URL.
9130
675254bc
JL
91312004-05-23 Juri Linkov <juri@jurta.org>
9132
9133 * info.el (Info-index-nodes): New var and fun.
9134 (Info-goto-index, Info-index, info-apropos)
9135 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
9136 (Info-index): Fix docstring. Store and restore Info-history-list.
9137 (Info-complete-nodes): New var.
9138 (Info-complete-menu-item): Use it.
9139 (Info-index-node): New fun.
9140 (Info-final-node, Info-forward-node, Info-backward-node)
9141 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
9142 Use Info-index-node.
9143 (Info-extract-menu-item, Info-extract-menu-counting): Set second
9144 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
9145 (Info-find-node-2): If a node with period in its name not found,
9146 try to find a node without the name part after period.
9147 (Info-select-node): Call Info-fontify-node only if
9148 Info-fontify-maximum-menu-size is not nil.
9149 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
9150 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
9151 Preserve Info-history-list.
9152 (Info-toc): Set Info-current-file.
9153 (Info-build-toc): Move point to the beginning of the buffer.
9154 Add main-file variable.
9155 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
9156 Use backslashed representation of the control character ^_.
9157
9158 * textmodes/texinfmt.el (texinfo-print-index): Print index line
9159 numbers in the new Texinfo 4.7 format.
9160
9161 * add-log.el (change-log-font-lock-keywords): Remove `:' from
9162 regexps for function and variable names.
9163
9164 * descr-text.el (describe-property-list): Add [show] button for
9165 `syntax-table' property with action to pp to a separate buffer.
9166 (describe-char): Replace search-forward by re-search-forward with
ce50a847 9167 whitespace regexp after "character:" to not fail in too narrow windows.
675254bc
JL
9168
9169 * simple.el (next-error-find-buffer): Add a rule to return
9170 next-error capable buffer if one window on the selected frame
9171 displays such buffer.
9172
0145381f
NR
91732004-05-23 Nick Roberts <nickrob@gnu.org>
9174
9175 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
9176 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
9177 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
9178 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
ce50a847
SM
9179 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
9180 Handle new value for gud-minor-mode (gdbmi).
0145381f 9181 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
ce50a847
SM
9182 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
9183 Change from local to global gdb variable set.
0145381f
NR
9184 (gdb-ann3): Initialise above gdb variable set.
9185 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
9186 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
9187 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
9188 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
9189 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
9190 (gdb-info-locals-handler, gdb-invalidate-assembler)
9191 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
9192 set as global variables.
9193 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
9194 Handle gdbmi.
9195 (gdb-info-breakpoints-custom): Fix regexp.
9196 (def-gdb-var): Delete.
9197
9198 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
9199 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
9200 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4c493999 9201 a new mode. The file (gdb-mi.el) for this mode will be included
0145381f
NR
9202 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
9203 primary interface.
9204
f5340e29
JH
92052004-05-23 Jesper Harder <harder@ifa.au.dk>
9206
9207 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
9208 interpreted as a directory.
9209
657cc4ff
RS
92102004-05-22 Richard M. Stallman <rms@gnu.org>
9211
71d5a208
RS
9212 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
9213 as a close quote.
9214
9215 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
9216
675254bc 9217 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
71d5a208 9218 Use assoc-string, not assoc-ignore-case.
675254bc 9219
71d5a208
RS
9220 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
9221
657cc4ff
RS
9222 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
9223 If moving back then fwd gets a defun that ends before point,
9224 try again moving fwd then back.
9225
9226 * files.el (file-name-non-special): Allow t in file-arg-indices
9227 to mean requote the return value. Use `identity' as an element
9228 rather than as the whole value.
9229
9230 * gs.el (gs-options): Add -dSAFER. Mark it risky.
9231
7d57db29
JB
92322004-05-22 Juanma Barranquero <lektu@terra.es>
9233
9234 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
9235 `help-make-usage'.
9236 (help-highlight-arguments): Skip function name before searching
9237 for arguments.
9238
24462ed2
JB
92392004-05-21 Juanma Barranquero <lektu@terra.es>
9240
9241 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
9242 Don't mention in the docstring these arguments meant for
9243 internal (recursive) use only.
9244 (allout-char-spec): Comment out (it's not implemented).
9245 (allout-old-expose-topic, allout-exposure): Fix docstring and add
9246 obsolescence declaration.
9247 (allout-flatten-exposed-to-buffer)
9248 (allout-indented-exposed-to-buffer): Fix typos in docstring.
9249 (my-mark-marker): Doc fix.
9250 (produce-allout-mode-map, allout-sibling-index)
9251 (allout-isearch-expose, allout-distinctive-bullet)
9252 (allout-open-topic, allout-reindent-body)
9253 (allout-rebullet-heading, allout-process-exposed)
9254 (allout-insert-listified, allout-latex-verb-quote)
9255 (allout-insert-latex-header, allout-insert-latex-trailer):
9256 Make arguments match their use in docstring.
9257 (allout-primary-bullet, allout-old-style-prefixes)
9258 (allout-inhibit-protection, allout-init, allout-mode)
9259 (allout-before-change-protect, allout-flag-region):
9260 Use "Emacs" instead of "emacs" in docstrings.
9261
ce44846f
KH
92622004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9263
9264 * international/characters.el: Modify syntax of more characters.
9265
a6e7bdf1
MY
92662004-05-21 Masatake YAMATO <jet@gyve.org>
9267
ce50a847 9268 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
46de1c5a 9269 (etags-tags-completion-table): Show parsing progress.
a6e7bdf1 9270
442c8150
LT
92712004-05-20 Luc Teirlinck <teirllm@auburn.edu>
9272
9273 * locate.el (locate-prompt-for-command): Shorten first line of
9274 docstring.
9275 (locate-mode): Expand docstring and include keymap summary.
9276
4edcfd17
LT
9277 * files.el (find-file-noselect-1): Limit the scope of the
9278 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
9279 is, by default, nil during the execution of
9280 `find-file-not-found-functions' and `find-file-hook'.
9281
64867fce
EZ
92822004-05-20 Michael Mauger <mmaug@yahoo.com>
9283
9284 * facemenu.el (facemenu-color-name-equal): New function.
9285 (list-colors-display): Use it to compare colors instead of
9286 facemenu-color-equal.
9287
88537a99
EZ
92882004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
9289
9290 * compare-w.el (compare-windows-face): Use min-colors instead of
9291 checking for tty or pc types.
9292
47ff5b28
SM
92932004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
9296 (completion-setup-function): Use with-current-buffer.
9297 Properly save excursion. Simplify.
9298 Don't assume there is necessarily a `mouse-face' property somewhere.
9299
9300 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
9301
9302 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
9303
9304 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
9305 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
9306 Use with-current-buffer.
9307 (byte-goto-log-buffer): Delete.
9308 (byte-compile-log-file): Call compilation-forget-errors.
9309
2aa4a729
PJ
93102004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
9311
9312 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
9313 output messages into the search result.
9314
15aa7790
MY
93152004-05-19 Masatake YAMATO <jet@gyve.org>
9316
47ff5b28 9317 * wid-edit.el (widget-radio-button-notify): Revert my last
24462ed2 9318 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15aa7790 9319
70abfe90
KH
93202004-05-19 Kenichi Handa <handa@m17n.org>
9321
e4ad9cf1
SM
9322 * international/characters.el: Fix syntax (open/close) of CJK chars.
9323
93242004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
9325
9326 * help-mode.el (help-go-back): Don't depend on position of back button.
9327
93282004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9329
9330 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
9331 files files don't contain an accidental additional /.
9332
9333 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
9334 in source buffer.
70abfe90 9335
4d4ea14a
MY
93362004-05-18 Masatake YAMATO <jet@gyve.org>
9337
9338 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
e4ad9cf1 9339 to widget-apply. :action method assumes 2 arguments, not 3.
4d4ea14a 9340
2c375837
GM
93412004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
9342
e4ad9cf1
SM
9343 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9344 New constants.
2c375837
GM
9345 (hs-special-modes-alist): Add an f90-mode entry.
9346
410019e5
SS
93472004-05-17 Sam Steingold <sds@gnu.org>
9348
e4ad9cf1
SM
9349 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9350 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
410019e5 9351
57116789
KS
93522004-05-16 Kim F. Storm <storm@cua.dk>
9353
9354 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
9355
e9e132ed
JW
93562004-05-15 John Wiegley <johnw@newartisans.com>
9357
e4ad9cf1 9358 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
e9e132ed 9359 (eshell-output-object-to-target): Improve output speed 20% by not
e4ad9cf1 9360 calling `eshell-stringify' if something is already known to be a string.
e9e132ed 9361
c1380aa6
EZ
93622004-05-15 Alex Ott <ott@jet.msk.su>
9363
e4ad9cf1
SM
9364 * textmodes/ispell.el (ispell-local-dictionary-alist):
9365 Add windows-1251 to the choice of coding systems.
c1380aa6
EZ
9366 (ispell-dictionary-alist-6): Add support for "russianw.aff",
9367 encoded in cp1251.
9368
bc3621a0
EZ
93692004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
9370
9371 * progmodes/compile.el (compilation-warning-face)
9372 (compilation-info-face): Use min-colors.
9373
26955824
JD
93742004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9375
60ce1c58
KS
9376 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
9377 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
9378 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
9379 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
9380 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
9381 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
9382 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
9383 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
9384 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
9385 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
9386 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
9387 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
9388 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
9389 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
26955824 9390
62f3da3b
KS
93912004-05-15 Kim F. Storm <storm@cua.dk>
9392
9393 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
9394 Use it to set triggered-p element of timer.
9395 (timer-event-handler): Set triggered-p element non-nil while running
9396 the timer function.
9397
d5c24489
SM
93982004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * descr-text.el (describe-char-unicode-data)
9401 (describe-char-unicodedata-file): Re-enable the unicode code now that
9402 the licensing issues have been cleared in the unicode-4 license.
9403 (describe-text-properties-1): Remove unused `overlay' var.
9404 (describe-char): Remove unused var `buffer'.
9405
ddda21d3
DP
94062004-05-14 David Ponce <david@dponce.com>
9407
9408 * tree-widget.el: New file.
9409
c7a73294
DK
94102004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
9411
e4ad9cf1 9412 * language/european.el ("Brazilian Portuguese"): Add support for
c7a73294
DK
9413 Brazilian Portuguese.
9414
97dad9d3
JW
94152004-05-13 John Wiegley <johnw@newartisans.com>
9416
9417 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
9418 `recentf-mode' if this variable has been customized to t.
9419
9420 * eshell/esh-test.el (eshell-test): Call the function
e4ad9cf1 9421 `emacs-version' rather than trying to build a custom version string.
97dad9d3 9422
a267ab4d
SM
94232004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9424
9425 * net/telnet.el (telnet-mode): Use define-derived-mode.
9426 Don't modify the global value of comint-prompt-regexp.
9427
64bd6fd1
JPW
94282004-05-13 John Paul Wallington <jpw@gnu.org>
9429
9430 * version.el (emacs-version): Check for `gtk' feature before
9431 `x-toolkit' feature.
9432
aae424b9
JB
94332004-05-13 Juanma Barranquero <lektu@terra.es>
9434
08cbceb9
JB
9435 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
9436 arguments in the docstring, they're used only in recursive calls.
9437
aae424b9
JB
9438 * help-fns.el (help-arg-highlighting-function)
9439 (help-argument-name): Delete.
9440 (help-default-arg-highlight): New function.
9441 (help-do-arg-highlighting): Use it.
9442
eb15ce9e
GM
94432004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9444
a267ab4d
SM
9445 * calendar/appt.el (appt-disp-window):
9446 Use `calendar-set-mode-line' for a centered mode-line.
eb15ce9e
GM
9447
94482004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
9449
9450 * calendar/appt.el (appt-disp-window): Do not split window
9451 excessively when `split-height-threshold' is low.
9452
da1a6bb8
NR
94532004-05-12 Nick Roberts <nickrob@gnu.org>
9454
9455 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
9456 kill-buffer-hook here and make it local.
9457 (gud-kill-buffer-hook): Use kill-process for a sure kill.
9458
0e52264f
DP
94592004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
9460
a267ab4d
SM
9461 * progmodes/compile.el (compilation-set-window-height):
9462 Use save-excursion to protect against misplaced marker.
0e52264f 9463
9b44aa8b
JD
94642004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9465
9466 * custom.el (defface): Document that type can have value gtk.
9467
9468 * faces.el (face-spec-set-match-display): Handle type gtk in display.
9469
08020f9a
KH
94702004-05-12 Kenichi Handa <handa@m17n.org>
9471
9472 * descr-text.el: Require quail at comile time.
9473 (describe-char): If an input method is on and it supports the
9474 character, show how to input it.
9475
9476 * international/quail.el (quail-install-decode-map): Accept a
9477 char-table whose subtype is `quail-decode-map'.
9478 (quail-store-decode-map-key, quail-gen-decode-map1)
9479 (quail-gen-decode-map, quail-find-key1, quail-find-key)
9480 (quail-show-key): New functions.
9481
c9688100
JB
94822004-05-12 Juanma Barranquero <lektu@terra.es>
9483
71507e47
JB
9484 * generic.el (define-generic-mode): Remove redundant arglist info.
9485
c9688100
JB
9486 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
9487 Make arguments match their use in docstring.
9488 (help-arg-highlighting-function): New variable.
9489 (help-argument-name): Mention it in the docstring.
9490 (help-do-arg-highlight): Use it. Expand regexp to accept also
9491 ARG-xxx and xxx-ARG references.
9492
cdc9b845
EZ
94932004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
9494
9495 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
9496 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
9497 and "mailto:addr1?to=addr2" equal.
9498
ac00945e
EZ
94992004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9500
9501 * man.el (Man-getpage-in-background): Use shell-file-name
a267ab4d 9502 and shell-command-switch variables instead of hard-coded values.
ac00945e 9503
1e77b112
EZ
95042004-05-11 Eli Zaretskii <eliz@gnu.org>
9505
9506 * iimage.el: New file.
9507
494bcd27
JB
95082004-05-11 Juanma Barranquero <lektu@terra.es>
9509
86d373e6
JB
9510 * custom.el (custom-initialize-default, defcustom):
9511 Fix typo in docstring.
f68d54e7 9512
b4777370
JB
9513 * files.el (set-visited-file-name, file-expand-wildcards):
9514 Fix docstring.
9515
f68d54e7
SM
95162004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9517
9518 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
9519
9520 * subr.el (eventp): Be more discriminating with integers.
494bcd27 9521
10436a47
DP
95222004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
9523
9524 * progmodes/compile.el (compile): Add universal prefix arg.
9525 (compilation-error-regexp-alist-alist): Add edg patterns.
9526
3eab7193
SS
95272004-05-10 Sam Steingold <sds@gnu.org>
9528
f68d54e7
SM
9529 * textmodes/ispell.el (ispell-message):
9530 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3eab7193 9531
522067b2
SM
95322004-05-10 Dave Love <fx@gnu.org>
9533
9534 * progmodes/python.el (help-buffer): Autoload when compiling.
9535 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
9536 (run-python): Prepend to any existing PYTHONPATH.
9537
95157669
NR
95382004-05-10 Nick Roberts <nick@nick.uklinux.net>
9539
9540 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
9541 for pending breakpoints.
9542
e109331a
RS
95432004-05-10 Richard M. Stallman <rms@gnu.org>
9544
9545 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
9546 directly without calling any functions in Rmail.
9547 (unrmail-unprune): Function deleted.
9548
b82a6ae7
SM
95492004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
9552 C-c C-z binding.
9553
a57e8159
KH
95542004-05-10 Kenichi Handa <handa@m17n.org>
9555
9556 * descr-text.el (describe-char): Fix previous change. Don't make
9557 a unibyte character to multibyte in the *Help* buffer.
9558
f9878c26
MB
95592004-05-10 Miles Bader <miles@gnu.org>
9560
9561 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
9562 buffer an error if the debugger process is actually running.
9563
efde45ca
JB
95642004-05-10 Juanma Barranquero <lektu@terra.es>
9565
aa7094ba
JB
9566 * help-fns.el (help-argument-name): Default to italic.
9567 (help-highlight-arguments): Return always (usage . doc), even when
9568 usage is nil.
9569
9570 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
9571 (define-ibuffer-filter): Add usage info.
9572 (define-ibuffer-op): Add usage info (but CL-style defaults for
9573 keyword args are not shown).
9574
efde45ca 9575 * subr.el (remove-overlays, read-passwd): Fix docstring.
54ce7cbf
JB
9576 (start-process-shell-command): Fix docstring. Put usage info in a
9577 format usable by `describe-function'.
9578 (open-network-stream, open-network-stream-nowait)
9579 (open-network-stream-server): Fix docstring.
efde45ca 9580
893b49bb
JR
95812004-05-09 Jason Rumney <jasonr@gnu.org>
9582
64ec7df9
JR
9583 * international/code-pages (cp932, cp936, cp949, c950): Remove.
9584 Only define cp125* if windows-125* is already defined.
9585
9586 * language/korean.el (cp949): Add alias.
9587
9588 * language/chinese.el (cp936, cp950): Add aliases.
9589
9590 * language/japanese.el (cp932): Add alias.
9591
ceb96489
JR
9592 * term/w32-win.el: Require code-pages.
9593
b82a6ae7
SM
9594 * international/mule-cmds.el (set-locale-environment):
9595 On MS-Windows use ansi code-page for default coding-systems.
893b49bb
JR
9596 Set up paper sizes for Windows 3 letter languages.
9597
b82a6ae7
SM
9598 * international/code-pages.el (cp932, cp936, cp949, cp950):
9599 Add aliases. Also add cp125* if not already defined.
893b49bb 9600
b1c661c7
JB
96012004-05-09 Juanma Barranquero <lektu@terra.es>
9602
b4777370
JB
9603 * help-fns.el (help-highlight-arguments): Don't try to highlight
9604 missing or autoloaded arglists. Accept structured arguments, like
9605 the first ones of `do' and `flet'.
d0aa1aab
JB
9606
9607 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
9608 (cvs-get-marked): Remove redundant arglist info.
9609
b4777370
JB
9610 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
9611 Don't use CL-style default args.
b1c661c7 9612
9e24a165
AS
96132004-05-08 Andreas Schwab <schwab@suse.de>
9614
70d4043b
AS
9615 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
9616
9e24a165
AS
9617 * international/subst-ksc.el: Fix references to utf-translate-cjk
9618 into utf-translate-cjk-mode.
9619 * international/subst-big5.el: Likewise.
9620 * international/subst-gb2312.el: Likewise.
9621 * international/subst-jis.el: Likewise.
9622 * international/utf-16.el: Likewise.
9623 * international/utf-8.el: Likewise.
9624
c4ae2d51
JW
96252004-05-08 John Wiegley <johnw@newartisans.com>
9626
b82a6ae7 9627 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
c4ae2d51
JW
9628 "virtual buffers" (off by default), which makes it possible to
9629 switch to the "virtual" buffers of recently visited files. When a
9630 buffer name search fails, and this option is on, iswitchb will
9631 look at the list of recently visited files, and permit matching
9632 against those names. When the user hits RET on a match, it will
9633 revisit that file.
b82a6ae7 9634 (iswitchb-read-buffer): Add two optional arguments, which makes
c4ae2d51 9635 isearchb.el possible.
b82a6ae7
SM
9636 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
9637 (iswitchb-next-match): Add support for virtual buffers.
c4ae2d51
JW
9638
9639 * isearchb.el: This module extends iswitchb to provide "as you
9640 type" buffer selection.
9641
9642 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
9643 Ignore the read-only property when flyspell highlighting is on.
9644 Not ignoring it leads to a series of confusing errors.
9645 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
9646 but also make sure to call flyspell-incorrect-hook.
9647 (flyspell-maybe-correct-transposition): Perform transposition test
9648 by bit twiddling a string, rather than using a temp buffer.
9649 (flyspell-maybe-correct-doubling): Use a string rather than a temp
9650 buffer. This is also the original version of the code, which
9651 could not be checked in before due to a previous lack of
9652 assignment papers. This version has seen heavy usage on my system
9653 for several years now.
9654
9655 * calendar/cal-bahai.el: New file, which adds support for the
9656 Baha'i calendar to Emacs. This calendar is based on a solar year
9657 of 19 months of 19 days, with 4 intercalary days. Each year
9658 begins on March 21, with the calendar starting in 1844.
603b9df9 9659
c4ae2d51
JW
9660 * calendar/cal-menu.el, calendar/calendar.el,
9661 calendar/diary-lib.el, calendar/holidays.el: Added support for
9662 using cal-bahai.el.
9663
9664 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
9665 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
9666 function can be used outside of eshell buffers.
9667 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
9668
0f0af7a8
JB
96692004-05-08 Juanma Barranquero <lektu@terra.es>
9670
9671 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9672 word constituent so FOO-ARG is not recognized as an arg.
b82a6ae7 9673 (help-highlight-arguments): Don't skip lists in mandatory arguments.
0f0af7a8
JB
9674
9675 * simple.el (next-error): Fix typo in docstring.
9676 (open-line): Make argument names match their use in docstring.
9677 (split-line): Fix docstring.
9678
603b9df9
JB
9679 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9680 usable by `describe-function'.
9681 (gensym, gentemp, typep, ignore-errors): Make argument names match
9682 their use in docstring.
9683
9684 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
9685 argument to `help-setup-xref'.
9686
38c65fca
KG
96872004-05-07 Kai Grossjohann <kai@emptydomain.de>
9688
9689 Version 2.0.40 of Tramp released.
9690
b82a6ae7
SM
9691 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
9692 Use symbol-function to invoke functions only known on some Emacs
38c65fca
KG
9693 flavors. This avoids byte-compiler warnings. Reported by Kevin
9694 Scaldeferri <kevin@scaldeferri.com>.
b82a6ae7 9695 (tramp-do-copy-or-rename-file-via-buffer): Rename from
38c65fca
KG
9696 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
9697 consistent with the other tramp-do-* functions.
9698 (tramp-do-copy-or-rename-file): Calls adjusted.
9699 (tramp-process-initial-commands): Avoid liveness check on shell --
9700 we know that it must be alive since we're opening a connection at
9701 this moment.
9702 (tramp-last-cmd): New internal variable.
9703 (tramp-process-echoes): New tunable.
9704 (tramp-send-command): Set tramp-last-cmd.
9705 (tramp-wait-for-output): Delete echo, if applicable.
9706 (tramp-read-passwd): Construct the key for the password cache in a
9707 way that works for multi methods, too.
9708 (tramp-bug): Add backup-directory-alist and
b82a6ae7 9709 bkup-backup-directory-info to bug reports, with Tramp counterparts.
38c65fca 9710
0f0af7a8 97112004-05-07 Michael Albinus <michael.albinus@gmx.de>
38c65fca
KG
9712
9713 * net/tramp*.el: Suppress byte-compiler warnings where possible.
9714
9715 * net/tramp.el (tramp-out-of-band-prompt-regexp)
9716 (tramp-actions-copy-out-of-band): New defcustoms.
9717 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
9718 used instead of a synchronous one. Allows password entering.
9719 (tramp-action-out-of-band): New defun.
b82a6ae7
SM
9720 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
9721 Remove restriction with password from doc string.
38c65fca
KG
9722 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
9723 `tramp-out-of-band-prompt-regexp',
9724 `tramp-actions-copy-out-of-band', `password-cache' and
9725 `password-cache-expiry'.
9726 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
9727 password caching.
9728 (tramp-touch): FILE can be a local file, too.
9729 (TODO): Remove items done.
9730 (tramp-handle-insert-directory): Properly quote file name also if
9731 not full-directory-p. Handle wildcard case. Reported by Andreas
9732 Schwab <schwab@suse.de>.
9733 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
9734 new file.
b82a6ae7
SM
9735 (tramp-handle-file-local-copy, tramp-handle-write-region):
9736 The permissions of the temporary file are set if filename exists.
38c65fca
KG
9737 Reported by Ted Stern <stern@cray.com>.
9738 (tramp-backup-directory-alist)
9739 (tramp-bkup-backup-directory-info): New defcustoms.
b82a6ae7
SM
9740 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
9741 (tramp-handle-find-backup-file-name): New function.
9742 Implements Tramp's find-backup-file-name.
38c65fca
KG
9743
9744 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
9745 for `find-backup-file-name'.
9746
9747 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
9748 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
9749
9bcabb45
LH
97502004-05-07 Lars Hansen <larsh@math.ku.dk>
9751
9752 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
9753
a478f3e1
JB
97542004-05-07 Juanma Barranquero <lektu@terra.es>
9755
a478f3e1
JB
9756 * subr.el (lambda): Add arglist description to docstring.
9757 (declare): Fix typo in docstring.
9758 (open-network-stream): Fix docstring.
b82a6ae7 9759 (process-kill-without-query): Fix docstring and add obsolescence info.
a478f3e1
JB
9760 (last, butlast, nbutlast): Make arguments match their use in docstring.
9761 (insert-buffer-substring-no-properties): Likewise.
9762 (insert-buffer-substring-as-yank): Likewise.
9763 (split-string): Fix docstring.
9764
0f0af7a8
JB
9765 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9766 Make argument names match their use in docstring.
9767
a478f3e1
JB
9768 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
9769
6dba30fb
NR
97702004-05-06 Nick Roberts <nickrob@gnu.org>
9771
9772 * progmodes/gdb-ui.el: Improve/extend documentation strings.
9773 Fit first sentence on one line for apropos-command.
9774
24d5055c
SM
97752004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 Changes largely merged in from Dave Love's code.
9778 * progmodes/python.el: Doc fixes.
9779 (python-mode-map): Add python-complete-symbol.
9780 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
9781 (python-comment-indent, python-complete-symbol)
9782 (python-symbol-completions, python-partial-symbol)
9783 (python-try-complete): New.
9784 (python-indent-line): Remove optional arg. Use python-block-end-p.
9785 (python-check): Bind compilation-error-regexp-alist.
9786 (inferior-python-mode): Use rx. Move keybindings to top level.
9787 Set comint-input-filter.
9788 (python-preoutput-filter): Use rx.
9789 (python-input-filter): Re-introduce.
9790 (python-proc): Start new process if necessary.
9791 Check python-buffer non-nil.
9792 (view-return-to-alist): Defvar.
9793 (python-send-receive): New.
9794 (python-eldoc-function): Use it.
9795 (python-mode-running): Don't defvar.
9796 (python-mode): Set comment-indent-function.
9797 Maybe update hippie-expand-try-functions-list.
9798 (python-indentation-levels): Initialize differently.
9799 (python-block-end-p): New.
9800 (python-indent-line): Use it.
9801 (python-compilation-regexp-alist): Augment.
9802 (run-python): Import `emacs' module to Python rather than loading
9803 code directly. Set python-buffer differently.
9804 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
9805 Use python-proc.
9806 (python-send-command): Go to end of comint buffer.
9807 (python-load-file): Use python-proc, emacs.eimport.
9808 (python-describe-symbol): Simplify interactive form.
9809 Use emacs.help. Do use temp-buffer-show-hook.
9810 Call print-help-return-message.
9811 (hippie-exp): Require when compiling.
9812 (python-preoutput-continuation): Use rx.
9813
9814 * diff-mode.el (diff-make-unified): Fix regexp.
9815
b90a6a12
JPW
98162004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
9817
9818 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
9819 filter groups from the buffer when rebuilding the Ibuffer buffer
9820 and `ibuffer-show-empty-filter-groups' is nil.
9821
1ed43c8e
VJL
98222004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9823
9824 * ps-print.el (ps-print-quote): Call ps-value-string.
cfb7b9ce
VJL
9825 (ps-setup): Call ps-comment-string.
9826 (ps-value-string, ps-comment-string): New funs.
1ed43c8e 9827
b03a4fdd
JB
98282004-05-06 Juanma Barranquero <lektu@terra.es>
9829
b4777370
JB
9830 * ehelp.el (electric-help-command-loop): Check whether the last
9831 character is visible, not (point-max).
9832
1c34b5a9
JB
9833 * help-fns.el (help-argument-name): Default to bold; don't inherit
9834 from font-lock-variable-name-face.
9835 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
9836
f747bef9
KH
98372004-05-05 Kenichi Handa <handa@m17n.org>
9838
9839 * descr-text.el (describe-char): Copy the character with text
9840 properties and overlays into the first line, and call
9841 describe-text-properties on it.
9842
971cb834
SE
98432004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
9844
9845 * iswitchb.el (iswitchb-global-map): Fix typo.
b03a4fdd 9846 Remove unwanted ###autoloads from source file.
971cb834 9847
2a93ca78
LH
98482004-05-05 Lars Hansen <larsh@math.ku.dk>
9849
9850 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
b03a4fdd 9851 in run-hooks. Use substitute-command-keys in message.
2a93ca78
LH
9852 (wdired-abort-changes): Add message.
9853
9a9069c9
SM
98542004-05-03 Michael Mauger <mmaug@yahoo.com>
9855
9856 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
9857 (sql-emacs20-p): Remove.
9858 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
9859 (sql-builtin-face, sql-doc-face): Remove.
9860 (sql-mode-ansi-font-lock-keywords)
9861 (sql-mode-oracle-font-lock-keywords)
9862 (sql-mode-postgres-font-lock-keywords)
9863 (sql-mode-linter-font-lock-keywords)
9864 (sql-mode-ms-font-lock-keywords)
9865 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
9866 (sql-product-font-lock): Fix font-lock reset when font rules change.
9867 (sql-highlight-product): Remove incorrect font-lock reset logic.
9868
c21c3d89
JY
98692004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
9870
9871 * ses.el (ses-set-parameter): Fix typo.
9872
bdcc01de
KS
98732004-05-04 Kim F. Storm <storm@cua.dk>
9874
9875 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
9876 Must expand directory for completion to work; and don't mess with
9877 process-environment.
6ab66799
KS
9878 (ido-read-file-name): If command has ido property, don't use ido
9879 if value is ignore, or read as directory if value is dir.
9880 Set ido ignore property for dired-do-rename command.
bdcc01de 9881
8eae13fd
JB
98822004-05-04 Juanma Barranquero <lektu@terra.es>
9883
b4777370
JB
9884 * ehelp.el (electric-help-command-loop, electric-help-undefined)
9885 (electric-help-help): Check against unmapped commands.
9886
c57ada27
JB
9887 * help-fns.el (help-argument-name): New face, inheriting from
9888 font-lock-variable-name-face, to highlight function arguments in
9889 `describe-function' and `describe-key'.
9890 (help-do-arg-highlight): Auxiliary function to highlight a given
9891 list of arguments in a string.
9892 (help-highlight-arguments): Highlight the function arguments and
9893 all uses of them in the docstring.
24462ed2 9894 (describe-function-1): Use it. Do docstring output via `insert',
c57ada27
JB
9895 not 'princ', so text attributes are preserved.
9896
b4777370
JB
9897 * winner.el (winner-mode-map): Move `winner-undo' and
9898 `winner-redo' to C-c <left> and C-c <right>, respectively (the
9899 previous bindings conflict with `prev-buffer', `next-buffer').
8eae13fd 9900
8bf38a9b
SM
99012004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9902
9903 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
9904 (bibtex-entry-update): New command bound to C-c C-u.
9905 (bibtex-text-in-string): Fix regexp.
9906 (bibtex-assoc-of-regexp): Remove.
9907 (bibtex-progress-message): Fix docstring.
9908 (bibtex-inside-field): Use if.
9909 (bibtex-assoc-regexp): New function.
9910 (bibtex-format-entry): Make code more robust so that it formats
9911 also old entries.
9912 (bibtex-autokey-demangle-title): Merge with obsolete function
9913 bibtex-assoc-of-regexp.
9914 (bibtex-field-list): New function.
9915 (bibtex-entry): Use bibtex-field-list.
9916 (bibtex-parse-entry): Fix docstring.
9917 (bibtex-print-help-message): Use bibtex-field-list.
9918 (bibtex-make-field): Use bibtex-field-list.
24462ed2 9919 (bibtex-entry-index): Bugfix. Return crossref key if required.
8bf38a9b
SM
9920 (bibtex-lessp): Fix docstring.
9921
9bfadbd3
LT
99222004-05-03 Luc Teirlinck <teirllm@auburn.edu>
9923
8bf38a9b 9924 * select.el (xselect-convert-to-string): Move comment to intended line.
9bfadbd3 9925
0928a1d8
JD
99262004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9927
9928 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
9929 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
9930
99312004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e43a720f
JD
9932
9933 * term/x-win.el (x-clipboard-yank): Don't exit on error from
9934 x-get-selection.
9935
238add5e
JR
99362004-05-03 Jason Rumney <jasonr@gnu.org>
9937
9938 * makefile.nt: Remove.
9939
d83e1f9d
KS
99402004-05-03 Kim F. Storm <storm@cua.dk>
9941
8bf38a9b 9942 * emulation/cua-base.el (cua--update-indications): Fix last change.
a6133def 9943 (cua-mode): Deactivate mark when cua-mode is enabled.
d83e1f9d 9944
deae888e
LT
99452004-05-02 Luc Teirlinck <teirllm@auburn.edu>
9946
8bf38a9b 9947 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
deae888e 9948
a89f5c79
NR
99492004-05-03 Nick Roberts <nickrob@gnu.org>
9950
31b5ff39 9951 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
a89f5c79 9952 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
31b5ff39
NR
9953 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
9954 window over visible frames.
9955 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
a89f5c79 9956
822001db
SM
99572004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9958
8eae13fd 9959 * progmodes/compile.el (compilation-gcpro): New var.
822001db
SM
9960 (compilation-fake-loc): Use it.
9961 (compilation-forget-errors): Reset it.
9962
55f2eb7e
SM
99632004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9964
9965 * diff-mode.el (diff-header-face, diff-file-header-face):
9966 Use min-colors.
9967
5ad1dfd6
SM
99682004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9969
9970 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
9971 (bibtex-clean-entry): Disentangle code.
9972 (bibtex-realign): New function.
9973 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
9974 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
9975 Remove undocumented optional arg called-by-convert-alien.
9976 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
9977 for sorting instead of bibtex-sort-buffer.
9978
cf8f099f
EZ
99792004-05-02 Eli Zaretskii <eliz@gnu.org>
9980
9981 * progmodes/compile.el (compilation-start): In the
9982 no-async-subprocesses branch, call sit-for to give redisplay a
052ca4d1
EZ
9983 chance to show the updated process status in the mode line, and
9984 fontify the buffer explicitly after the process exits.
cf8f099f 9985
37384ede
SM
99862004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * progmodes/python.el (python-compilation-line-number): Remove.
9989 (python-compilation-regexp-alist): Don't use it any more.
9990 (python-orig-start, python-input-filter): Remove.
9991 (inferior-python-mode): Don't set up comint-input-filter-functions.
9992 (python-send-region): Use compilation-fake-loc.
9993
9994 * progmodes/compile.el (compilation-messages-start): New var.
9995 (compilation-mode): Don't setup next-error-function here.
9996 (compilation-setup): Set it up here instead (for minor modes as well).
9997 Make compilation-messages-start buffer local.
9998 (compilation-next-error-function): Use it.
9999 (compilation-forget-errors): Set compilation-messages-start.
10000
7655d378
LT
100012004-05-01 Luc Teirlinck <teirllm@auburn.edu>
10002
10003 * ielm.el (ielm-prompt-read-only): Update docstring.
10004
10005 * comint.el (comint-prompt-read-only): Update docstring.
10006 (comint-update-fence, comint-kill-whole-line)
10007 (comint-kill-region): New functions.
10008
10009 * simple.el (kill-whole-line): Use "p" instead of "P" in
a4683d66 10010 interactive form.
7655d378 10011
9242b3b7
JB
100122004-05-01 Juanma Barranquero <lektu@terra.es>
10013
10014 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
10015 format arglist so default values in CL-style argument lists are
10016 correctly shown.
10017
1e8b532f
JR
100182004-05-01 Jason Rumney <jasonr@gnu.org>
10019
10020 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
10021
d1df889e
KH
100222004-05-01 Kenichi Handa <handa@m17n.org>
10023
10024 * international/titdic-cnv.el (miscdic-convert): Don't generate a
10025 quail file if it is up to date.
10026
8aa3c147
JL
100272004-04-30 Juri Linkov <juri@jurta.org>
10028
10029 * cus-edit.el (custom-mode-map):
10030 Add key binding `C-x C-s' to `Custom-save'.
10031
10032 * outline.el (outline-blank-line): New var.
10033 (outline-next-preface, outline-show-heading)
10034 (outline-end-of-subtree): Use it.
10035
10036 * dired-aux.el (dired-touch-initial): New fun.
10037 (dired-do-chxxx): Call it for op-symbol `touch'.
4ae73f87
JL
10038 (dired-diff): Use `dired-dwim-target-directory'
10039 if current dired buffer has no buffer mark.
8aa3c147
JL
10040
10041 * bindings.el (propertized-buffer-identification):
10042 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
10043 Add C-M-arrow keys for consistency.
10044
10045 * files.el (confirm-kill-emacs):
10046 Change group from top-level `emacs' to `convenience'.
10047
10048 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10049 Push mark on the first call of successive command calls.
10050 (insert-pair): New fun created from `insert-parentheses' with
10051 `open' and `close' arguments added. Enclose active regions
10052 in paired characters. Compare adjacent characters syntax with
10053 inserted characters syntax before inserting a space.
10054 (insert-parentheses): Call `insert-pair' with ?\( ?\).
10055
10056 * delsel.el: Don't put `delete-selection' property
10057 on `insert-parentheses' symbol to take advantage of
10058 region handling in `insert-pair' function.
9242b3b7 10059 Suggested by Stephan Stahl <stahl@eos.franken.de>.
8aa3c147 10060
b2dae92a
KS
100612004-04-30 Kim F. Storm <storm@cua.dk>
10062
b2b55d03
KS
10063 * emulation/cua-base.el: Add support for changing cursor types;
10064 based on patch from Michael Mauger.
10065 (cua-normal-cursor-color, cua-read-only-cursor-color)
10066 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
10067 Customization cursor type and/or cursor color.
10068 (cua--update-indications): Handle cursor type changes.
10069 (cua-mode): Update cursor indications if enabled.
10070
3b365de3
KS
10071 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
10072
b2dae92a
KS
10073 * mouse.el (mouse-drag-copy-region): New defcustom.
10074 (mouse-set-region, mouse-drag-region-1): Use it.
10075
10076 * simple.el (kill-ring-save): If region face background color is
10077 unspecified (if no highlighting), show extent of fully visible
10078 region even if transient-mark-mode is enabled.
10079
10080 * emulation/cua-base.el (cua--standard-movement-commands):
10081 Add cua-scroll-up and cua-scroll-down.
10082 (cua-scroll-up, cua-scroll-down): New commands.
10083 (cua--init-keymaps): Remap scroll-up and scroll-down.
10084
10085 * emulation/cua-rect.el (cua--convert-rectangle-as):
10086 New defmacro.
10087 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
10088 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9242b3b7 10089 New commands (suggested by Jordan Breeding).
b2dae92a 10090
3b0af402
JB
100912004-04-30 Juanma Barranquero <lektu@terra.es>
10092
10093 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
10094
76f024d9
JB
100952004-04-30 Mario Lang <mlang@delysid.org>
10096
10097 * diff.el (diff-switches): Fix typo in docstring.
10098
38784ed8
AS
100992004-04-30 Alex Schroeder <alex@gnu.org>
10100
10101 * xml.el (xml-debug-print-internal): Don't add newline and
10102 indentation to text nodes and write empty elements as empty tags
10103 instead of opening and closing tags.
10104 (xml-debug-print): Take optional indent-string argument.
10105 (xml-print): Alias for xml-debug-print.
10106
d71d20ea
GM
101072004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10108
10109 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
10110 than duplicate call to `line-beginning-position'.
10111
e4ad9cf1
SM
10112 * progmodes/f90.el (f90-get-present-comment-type):
10113 Return whitespace, as well as comment chars, for consistent filling
d71d20ea 10114 of comment blocks. Use `match-string-no-properties'.
e4ad9cf1 10115 (f90-break-line): Trim trailing whitespace when filling comments.
d71d20ea
GM
10116
101172004-04-30 Dave Love <fx@gnu.org>
10118
10119 * calendar/diary-lib.el (diary-outlook-formats): New variable.
10120 (diary-from-outlook-internal, diary-from-outlook)
e4ad9cf1
SM
10121 (diary-from-outlook-gnus, diary-from-outlook-rmail):
10122 New functions to import diary entries from Outlook-format
d71d20ea
GM
10123 appointments in mail messages.
10124
dafb59b2
SM
101252004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10126
2c2cd44f
SM
10127 * progmodes/python.el (python-send-command): New fun.
10128 (python-send-region, python-load-file): Use it.
10129
10130 * progmodes/compile.el (compilation-last-buffer): Add var alias.
10131
dafb59b2
SM
10132 * help-fns.el (help-C-file-name): Use new subr-name.
10133 Prepend `src/' to the file name.
10134 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
76f024d9
JB
10135 (describe-function-1, describe-variable): Only find a C source file
10136 name if DOC is already loaded.
dafb59b2
SM
10137
10138 * help-mode.el (help-function-def, help-variable-def):
10139 Use the new find-function-search-for-symbol functionality.
10140 Allow FILE to be `C-source'.
10141
10142 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
10143 (find-function-C-source): New fun.
10144 (find-function-search-for-symbol): Use it.
10145
76f024d9 101462004-03-29 Michael Mauger <mmaug@yahoo.com>
2c2cd44f
SM
10147
10148 * progmodes/sql.el (sql-product-alist): Rename variable
10149 `sql-product-support'. Add Postgres login parameters.
e4ad9cf1 10150 (sql-set-product, sql-product-feature): Update with renamed variable.
2c2cd44f
SM
10151 (sql-connect-postgres): Add username prompt.
10152 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
10153 Make patterns less product specific.
e2cae769 10154 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2c2cd44f
SM
10155 (sql-mode-abbrev-table): Modify initialization.
10156 (sql-builtin-face): Add variable.
10157 (sql-keywords-re): Add macro.
10158 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
10159 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
10160 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
10161 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
10162 (sql-mode-linter-font-lock-keywords)
10163 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
10164 (sql-mode-sybase-font-lock-keywords)
10165 (sql-mode-informix-font-lock-keywords)
10166 (sql-mode-interbase-font-lock-keywords)
10167 (sql-mode-ingres-font-lock-keywords)
10168 (sql-mode-solid-font-lock-keywords)
10169 (sql-mode-sqlite-font-lock-keywords)
10170 (sql-mode-db2-font-lock-keywords): Default to nil.
10171 (sql-product-font-lock): Always highlight ANSI keywords.
e4ad9cf1 10172 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2c2cd44f
SM
10173 (sql-send-string): Add function.
10174
b4777370 101752004-04-29 Dave Love <fx@gnu.org>
2c2cd44f
SM
10176
10177 * progmodes/cfengine.el (cfengine-beginning-of-defun)
10178 (cfengine-end-of-defun): Ensure progress through buffer.
10179
10180 * info-look.el (cfengine-mode): Accept a terminal ().
10181
e4619728
JL
101822004-04-29 Juri Linkov <juri@jurta.org>
10183
10184 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
10185 instead of isearch-yank-word-or-char. Add new key bindings for
10186 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
10187 (isearch-del-char): New fun.
10188 (isearch-forward, isearch-edit-string): Update docstring.
10189 (isearch-yank-char): Doc fix.
10190 (isearch-other-meta-char): Restore point after scrolling.
10191
10192 * progmodes/compile.el (compilation-context-lines): Add nil option
10193 to disable compilation output window scrolling.
10194 (compilation-set-window): Use it.
10195
dafb59b2
SM
10196 * outline.el (outline-next-preface, outline-show-heading):
10197 Don't leave unhidden blank line before heading.
e4619728
JL
10198 (outline-end-of-subtree): Include last newline into subtree.
10199 (hide-entry): Leave point at beginning of heading instead of end.
10200 (outline-up-heading): Push mark for the first call of successive
10201 command calls.
10202
016b8f71
LT
102032004-04-28 Luc Teirlinck <teirllm@auburn.edu>
10204
10205 * comint.el (comint-prompt-read-only): New variable.
10206 (comint-output-filter): Implement it.
10207
10208 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
10209 (ielm-prompt-internal): New variable.
10210 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
10211 (ielm-send-input): Delete unused variable `buf'.
10212 (ielm-eval-input): Use `ielm-prompt-internal'.
10213 (inferior-emacs-lisp-mode): Use new variables
10214 `comint-prompt-read-only' and `ielm-prompt-internal'.
10215 Get rid of obsolete variable `directory-sep-char'.
10216 (ielm): Use `zerop'.
10217
d70d59e9
JPW
102182004-04-29 John Paul Wallington <jpw@gnu.org>
10219
10220 * thumbs.el (toplevel): Require cl at compile time.
10221 Remove conditional definitions of `ignore-errors' and `caddar'
10222 because they occur at run time.
10223
e51797d0
NR
102242004-04-28 Nick Roberts <nickrob@gnu.org>
10225
10226 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
dafb59b2 10227 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
e51797d0 10228 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
dafb59b2 10229 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
e51797d0
NR
10230
10231 * progmodes/gud.el (gud-common-init): Throw an error if program is
10232 already running under gdb.
10233
d42799bd
JPW
102342004-04-28 John Paul Wallington <jpw@gnu.org>
10235
10236 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
10237 (thumbs-show-image-num): Move assignment of
51adae01 10238 `thumbs-current-image-filename' within scope of `i'.
d42799bd
JPW
10239 (thumbs-emboss-image): Don't use `evenp'.
10240
83a0f060
RS
102412004-04-28 Richard M. Stallman <rms@gnu.org>
10242
10243 * progmodes/compile.el (compilation-context-lines): Default now 0.
10244
66dc9a0f
JB
102452004-04-28 Juanma Barranquero <lektu@terra.es>
10246
10247 Use `time-less-p' from calendar/time-date.el instead of defining
10248 custom versions of it.
10249
10250 * pcomplete.el (pcomplete-time-less-p): Remove.
10251
10252 * thumbs.el (time-less-p): Remove.
10253
10254 * calendar/timeclock.el (timeclock-time-less-p): Remove.
10255 (timeclock-generate-report): Use `time-less-p'.
10256
10257 * emacs-lisp/autoload.el (autoload-before-p): Remove.
10258 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
10259
f24485f1
MY
102602004-04-28 Masatake YAMATO <jet@gyve.org>
10261
033ad8c6 10262 * subr.el (remove-overlays): Make arguments optional.
f24485f1 10263
033ad8c6 10264 * wid-edit.el (widget-specify-button): Put evaporate to the
f24485f1
MY
10265 overlay for sample.
10266 (widget-specify-sample): Put evaporate to the overlay for sample.
10267 (widget-specify-doc): Put evaporate to the overlay for documentation.
10268
5242942f
JH
102692004-04-27 Jesper Harder <harder@ifa.au.dk>
10270
10271 * info.el (info-apropos): Make it an index node. Align node names
10272 like makeinfo.
10273
93397360
EZ
102742004-04-27 Eli Zaretskii <eliz@gnu.org>
10275
10276 * net/browse-url.el (browse-url-netscape-sentinel)
10277 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
033ad8c6
SM
10278 (browse-url-epiphany-sentinel, browse-url-mosaic):
10279 Use browse-url-*-program instead of a literal program name.
93397360 10280
0c54865e
EZ
102812004-04-27 Kevin Ryde <user42@zip.com.au>
10282
10283 * eshell/em-alias.el:
10284 * eshell/em-dirs.el:
10285 * eshell/em-hist.el:
10286 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
10287 features when M-x customize-group loads modules before the main
10288 eshell.el.
10289
12092fb3
EZ
102902004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10291
10292 * subr.el (momentary-string-display): Support EXIT-CHAR that is
10293 either a character representation of an event or an event
10294 description list.
10295
27cd478d
EZ
10296 * type-break.el: Capitalise Emacs and Lisp.
10297 (type-break-good-break-interval, type-break-demo-boring-stats)
10298 (type-break-terse-messages, type-break-file-name): New defcustoms.
10299 (type-break-post-command-hook)
033ad8c6
SM
10300 (type-break-warning-countdown-string): Quote variable names in doc.
10301 (type-break-interval-start, type-break-auto-save-file-name): New vars.
27cd478d
EZ
10302 (type-break-mode): Document type-break-good-break-interval and the
10303 "session" file. Schedule break according to the session file.
10304 Kill session file buffer on exit. Organise for save-some-buffers
10305 to always save the session file.
10306 (type-break-mode-line-message-mode, type-break-query-mode):
10307 Uppercase arguments.
10308 (type-break-file-time, type-break-file-keystroke-count, timep)
10309 (type-break-choose-file, type-break-get-previous-time)
10310 (type-break-get-previous-count): New defuns.
10311 (type-break): Avoid break querying after a completed break in the
10312 case where the query was initiated during user invocation of the
033ad8c6
SM
10313 break. Optional terse messages.
10314 Use type-break-good-break-interval if type-break-good-rest-interval is
27cd478d
EZ
10315 nil. File the break time.
10316 (type-break-schedule): New optional args for overriding the use of
10317 the current time.
10318 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
10319 after a break.
10320 (type-break-check): File the keystroke count.
10321 (type-break-do-query): Prevent a second query when the break is
10322 interrupted. Optional terse message.
033ad8c6 10323 (type-break-keystroke-reset): Record the start of a typing interval.
27cd478d
EZ
10324 (type-break-demo-boring): Optional terse messages. Display word
10325 per minute and keystroke counts according to
10326 type-break-demo-boring-stats.
10327
aecb322b
EZ
103282004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
10329
10330 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
10331 directories, make sure they exist under archive-tmpdir.
10332
eb982898
JL
103332004-04-27 Juri Linkov <juri@jurta.org>
10334
10335 * help.el (view-emacs-news): With argument, display info for the
10336 selected version by finding it among different NEWS files, and
10337 narrowing the buffer to the selected version.
10338
10339 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
10340 same-window-buffer-names.
10341 (info): New arg `buffer'. Use it. Doc fix. Read file name for
10342 non-numeric prefix argument, append the number to the buffer name
10343 for numeric prefix argument.
10344 (info-other-window): Bind same-window-regexps to nil.
10345 (Info-reference-name): Rename to Info-point-loc.
10346 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
10347 and Info-find-index-name for stringy Info-point-loc.
10348 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
10349 without middle `.', but with final `.' and optional line number
10350 for it. Set Info-point-loc for index nodes.
10351 (Info-index): Remove middle `.' from index entry regexp.
10352 Modify line number regexp.
10353 (Info-index-next): Decrement line number.
10354 (info-apropos): Remove middle `.' from index entry regexp.
10355 Add optional line number regexp at the end. Add matched value
10356 for line number to the result list and insert it to the buffer.
a6095665
JL
10357 Replace match-string by match-string-no-properties.
10358 Reorder result list.
eb982898
JL
10359 (Info-fontify-node): Hide index line numbers.
10360 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
10361 empty matches.
10362 (Info-follow-reference): Use `str' instead of
10363 Info-following-node-name-re.
10364 (Info-toc): Use full file names. Set Info-current-node to "Top".
10365 (Info-fontify-node): Compare file names without directory name.
10366 (Info-try-follow-nearest-node): Don't set Info-reference-name.
10367 Set second arg of Info-extract-menu-node-name for index nodes.
10368 (info-xref-visited): Use magenta3 instead of magenta4.
10369 (Info-mode): Add info-apropos to docstring.
10370
10371 * log-view.el (log-view-diff): Replace interactive code "r"
10372 by a list to allow to call it even if region is not active.
10373
10374 * paren.el (show-paren-highlight-openparen): New var.
10375 (show-paren-function): Turn on openparen highlighting when
10376 matching forward if show-paren-highlight-openparen is non-nil.
10377
10378 * simple.el (kill-ring-save): Use blink-matching-delay instead of
10379 the constant value 1.
10380 (completions-common-part): Expand docstring.
10381
10382 * textmodes/picture.el (picture-mode-map): Add arrow keys.
10383
360fe9d2
KS
103842004-04-27 Kim F. Storm <storm@cua.dk>
10385
10386 * image.el (insert-sliced-image): Use line-height instead of
10387 line-spacing property on newline.
10388
ebb39555 103892004-04-26 Lars Hansen <larsh@math.ku.dk>
6c61299c 10390
ebb39555
LH
10391 * desktop.el (desktop-buffer-misc-data-function): Rename to
10392 desktop-save-buffer and change docstring.
10393 (desktop-buffer-modes-to-save): Delete.
10394 (desktop-save-buffer-p): Use desktop-save-buffer instead of
10395 desktop-buffer-modes-to-save.
10396 (desktop-save): Rename desktop-buffer-misc-data-function to
10397 desktop-save-buffer and allow non-function value.
10398 (desktop-missing-file-warning): Correct docstring.
eb982898 10399
ebb39555
LH
10400 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
10401 to desktop-save-buffer.
eb982898 10402
ebb39555
LH
10403 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
10404 desktop-save-buffer.
eb982898 10405
ebb39555 10406 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
eb982898 10407
ebb39555
LH
10408 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
10409
1d359d88
EZ
104102004-04-26 Eli Zaretskii <eliz@gnu.org>
10411
033ad8c6 10412 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1d359d88 10413
ee9cd72d
LT
104142004-04-25 Luc Teirlinck <teirllm@auburn.edu>
10415
10416 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
10417 (ielm): Only go to the end of the buffer when starting a new process.
10418
76364803
JB
104192004-04-25 Juanma Barranquero <lektu@terra.es>
10420
10421 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
10422 mode line. Bind `inhibit-read-only' to t before modifying
10423 properties of text in the buffer.
10424 (ielm): Force point to the end of buffer, even when running ielm
10425 from inside itself.
10426
82f1aca9
JH
104272004-04-25 Jesper Harder <harder@ifa.au.dk>
10428
10429 * info.el (info-apropos): Reset Info-complete-cache.
10430
dbd97672
DP
104312004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
10432
10433 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10434 Also recognize severe Irix et al. messages.
10435 (compilation-normalize-filename, compile-abbreviate-directory):
10436 Delete functions.
10437 (compilation-get-file-structure): New function inherits
10438 functionality of the two preceding ones.
033ad8c6
SM
10439 (compilation-internal-error-properties, compilation-fake-loc):
10440 Use it so that different paths to the same file share the same
dbd97672
DP
10441 markers. Also optimize finding adjacent marker slightly.
10442
9ff3aa31
KS
104432004-04-25 Kim F. Storm <storm@cua.dk>
10444
10445 * image.el (insert-sliced-image): Add line-spacing t property
10446 to newlines separating image lines.
10447
759f960a
LT
104482004-04-24 Luc Teirlinck <teirllm@auburn.edu>
10449
21fb7588
LT
10450 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
10451
759f960a
LT
10452 * ielm.el (ielm-prompt-read-only): New user option.
10453 (ielm-prompt): Expand docstring to describe new behavior.
10454 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
10455 mention it in the docstring.
10456
fd75d62d
AS
104572004-04-24 Andreas Schwab <schwab@suse.de>
10458
14116f3c
AS
10459 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
10460
fd75d62d
AS
10461 * diff.el (diff): Set default-directory in diff buffer.
10462
473551ac
EZ
104632004-04-24 Eli Zaretskii <eliz@gnu.org>
10464
6f60853a
EZ
10465 * mail/sendmail.el (mail-bury): Don't delete the frame where the
10466 mail was being composed if the terminal cannot display more than
10467 one frame; instead, switch to previous frame.
10468
473551ac
EZ
10469 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
10470 (rmail-start-mail): Support rmail-mail-new-frame even on
10471 terminals that can display only one frame at a time.
10472
033ad8c6
SM
104732004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
10476 (checkdoc-output-font-lock-keywords): Remove error regexp.
10477 (checkdoc-output-mode-map): Remove.
10478 (checkdoc-output-mode): Derive from compilation-mode.
10479 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
10480
10481 * dired.el (dired-mode-map): Add a menu entry for wdired.
10482
10483 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
10484 (rx-bracket, rx-check-any, rx-any): Clean up name space.
10485
10486 * wdired.el: (wdired-mode-map): Move init into declaration.
10487 Fix `return' binding.
10488 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10489 Use force-mode-line-update.
10490 (wdired-get-filename): Use `unless'.
10491 (wdired-preprocess-files): Don't assume names have no \n and use / for
10492 dir separator.
10493 (wdired-normalize-filename): Use replace-regexp-in-string.
10494 (wdired-load-hooks): Remove.
10495 (wdired-mode-hooks): Rename to wdired-mode-hook.
10496
10497 * info-look.el: Add support for cfengine-mode.
10498 (info-lookup-setup-mode): Use dolist.
10499
105002004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
10501
10502 * wdired.el: New file.
10503
c62aec78
JB
105042004-04-23 Juanma Barranquero <lektu@terra.es>
10505
10506 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
10507
10508 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
10509 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
10510 (pcomplete--help, pcomplete--here): Doc fixes.
10511
4b284383
JB
105122004-04-23 Andre Spiegel <spiegel@gnu.org>
10513
10514 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
10515 handles wrong-number-of-arguments in backend call.
10516
10517 * vc.el (vc-print-log): Likewise.
10518
033ad8c6
SM
105192004-04-20 Dave Love <fx@gnu.org>
10520
10521 * emacs-lisp/rx.el: Doc fixes.
10522 (rx-constituents): Add/extend many forms.
10523 (rx-check): Check form is a list.
10524 (bracket): Defvar.
10525 (rx-check-any, rx-any, rx-check-not): Modify.
10526 (rx-not): Simplify.
10527 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
10528 (rx-kleene): Use rx-trans-forms.
10529 (rx-quote-for-set): Delete.
10530 (rx): Allow multiple args.
10531
f24814e0
KH
105322004-04-23 Kenichi Handa <handa@m17n.org>
10533
033ad8c6 10534 * international/mule-util.el (char-displayable-p): Simplify by
f24814e0
KH
10535 using internal-char-font.
10536
d814862a
JB
105372004-04-23 Juanma Barranquero <lektu@terra.es>
10538
10539 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10540
6fc049f6
SM
105412004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10542
10543 * diff-mode.el (diff-next-error): New fun.
10544 (diff-mode): Use it.
10545
10546 * simple.el (next-error): Change arg name.
10547 Add support for the documented C-u C-x ` usage.
10548
10549 * frame.el (special-display-popup-frame, next-multiframe-window)
10550 (previous-multiframe-window): Only consider frames on same display.
10551
2a3f604d
LH
105522004-04-22 Lars Hansen <larsh@math.ku.dk>
10553
10554 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
10555 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
10556
879054ea
KS
105572004-04-22 Kim F. Storm <storm@cua.dk>
10558
10559 * net/telnet.el (telnet): Add optional port arg.
10560
063a45c5
SM
105612004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10564 Minor sanity check on the `hyperlink' slot.
10565
10566 * Makefile.in (recompile): Compile new files.
10567
10568 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
10569 Add byte-recompile-directory's optional `arg'.
10570
10571 * cvs-status.el (cvs-tree-use-charset): New var.
10572 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
10573 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
10574 (cvs-status-cvstrees): Use it.
10575
10576 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
10577 Make it a normal major mode.
10578 (checkdoc-buffer-label): Make sure the file name is meaningful.
10579 (checkdoc-output-to-error-buffer): Remove.
10580 (checkdoc-error, checkdoc-start-section): Rewrite.
10581
10582 * info.el (info-node, info-menu-5, info-xref, info-header-node)
10583 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10584 (Info-title-4-face): Use new syntax.
10585 (info-xref-visited): Inherit from info-xref.
10586
10587 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
10588
d88beab5
KS
105892004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
10590
10591 * simple.el (next-error-last-buffer, next-error-function):
10592 New variables for the next-error framework.
10593 (next-error-buffer-p): New function.
10594 (next-error-find-buffer): Generalize compilation-find-buffer.
10595 (next-error, previous-error, first-error, next-error-no-select)
10596 (previous-error-no-select): Move from compile.el.
10597
10598 * replace.el (occur-next-error, occur-1): Hook into the next-error
10599 framework.
10600
10601 * progmodes/compile.el (compilation-start):
10602 Set next-error-last-buffer so next-error knows where to jump.
10603 (compilation-setup): Set the buffer-local variable
10604 next-error-function to 'compilation-next-error-function.
10605 (compilation-buffer-p, compilation-buffer-internal-p): Use an
10606 alternate way to find if a buffer is a compilation buffer, for
10607 next-error convenience.
10608 (next-error-no-select, previous-error-no-select, next-error)
10609 (previous-error, first-error): Move to simple.el.
10610 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
10611 (compilation-last-buffer): Remove.
10612 (compilation-start, compilation-next-error, compilation-setup)
10613 (compilation-next-error-function, compilation-find-buffer):
10614 Remove compilation-last-buffer use.
10615
a568a2cc
JB
106162004-04-21 Juanma Barranquero <lektu@terra.es>
10617
a568a2cc
JB
10618 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
10619 (font-lock-warning-face): Fix spacing.
10620
b4777370
JB
10621 * makefile.w32-in (WINS): Add url/ directory.
10622
54b06e66 106232004-04-21 Lars Hansen <larsh@math.ku.dk>
a568a2cc 10624
063a45c5
SM
10625 * desktop.el (desktop-buffer-mode-handlers): New variable.
10626 Alist of major mode specific functions to restore a desktop buffer.
a568a2cc 10627 (desktop-buffer-handlers): Make variable obsolete.
063a45c5
SM
10628 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
10629 Catch errors signaled in handlers. Update buffer count.
10630 Evaluate desktop-buffer-point.
54b06e66
LH
10631 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
10632 move to dired.el.
10633 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
10634 move to info.el.
10635 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
10636 move to mail/rmail.el.
10637 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
10638 to mh-e/mh-e.el.
a568a2cc
JB
10639 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
10640 On fail, print message (to message buffer) even if
54b06e66 10641 desktop-missing-file-warning is nil.
a568a2cc
JB
10642 (desktop-buffer-misc-data-function): New buffer local variable.
10643 Function returning major mode specific data.
54b06e66
LH
10644 (desktop-buffer-misc-functions): Make variable obsolete.
10645 (desktop-save): Use desktop-buffer-misc-data-function.
10646 (desktop-buffer-dired-misc-data): Rename to
10647 dired-desktop-buffer-misc-data and move to dired.el.
10648 (desktop-buffer-info-misc-data): Rename to
10649 Info-desktop-buffer-misc-data and move to info.el.
063a45c5 10650 (desktop-read): Add message about number of buffers restored/failed.
1c492b87 10651
a568a2cc
JB
10652 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
10653 Add parameters. Pause to display error only when
54b06e66 10654 desktop-missing-file-warning is non-nil.
a568a2cc 10655 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 10656 (dired-mode): Bind desktop-buffer-misc-data-function.
1c492b87 10657
a568a2cc
JB
10658 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
10659 Add Parameters.
10660 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 10661 (Info-mode): Bind desktop-buffer-misc-data-function.
1c492b87 10662
a568a2cc
JB
10663 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
10664 Add Parameters.
1c492b87 10665
a568a2cc
JB
10666 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
10667 Add Parameters.
54b06e66 10668
e921af9e
RS
106692003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
10670
a4391d42
EZ
10671 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10672 the case of letters in case-insensitive expansions when the
10673 abbrev is preceded by characters with letter syntax.
e921af9e 10674
0ce7de92
RS
106752004-04-21 Richard M. Stallman <rms@gnu.org>
10676
10677 * progmodes/cperl-mode.el (cperl-putback-char):
10678 Delete Emacs 18 definition.
10679
a568a2cc 10680 * international/mule.el (ctext-post-read-conversion):
0ce7de92 10681 Use assoc-string, not assoc-ignore-case.
a568a2cc 10682
0ce7de92
RS
10683 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
10684
10685 * emacs-lisp/easymenu.el (easy-menu-add):
10686 Do call x-popup-menu, but only if it's defined.
10687
10688 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
10689
10690 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
10691 Handle multiple args: compile like progn.
10692
10693 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
10694 take all args as &rest arg.
10695
10696 * autoinsert.el (auto-insert-alist): Insert the user's name in
10697 copyright notice, rather than Free Software Foundation.
10698
02f32cf0
KH
106992004-04-21 Kenichi Handa <handa@m17n.org>
10700
10701 * descr-text.el (describe-char): Make it work on *Help* buffer.
10702
c7b08a9d
KS
107032004-04-21 Kim F. Storm <storm@cua.dk>
10704
10705 * image.el (insert-image): Add optional SLICE arg.
10706 (insert-sliced-image): New defun.
10707
d58f8753
SM
107082004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
10709
10710 * subr.el (read-number): Check whether `default' is nil.
10711
107122004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * progmodes/compile.el (compilation-error-properties):
10715 Split into two.
10716 (compilation-internal-error-properties): New one.
a568a2cc 10717 (compilation-compat-error-properties): Use it. Fix the non-marker case.
d58f8753 10718
6b3b4dbb
RS
107192004-04-20 Richard M. Stallman <rms@gnu.org>
10720
c7b08a9d 10721 * window.el (split-window-save-restore-data):
6b3b4dbb
RS
10722 Don't update the data if OLD-INFO is nil.
10723
10724 * view.el (view-return-to-alist): Mark it permanent local.
10725
10726 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
10727
10728 * recentf.el (recentf-save-list): Catch and warn about errors.
10729
10730 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
10731 so "Buffers" won't be pure.
10732
10733 * help-mode.el (help-mode-finish): Set help-return-alist first
10734 thing, setting only the entry for the selected window.
10735
10736 * help-fns.el (describe-function-1): If many non-control non-meta
10737 keys run the command, don't list all of them.
10738
1525ea1e
JB
107392004-04-20 Juanma Barranquero <lektu@terra.es>
10740
b349012b
JB
10741 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
10742 arg. Copied from Andre Spiegel's patch of 2004-03-21.
10743
1525ea1e
JB
10744 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
10745
5b6156fa
KH
107462004-04-20 Kenichi Handa <handa@m17n.org>
10747
10748 * international/quail.el (quail-lookup-key): New optional arg
10749 NOT-RESET-INDICES.
10750 (quail-get-translations): Call quail-lookup-key with
10751 NOT-RESET-INDICES t.
10752 (quail-completion): Likewise.
10753 (quail-lookup-map-and-concat): Likewise.
10754
a19788b1
KH
107552004-04-20 Kenichi Handa <handa@m17n.org>
10756
10757 * international/quail.el (quail-update-translation): Don't insert
10758 such an unsupported multibyte char in a unibyte buffer.
10759
d481033a
NR
107602004-04-20 Nick Roberts <nick@nick.uklinux.net>
10761
10762 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1525ea1e
JB
10763 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
10764 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
d481033a
NR
10765 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
10766 (gdb-frame-assembler-buffer): Improve behaviour with
10767 multiple frames.
10768 (gdb-display-buffer): Extend search to all visible frames.
10769
177cd3b9
EZ
107702004-04-19 Eli Zaretskii <eliz@gnu.org>
10771
10772 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
10773 characters left after base64 decoding.
10774 (rmail-decode-region): Use -dos variety of `coding', to remove any
10775 ^M characters left after qp or base64 decoding.
10776
d8dc1ccc
JD
107772004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10778
d58f8753 10779 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
d8dc1ccc
JD
10780 messages.
10781
d9ee5172
SE
107822004-04-19 Stephen Eglen <stephen@gnu.org>
10783
10784 * add-log.el (add-change-log-entry): Update doc string to mention
10785 add-log-full-name and add-log-mailing-address.
10786
d1d37da8
JL
107872004-04-18 Juri Linkov <juri@jurta.org>
10788
10789 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
10790 (Info-find-node-2): Simplify error message.
10791 (Info-insert-dir): Use Info-following-node-name.
10792 (Info-goto-node): Remove *info-history* and *info-toc*.
10793 (Info-history): Create a node of the virtual history file.
10794 (Info-toc): Create a node of the virtual toc file.
10795 (Info-insert-toc): New arg `curr-file' for reference file names.
10796 (info-apropos): Remove redundant var binding for temp-file.
10797 (Info-index, Info-index-next, Info-mode): Doc fix.
10798 (Info-goto-emacs-command-node): Don't jump to *info* from
10799 non-*info* Info buffers.
10800 (Info-fontify-node): Don't show the file name of external
10801 references if `Info-hide-note-references' is `hide'. Don't hide
10802 newlines at the end of paragraphs.
10803
10804 * international/mule-diag.el (list-input-methods):
10805 Fix args to help-xref-button.
10806
72266056
JL
10807 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
10808 to put into effect local variables from TUTORIAL files.
10809
10810 * textmodes/paragraphs.el (sentence-end) <function>: New fun
10811 with default value taken from the variable `sentence-end'.
10812 (sentence-end) <defcustom>: Set default to nil. Doc fix.
10813 Add nil const to :type.
10814 (sentence-end-without-period, sentence-end-double-space)
10815 (sentence-end-without-space): Doc fix.
10816
10817 * textmodes/paragraphs.el (forward-sentence):
10818 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
10819 (fill-delete-newlines):
d58f8753
SM
10820 * progmodes/cc-cmds.el (c-beginning-of-statement):
10821 Use function `sentence-end' instead of variable `sentence-end'.
72266056 10822
225df139
AS
108232004-04-18 Andreas Schwab <schwab@suse.de>
10824
10825 * progmodes/compile.el (compilation-start): Set window start to
10826 point-min if compilation-scroll-output is nil.
10827
8fef838b
JW
108282004-04-18 John Wiegley <johnw@newartisans.com>
10829
d58f8753 10830 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8fef838b 10831
677eb6a5
NR
108322004-04-18 Nick Roberts <nick@nick.uklinux.net>
10833
10834 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
10835 (gdb-info-breakpoints-custom): Revert previous change.
10836 (gdb-view-assembler): Update assembler if necessary.
10837 (gdb-frame-handler): Parse correctly for gdb-current-frame.
10838 (gdb-display-source-buffer): Update properly when both source and
10839 assembler are visible.
10840
554e2741
JW
108412004-04-17 John Wiegley <johnw@newartisans.com>
10842
d58f8753 10843 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
554e2741
JW
10844 which limits the number of names shown in the minibuffer. Off by
10845 default.
10846 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
10847 up iswitchb for users with a multitude of open buffers by showing
10848 only the first and last N/2 buffers in the completion list (which
10849 is enough to aid C-s/C-r, and to know that more characters are
10850 needed to refine the completion list).
10851
1ee652eb
RS
108522004-04-17 Richard M. Stallman <rms@gnu.org>
10853
10854 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
10855 (file-truename): Expand all ~ constructs directly.
10856 (insert-directory): Delete any error msg output by the
10857 `insert-directory-program'.
10858
10859 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
10860 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
10861 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
10862 (allout-init): Use find-file-hook, not find-file-hooks.
10863 (allout-mode): Eliminate Emacs 18 support.
10864 Use write-contents-functions, not local-write-file-hooks.
10865
eb6fb6e2
DP
108662004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
10867
10868 * progmodes/compile.el (compilation-error-properties): Fix for
10869 adding messages when there are already markers for their file.
10870 (compilation-fake-loc): New function.
10871
da879ae8
SM
108722004-04-16 Dave Love <fx@gnu.org>
10873
10874 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
10875 (python-load-file): Fix python-orig-start setting.
10876
10877 * progmodes/compile.el: Doc fixes.
10878 (compilation-error-regexp-alist-alist)
10879 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
10880 (compilation-assq): Wrap in eval-when-compile.
10881 (compilation-mode-font-lock-keywords): Don't use list*.
10882 (compilation-start): Avoid warning.
10883 (compilation-compat-error-properties)
10884 (compilation-directory-properties): Add keymap property.
10885 (compilation-parsing-end): Make it a marker for better compatibility.
10886
10887 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
10888
108892004-04-16 Mark A. Hershberger <mah@everybody.org>
10890
10891 * xml.el: Doc fixes.
10892 (xml-get-children): Only looks at sub-tags and ignore strings.
10893
10894 * xml.el (xml-parse-tag): Avoid overwriting node-name.
10895
108962004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10897
da879ae8
SM
10898 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
10899
3f0d8131
AS
109002004-04-16 Andre Spiegel <spiegel@gnu.org>
10901
10902 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
10903
10904 * vc.el (vc-print-log): Likewise.
10905
9a1120ea
MY
109062004-04-16 Masatake YAMATO <jet@gyve.org>
10907
10908 * simple.el (completion-setup-function): Set an initial value
a568a2cc 10909 to `element-common-end' before entering loop. Set a value
9a1120ea 10910 to `element-common-end' at the end of loop.
da879ae8 10911 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6a4940b2
MY
10912 (completions-common-part): Rename from completion-de-emphasis.
10913 (completions-first-difference): Rename from completion-emphasis.
10914 Suggested by RMS.
9a1120ea 10915
dc5dcc00
JB
109162004-04-16 Juanma Barranquero <lektu@terra.es>
10917
10918 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
10919 (bookmark-edit-annotation-mode): Add mode name.
10920
da879ae8
SM
109212004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10922
10923 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
10924 for nested conflict markers.
10925 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
10926
865f6a21
NR
109272004-04-15 Nick Roberts <nick@nick.uklinux.net>
10928
10929 * progmodes/gdb-ui.el (gdb-goto-info): New function.
10930
10931 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
10932
96ef1feb
SM
109332004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10934
572943b3
SM
10935 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10936 Give a backtrace if requested.
10937
10938 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
10939
10940 * progmodes/python.el (python-mouse-2-command, python-RET-command):
10941 Remove unused functions.
10942 (python-orig-start-line, python-orig-file): Remove.
10943 (python-orig-start): New var.
10944 (python-input-filter, python-compilation-line-number)
10945 (python-send-region, python-load-file): Use it.
10946
f4e432bb 10947 * info.el (info): Always jump to *info*.
96ef1feb
SM
10948
10949 * subr.el (posn-set-point): New function.
10950
10951 * mouse.el (mouse-set-point): Use it.
10952
10953 * progmodes/compile.el (compile-goto-error): Use it.
f4e432bb
SM
10954 (compilation-button-map): New keymap.
10955 (compilation-error-properties): Use it.
10956 (compilation-shell-minor-mode-map): Don't bind mouse-2.
96ef1feb
SM
10957
10958 * smerge-mode.el (smerge-popup-context-menu): Use it.
10959
10960 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
10961 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
10962 mouse and non-mouse case.
10963
10964 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
10965 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
10966
f4e432bb
SM
10967 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
10968 Make it work for non-mouse events.
10969
10970 * pcvs-info.el (cvs-status-map): Update binding name.
10971
109722004-04-14 Mark A. Hershberger <mah@everybody.org>
10973
10974 * xml.el (xml-maybe-do-ns): New function to handle namespace
10975 parsing of both attribute and element names.
10976 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
10977 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
10978 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
10979 (xml-parse-attlist): Make it do its own namespace parsing.
10980
109812004-04-14 Dave Love <fx@gnu.org>
10982
572943b3
SM
10983 * progmodes/python.el (run-python): Fix use of \n.
10984 (python-load-file): Remove `try' from Python fragment.
10985 (python-describe-symbol): Fix message.
10986
f4e432bb
SM
10987 * comint.el: Doc fixes.
10988 (comint-last-input-start, comint-last-input-end)
10989 (comint-last-output-start): Give them values.
10990 (comint-arguments): Avoid warning.
10991 (comint-skip-prompt): Use line-end-position.
10992 (comint-backward-matching-input): Rename arg to agree with doc.
10993 (comint-extract-string): Use syntax-ppss.
10994 (comint-dynamic-simple-complete): Delete useless list construction.
10995 (comint-redirect-subvert-readonly): New.
10996 (comint-redirect-preoutput-filter): Use it.
10997
10998 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10999 Correctly handle negative arguments when calling hook functions.
11000
37600b6d
JH
110012004-04-14 Jesper Harder <harder@ifa.au.dk>
11002
11003 * info.el (info-apropos): Don't clobber Info-history-list.
11004
b3a7f48f
DP
110052004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
11006
f4e432bb
SM
11007 * progmodes/compile.el (compilation-setup):
11008 Localize overlay-arrow-position.
b3a7f48f
DP
11009 (compilation-sentinel): Restructure code equivalently.
11010 (compilation-next-error): Find message on same line after point if
11011 not found before point.
11012 (compile-mouse-goto-error): Restore function so that compilation
11013 buffer need not be current and use compile-goto-error.
11014 (compile-goto-error): Restore function.
11015 (next-error): Set overlay-arrow-position.
11016 (compilation-forget-errors): Don't localize already local
11017 compilation-locs and remove FIXME about refontifying.
11018
c09a9077
JL
110192004-04-14 Kim F. Storm <storm@cua.dk>
11020
11021 * startup.el (emacs-quick-startup): New defvar (set by -Q).
11022 (command-line): New option -Q. Like -q --no-site-file, but
11023 in addition it also disables menu-bar, tool-bar, scroll-bars,
11024 tool-tips, and the blinking cursor.
11025 (command-line-1): Skip startup screen if -Q.
11026 (fancy-splash-head): Use ":align-to center" prop to center splash image.
11027
11028 * emulation/cua-base.el (cua-read-only-cursor-color)
11029 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
11030
110312004-04-13 Dave Love <fx@gnu.org>
11032
11033 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
11034 (syntax): Don't require.
11035 (python) <defgroup>: Add :version.
11036 (python-quote-syntax): Re-written.
11037 (inferior-python-mode): Move stuff here from run-python and add
11038 some more.
11039 (python-preoutput-continuation, python-preoutput-result)
11040 (python-dotty-syntax-table): New.
11041 (python-describe-symbol): Use them.
11042 (run-python): Move stuff to inferior-python-mode. Modify code
11043 loaded into Python.
11044 (python-send-region): Use python-proc, python-send-string.
11045 (python-send-string): Send newlines too. Callers changed.
11046 (python-load-file): Re-written.
11047 (python-eldoc-function): New.
11048 (info-look): Don't require.
11049 (python-after-info-look): New. A modified version of former
11050 top-level code for use with eval-after-load.
11051 (python-maybe-jython, python-guess-indent): Use widened buffer.
11052 (python-fill-paragraph): Re-written.
11053 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
11054 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
11055
110562004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
11059 Set compilation-error-regexp-alist earlier.
11060
11061 * progmodes/compile.el (compilation-minor-mode-map)
11062 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
11063 (compile-goto-error): Re-merge the mouse and non-mouse commands.
11064
110652004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11066
11067 * progmodes/compile.el (compile-goto-error): Select the buffer/window
11068 corresponding to the event.
11069
110702004-04-12 Joe Buehler <jbuehler@hekiman.com>
11071
11072 * loadup.el: Add cygwin to system-type list, for unexec() support.
11073
110742004-04-12 John Paul Wallington <jpw@gnu.org>
11075
11076 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
11077 (ibuffer-restore-window-config-on-quit): New variable to replace
11078 `ibuffer-delete-window-on-quit'. Update all references.
11079 (ibuffer-prev-window-config): New variable.
11080 (ibuffer-quit): Restore previous window configuration instead of
11081 deleting window.
11082 (ibuffer): Save window configuration before showing Ibuffer buffer.
11083
11084 * help.el (describe-mode): Doc fix.
11085
110862004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11087
11088 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
11089 not to treat nil as a function.
11090
11091 * vc-arch.el (vc-arch-root): Be a bit more careful.
11092 (vc-arch-register): Save the buffer if we modified it.
11093 (vc-arch-delete-rej-if-obsolete): Save excursion.
11094 (vc-arch-find-file-hook): Use the simpler after-save-hook.
11095 (vc-arch-responsible-p, vc-arch-init-version): New functions.
11096
11097 * net/ldap.el (ldap-search): Use list*.
11098
110992004-04-12 Juri Linkov <juri@jurta.org>
11100
11101 * info.el (Info-follow-reference): Allow multiline reference name.
11102
111032004-04-11 Dave Love <fx@gnu.org>
11104
11105 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
11106
11107 * progmodes/python.el: New file.
11108
111092004-04-11 Andre Spiegel <spiegel@gnu.org>
11110
11111 * vc-hooks.el (vc-arg-list): Function removed.
11112 (vc-default-workfile-unchanged-p): Use condition-case to check for
11113 backward compatibility.
11114
11115 * vc.el (vc-print-log): Use condition-case to check for backward
11116 compatibility.
11117
111182004-04-11 Juri Linkov <juri@jurta.org>
11119
11120 * dired.el (dired-faces): New defgroup.
11121 (dired-header, dired-mark, dired-marked, dired-flagged)
11122 (dired-warning, dired-directory, dired-symlink, dired-ignored):
11123 New faces.
11124 (dired-header-face, dired-mark-face, dired-marked-face)
11125 (dired-flagged-face, dired-warning-face, dired-directory-face)
11126 (dired-symlink-face, dired-ignored-face): New face variables.
11127 (dired-font-lock-keywords): Use them instead of font-lock faces.
ee213e98
JL
11128 Split the rule for dired marks into 3 separate rules: for marks,
11129 marked file names and flagged file names.
11130
11131 * help-mode.el (help-make-xrefs): Add a final newline to the
11132 *Help* buffer.
11133
dbed3cd3
JPW
111342004-04-11 John Paul Wallington <jpw@gnu.org>
11135
11136 * replace.el (occur-engine): Distinguish between one and several
11137 matches in the matches per buffer heading.
11138
539859c3
KS
111392004-04-11 Kim F. Storm <storm@cua.dk>
11140
11141 * ido.el (ido-confirm-unique-completion): New defcustom.
11142 (ido-complete): Use it.
11143 (ido-write-file): Set it to t unconditionally.
11144
1f3ddf11
MB
111452004-04-10 Miles Bader <miles@gnu.org>
11146
11147 RCS keyword removal (only non-comment changes are enumerated here):
11148
11149 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
11150 (byte-compile-insert-header): Don't use `byte-compile-version'.
1f3ddf11
MB
11151 * forms.el (forms-version): Variable removed.
11152 (forms-mode): Don't use `forms-version'.
11153 * recentf.el (recentf-version): Variable removed.
11154 * progmodes/delphi.el (delphi-version): Variable removed.
11155 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
11156
40899d7b
SM
111572004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11158
11159 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
11160
7b30b20c
JH
111612004-04-09 Jesper Harder <harder@ifa.au.dk>
11162
11163 * info.el (info-apropos): Improve menu item regexp.
11164
758b7b09
SJ
111652004-04-09 Simon Josefsson <jas@extundo.com>
11166
11167 * mail/smtpmail.el: Add comment, based on report by
11168 kdc@rcn.com (Kevin D. Clark).
11169
91fa27cd
SM
111702004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11173 Redo one more thing that I didn't notice Daniel had undone.
11174
e20b265a
NR
111752004-04-08 Nick Roberts <nick@nick.uklinux.net>
11176
dc5dcc00 11177 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
e20b265a
NR
11178 (gdb-goto-breakpoint, gdb-display-buffer)
11179 (gdb-display-source-buffer, gdb-view-source-function)
11180 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
11181 (gdb-source-info, gdb-frame-handler): Don't specify a window
11182 for display.
11183 (gdb-info-breakpoints-custom): Remove superfluous update of
11184 assembler buffer.
11185 (gdb-many-windows): Make settable outside gdb.
11186
79b42981
GM
111872004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
11188
11189 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
11190 Derive from fundamental-mode rather than text-mode.
11191
8a7757f6
JL
111922004-04-08 Juri Linkov <juri@jurta.org>
11193
11194 * info.el (Info-history): Doc fix.
11195 (Info-history-list): New var.
11196 (info-xref): Change magenta4 to blue, remove bold for dark and
11197 light backgrounds, change bold to underline for non-color classes.
11198 (info-xref-visited): New face.
11199 (Info-fontify-visited-nodes): New custom.
11200 (Info-hide-note-references): Add new value `hide'. Doc fix.
11201 (Info-reference-name): New var.
11202 (Info-selection-hook): New custom.
11203 (Info-edit-mode-hook): New var.
11204 (Info-find-file): New fun.
11205 (Info-find-node): Move part of code to Info-find-file.
11206 (Info-find-node-2): Add anchors to Info-history-list. Move point
11207 to the place with the reference name if name is defined.
11208 (Info-select-node): Add current node to Info-history-list.
11209 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
11210 (Info-search-whitespace-regexp): New custom.
11211 (Info-search-case-fold): New var.
cb53a351
SM
11212 (Info-search): Add "case-sensitively" to the prompt.
11213 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8a7757f6
JL
11214 (Info-search-case-sensitively, Info-search-next): New fun.
11215 (Info-up): Move point to the menu item of the current node.
a568a2cc
JB
11216 (Info-history): New fun. Add *info-history* to
11217 same-window-buffer-names.
8a7757f6
JL
11218 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
11219 (Info-insert-toc): New fun.
11220 (Info-build-toc): New fun.
11221 (Info-follow-reference): Add new arg `fork'. Doc fix.
11222 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
11223 with the same name prefer the reference closest to point.
11224 (Info-next-reference): Replace * by + in the *Note regexp.
11225 Add regexp for http:// and ftp://. Skip the *Note prefix.
11226 (Info-prev-reference): Replace * by + in the *Note regexp.
11227 Add regexp for http:// and ftp://. Skip the *Note prefix.
11228 (Info-follow-nearest-node): Add new arg `fork'.
11229 (Info-try-follow-nearest-node): Add new arg `fork'.
11230 Call browse-url for http:// and ftp:// references.
11231 Set Info-reference-name for index entries.
11232 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
11233 Info-search-next, Info-history, Info-toc, clone-buffer.
11234 (Info-menu-update): Replace * by + in the *Note regexp.
11235 (Info-mode): Add documentation for Info-history, Info-toc,
11236 Info-search-case-sensitively, Info-search-next, clone-buffer.
11237 (Info-fontify-menu-headers): Remove fun. Move code to
11238 Info-fontify-node.
11239 (Info-fontify-node): Add docstring. Add local vars
11240 fontify-visited-p and not-fontified-p. If not-fontified-p is t
11241 then fontify header line, titles, menu headers, http and ftp
11242 references, refill paragraphs. If not-fontified-p is t or
11243 fontify-visited-p is t then fontify cross references, menu items.
cb53a351
SM
11244 Fontify menu headers. Fontify http and ftp references.
11245 Change regexp for cross references to require whitespace after *Note,
11246 add matching groups for file and node names. Remove hack for quote.
8a7757f6
JL
11247 Use display property for Info-hide-note-references=t. Use fifth
11248 or fourth match for help-echo. Display visited nodes in a
cb53a351
SM
11249 different face. Unhide file names of external references.
11250 Unhide newlines. Display visited menu items in a different face.
11251
91fa27cd
SM
112522004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11253
11254 * progmodes/compile.el: Require CL.
11255 (compilation-mode-font-lock-keywords): Re-install the "line as
11256 function" patch.
11257
11258 * help-fns.el (help-C-source-directory): New var.
11259 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
11260 (describe-function-1, describe-variable): Use them.
11261
11262 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
11263 to C source files specially.
11264
0c1b7af5
JL
112652004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
11266
11267 * info.el (Info-hide-cookies-node): New function.
11268 (Info-select-node): Use it.
11269 (Info-display-images-node): Remove message with image file name.
11270
f6164cdd
DP
112712004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
11272
11273 * progmodes/compile.el (compilation-warning-face)
11274 (compilation-info-face, compilation-skip-threshold)
cb53a351
SM
11275 (compilation-skip-visited, compilation-context-lines):
11276 Declare :version when added to Emacs.
f6164cdd
DP
11277 (compilation-error-regexp-alist-alist): Extend caml and irix.
11278 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
11279 (compilation-mode-font-lock-keywords): Temporarily undo line as
11280 function patch, which wasn't ready.
11281
3a8b6993
KH
112822004-04-07 Kenichi Handa <handa@m17n.org>
11283
11284 * international/latin1-disp.el (latin1-display-setup): Check each
11285 character is displayable or not instead of calling
11286 latin1-display-check-font.
11287
3699afe8
KH
112882004-04-06 Kenichi Handa <handa@m17n.org>
11289
cb53a351
SM
11290 * language/ethio-util.el (ethio-sera-being-called-by-w3):
11291 New variable.
3699afe8
KH
11292 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
11293 instead of sera-being-called-by-w3.
11294 (ethio-fidel-to-sera-buffer): Likewise.
11295 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
11296 instead of sera-being-called-by-w3.
11297 (ethio-write-file): Likewise.
11298
f88aa6e5
VJL
112992004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11300
5fe26b00 11301 * printing.el: Doc fix.
f88aa6e5 11302
38e33352
NR
113032004-04-05 Nick Roberts <nick@nick.uklinux.net>
11304
11305 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
11306 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
11307 (gdb-setup-windows): Only use separate IO buffer if required.
11308
c953fe1b
KS
113092004-04-06 Kim F. Storm <storm@cua.dk>
11310
11311 * term.el (term-is-xemacs): Remove.
11312 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
11313 (term-window-width): New function.
11314 (term-mode, term-check-size): Use it.
11315 (term-mode): Disable overflow-newline-into-fringe in term buffer.
11316
8e4d1662
PA
113172004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
11318
cb53a351 11319 * cus-edit.el (custom-add-parent-links): Change unbound variable
c953fe1b 11320 `symbol' to `name'.
8e4d1662 11321
cbfbd37d 113222004-04-05 Jesper Harder <harder@ifa.au.dk>
ab2f22ad
JH
11323 * info.el (info-apropos): New function.
11324 (Info-mode-menu): Add it.
11325 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
11326
1d0a6ebb
JH
11327 * help-mode.el (help-make-xrefs): Recognize aliased variable with
11328 inherited docstring.
11329
cbfbd37d
JH
11330 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
11331
cb53a351
SM
113322004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11333
11334 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
11335
11336 * progmodes/compile.el (font-lock): Don't require any more.
11337 (compilation-error-properties, compilation-start, compilation-sentinel)
11338 (compilation-filter, next-error): Use with-current-buffer.
11339 (compilation-skip-to-next-location, compilation-skip-threshold)
11340 (compilation-skip-visited): Move to silence the byte-compiler.
11341 (compilation-setup): Simplify.
11342 (compilation-next-error): Use line-(beginning|end)-position.
11343 Make sure `pt' is non-nil before using compilation-loop.
11344 (compile-goto-error): Add optional event arg. Use it.
11345 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
11346 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
11347 Update the binding for mouse-2.
11348 (first-error): Set compilation-current-error to nil rather than bob.
11349 (compilation-parsing-end, compilation-parse-errors-function)
11350 (compilation-error-list, compilation-old-error-list):
11351 "New" compatibility variables.
11352 (compile-buffer-substring, compilation-compat-error-properties)
11353 (compilation-compat-parse-errors, compilation-forget-errors):
11354 New compatibility functions.
11355 (compilation-mode-font-lock-keywords): Use them.
11356
1f41bcba
LT
113572004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11358
11359 * autorevert.el (auto-revert-handler): If point (or a window
11360 point) is at the end of the buffer, keep it there after
11361 reverting. This allows to tail a file.
11362 Mention this in the `Commentary'.
11363
11364 * format.el (format-write-file): Add optional argument CONFIRM
11365 and make it behave like the analogous argument to `write-file'.
11366
6411a60a
VJL
113672004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11368
11369 * progmodes/ebnf2ps.el: Doc fix.
11370 (ebnf-version): New version number (4.2).
11371 (ebnf-syntax): Customization and docstring fix.
cb53a351
SM
11372 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
11373 Put autoloaded funs before first use.
6411a60a
VJL
11374 (ebnf-style-database): Add dtd entry.
11375 (ebnf-syntax-alist): Add dtd initialization.
11376 (ebnf-token-sequence): New fun.
11377 (ebnf-comment-table): Add new comment action character.
cb53a351 11378 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6411a60a
VJL
11379
11380 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
11381 Type Definition for XML).
11382
cb53a351
SM
11383 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
11384 * progmodes/ebnf-bnf.el (ebnf-sequence):
11385 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
11386 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
11387 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
11388 Code simplification: call ebnf-token-sequence.
6411a60a 11389
c1994268
EZ
113902004-04-04 Eli Zaretskii <eliz@gnu.org>
11391
11392 * calendar/timeclock.el (timeclock-relative)
11393 (timeclock-get-project-function, timeclock-get-workday-function)
11394 (timeclock-query-out, timeclock-when-to-leave)
11395 (timeclock-when-to-leave-string, timeclock-log-data)
11396 (timeclock-generate-report, timeclock-in): Doc fixes.
11397
aa81d8d2
SM
113982004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11399
4dfde3dd 11400 * url/: New dir. Import the URL package from its repository.
cb53a351 11401
5c84686c
AS
114022004-04-03 Andreas Schwab <schwab@suse.de>
11403
11404 * diff-mode.el (diff-mode): Fix missing quote.
11405
35aeddc4
JL
114062004-04-03 Juri Linkov <juri@jurta.org>
11407
11408 * descr-text.el (describe-property-list): Add `font-lock-face'.
11409
11410 * dired.el (dired-font-lock-keywords): Fix permission regexps.
11411
bcfa9925
JD
114122004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11413
aa81d8d2
SM
11414 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
11415 Use utf-16le on little endian machines and utf-16be otherwise.
bcfa9925 11416
6555a8dd
DK
114172004-04-02 David Kastrup <dak@gnu.org>
11418
11419 * net/browse-url.el (browse-url-generic): Use call-process
11420 instead of start-process to allow browsers that fork and detach.
11421
e5c644da
DP
114222004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
11423
11424 * compile.el (compilation-current-error): New var.
11425 (compilation-setup, compile-mouse-goto-error)
11426 (compile-goto-error, next-error): Use it.
11427 (compilation-skip-to-next-location): Default to t, which gives
11428 contiguous skipping like old compile (where this was redundant).
11429 (compilation-next-error): Prevent previous-* commands from moving
11430 back to message at or just before point.
11431
38253bba
VJL
114322004-04-01 Nick Roberts <nick@nick.uklinux.net>
11433
11434 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
11435 (gdb-source-info): Don't display source at startup, if required.
11436 (gdb-show-main): New option.
11437 (gdba): Update documentation.
11438 (gdb-source): Cover case of auto-display output.
11439
71c8db4c
LT
114402004-03-31 Luc Teirlinck <teirllm@auburn.edu>
11441
11442 * autorevert.el: Delete obsolete autoload's and defvar's.
04e08b8c 11443 (auto-revert-check-vc-info): New user option.
71c8db4c
LT
11444 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11445 (auto-revert-handler-vc): Delete.
11446 (auto-revert-handler): Treat return value `fast' of
11447 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
11448
11449 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
11450 return `fast'.
11451
11452 * files.el (buffer-stale-function): Doc change.
11453
38253bba 114542004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
606ebcd1 11455
38253bba
VJL
11456 * printing.el: New tip on Tips section.
11457 (pr-version): New version number (6.7.4).
11458 (pr-shell-file-name): Initialization fix.
606ebcd1 11459
3ccd3160
JL
114602004-03-31 Juri Linkov <juri@jurta.org>
11461
11462 * dired.el: Add autoload for `dired-do-touch'.
11463 (dired-touch-program): New var.
11464 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
11465 (dired-no-confirm): Add `touch' to docstring.
11466
11467 * dired-aux.el (dired-do-touch): New fun.
11468 (dired-do-chxxx): Add argument -t for touch operation.
11469
11470 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
11471 `dired-move-to-filename-regexp'.
11472
114732004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
11474
0c1b7af5 11475 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3ccd3160 11476
1ede99a8
VJL
114772004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11478
11479 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
11480 and only if the buffer was modified.
11481
ce4dd05c
KH
114822004-03-30 Kenichi Handa <handa@m17n.org>
11483
11484 * international/characters.el: Delete pairs for U+2308..U+230B.
11485
5d987733
NR
114862004-03-29 Nick Roberts <nick@nick.uklinux.net>
11487
11488 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
11489 to detect the beginning of a level 2 or 3 annotation.
11490
984d06b3
KH
114912004-03-29 Kenichi Handa <handa@m17n.org>
11492
11493 * international/ucs-tables.el (ucs-insert): Fix the error message.
11494
39cc05f5
KH
114952004-03-29 Kenichi Handa <handa@m17n.org>
11496
2d76740f
KH
11497 * international/mule-util.el (char-displayable-p): Fix generation
11498 of XLFD file name.
11499
39cc05f5
KH
11500 * Makefile.in (setwins, setwins_almost): Change directory to $wd
11501 before finding directories by `find'.
11502
adb3b353
SM
115032004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11504
11505 * subr.el (interactive-form): Delete. Now implemented in C.
11506
11507 * pcvs.el (cvs-parse-process): Workaround for Darwin.
11508
11509 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
11510 (vc-diff-label): New fun.
11511 (vc-diff-internal): Use it.
11512
11513 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
11514
757caf1c
VJL
115152004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11516
9d59cbb0
VJL
11517 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
11518
0b6f125d
VJL
11519 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
11520 specify XML (EBNFX).
11521
6ca94f87
VJL
11522 * progmodes/ebnf2ps.el: Doc fix.
11523 (ebnf-version): New version number (4.1).
11524 (ebnf-syntax): Adjust customization.
11525 (ebnf-style-database): Add ebnfx entry.
11526 (ebnf-syntax-alist): Add ebnfx initialization.
cb53a351 11527 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6ca94f87 11528
f8b09957
VJL
11529 * printing.el: Doc fix.
11530 (pr-version): New version number (6.7.3).
11531 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
11532 returns nil for mouse position. Reported by Drew Adams
11533 <drew.adams@oracle.com>.
11534 (pr-update-menus): Modify interactive declaration. Reported by Drew
11535 Adams <drew.adams@oracle.com>.
11536
80cce9ae
NR
115372004-03-28 Nick Roberts <nick@nick.uklinux.net>
11538
11539 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
11540 (gud-gdba-marker-filter): Log the process input and output, if
dc5dcc00 11541 required. From Stefan Monnier.
80cce9ae
NR
11542 (gdb-debug-log, gdb-enable-debug-log): New variables.
11543 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
11544
1e87be1b
SM
115452004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
59de4ad0 11548 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
1e87be1b 11549
c86afc19
LT
115502004-03-27 Luc Teirlinck <teirllm@auburn.edu>
11551
11552 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
11553 Call vc-find-file-hook here instead of in auto-revert-buffers.
11554 (auto-revert-buffers): Delete call to vc-find-file-hook.
75e975ea
LT
11555 (auto-revert-verbose, global-auto-revert-non-file-buffers)
11556 (global-auto-revert-mode, auto-revert-set-timer)
11557 (auto-revert-handler, auto-revert-buffers): Doc fixes.
c86afc19 11558
692feebd
EZ
115592004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11560
11561 * woman.el (woman-change-fonts): Rename local variable
11562 woman-font-alist to font-alist to avoid a compiler warning.
11563
99e0e3e2
EZ
115642004-03-27 Dave Love <fx@gnu.org>
11565
4d82882b
EZ
11566 * emacs-lisp/rx.el (rx): Doc fix.
11567 Fix copyright years.
05ec033b 11568
99e0e3e2 11569 * strokes.el (strokes-global-set-stroke-string): New function.
1e87be1b
SM
11570 (strokes-list-strokes): Cope with strings, not just commands.
11571 Set foreground colour of image.
99e0e3e2
EZ
11572 (strokes-global-set-stroke): Doc fix.
11573
77bca4db
LT
115742004-03-26 Luc Teirlinck <teirllm@auburn.edu>
11575
11576 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
11577 Auto Revert mode.
11578 (Buffer-menu-files-only): New variable.
11579 (Buffer-menu-toggle-files-only): New function.
11580 (Buffer-menu-mode-map): Bind it to `T'.
11581 (Buffer-menu-mode): Mention `T' in docstring.
11582 Set buffer-stale-function.
11583 (list-buffers-noselect): Mark buffer non-modified and set
11584 Buffer-menu-files-only.
11585
11586 * dired.el (buffer-stale-function): Remove no longer needed defvar.
11587
11588 * autorevert.el (auto-revert-handler): Print revert message
11589 before, rather than after, reverting.
11590 (buffer-stale-function): Move to files.el.
11591
1e87be1b 11592 * files.el (buffer-stale-function): Move here from autorevert.el.
77bca4db 11593
e1fbd956
SM
115942004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11595
8dc87047
SM
11596 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
11597
e1fbd956
SM
11598 * calc/calc.el (calc-mode-map): Use mapc.
11599
11600 * apropos.el (apropos-mode): Don't autoload.
11601 (apropos-symbols-internal): New fun. Extracted from `apropos'.
11602 (apropos): Use it.
11603 (apropos-print): Add optional `text' argument.
11604 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
11605 Don't assume point-min == 1.
11606
11607 * bs.el (bs-buffer-list): Use buffer-local-value.
11608 (bs--set-toggle-to-show): Use with-current-buffer.
11609
11610 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
11611 New funs.
11612 (list-buffers-noselect): Use them. Adjust :align-to to new style.
11613
11614 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
11615
11616 * dabbrev.el (dabbrev-expand): Fix regexp construction.
11617 (dabbrev--find-expansion): Use pop.
11618 (dabbrev--search): Use match-string-no-properties.
11619
11620 * dired.el (dired-mode): Use run-mode-hooks.
11621 (dired-move-to-end-of-filename): Use match-string.
11622
11623 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
11624 is bound before using it.
11625 (ediff-verbose-p): Make it into a var since it's not constant.
11626
11627 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
11628
11629 * faces.el (read-face-font): Don't cons up unnecessarily.
11630 (header-line, tool-bar): Share common parts.
11631
11632 * files.el (file-relative-name): Use compare-strings.
11633
11634 * finder.el (finder-mode): Follow coding convention.
11635
11636 * subr.el (read-number): New function.
11637
11638 * ses.el (ses-read-number): Move to subr.el.
11639 (ses-set-header-row): Use read-number.
11640
c3504abb
AS
116412004-03-26 Andre Spiegel <spiegel@gnu.org>
11642
11643 * vc-hooks.el (vc-arg-list): New function, which handles both
11644 compiled and uncompiled code.
11645 (vc-default-workfile-unchanged-p): Use it.
11646
11647 * vc.el (vc-print-log): Undo prev change, use new function
11648 vc-arg-list from vc-hooks.el.
7c7085c0 11649
abcdd45a
MY
116502004-03-26 Masatake YAMATO <jet@gyve.org>
11651
11652 * simple.el (completion-setup-function): Emphasize the
825d0745 11653 first uncommon characters in the completions; and de-emphasize
abcdd45a
MY
11654 the common prefix substrings.
11655 (completion-emphasis): New face.
11656 (completion-de-emphasis): New face.
11657
825d0745
JB
116582004-03-25 Juanma Barranquero <lektu@terra.es>
11659
11660 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
11661 Comment out (it's unused and unfinished code).
11662
5217a76a
SS
116632004-03-25 Sam Steingold <sds@gnu.org>
11664
e1fbd956 11665 * vc.el (vc-print-log): Fix a bug in the last patch:
825d0745 11666 backend-function may be a byte-compiled object, not a lambda.
5217a76a 11667
ead14730
JL
116682004-03-25 Juri Linkov <juri@jurta.org>
11669
11670 * descr-text.el (describe-property-list): Add a button
11671 for `face' property that calls `describe-face'.
11672 Suggested by luis fernandes <elf@ee.ryerson.ca>
11673
11674 * international/mule.el (keyboard-coding-system):
11675 * kmacro.el (kmacro-call-macro): Fix docstring.
11676
11677 * dired.el: Fix comments.
11678
11679 * textmodes/fill.el (fill): Fix Info link.
11680
11681 * font-lock.el (fast-lock, lazy-lock):
11682 * jit-lock.el (jit-lock): Remove links to removed Support Modes
11683 Info node.
11684
7c7085c0
JL
11685 * eshell/eshell.el (eshell): Fix broken info-link.
11686
11687 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
11688 * eshell/em-banner.el (eshell-banner):
11689 * eshell/em-smart.el (eshell-smart):
11690 * eshell/esh-cmd.el (eshell-cmd):
11691 Comment out broken info-links to incomplete Info manual.
11692
ead14730
JL
11693 * info-xref.el: Fix commentary.
11694
116952004-03-25 Kevin Ryde <user42@zip.com.au>
11696
11697 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
11698 Remove spurious node duplicate suppression, doesn't work, not wanted.
11699 (info-xref-output): Take format style args, add "sit-for 0" to let
11700 user see the results as they progress.
11701 (info-xref-check-all-custom): New function.
11702
0d1a8fa0
NR
117032004-03-25 Nick Roberts <nick@nick.uklinux.net>
11704
11705 * gdb-ui.el: Moved to progmodes.
ead14730 11706
cb53a351
SM
117072004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11708
11709 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
11710
9edfb3d2
GM
117112004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11712
11713 * calendar/appt.el (appt-check): Remove superfluous progn.
11714 When finished with diary buffer: if it was not being displayed
11715 before, kill it; otherwise restore its original state.
11716 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
11717
11718 * calendar/calendar.el (calendar-set-mode-line): Use total
11719 available mode-line width, rather than frame-width.
11720
11721 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
11722 after mode change so effect not lost.
11723
d7aed37c
SM
117242004-03-23 Dave Love <fx@gnu.org>
11725
11726 * dired.el (dired) <defgroup>: Add link to manual.
ead14730 11727 (dired-font-lock-keywords): Add highlighting on unusual permissions.
d7aed37c
SM
11728 (dired-revert): Use dolist.
11729 (dired-mode-map): Add U binding.
11730 (dired-mode): Add font-lock-beginning-of-syntax-function.
11731 (dired-garbage-files-regexp): Make it a defcustom.
11732
117332004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11734
11735 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
11736 is equivalent to nil.
11737 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
11738 (vc-arch-mode-line-string): Accept `added' state.
11739 (vc-arch-state): Use inode-sigs if available.
11740 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
11741 Copy&delete existing id file if any. Fallback if uuidgen is absent.
11742 (vc-arch-tagline-re): New var.
11743 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
11744 New functions.
11745 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
11746 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
11747
11748 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
11749 (vc-file-not-found-hook): Use it.
11750
11751 * diff-mode.el (diff-default-read-only): Change default.
11752 (diff-mode-hook): Make it a defcustom. Add some options.
11753 (diff-mode-map): Bind diff-refine-hook.
11754 (diff-yank-handler): New var.
11755 (diff-yank-function): New fun.
11756 (diff-font-lock-keywords): Use them.
11757 (diff-end-of-file): Handle case where file-header looks like diff text.
11758 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
11759 (diff-file-kill): Delete a subsequent empty line, if applicable.
11760 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
11761 (diff-find-file-name): Use it.
11762 (diff-tell-file-name): New command.
11763 (diff-mode): Be careful with view-mode.
11764 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
11765 New functions, for use in diff-mode-hook.
11766 (diff-find-source-location): Catch "regex too large" errors.
11767 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
11768 (diff-refine-hunk): New command.
11769
11770 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
11771 (smerge-context-menu-map): Remove unused var.
11772 (smerge-keep-all): Preserve markers.
11773 (smerge-keep-n): New fun.
11774 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11775 (smerge-keep-current, smerge-ediff): Use it.
11776 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
11777 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
11778 (smerge-resolve): Resolve trivial 3-part conflicts.
11779
ef3e9175
JL
117802004-03-23 Juri Linkov <juri@jurta.org>
11781
11782 * man.el (Man-width): New var.
11783 (Man-getpage-in-background): Use it.
11784 (Man-support-local-filenames): New var and fun.
11785 (Man-build-man-command): Don't add a second %s.
11786 (Man-fontify-manpage): Clean up message.
11787 (Man-mode): Set outline-regexp, outline-level,
11788 imenu-generic-expression.
11789
11790 * woman.el (woman-fill-frame): Doc fix.
11791 (woman-decode-region): Use window-width instead of frame-width.
11792
d7aed37c
SM
11793 * abbrevlist.el (list-one-abbrev-table):
11794 * descr-text.el (describe-char):
11795 * international/mule-diag.el (describe-current-coding-system):
11796 * international/quail.el (quail-insert-decode-map):
11797 Use window-width instead of frame-width.
ef3e9175
JL
11798
11799 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
11800 (jka-compr-mode-alist-additions): Add tbz.
d7aed37c
SM
11801 (jka-compr-write-region, jka-compr-insert-file-contents):
11802 Add message for undefined compress-program.
ef3e9175
JL
11803 (jka-compr-write-region): Remove redundant var bindings.
11804
11805 * dired-x.el (dired-guess-shell-alist-default): Add choices for
11806 extracting files into subdirectory. Add tbz and dz. Fix regexps.
11807 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
11808 (dired-man): Use dired-guess-shell-command.
11809 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
11810 Change default nil to t.
11811
11812 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
11813 (dired-compare-directories): Add default value for empty input.
11814
11815 * help-at-pt.el: Move suggestions for key bindings to Commentary.
11816
11817 * time.el (display-time-string-forms): Fix help-echo date format.
11818
d4411cef
LT
118192004-03-22 Luc Teirlinck <teirllm@auburn.edu>
11820
d7aed37c 11821 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
d4411cef
LT
11822 (buffer-stale-function): New variable.
11823 (auto-revert-list-diff, auto-revert-dired-file-list)
11824 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
11825 (auto-revert-handler): Take over some functionality of deleted
11826 functions.
11827 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
11828
b6ea9927
LT
11829 * dired.el (dired-directory-changed-p): New fun, extracted from
11830 dired-internal-noselect.
11831 (dired-buffer-stale-p): New fun.
d4411cef
LT
11832 (dired-internal-noselect): Use dired-directory-changed-p.
11833 Eliminate revert messages.
11834 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
11835
39cc05f5 118362004-03-23 Kenichi Handa <handa@m17n.org>
d6af0bff
KH
11837
11838 * international/characters.el: Setup syntaxes for more parentheses
11839 Unicode characters.
6aa69bd7 11840
d7aed37c
SM
11841 * international/mule-cmds.el (select-safe-coding-system):
11842 Merge coding-system and auto-cs before comparing them.
6aa69bd7 11843
d08c4c28
SM
118442004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
11847
11848 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11849 normal-auto-fill-function and comment-indent-function.
11850 The default values now work just as well.
11851 Don't set font-lock-beginning-of-syntax-function since we already set
11852 syntax-begin-function.
11853 (lisp-outline-level): Put ;;;###autoload at same level as (.
11854 (prin1-char): Quote special chars.
11855
11856 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
11857 than with-no-warnings.
11858
11859 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
11860 if the source location can't be found.
11861 (edebug-compute-previous-result): Use prin1-char.
11862
575f6118 11863 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
d08c4c28
SM
11864 (debug-ignored-errors): Add an entry.
11865
11866 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
11867 (byte-compile-file): Output warning when deleting a file.
11868
11869 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
11870 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
11871
11872 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
11873 (byte-compile-inline-expand): Use backquote.
11874 (byte-optimize-pure-func): Rename from byte-optimize-concat.
11875 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
11876
11877 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
11878
11879 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
11880
8f7ea687
JL
118812004-03-22 Juri Linkov <juri@jurta.org>
11882
11883 * finder.el (finder-known-keywords): Fix data, tex, unix.
11884
11885 * play/landmark.el: Fix keywords.
11886
11887 * language/ethio-util.el (ethio-find-file): Doc fix.
11888
11889 * emacs-lisp/warnings.el: Doc fix.
11890
11891 * textmodes/ispell.el (ispell-help): Doc fix.
11892
19e580b4
LT
118932004-03-21 Luc Teirlinck <teirllm@auburn.edu>
11894
11895 * format.el (format-insert-file): Always return a list of two
11896 elements, like insert-file-contents does.
11897
091ec192
AS
118982004-03-21 Andre Spiegel <spiegel@gnu.org>
11899
675254bc 11900 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
091ec192
AS
11901 and vc-BACKEND-diff.
11902 (vc-print-log): If the print-log implementation supports it, use
11903 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
11904 (vc-version-diff, vc-diff-internal): Doc fixes.
11905
11906 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19e580b4 11907 implementation supports it, let diff output go to *vc*,
091ec192
AS
11908 not *vc-diff*, since this is an internal call.
11909
d08c4c28 11910 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
091ec192
AS
11911
11912 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
11913
11914 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19e580b4 11915
942269e7
JB
119162004-03-21 Dave Love <fx@gnu.org>
11917
d08c4c28
SM
11918 * progmodes/cfengine.el (cfengine-mode):
11919 Set parse-sexp-ignore-comments.
942269e7
JB
11920
11921 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
11922
f134d28b
JB
119232004-03-21 Juanma Barranquero <lektu@terra.es>
11924
11925 * allout.el (allout-mode): Fix docstring.
11926
a2ac68f1
LT
119272004-03-20 Luc Teirlinck <teirllm@auburn.edu>
11928
8f8607be
LT
11929 * files.el (insert-directory): Fix bug if SWITCHES is a list.
11930
a2ac68f1
LT
11931 * autorevert.el (auto-revert-interval): Make new value take
11932 effect immediately when set through Custom.
11933 (auto-revert-set-timer): Add interactive declaration.
11934
31da0380
KS
119352004-03-19 David Ponce <david@dponce.com>
11936
d08c4c28
SM
11937 * ruler-mode.el (ruler-mode-header-line-format-old):
11938 Don't `make-variable-buffer-local'.
31da0380
KS
11939 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
11940 (ruler-mode-header-line-format): Simply funcall the above.
11941 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
11942 to save/restore a previous header line format.
11943 (ruler-mode-space): Don't depend on a numeric WIDTH value.
11944 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
11945 fringes and margins width.
942269e7 11946 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
31da0380 11947
d08c4c28
SM
119482004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * log-edit.el (log-edit-font-lock-keywords): Typo.
11951
11952 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
11953 (tex-send-tex-command): Rather than here.
11954 (tex-compilation-parse-errors): Simplify.
11955
11956 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
11957
11958 * time.el (display-time-string-forms): Add help-echo with date on time.
11959
11960 * composite.el (compose-region): Use restore-buffer-modified-p.
11961
11962 * disp-table.el (standard-display-8bit): Simplify.
11963
11964 * server.el (server-process-filter): Delete temp frame.
11965
11966 * add-log.el (add-change-log-entry): Simplify.
11967
45dbfc84
KS
119682004-03-19 Kim F. Storm <storm@cua.dk>
11969
36bc84aa 11970 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
ec952fde 11971 (hexl-follow-line): Don't require 'fringe.
36bc84aa 11972
45dbfc84
KS
11973 * progmodes/compile.el (compilation-start): Always set
11974 compilation-last-buffer and return it.
11975
b2a737cd
LT
119762004-03-17 Luc Teirlinck <teirllm@auburn.edu>
11977
11978 * simple.el (clone-buffer): Doc fix.
11979
7ab91c5f
JB
119802004-03-18 Juanma Barranquero <lektu@terra.es>
11981
11982 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
11983
37264101
SM
119842004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * log-edit.el (log-edit-font-lock-keywords): New var.
11987 (log-edit-mode): Use it.
11988
feaa7f5c
NR
119892004-03-17 Nick Roberts <nick@nick.uklinux.net>
11990
11991 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
11992 properly for watching in speedbar.
11993
935ce7ca
MY
119942004-03-17 Masatake YAMATO <jet@gyve.org>
11995
37264101
SM
11996 * smerge-mode.el (smerge-popup-context-menu):
11997 Put `unwind-protect' around `overlay-put' and `popup-menu'.
11998
119992004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
12002 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
12003 Take sealed revisions into account.
12004 (vc-arch-checkin): Extract a summary line from the message.
935ce7ca 12005
0f214cdf
MY
120062004-03-16 Masatake YAMATO <jet@gyve.org>
12007
12008 * register.el (register): Provide `register' feature.
12009
11ece56b
MY
120102004-03-15 Masatake YAMATO <jet@gyve.org>
12011
12012 Added context menu support in smerge mode.
12013 Most of the part is written by Stefan Monnier.
0820b1f6
SM
12014
12015 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
12016 New keymap and menu.
11ece56b
MY
12017 (smerge-text-properties): New function.
12018 (smerge-remove-props): New function.
12019 (smerge-popup-context-menu): New function.
12020 (smerge-resolve): Call `smerge-remove-props'.
0820b1f6 12021 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11ece56b
MY
12022 (smerge-keep-current): Ditto.
12023 (smerge-kill-current): New function.
0820b1f6
SM
12024 (smerge-match-conflict): Put text properties.
12025 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11ece56b 12026
0eeebaf5
MY
120272004-03-15 David Ponce <david@dponce.com>
12028
12029 * ruler-mode.el: (ruler-mode-left-fringe-cols)
12030 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
12031 (ruler-mode-right-scroll-bar-cols): Remove.
12032 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
0820b1f6
SM
12033 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
12034 Use fringe-columns and scroll-bar-columns.
0eeebaf5 12035
9fd76d04
MY
120362004-03-15 Masatake YAMATO <jet@gyve.org>
12037
12038 * hl-line.el (hl-line-range-function): New variable.
12039 (hl-line-move): New function.
12040 (global-hl-line-highlight): Use `hl-line-move'.
12041 (hl-line-highlight): Ditto.
12042
0820b1f6
SM
12043 * scroll-bar.el (scroll-bar-columns):
12044 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9fd76d04
MY
12045
12046 * ruler-mode.el (top-level): Require scroll-bar and fringe.
12047 (ruler-mode-left-fringe-cols)
12048 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
12049 (ruler-mode-right-scroll-bar-cols)
12050 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
12051 (ruler-mode-ruler-function): New variable.
12052 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
12053 if the value for `ruler-mode-ruler-function'is given.
12054
12055 * hexl.el (hexl-mode-hook): Make the hook customizable.
9b05111d 12056 (hexl-address-area, hexl-ascii-area): New customize variables.
0820b1f6 12057 (hexlify-buffer): Put font-lock-faces on the address area and
9fd76d04
MY
12058 the ascii area.
12059 (hexl-activate-ruler): New function.
12060 (hexl-follow-line): New function.
12061 (hexl-highlight-line-range): New function.
12062 (hexl-mode-ruler): New function.
12063
0820b1f6
SM
120642004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
12065
12066 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
12067 (vc-default-find-file-hook): New fun.
12068 (vc-find-file-hook): Call new find-file-hook operation.
12069
12070 * vc-arch.el: New file.
12071
5109b06a
EZ
120722004-03-12 Jesper Harder <harder@ifa.au.dk>
12073
12074 * info-look.el (info-lookup): Reuse an existing Info window.
12075
1239851c
EZ
120762004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
12077
12078 * woman.el (woman-preserve-ascii): Default value changed to t and
12079 doc string revised.
12080
e69cfac2
RS
120812004-03-12 Richard M. Stallman <rms@gnu.org>
12082
12083 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
12084 Fix minor bug.
12085
12086 * replace.el (occur-engine): Change message for count of matches.
12087
12088 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
12089 For strings, do compare text properties.
12090
fbc4d3bd
SM
120912004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
12092
12093 * progmodes/compile.el (compile-auto-highlight)
12094 (compilation-error-list, compilation-old-error-list)
12095 (compilation-parse-errors-function, compilation-parsing-end)
12096 (compilation-error-message, compilation-directory-stack)
12097 (compilation-enter-directory-regexp-alist)
12098 (compilation-leave-directory-regexp-alist)
12099 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
12100 (compilation-current-file, compilation-regexps): Remove vars.
12101
12102 (compile-error-at-point, compilation-error-filedata)
12103 (compilation-error-filedata-file-name, compile-reinitialize-errors)
12104 (compilation-next-error-locus, compilation-forget-errors)
12105 (count-regexp-groupings, compilation-parse-errors)
12106 (compile-collect-regexps, compile-buffer-substring): Remove funs.
12107
12108 (compile-internal): Make obsolete.
12109
12110 (compilation-first-column, compilation-error)
12111 (compilation-directory-matcher, compilation-page-delimiter)
12112 (compilation-mode-font-lock-keywords, compilation-debug)
12113 (compilation-error-face, compilation-warning-face)
12114 (compilation-info-face, compilation-line-face)
12115 (compilation-column-face, compilation-enter-directory-face)
12116 (compilation-leave-directory-face, compilation-skip-threshold)
12117 (compilation-skip-visited, compilation-context-lines): New vars.
12118
12119 (compilation-warning-face, compilation-info-face)
12120 (compilation-message-face): New faces.
12121
12122 (compilation-error-regexp-alist-alist): New constant.
12123
12124 (compilation-face, compilation-directory-properties)
12125 (compilation-assq, compilation-error-properties, compilation-start)
12126 (define-compilation-mode, compilation-loop)
12127 (compilation-set-window): New functions.
12128
12129 (compile): Additional argument for interactive compiles like TeX.
12130
12131 * progmodes/grep.el (kill-grep): Move here from compile.el
12132 (grep-error, grep-hit-face, grep-error-face)
12133 (grep-mode-font-lock-keywords): New variables.
12134 (grep-regexp-alist): Simplify regexp and add `binary' case.
12135 (grep-mode): New mode.
12136 (grep-process-setup): Simplify.
12137
f6a20b2c
JR
121382004-03-11 Jason Rumney <jasonr@gnu.org>
12139
12140 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
12141 letters on DOS/Windows.
12142
61042632
SM
121432004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * server.el (server-name): New var.
12146 (server-socket-dir): New var to replace server-socket-name.
12147 (server-start): Use them.
12148
2ceed428
SJ
121492004-03-11 Simon Josefsson <jas@extundo.com>
12150
12151 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
12152 died to avoid infloop. Reported by Jonathan Glauner
12153 <jglauner@sbum.org>.
12154
61042632
SM
121552004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12156
12157 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
12158 (smerge-mode-menu): Use it to deactivate menu entries.
12159 (smerge-keep-current): New fun.
12160 (smerge-keep-current): Use it.
12161
d544d2ca
JPW
121622004-03-10 John Paul Wallington <jpw@gnu.org>
12163
61042632 12164 * foldout.el (foldout-fold-list, foldout-modeline-string):
d544d2ca
JPW
12165 Declare them as variables, not constants.
12166
197d4ebc
VJL
121672004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12168
12169 * ps-print.el: Modification to print *Messages* buffer.
12170 (ps-print-version): New version 6.6.4.
12171 (ps-message-log-max): New fun.
12172 (ps-spool-without-faces, ps-spool-with-faces)
12173 (ps-count-lines-preprint): Code fix.
12174
1f5a8e4a
VJL
12175 * printing.el: New tips in Tips section.
12176
739ce395
VJL
121772004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12178
12179 * delim-col.el: Doc fix.
12180
12181 * printing.el: Doc fix. New doc section (Tips).
12182
2c8155f7
SM
121832004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
12184
12185 * type-break.el (type-break-emacs-variant): Remove.
12186 (type-break-run-at-time, type-break-cancel-function-timers):
12187 Use fboundp rather than version name and number.
12188
4f918f60
MY
121892004-03-09 Masatake YAMATO <jet@gyve.org>
12190
2c8155f7 12191 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4f918f60
MY
12192 `make-variable-buffer-local'.
12193
1a9c959b
MA
121942004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
12195
12196 * find-dired.el (find-dired): Call `shell-command' instead of
12197 `start-process-shell-command'. By this, Tramp takes over
12198 handling of remote directories.
12199
5895f7fd
SM
122002004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
12201
0820b1f6
SM
12202 * newcomment.el (comment-use-global-state): New var.
12203 (comment-search-forward): Use it.
12204
12205 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
12206
5895f7fd
SM
12207 * cus-edit.el (fill) <defgroup>: Move to fill.el.
12208
12209 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
12210 (enable-kinsoku): Make it a defcustom.
12211 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
12212 paragraph to same-comment-start-marker.
12213
651f4d9f
EZ
122142004-03-07 Dave Love <fx@gnu.org>
12215
12216 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
12217 (browse-url-mail): Use it.
12218
5895f7fd 12219 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
651f4d9f
EZ
12220 (rfc2368-unhexify-string): Use replace-regexp-in-string.
12221
372713e6
EZ
122222004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
12223
12224 * woman.el (woman-man.conf-path): Doc fix.
12225 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
12226
a6eeaa81 122272004-03-07 Eli Zaretskii <eliz@gnu.org>
263d3d5d
EZ
12228
12229 * sort.el (sort-columns): Remove ms-dos from the list of systems
12230 where the external `sort' command is not used.
12231
d90ee664
KS
122322004-03-07 Kim F. Storm <storm@cua.dk>
12233
12234 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
12235 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
12236 from overlay-arrow-variable-list.
5895f7fd 12237 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
d90ee664 12238
0d3cb997
NR
122392004-03-06 Nick Roberts <nick@nick.uklinux.net>
12240
12241 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
12242 overlay arrow string properly for the assembler buffer.
12243
5895f7fd
SM
122442004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12245
12246 * mail/sendmail.el (mail-mode): Fix last change.
12247
06884a35
NR
122482004-03-05 Nick Roberts <nick@nick.uklinux.net>
12249
12250 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
12251 for the assembler buffer.
12252 (gdb-assembler-custom): Position the overlay arrow.
12253 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
12254
032cbf90
SM
122552004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
12256
5895f7fd
SM
12257 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
12258
12259 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
12260 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
12261
032cbf90
SM
12262 * mail/sendmail.el (mail-mode): Set comment-start-skip.
12263
12264 * newcomment.el (uncomment-region): Allow non-terminated comment.
12265 (comment-normalize-vars): Check the user-specified comstart marker.
12266
2e8d40a1
RS
122672004-03-04 Jesper Harder <harder@ifa.au.dk>
12268
12269 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
12270 Otherwise, do use it if the region only contains font-lock text
12271 properties.
12272
01ff9136
MY
122732004-03-04 Masatake YAMATO <jet@gyve.org>
12274
12275 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
12276 as the callback function for eldoc.
12277 (hexl-print-current-point-info): New function.
032cbf90 12278 (hexl-current-address): Print the address in both decimal
01ff9136
MY
12279 and hexadecimal format.
12280
04a6e76b
RS
122812004-03-04 Richard M. Stallman <rms@gnu.org>
12282
12283 * mail/rmail.el (rmail-convert-to-babyl-format):
12284 Specify t for UNIBYTE when calling mail-unquote-printable-region.
12285
12286 * mail/mail-utils.el (mail-unquote-printable-region):
12287 New arg UNIBYTE.
12288
12289 * startup.el (command-switch-alist): Doc fix.
12290
12291 * simple.el (undo): Temporarily set this-command to `undo-start',
12292 then set it to `undo' once undo-start returns without error.
12293
12294 * simple.el (minibuffer-history-sexp-flag): Doc fix.
12295
12296 * simple.el (kill-line): Don't disregard trailing whitespace
12297 in eol condition, if show-trailing-whitespace is set.
12298
12299 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
12300 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
12301 When disabling, restore old values only if mouse-sel-has-been-enabled.
12302
12303 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
12304 (isearch-{-char): New function.
12305 (isearch-mode-map): Bind { to isearch-{-char.
12306
12307 * font-lock.el (lisp-font-lock-keywords-2):
12308 Turn off the CL with-... and do-... general patterns.
12309 Instead, recognize several specific with... and do... constructs.
032cbf90
SM
12310
12311 * files.el (switch-to-buffer-other-window):
12312 Bind same-window-buffer-names and same-window-regexps to nil.
04a6e76b 12313 (switch-to-buffer-other-frame): Likewise.
032cbf90 12314
5a7139ee
SM
123152004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
12318 recognizing leading comment on code line.
12319
5895f7fd
SM
123202004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
12321
12322 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
12323 hidden files/directories.
12324
5a7139ee
SM
123252004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
12326
12327 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
12328 only comment-start (in case the mode hasn't set it).
12329
12330 * Makefile.in (AUTOGENEL): New var.
12331 (bootstrap-prepare): Rename from bootstrap-clean.
12332 Don't remove elc files.
12333 (maintainer-clean): New target.
12334
12335 * xml.el (xml-get-attribute-or-nil): Simplify.
12336
5fe61ed2
JL
123372004-03-02 Juri Linkov <juri@jurta.org>
12338
12339 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
12340 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
12341 URL to prevent their substitution with the environment variable
12342 values by browsers.
12343
71efd3c4
VJL
123442004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12345
12346 * ps-print.el: Doc fix.
12347 (ps-print-version): New version number (6.6.3).
12348 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
12349 Docstring fix.
12350 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
12351 before printing.
12352 (ps-time-stamp-yyyy-mm-dd): New fun.
12353 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
12354
d24bc50f
KS
123552004-03-02 Kim F. Storm <storm@cua.dk>
12356
12357 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
12358
05f1c4ec
JB
123592004-03-01 Juanma Barranquero <lektu@terra.es>
12360
45435c0e
JB
12361 * allout.el (allout-rebullet-heading): Fix typo in docstring.
12362
05f1c4ec
JB
12363 * desktop.el (desktop-file-version)
12364 (desktop-after-read-hook): Fix typos.
12365 (desktop-clear-preserve-buffers): Remove redundant info in
12366 docstring already shown by the obsolescence message.
12367 (desktop-truncate, desktop-internal-v2s)
d8d95bc7 12368 (desktop-value-to-string): Change argument name to match docstring.
05f1c4ec
JB
12369
12370 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
12371
12372 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
12373 docstring.
12374
acc037ba
VJL
123752004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12376
b8d955f4
VJL
12377 * printing.el: Replace "As Is..." in PostScript file print/preview by
12378 "No Preprocessing...". Suggested by Colin Marquardt
cd930256 12379 <_marquardt_@zmd.de>.
b8d955f4 12380 (pr-insert-section-4): Adjust buffer interface.
acc037ba 12381
5ec2cc41 123822004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9e6e8d1a 12383
5ec2cc41
KG
12384 Version 2.0.39 of Tramp released.
12385
12386 * net/tramp.el (tramp-handle-file-local-copy)
d8d95bc7
SM
12387 (tramp-handle-write-region, tramp-open-connection-rsh):
12388 Variable name typo. Small change. From Patrick Tullmann
5ec2cc41
KG
12389 <tullmann@flux.utah.edu>.
12390 (tramp-process-connection-type): New variable.
12391 (tramp-maybe-open-connection): Use it.
d8d95bc7 12392 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5ec2cc41 12393 (tramp-touch): Set last-modified time of a remote file.
d8d95bc7 12394 (tramp-handle-write-region): Say which function is used when encoding.
5ec2cc41 12395
5ec2cc41
KG
123962004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
12397
12398 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
12399 case of non-existing filename, too. Reported by Christoph Bauer
12400 <c_bauer@informatik.uni-kl.de>.
12401 (tramp-smb-get-file-entries): The directory in question should
12402 have permissions "drwxrwxrwx". Just virtual, because we don't
12403 know the real permissions. Don't we know?
12404 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
12405 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
12406 (tramp-smb-wait-for-output): Optimize algorithm getting pending
12407 output. If it was received chunkwise, there have been problems.
12408 Remove the "prompt not found" error message; it is obvious.
12409 Simplify algorithm.
d8d95bc7 12410 (tramp-smb-process-running): Remove. Since we acknowledge the
5ec2cc41
KG
12411 virtual prompt for shares, there's no need for distinction of
12412 reading shares (process ends afterwards) and interactive mode of
12413 smblient.
12414 (tramp-smb-open-connection): Setting process sentinel removed.
12415 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
12416 "NT_STATUS_NETWORK_ACCESS_DENIED".
12417 (tramp-smb-maybe-open-connection): Set `process-connection-type'
12418 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
12419 (top-level): Setting default value in `tramp-default-method-alist'
d8d95bc7 12420 corrected. Order of USER and HOST have been wrong.
d08c4c28 12421 Nobody complained for months ...
d8d95bc7
SM
12422 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
12423 (tramp-smb-open-connection): Clear password cache if login has failed.
12424
12425 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5ec2cc41
KG
12426 `tramp-unified-filenames'.
12427 (tramp-completion-mode): Make test for XEmacs explicitely.
d8d95bc7
SM
12428 `event-to-character' can exists in Emacs packages too.
12429 Reported by Matt Swift <swift@alum.mit.edu>.
5ec2cc41
KG
12430 (tramp-buffer-name): Buffer name must contain the user if exists.
12431 Reported by Adrian Phillips <a.phillips@met.no>.
d8d95bc7
SM
12432 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
12433 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
12434 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5ec2cc41
KG
12435 `tramp-do-copy-or-rename-file-one-local', because it handles also
12436 the case both files use the same out-of-band method.
12437 Implementation added.
12438 (tramp-handle-file-local-copy, tramp-handle-write-region):
12439 Out-of-band handling removed. `copy-file' called instead, which
12440 calls `tramp-do-copy-or-rename-file-out-of-band'.
12441 (tramp-action-password): Check for out-of-band method removed.
12442 This function is used for 'login-program.
12443 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
12444 appropriate.
12445 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
12446 and `tramp-parse-sknownhosts'.
12447 (tramp-completion-function-alist): It's a defvar now, because we
12448 want to apply the optimized `tramp-set-completion-function'
12449 instead of a static list.
d8d95bc7
SM
12450 (tramp-set-completion-function): Implementation tuned.
12451 Avoid double entries, and entries where the function or the
5ec2cc41
KG
12452 file/directory doesn't exist.
12453 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
12454 for SSH2.
12455 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
12456 (tramp-handle-dired-compress-file): New function.
12457 (tramp-async-proc): New variable.
d8d95bc7
SM
12458 (tramp-handle-shell-command): Adding asynchronous processes.
12459 They are far from being perfect, but it works at least for
bf247b6e 12460 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
5ec2cc41
KG
12461 (top-level): Require password.el if visible. Should be mandatory
12462 once No Gnus has found its way into (X)Emacs.
12463 (tramp-read-passwd): Invoke `password-read' if available,
a568a2cc 12464 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5ec2cc41
KG
12465 fallback any longer.
12466 (tramp-clear-passwd): New function.
d8d95bc7
SM
12467 (tramp-process-actions, tramp-process-multi-actions):
12468 Clear password cache if login has failed.
5ec2cc41
KG
12469
12470 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
12471 its own module.
12472 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
12473 `ange-ftp-ftp-name-res'. There could be incorrect values from
12474 previous calls in case the "ftp" method is used in the Tramp file
12475 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12476
ab6d47ea
RS
124772004-02-28 Richard M. Stallman <rms@gnu.org>
12478
12479 * term.el (term-mouse-paste): Call mouse-set-point.
12480
12481 * thumbs.el: New file.
12482
06c97a04
VJL
124832004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12484
9d59cbb0 12485 * progmodes/ebnf-abn.el: Doc fix.
06c97a04 12486
9d59cbb0 12487 * progmodes/ebnf-bnf.el: Doc fix.
7fd08a0a
VJL
12488 (ebnf-repeat): Code fix.
12489
9d59cbb0 12490 * progmodes/ebnf2ps.el: Doc fix.
cd0f9f85 12491 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
97818b07 12492
c0bf9913
JL
124932004-02-28 Juri Linkov <juri@jurta.org>
12494
12495 * ffap.el (dired-at-point): Additional writability test for
12496 relative directory names.
12497 (dired-at-point-prompter): Treat directories as a directory, get
12498 the directory component from files.
d8d95bc7 12499 (ffap-string-at-point): Return string from region if region is active.
c0bf9913
JL
12500 (ffap-file-at-point): Remove redundant code.
12501
ec03e8b3
KS
125022004-02-28 Kim F. Storm <storm@cua.dk>
12503
28eba01f 12504 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
ec03e8b3
KS
12505 Initialize margin area images to nil.
12506 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
12507 (breakpoint-enabled-bitmap-face)
12508 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
12509 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
12510 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
12511 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
12512 (gdb-reset): Use gdb-remove-breakpoint-icons.
12513 (gdb-put-string): Add dprop arg to specify alternative display
12514 property (for setting fringe bitmap).
12515 (gdb-remove-strings): Doc fix.
12516 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
12517 icon in fringe (if available), or else as icon or text in display
12518 margin. Creates necessary icons in breakpoint-bitmap,
d8d95bc7
SM
12519 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
12520 Also make left window margin if required.
ec03e8b3
KS
12521 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
12522 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
12523 no longer needed.
12524 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
12525 gdb-put-breakpoint-icon.
12526 (gdb-assembler-mode): Don't set left-margin-width here.
12527
9022d421
EZ
125282004-02-27 Kevin Ryde <user42@zip.com.au>
12529
12530 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
d8d95bc7 12531 comma, so that it DTRT in macros.
9022d421 12532
5d18b953
EZ
125332004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
12534
12535 * progmodes/sh-script.el (sh-shell-arg)
12536 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
12537 (sh-leading-keywords, sh-other-keywords): Fix custom type.
12538
328419c1
EZ
125392004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
12540
28eba01f
JB
12541 * faces.el (face-spec-set-match-display): Add a new attribute,
12542 `min-colors'.
9e6e8d1a 12543 (region, highlight, secondary-selection): Use `min-colors'.
328419c1
EZ
12544
12545 * custom.el (defface): Add documentation for `min-colors'.
12546
12547 * font-lock.el (font-lock-comment-face, font-lock-string-face)
12548 (font-lock-keyword-face, font-lock-function-name-face)
d8d95bc7
SM
12549 (font-lock-variable-name-face, font-lock-constant-face):
12550 Use `min-colors'.
328419c1 12551
d8d95bc7 12552 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
328419c1 12553
ea946fcc
VJL
125542004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12555
9d59cbb0
VJL
12556 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
12557 define assq-delete-all if it's not defined.
ea946fcc
VJL
12558 (ebnf-generate-region): Code fix.
12559
449cba44
VJL
12560 * printing.el: Doc fix.
12561 (pr-version): New version number (6.7.2).
12562 (pr-command): Return empty string if command is an empty string.
12563
ac4780a1
VJL
125642004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12565
9d59cbb0 12566 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
ac4780a1 12567
9d59cbb0
VJL
12568 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
12569 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
12570 semi-down-full. Fix a bug on productions like test = {"test"}* | (
12571 "tt" ["test"] ). Reported by Markus Dreyer
12572 <mdreyer@ix.urz.uni-heidelberg.de>.
ac4780a1
VJL
12573 (ebnf-version): New version number (4.0).
12574 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
12575 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
12576 (ebnf-delete-style): New commands.
12577 (ebnf-directory, ebnf-file): New funs.
12578 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
12579 (ebnf-production-name-p, ebnf-stop-on-error): New options.
12580 (ebnf-syntax-alist): New var.
12581 (ebnf-element-width): New fun replacing ebnf-list-width.
12582 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
12583 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
12584 (ebnf-prologue): Adjust vars.
12585 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
12586 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
12587 (ebnf-check-style-values, ebnf-generate-production)
12588 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
12589 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
12590 (ebnf-token-repeat): Code fix.
12591
9d59cbb0
VJL
12592 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
12593 %right, %left and %prec. Suggested by Matthew K. Junker
12594 <junker@alum.mit.edu>.
ac4780a1
VJL
12595 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
12596
9d59cbb0 12597 * progmodes/ebnf-iso.el: Doc fix.
ac4780a1
VJL
12598 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
12599 (ebnf-iso-lex): Code fix.
12600
9d59cbb0 12601 * progmodes/ebnf-bnf.el: Doc fix.
ac4780a1
VJL
12602 (ebnf-bnf-lex): Code fix.
12603
9d59cbb0 12604 * progmodes/ebnf-otz.el: Doc fix.
ac4780a1 12605
92f5fba2
LT
126062004-02-23 Luc Teirlinck <teirllm@auburn.edu>
12607
12608 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
12609 (abbrev-prefix-mark): Doc fix.
12610
baf92c0d
NR
126112004-02-23 Nick Roberts <nick@nick.uklinux.net>
12612
12613 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
12614 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
12615 (gdb-var-delete): Make interactive (really).
12616 (gdb-edit-value): Make non-interactive.
12617
d8d95bc7
SM
12618 * progmodes/gud.el (gud-speedbar-menu-items):
12619 Add gdb-var-delete and, indirectly, gdb-edit-value.
12620 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
baf92c0d
NR
12621 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
12622 (gud-gdb-marker-filter): Add comment for annotations.
12623
4c635ea3
GM
126242004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12625
12626 * calendar/calendar.el (generate-calendar)
12627 (calendar-read-date): Prevent display of BC calendars once more -
12628 reverts 2003-10-01 change.
12629 (generate-calendar-month): Doc fix.
12630
126312004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12632
12633 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
12634 return value of increment-calendar-month.
12635
4effffca
EZ
126362004-02-21 Stephen Compall <s11@member.fsf.org>
12637
12638 * saveplace.el (save-place-forget-unreadable-files)
d8d95bc7 12639 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4effffca
EZ
12640 (save-place-forget-unreadable-files): New function.
12641 (save-place-alist-to-file): Use it to filter out files that are
12642 no longer readable.
235de372
EZ
12643
12644 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
12645 current Texinfo environment, using the same method as in
12646 `texinfo-insert-@end', and insert a space rather than a newline if
12647 point in a @table environment.
12648
7e1626fb
EZ
126492004-02-21 Juri Linkov <juri@jurta.org>
12650
12651 * ffap.el (ffap-file-at-point): Try parent directories.
12652
69e82404
EZ
126532004-02-21 Klaus Zeitler <kzeitler@lucent.com>
12654
12655 * vcursor.el (vcursor-modifiers): New defcustom.
12656 (vcursor-cs-binding): Use vcursor-modifiers instead of a
12657 hard-coded list.
12658
8bcfd13b
EZ
126592004-02-21 Masatake YAMATO <jet@gyve.org>
12660
12661 * play/animate.el (animate-birthday-present): Accept names other
12662 than `Sarah', too.
12663
32e51983
EZ
126642004-02-21 Juri Linkov <juri@jurta.org>
12665
12666 * startup.el: Remove table of command line arguments from the
12667 Commentary section.
12668
36b0f52b
JW
126692004-02-20 John Wiegley <johnw@newartisans.com>
12670
d8d95bc7 12671 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
36b0f52b
JW
12672 again" modifier from 'e' to 'E', since 'e' is also used by the
12673 "file extension" modifier.
12674
923c1e6f
LT
126752004-02-19 Luc Teirlinck <teirllm@auburn.edu>
12676
12677 * help-fns.el (describe-categories): Doc fix.
12678
6d2986fb
MK
126792003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12680
12681 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12682 temporary file for buffer already visiting one. This change makes
12683 output likely to be directly usable by patch program.
12684 Suggested by Adrian Aichner <adrian@xemacs.org>
923c1e6f 12685
5223afda
NR
126862004-02-20 Nick Roberts <nick@nick.uklinux.net>
12687
12688 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
12689 case of variables defined in compound statements.
d8d95bc7
SM
12690 (gdb-setup-windows, gdb-source-info, gdb-source-info):
12691 Simplify constructions using switch-to-buffer.
5223afda 12692
507c5deb
SJ
126932004-02-19 Simon Josefsson <jas@extundo.com>
12694
12695 * play/morse.el: Fix typo.
12696 (morse-code): Add @.
12697
e306dc9f
GM
126982004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12699
12700 * calendar/appt.el (appt-display-format): Change default to
28eba01f 12701 'ignore, for backwards compatibility.
e306dc9f
GM
12702 (appt-display-message): If appt-display-format is 'ignore,
12703 respect old vars appt-msg-window and appt-visible.
12704 (appt-activate): Don't depend on return value of cancel-timer.
12705
12706 * calendar/calendar.el (calendar-holidays): Doc fix.
12707
b15aa9f9
SM
12708 * calendar/cal-coptic.el (coptic-prompt-for-date):
12709 Use assoc-string instead of assoc-ignore-case.
e306dc9f
GM
12710 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
12711 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
12712 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
12713 * calendar/cal-islam.el (calendar-goto-islamic-date)
12714 (mark-islamic-diary-entries): Ditto.
12715 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
12716 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
12717 (calendar-read-mayan-tzolkin-date): Ditto.
12718 * calendar/calendar.el (calendar-read-date): Ditto.
12719 * calendar/diary-lib.el (mark-diary-entries): Ditto.
12720
c6190ba0
MR
127212004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
12722
b15aa9f9
SM
12723 * progmodes/executable.el (executable-command-find-posix-p):
12724 Fix choice of the directory.
c6190ba0 12725
8e5d85ff
LT
127262004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12727
12728 * simple.el (interprogram-cut-function)
12729 (interprogram-paste-function, kill-new, kill-append):
12730 Doc fixes.
12731 (kill-region): Make it return nil. Doc fix.
12732 (yank-pop): Make its argument optional.
12733 (yank): Make ARG `-' equivalent to `-1'.
12734
a6eeaa81 127352004-02-17 Eli Zaretskii <eliz@gnu.org>
ac84042c
EZ
12736
12737 * mail/rmail.el (rmail-get-new-mail): Don't reference
12738 rmail-use-spam-filter if rmail-spam-filter is not loaded.
12739
8a9825f7
LT
127402004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12741
12742 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
12743 if one of global-auto-revert-non-file-buffers or autorevert-mode
12744 is non-nil.
12745
a6eeaa81 127462004-02-16 Eli Zaretskii <eliz@gnu.org>
4e039f3f
EZ
12747
12748 * subr.el (delete-dups): A better implementation from Karl Heuer
12749 <kwzh@gnu.org>.
12750
279dffd6
EZ
127512004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12752
12753 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
43e48bda
LT
12754 correct place.
12755 * progmodes/icon.el (icon-indent-command): Ditto.
279dffd6
EZ
12756 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
12757
a6eeaa81 127582004-02-16 Eli Zaretskii <eliz@gnu.org>
8c094106
EZ
12759
12760 * progmodes/grep.el (grep-compute-defaults): Undo change from
12761 2004-01-29: don't use executable-command-find-posix-p.
12762
c33b76da
EZ
127632004-02-16 Richard Sharman <rsharman@pobox.com>
12764
12765 * hilit-chg.el: Use require instead of eval-and-compile.
12766 (highlight-compare-buffers): New function.
12767
1c0ecbc4
EZ
127682004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
12769
12770 * man.el (Man-fontify-manpage): Render section headings in
12771 `Man-overstrike-face' even when overstrike was not used by man
12772 formatter for section headings.
12773
88fcbeaa
EZ
127742004-02-16 Eli Tziperman <eli@deas.harvard.edu>
12775
12776 * rmail-spam-filter.el: (vm-use-spam-filter)
12777 (rsf-min-region-length-added-to-spam-list): New variables.
b15aa9f9 12778 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
d8d95bc7 12779 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
88fcbeaa
EZ
12780 spam testing. Don't delete spam message if automatic deletion
12781 after output via variable rmail-delete-after-output is turned on.
b15aa9f9 12782 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
88fcbeaa
EZ
12783 rsf-bbdb-dont-create-entries-for-spam.
12784 (check-field): New function, extracted from code in
d08c4c28 12785 rmail-spam-filter to ease addition of header fields like content-type.
88fcbeaa
EZ
12786 (message-content-type): New variable to check the content-type:
12787 field added, also in defcustom of rsf-definitions-alist.
12788 (rmail-spam-filter): Replace repeated test code for header fields
12789 by calls to check-field; change the call to
12790 rmail-output-to-rmail-file such that rmail-current-message stays
b15aa9f9 12791 the same to avoid wrong deletion of unseen flags.
88fcbeaa
EZ
12792 (rsf-add-contents-type): New function to convert old format
12793 of rmail-spam-definitions-alist into new one.
b15aa9f9 12794 Change prefixes of all variables and functions from
88fcbeaa
EZ
12795 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
12796
a6eeaa81 127972004-02-16 Eli Zaretskii <eliz@gnu.org>
dffc4dfc
EZ
12798
12799 * loadhist.el (unload-hook-features-list): New defvar.
12800
0ca9aa8f
EZ
128012004-02-16 Dave Love <fx@gnu.org>
12802
12803 * loadhist.el (unload-feature): Doc fix. Rename flist to
12804 unload-hook-features-list.
12805
28eba01f 128062004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7b5368c1
EZ
12807
12808 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
12809 cookie. Don't check if we are looking-at open-formula.
12810
ca4bc494
EZ
128112004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12812
12813 * subr.el (match-string-no-properties): Use substring-no-properties.
12814
a6eeaa81 128152004-02-16 Eli Zaretskii <eliz@gnu.org>
740b7c2d
EZ
12816
12817 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
b15aa9f9
SM
12818 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
12819 Use lower-case "rx" in all error message.
740b7c2d
EZ
12820
128212004-02-16 Dave Love <fx@gnu.org>
12822
12823 * emacs-lisp/rx.el (rx-or): Put group around result.
12824 (rx-constituents): Add backref.
12825 (rx-syntax): Add string-delimiter, comment-delimiter.
12826 (rx-categories): Add combining-diacritic.
12827 (rx-check-not, rx-greedy, rx): Doc fix.
12828 (rx-backref, rx-check-backref): New.
12829
065b7364
EZ
128302004-02-16 Jesper Harder <harder@ifa.au.dk>
12831
12832 * newcomment.el (uncomment-region): Allow eob as comment end.
12833
0eee131e 128342004-02-16 Jari Aalto <jari.aalto@poboxes.com>
bbc66b08
EZ
12835
12836 * filecache.el: All message and error commands now use prefix
12837 "Filecache:" to make it easy to read *Messages* buffer.
12838
fb94f75f
EZ
128392004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12840
d08c4c28
SM
12841 * autorevert.el: Add support to detect changed dired and VC buffers.
12842 (auto-revert-active-p, auto-revert-list-diff)
fb94f75f
EZ
12843 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
12844 (auto-revert-handler, auto-revert-active-p): New functions.
b15aa9f9 12845 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
fb94f75f 12846 and `auto-revert-active-p'.
4e664f62
EZ
12847 (eval-when-compile): Defvar dired-directory and vc-mode.
12848 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12849 (auto-revert-handler-vc): New functions.
fb94f75f 12850
ebb8cb68
EZ
128512004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
12852
12853 * progmodes/compile.el (compilation-directory): New defvar.
12854 (compile): Save current directory in compilation-directory.
12855 (recompile): Bind default-directory to compilation-directory if
12856 that is non-nil.
12857
062a9fce
EZ
128582004-02-16 Dave Love <fx@gnu.org>
12859
8a9825f7 12860 * newcomment.el (comment-insert-comment-function)
a71b3805
EZ
12861 (comment-region-function, uncomment-region-function): New.
12862 (comment-indent): Use comment-insert-comment-function.
12863 (uncomment-region): Use uncomment-region-function.
12864 (comment-region): Use comment-region-function.
12865
062a9fce
EZ
12866 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
12867
f800daf6
EZ
128682004-02-16 Richard Stallman <rms@gnu.org>
12869
12870 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
12871 loaddefs* and ldefs-boot*.
12872
a6eeaa81 128732004-02-16 Eli Zaretskii <eliz@gnu.org>
ca06718d
EZ
12874
12875 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
12876 and email address at the beginning and end of the address.
12877
12878 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
12879 anchored at the beginning of the email address.
12880
f92f5e37
KH
128812004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
12882
12883 * international/ccl.el (ccl-compile-write): Pass `left' to
12884 ccl-embed-code to generate correct code of write-expr-register.
12885
4ae8d76c
TTN
128862004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
12887
12888 * progmodes/grep.el (grep-compute-defaults): Fix typos.
12889
49f87d23
JD
128902004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12891
12892 * x-dnd.el: Mention support for Motif in commentary.
12893 (x-dnd-handle-drag-n-drop-event): Ditto.
12894
584b627e
JY
128952004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
12896
783bcffa
SM
12897 * ses.el: Use "ses--" prefixes for buffer-local variables.
12898 Use (point-min) instead of 1, even when we know the buffer
12899 is unnarrowed.
12900 (ses-build-load-map): Delete. Distribute its content to defconst's for
12901 the three maps.
12902 (ses-menu, ses-header-line-menu): New menus.
12903 (ses-mode-map): Use them.
12904 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
584b627e 12905
84456793
MS
129062004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
12907
b15aa9f9 12908 * Makefile.in: Fix the CC Mode recompile kludge so it works
84456793
MS
12909 when building in a different directory.
12910
7e46b7bf
LT
129112004-02-13 Luc Teirlinck <teirllm@auburn.edu>
12912
783bcffa
SM
12913 * simple.el (kill-new): Put yank-handler property on the entire string.
12914
b15aa9f9
SM
129152004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * diff.el: Don't use compile any more, use diff-mode instead.
12918 (diff-regexp-alist, diff-old-file, diff-new-file)
12919 (diff-parse-differences, diff-process-setup): Remove.
12920 (diff-sentinel): New fun.
12921 (diff): Use it. Run the process ourselves.
12922 Use diff-mode for the rest of the processing.
12923
12924 * diff.el (diff): Simplify code handling `switch'.
12925
783bcffa
SM
129262004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12927
12928 * pcvs-defs.el (cvs-menu): Add `tag'.
7e46b7bf 12929
6827d730
LT
129302004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12931
fb2dcf04
LT
12932 * simple.el (kill-append): Doc fix.
12933
783bcffa
SM
12934 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12935 Adapt outline-regexp to the new conventions for commenting out code.
6827d730 12936
1cdb6ab4
JPW
129372004-02-11 John Paul Wallington <jpw@gnu.org>
12938
12939 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
12940
4c11f6a8
SM
129412004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12942
12943 * diff.el (diff-switches): New fun.
12944 (diff, diff-backup): Use it.
12945 (diff): Clean up the args construction. Use backquote.
12946 Use listp instead of consp to avoid putting a nil arg.
d8d95bc7 12947 (diff): Add a revert-buffer function.
4c11f6a8 12948
b9aafad5
JD
129492004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12950
12951 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
d08c4c28 12952 handled by x-dnd-handle-file-name.
b9aafad5
JD
12953 (x-dnd-known-types): Add COMPOUND_TEXT.
12954 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
12955 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
12956 x-dnd-empty-state.
12957 (x-dnd-forget-drop): Ditto.
12958 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
12959 (x-dnd-handle-one-url): Return private when inserting text.
12960 (x-dnd-insert-ctext): New function.
12961 (x-dnd-handle-file-name): New function for FILE_NAME.
12962 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
12963 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
12964 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
12965
3638f0e0
KH
129662004-02-10 Kenichi Handa <handa@m17n.org>
12967
12968 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
12969 instead of while loop.
12970
4d449b11
MB
129712004-02-10 Miles Bader <miles@gnu.org>
12972
12973 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
12974
f73145c1
KH
129752004-02-09 Kenichi Handa <handa@m17n.org>
12976
12977 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
12978 have end-of-line.
12979
7fefaee7
MS
129802004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
12981
12982 * Makefile.in: Added extra dependencies in the recompile target
12983 needed to cope with the compile time macro expansions in CC Mode.
12984
82722af3
KS
129852004-02-09 Kim F. Storm <storm@cua.dk>
12986
12987 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
12988 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
12989 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
12990 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
12991 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
12992 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
12993 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
12994 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
12995 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
12996 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
12997 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
fc4d69e1
SM
12998
129992004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13000
13001 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
13002 Don't allow shrink if there's a window on our right.
13003
13004 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
13005 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
13006 Bring together declaration and initialization.
13007 (prolog-mode-variables): Don't set the syntax table.
13008 Don't set paragraph-start and comment-indent-function.
13009 Add /*..*/ to the comment regexps.
13010 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
13011 (prolog-mode-map): Don't bind TAB.
13012 (prolog-mode): Set the syntax table.
13013 (prolog-comment-indent): Remove.
13014 (inferior-prolog-mode-map): Initialize in the declaration.
13015 (inferior-prolog-mode-syntax-table)
13016 (inferior-prolog-mode-abbrev-table): New vars.
13017 (inferior-prolog-mode): Derive from comint-mode.
13018 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
13019 minibuffer windows.
13020
13021 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
13022 in file names, as long as it is unabmiguous.
13023
e1dc18db
AS
130242004-02-08 Andreas Schwab <schwab@suse.de>
13025
13026 * textmodes/reftex-toc.el
13027 (reftex-toc-load-all-files-for-promotion): Remove useless use of
13028 format. Doc fix.
13029
13030 * textmodes/refer.el (refer-find-entry-internal): Remove extra
13031 format string arguments.
13032
13033 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
13034 string argument.
13035
fc4d69e1 13036 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
e1dc18db
AS
13037
13038 * play/zone.el (zone-call): Fix format string.
13039
fc4d69e1 13040 * net/webjump.el (webjump-builtin): Add missing format string argument.
e1dc18db 13041
fc4d69e1 13042 * midnight.el (midnight-delay-set): Remove extra format string argument.
e1dc18db 13043
fc4d69e1 13044 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
e1dc18db
AS
13045
13046 * hexl.el (hexl-insert-char): Add missing format string argument.
13047
13048 * format.el (format-decode): Fix format string.
13049
13050 * emulation/vi.el (vi-mode): Remove extra format string argument.
13051 (vi-repeat-last-search): Likewise.
13052 (vi-reverse-last-search): Likewise.
13053 (vi-goto-mark): Likewise.
13054 (vi-reverse-last-find-char): Likewise.
13055 (vi-repeat-last-find-char): Likewise.
13056 (vi-locate-def): Likewise.
13057
fc4d69e1 13058 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
e1dc18db
AS
13059
13060 * ediff-util.el (ediff-toggle-read-only): Remove extra format
13061 string argument.
13062 (ediff-toggle-regexp-match): Likewise.
13063
13064 * dired-aux.el (dired-do-query-replace-regexp): Add missing
13065 format string argument.
13066
13067 * calc/calc-map.el (calc-get-operator): Remove extra format
13068 string argument.
13069
13070 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
13071
13072 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
13073 string argument.
13074
13075 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
13076
fc4d69e1 13077 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
e1dc18db 13078
fc4d69e1 13079 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
e1dc18db 13080
fc4d69e1 13081 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
e1dc18db
AS
13082 (cl-struct-setf-expander): Likewise.
13083
13084 * vc.el (with-vc-file): Fix unsafe uses of error.
13085 (vc-cancel-version): Likewise.
13086
c35391d1
NR
130872004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
13088
13089 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
13090 thousands separator; fixes <class>:<line-number> regexp for
13091 non-english locales.
13092
ea855511
AS
130932004-02-08 Andreas Schwab <schwab@suse.de>
13094
13095 * view.el (view-mode-enable): Revert previous change.
13096
7fdd1f62
KS
130972004-02-07 Kim F. Storm <storm@cua.dk>
13098
13099 * simple.el (line-number-at-pos): Rename from line-at-pos.
13100 Uses changed (what-line and vc-annotate-warp-version).
13101
783bcffa
SM
131022004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13103
13104 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
13105 (diff-mode): Remove aborted attempt at support for compile.el.
13106 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
13107
daa3ea8d
AS
131082004-02-06 Andreas Schwab <schwab@suse.de>
13109
13110 * view.el (view-mode-enable): Add view-mode-map to
13111 minor-mode-overriding-map-alist.
13112
14ca8854
JD
131132004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13114
13115 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
13116
d1345427
SM
131172004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
13118
13119 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
13120 with point inside rather than after the paragraph.
13121
dbfa9ed4
SS
131222004-02-04 Sam Steingold <sds@gnu.org>
13123
13124 * mail/smtpmail.el (smtpmail-try-auth-methods):
13125 Do not try authentication when no mechanism is available.
13126 Pass port-name as defaultport to `netrc-machine'.
13127
12ad758a
SE
131282004-02-04 Stephen Eglen <stephen@gnu.org>
13129
13130 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
13131 to show how minibuffer height can be constrained.
13132
21575d92
JPW
131332004-02-04 John Paul Wallington <jpw@gnu.org>
13134
13135 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
13136
133aad74
JD
131372004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13138
13139 * x-dnd.el: New file for drag and drop.
13140
13141 * term/x-win.el: require x-dnd, set after-make-frame-functions
13142 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
13143 drag-n-drop event.
13144
13145 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
13146 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
13147 (dired-dnd-handle-file): New functions for drag and drop support.
13148 (dired-mode): Initialize drag and drop if x-dnd present.
13149
d1345427
SM
131502004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13151
13152 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
13153 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
13154 (cperl-mode): Set fill-paragraph-function.
13155 (cperl-fill-paragraph): Make it non-interactive.
13156
c010ecfa
BR
131572004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
13158
13159 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
13160
0fc8fa73
DK
131612004-02-02 David Kastrup <dak@gnu.org>
13162
13163 * replace.el (perform-replace): Allow 'literal argument in
13164 regexp-flag to indicate literal replacement.
13165 (query-replace-regexp-eval): Use it.
13166
679be517
AS
131672004-02-01 Andreas Schwab <schwab@suse.de>
13168
d1345427 13169 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
679be517 13170
b3a3e4e1
SE
131712004-02-01 Stephen Eglen <stephen@gnu.org>
13172
13173 * info-look.el: Add support for maxima-mode. Update commentary
13174 because info-lookup-symbol is now bound to C-h S.
13175
11178a06
LT
131762004-01-31 Luc Teirlinck <teirllm@auburn.edu>
13177
13178 * simple.el (edit-and-eval-command): Bind print-level and
13179 minibuffer-history-sexp-flag around call to read-from-minibuffer.
13180 Correct initial position in command-history.
13181
eb996101
LT
131822004-01-30 Luc Teirlinck <teirllm@auburn.edu>
13183
13184 * files.el (read-directory-name): Adapt the docstring to recent
13185 change in Fread_file_name.
13186
9e2d29b6
JY
131872004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
13188
13189 * ses.el (ses-print-cell): If print format too wide for column
13190 width, truncate decimal places if that helps to avoid "#####" fill.
13191 * ses.el (ses-initial-column-width): Revert previous change.
13192
cce5462e 131932004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
ab43c850 13194
cce5462e
SM
13195 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
13196 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
13197 Add edebug info.
13198 (jit-lock-mode): Setup/cancel the new timer.
13199 (jit-lock-context-fontify): New fun. Extracted from
13200 context fontification code of jit-lock-stealth-fontify.
13201 (jit-lock-stealth-fontify): Don't do context fontification any more.
ab43c850 13202
cce5462e
SM
13203 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
13204 (jit-lock-fontify-now): Handle the `quit' case.
13205 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
13206
132072004-01-29 Jari Aalto <jari.aalto@poboxes.com>
13208
13209 * progmodes/executable.el (executable-command-find-posix-p):
13210 New. Check if find handles arguments Posix-style.
13211
13212 * progmodes/grep.el (grep-compute-defaults):
ab43c850 13213 Use executable-command-find-posix-p.
cce5462e 13214 (grep-find): Check `grep-find-command'.
ab43c850 13215
cce5462e 13216 * filecache.el (file-cache-find-posix-p): Delete.
ab43c850 13217 (file-cache-add-directory-using-find):
cce5462e 13218 Use `executable-command-find-posix-p'.
ab43c850
RS
13219
132202004-01-29 Dave Love <fx@gnu.org>
13221
13222 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
13223 Iterate the hook function if arg is given.
13224 (mark-defun, narrow-to-defun): Change order of finding the limits.
13225
13226 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
13227 (byte-compile-format-warn): New.
13228 (byte-compile-callargs-warn): Use it.
13229 (Format, message, error): Add byte-compile-format-like property.
13230 (byte-compile-maybe-guarded): New.
13231 (byte-compile-if, byte-compile-cond): Use it.
13232 (byte-compile-lambda): Compile interactive forms,
13233 just to make warnings about them.
13234
100eda14
JY
132352004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
13236
13237 * ses.el (ses-initial-column-width): Increase to 14, so it will
13238 work well with the default printer of "%.7g" for extreme values
13239 like "-1.234567e+07".
13240
3ff05361
KH
132412004-01-29 Kenichi Handa <handa@m17n.org>
13242
13243 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
13244
d57625a0
JR
132452004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
13246
13247 * dos-w32.el: Added support for the `default-printer-name' function.
13248
05e72590
SM
132492004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * server.el (server-socket-name): Don't use the hostname in the
13252 socket name since /tmp is local to the host anyway.
13253
13254 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
13255 robust check of widening and fix var-naming.
13256
f5ea26f8
RS
132572004-01-27 Eli Tziperman <eli@deas.harvard.edu>
13258
13259 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
13260 or rmail-spam- to rsf- in all function and variable names.
13261 (rsf-min-region-to-spam-list): New variable.
05e72590 13262 (rsf-bbdb-auto-delete-spam-entries): Rename from
f5ea26f8
RS
13263 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
13264 scanned together with the recipients field for spam testing; Don't
13265 delete spam message if rmail-delete-after-output is non-nil;
05e72590 13266 (rsf-check-field): New function, extracted from code in
f5ea26f8
RS
13267 rmail-spam-filter to ease addition of header fields like
13268 content-type:;
05e72590 13269 (message-content-type): New variable. The content-type: field was
f5ea26f8
RS
13270 added also in defcustom of rsf-definitions-alist;
13271 (rmail-spam-filter): Replace repeated test code for header fields
13272 by calls to check-field; change the call to
13273 rmail-output-to-rmail-file such that rmail-current-message stays
13274 the same to avoid wrong deletion of unseen flags.
13275 (rmail-use-spam-filter): Add autoload cookie.
13276
05e72590 132772004-01-27 Jari Aalto <jari.aalto@poboxes.com>
f5ea26f8 13278
05e72590
SM
13279 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
13280 (file-cache-add-directory-using-find): Add Cygwin support.
13281 (file-cache-find-command-posix-flag): New user variable.
f5ea26f8 13282
05e72590
SM
13283 * filecache.el (file-cache-add-directory): Check for
13284 directories an remove them from dir-files.
f5ea26f8
RS
13285
132862004-01-27 Richard M. Stallman <rms@gnu.org>
13287
13288 * man.el (Man-fontify-manpage): Clean up message.
13289
f43a0b98
KH
132902004-01-27 Kenichi Handa <handa@m17n.org>
13291
13292 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
13293 (sentence-end): Define using sentence-end-without-space.
13294
05e72590
SM
13295 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
13296 a sentence ends with one of a character in sentence-end-without-space.
f43a0b98 13297
6497a8f8
SM
132982004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
13299
13300 * font-lock.el (font-lock): Add jit-lock as explicit group member.
13301 (jit-lock): Group declaration moved to jit-lock.el.
13302 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
13303 when necessary.
13304
13305 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
13306 (jit-lock-context-unfontify-pos): Rename from
13307 jit-lock-first-unfontify-pos.
13308 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
13309
337c50a5
GM
133102004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
13311
6497a8f8
SM
13312 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
13313 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
337c50a5
GM
13314 (fortran-fill): When filling a string, adjust re-search-backward
13315 argument for special case of string just on fill-column.
13316 When filling non-string, allow one extra char if
6497a8f8
SM
13317 fortran-break-before-delimiters is non-nil.
13318 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
337c50a5
GM
13319 Use fortran-break-delimiters-re and fortran-no-break-re to
13320 correctly handle cases such as "**".
13321
13322 * progmodes/f90.el (f90-break-delimiters): Doc fix.
13323 (f90-no-break-re): Add some extra tokens. Doc fix.
13324
2528f9c4
TTN
133252004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
13326
13327 * mail/rmail-spam-filter.el:
13328 Use two semicolons as Commentary line prefix.
13329 Add ";;; Code:" stylized comment.
13330 Delete end-of-line whitespace.
13331 Wrap (require 'cl) with `eval-when-compile'.
13332
414f7d4e
AS
133332004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
13334
13335 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
13336 at the top level of vc.el.
13337
fe722d76
AS
133382004-01-23 Andre Spiegel <spiegel@gnu.org>
13339
13340 * vc.el (vc-current-line): Function removed. This is now done by
13341 the new function line-at-pos in simple.el.
13342 (vc-annotate-warp-version): Use line-at-pos instead of
13343 vc-current-line.
13344
f076870a
KS
133452004-01-22 Kim F. Storm <storm@cua.dk>
13346
13347 * simple.el (line-at-pos): New defun.
13348 (what-line): Use it. Optimize by only counting lines in narrowed
13349 region once.
13350
6a8b9ce4
KH
133512004-01-22 Kenichi Handa <handa@m17n.org>
13352
6497a8f8
SM
13353 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
13354 point (register r1) only for charset mule-unicode-0100-24ff.
6a8b9ce4 13355
f78d258e
MR
133562004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
13357
13358 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
13359 trailing white space and ensure a final newline.
13360
6497a8f8
SM
13361 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
13362 Add autoload cookie.
f78d258e 13363
3a849027
AS
133642004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
13365
13366 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
13367 activate view-mode explicitly.
13368
a5bfbd4e
JD
133692004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13370
13371 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
13372 use clipboard first.
13373
f56af8ca
SM
133742004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13375
438fc6c0
SM
13376 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
13377 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
13378 (vc-mcvs-cvs): Remove.
13379 (vc-mcvs-command): Remove use of assert.
13380
f56af8ca
SM
13381 * outline.el (outline-insert-heading): Tighten up match.
13382 (outline-demote, outline-move-subtree-down): Don't assume anything
13383 about outline-regexp.
13384
13385 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
13386 (texinfo-show-structure): Explicitly add ^, and simplify.
13387
4e788be2
GM
133882004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
13389
13390 * calendar/appt.el (appt-check): Restore usage of
13391 appt-issue-message deleted in previous change.
13392 (top-level): Activate package when loaded (needed for backwards
13393 compatibility).
13394
24aaadec
GM
133952004-01-20 Jesper Harder <harder@ifa.au.dk>
13396
13397 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
13398 following previous change to smtpmail-send-data.
13399
00911925
AS
134002004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
13401
13402 * vc.el (vc-default-previous-version): Doc enhancement.
13403 (vc-default-next-version): New function.
13404 (vc-print-log): New arg FOCUS-REV.
f56af8ca
SM
13405 (vc-annotate-mode): Derive from view-mode.
13406 (vc-annotate): New args REVISION, DISPLAY-MODE.
13407 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
13408 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
13409 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
13410 (vc-annotate-show-diff-revision-at-line, vc-current-line)
13411 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
13412
13413 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
00911925 13414
a73c2999
KB
134152004-01-19 Karl Berry <karl@gnu.org>
13416
13417 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
13418 or "TexInfo".
13419
d0cd7210
LT
134202004-01-19 Luc Teirlinck <teirllm@auburn.edu>
13421
13422 * subr.el (delete-dups): New function.
13423
412be09b
KB
134242004-01-19 Karl Berry <karl@gnu.org>
13425
f56af8ca 13426 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
412be09b
KB
13427 with ^, since that's what texinfo-show-structure
13428 documentation says (plus it works much better in texinfo.txi).
13429
dd64e5e5
GM
134302004-01-18 Jesper Harder <harder@ifa.au.dk>
13431
f56af8ca 13432 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
dd64e5e5
GM
13433
134342004-01-18 David Ponce <david@dponce.com> (tiny change)
13435
13436 * progmodes/which-func.el (which-function-mode): Don't cancel
f56af8ca 13437 which-func-update-timer if not set.
dd64e5e5 13438
d14b04bc
TTN
134392004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
13440
13441 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
13442 Remove spurious left square bracket in XX:XXam regexp.
13443
a151ecff
LT
134442004-01-16 Luc Teirlinck <teirllm@auburn.edu>
13445
13446 * progmodes/cc-defs.el: Do not require cl at run time.
13447
557be036
RS
134482004-01-16 Richard M. Stallman <rms@gnu.org>
13449
13450 * emacs-lisp/cl.el (cl-cannot-unload): New function.
13451 (cl-unload-hook): Defvar this to run cl-cannot-unload.
13452
13453 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
13454 Call rmail-spam-filter. Delete and expunge spam.
13455 Print number of spam messages deleted.
13456 Save and restore the deletion status of old messages when reading
13457 new mail with spam filter, so that expunging spam does not expunge
13458 msgs deleted by the user.
f56af8ca 13459 (rmail-only-expunge): Add an optional argument dont-show to
557be036
RS
13460 prevent showing message after expunge.
13461
3e7274ae
LT
134622004-01-15 Luc Teirlinck <teirllm@auburn.edu>
13463
13464 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
13465 * subr.el (declare): New macro.
13466
c1bfdd54
TTN
134672004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
13468
13469 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
13470
7fc34f85
SM
134712004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
13472
13473 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13474 Test window-system rather than system-type (for X11/Mac).
13475
4007b34c
LT
134762004-01-12 Luc Teirlinck <teirllm@auburn.edu>
13477
13478 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
13479
09843470
RS
134802004-01-12 Richard M. Stallman <rms@gnu.org>
13481
9b07d734
SM
13482 * mail/rmail.el (rmail-convert-to-babyl-format):
13483 Use mail-unquote-printable-region.
09843470
RS
13484 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
13485 (rmail-hex-char-to-integer): Functions deleted.
13486
13487 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
13488 (mail-unquote-printable-region): New arg NOERROR.
13489 For invalid encoding, either signal an error to just return nil.
13490
21dcb709
GM
134912004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13492
13493 * calendar/appt.el: Update copyright and commentary.
d9acc06f 13494 (appt-issue-message): Make obsolete.
21dcb709
GM
13495 (appt-visible, appt-msg-window): Make obsolete, in favour of
13496 appt-display-format.
13497 (appt-display-mode-line, appt-display-duration)
13498 (appt-display-diary, appt-time-msg-list, appt-mode-string)
13499 (appt-prev-comp-time, appt-display-count, appt-timer)
13500 (appt-convert-time): Doc change.
9b07d734
SM
13501 (appt-disp-window-function, appt-delete-window-function):
13502 Use defcustom rather than defvar.
21dcb709 13503 (appt-display-format): New variable.
9b07d734
SM
13504 (appt-display-message): New function with display code from appt-check.
13505 (appt-check): Add optional FORCE argument. Doc change.
13506 Add appt-make-list to diary-hook if displaying diary.
13507 Remove checking of view-diary-entries-initially.
13508 Message display section removed to new function appt-display-message.
21dcb709
GM
13509 (appt-display-window): Doc change. Remove unused internal var
13510 this-buffer. Do not beep, since appt-display-message does that.
13511 (appt-make-list): Doc change. Use caar.
13512 (appt-sort-list): Simplify by using builtin sort function.
13513 (appt-update-list): New function for updating appts when diary is
13514 saved.
13515 (appt-activate): New autoloaded function to toggle package
13516 functionality.
13517
13518 * calendar/cal-x.el: (calendar-one-frame-setup)
9b07d734 13519 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21dcb709
GM
13520
13521 * calendar/calendar.el: Update copyright.
9b07d734 13522 (view-diary-entries-initially, european-calendar-style): Doc change.
21dcb709
GM
13523 (calendar-setup): Make defcustom rather than defvar.
13524 (mark-visible-calendar-date): Initialize temp-face and faceinfo
13525 in let binding so local to function.
13526
13527 * calendar/diary-lib.el: Update copyright.
13528 (diary, diary-entry-time): Doc change.
13529 (list-diary-entries): Doc change. Trivial logic change.
13530 (fancy-diary-display): Restore make-face command mistakenly
13531 deleted 2003-05-08.
13532 (show-all-diary-entries): Allow to pop-up frame if needed.
13533
fdce4c6d
JPW
135342004-01-09 John Paul Wallington <jpw@gnu.org>
13535
13536 * bindings.el (mode-line-change-eol): Add EVENT parameter.
13537 Temporarily select EVENT's window for changing eol type.
13538
3b42c185
TTN
135392004-01-09 Deepak Goel <deego@gnufans.org>
13540
13541 * calendar/diary-lib.el (diary-entry-time):
13542 Also accept time in the form XX[.XX][am/pm/AM/PM].
13543 (fancy-diary-font-lock-keywords): Likewise.
13544 (diary-font-lock-keywords): Likewise.
13545 * calendar/appt.el (appt-add): Likewise.
13546 (appt-make-list): Likewise.
13547 (appt-convert-time): Likewise.
13548
7f0edca4
NR
135492004-01-08 Nick Roberts <nick@nick.uklinux.net>
13550
13551 * gdb-ui.el (gdb-ann3): Revert previous change.
13552 (gdb-source-info): Allow for case of where compilation directory
13553 is not recorded.
13554
c9ec040a
JPW
135552004-01-08 John Paul Wallington <jpw@gnu.org>
13556
13557 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
13558
2fae1984
NR
135592004-01-07 Nick Roberts <nick@nick.uklinux.net>
13560
9b07d734 13561 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
2fae1984 13562
7f0edca4
NR
13563 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
13564 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
13565 problems.
2fae1984
NR
13566 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
13567
583c353d
LT
135682004-01-07 Luc Teirlinck <teirllm@auburn.edu>
13569
13570 * files.el (write-file-functions, write-contents-functions):
13571 Clarify docstrings.
13572
c251286b
KH
135732004-01-07 Kenichi Handa <handa@m17n.org>
13574
13575 * international/mule.el (set-auto-coding): Fix for the case that
13576 end-of-line is only CR.
13577
05faee07
KS
135782004-01-07 Kim F. Storm <storm@cua.dk>
13579
13580 * subr.el (event-start, event-end): Doc fix.
13581 (posn-string, posn-image): New defuns.
13582 (posn-object): Return either image or string object.
13583 (posn-object-x-y): Return 8th element of position.
13584 (posn-object-width-height): New defun.
13585
a8410c29
AS
135862004-01-06 Andreas Schwab <schwab@suse.de>
13587
13588 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
13589 output.
13590
2e3b4a0b
KB
135912004-01-05 Karl Berry <karl@gnu.org>
13592
28eba01f 13593 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
2e3b4a0b
KB
13594 / and *, too.
13595
3c3b81d1
SJ
135962003-12-31 Simon Josefsson <jas@extundo.com>
13597
13598 * files.el (before-save-hook): Add.
13599 (basic-save-buffer): Use before-save-hook.
13600
bcbc6fd3
SJ
13601 * emacs-lisp/copyright.el: Fix comment to recommend
13602 before-save-hook instead of write-file-functions.
13603
61e938eb
RS
136042004-01-05 Richard M. Stallman <rms@gnu.org>
13605
13606 * finder.el (finder-commentary): Call delete-other-windows.
13607
13608 * net/ange-ftp.el (ange-ftp-file-attributes):
13609 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
13610
17b33776
KB
136112004-01-04 Karl Berry <karl@gnu.org>
13612
28eba01f 13613 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17b33776
KB
13614 comment characters % and # in the copyright year notice,
13615 as well as ;.
13616
125f1820 136172004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
972c0c49 13618
125f1820
PA
13619 * wid-edit.el (default): Define dummy :value-delete.
13620 Reported by Jesper Harder <harder@ifa.au.dk>.
55115079
PA
13621
136222004-01-03 Richard M. Stallman <rms@gnu.org>
13623
13624 * progmodes/compile.el (compile-internal): Use point, not point-min,
13625 for set-window-point.
13626
13627 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
13628
438fc6c0 13629 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
55115079
PA
13630
13631 * progmodes/grep.el (grep-mode-map):
13632 Don't remap next-line, previous-line.
13633
136342004-01-03 Eric M. Ludlam <eric@siege-engine.com>
13635
13636 * speedbar.el (speedbar-edit-line): Change regexp to position
13637 the cursor on the first character of this line's button.
13638
136392004-01-03 Luc Teirlinck <teirllm@auburn.edu>
13640
13641 * subr.el (functionp): Doc fix.
13642
136432004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
13644
13645 * progmodes/idlwave.el (idlwave-make-tags):
13646 * textmodes/flyspell.el (flyspell-large-region):.
13647 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
13648 * emulation/viper-util.el (viper-glob-unix-files):
13649 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
13650 * man.el (Man-init-defvars):
13651 * jka-compr.el (jka-compr-call-process):
13652 * files.el (get-free-disk-space,insert-directory):
13653 * ediff-ptch.el (ediff-test-patch-utility):
13654 * ediff-diff.el (ediff-test-utility):
13655 * dired-aux.el (dired-check-process):
13656 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
13657 test the return value of call-process, because it can be a string.
13658
136592003-12-31 John Paul Wallington <jpw@gnu.org>
13660
13661 * bindings.el (completion-ignored-extensions): Add .pfsl.
13662
136632003-12-31 Kim F. Storm <storm@cua.dk>
13664
13665 * ido.el (ido-nonreadable-directory-p): New defun to check for
13666 nonreadable directory without activating tramp (to avoid problems
28eba01f 13667 with checking incomplete tramp paths).
55115079
PA
13668 (ido-set-current-directory, ido-file-internal)
13669 (ido-file-name-all-completions1): Use it.
13670
136712003-12-30 Luc Teirlinck <teirllm@auburn.edu>
13672
13673 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13674 documentation if the anchor (or node) name is preceded by `info
13675 anchor' or `Info anchor' in addition to earlier `info node' and
13676 `Info node'.
13677 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13678
a6eeaa81 136792003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
13680
13681 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13682 error in arguments to base64-decode-region. Remove ^M characters
13683 after decoding base64.
13684
136852003-12-30 Simon Josefsson <jas@extundo.com>
13686
13687 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
13688 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
13689 have only been distributed with Emacs for some years.
13690 (texinfo-mode-hook): Customize.
13691
a6eeaa81 136922003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
13693
13694 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
13695 cleaner (suggested by Richard Stallman).
13696
13697 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
13698 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
13699 file-name clashes on 8+3 DOS filesystems.
13700
13701 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
13702 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
13703 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13704 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
13705 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
13706 file-name clashes on 8+3 filesystems.
13707
9b07d734
SM
13708 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
13709 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
13710 file-name clashes on 8+3 DOS filesystems.
55115079
PA
13711
137122003-12-29 Richard M. Stallman <rms@gnu.org>
13713
13714 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
13715 Upcase the character.
13716
13717 * textmodes/flyspell.el (mail-mode-flyspell-verify):
13718 Search for header separator alone on a line, literally,
13719 and search for it backward, not forward.
13720 (flyspell-abbrev-table): Always use global-abbrev-table
13721 if there is no local one.
13722
13723 * progmodes/sh-script.el (sh-get-indent-info):
13724 Don't move point back if at bob.
13725
13726 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13727
13728 * play/handwrite.el (handwrite): Make the handwrite credit message
13729 a comment rather than an output command.
13730
13731 * obsolete/sc.el: Display message that this file is obsolete.
13732
13733 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
13734
13735 * mail/rfc822.el (rfc822-address-start): Declare variable.
13736 Renamed from address-start. All uses changed.
13737
13738 * term.el (term-exec): Set up sentinel.
13739 (term-sentinel): New function.
13740 (term-handle-exit): New function.
13741
3b42c185 13742 * subr.el (assoc-ignore-case, assoc-ignore-representation):
55115079
PA
13743 Use assoc-string, and mark them obsolete.
13744 (delay-mode-hooks): Mark as permanent local.
13745
13746 * simple.el (sendmail-user-agent-compose): Use assoc-string.
13747
13748 * register.el (copy-rectangle-to-register): Doc fix.
13749
13750 * info.el (Info-insert-dir): Use assoc-string.
13751
13752 * info-look.el (info-lookup): Use assoc-string.
13753
13754 * frame.el (pop-up-frame-function): Use quote, not `function'.
13755 (frame-notice-user-settings): Calculate ADJUSTED-TOP
13756 copying with lists as coordinate values.
13757
13758 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
13759
13760 * find-dired.el (kill-find): New command.
13761 (find-dired): Make buffer read-only.
13762 Set up a keymap with C-c C-k running kill-find.
13763 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
13764
13765 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
13766
13767 * filecache.el (file-cache-ignore-case): New variable.
13768 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
13769
13770 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
13771 (comint-dynamic-complete-as-filename): Rename local vars.
13772 (comint-dynamic-list-filename-completions): Likewise.
13773
13774 * comint.el (comint-dynamic-list-completions-config): New var.
13775 (comint-dynamic-list-completions): Handle both SPC and TAB right.
13776
13777 * comint.el (comint-file-name-chars): Add [].
13778 (comint-word): Use skip-chars-backward, not search.
13779
13780 * shell.el (shell-file-name-chars): Add [].
13781
13782 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
13783
13784 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
13785
13786 * generic.el (define-generic-mode): Doc fix.
13787
a6eeaa81 137882003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
13789
13790 * files.el (kill-some-buffers): Doc fix.
13791
28eba01f 137922003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
55115079
PA
13793
13794 * comint.el (comint-watch-for-password-prompt): Pass `string' as
13795 arg to send-invisible
13796 (send-invisible): Doc fix. The argument is now a prompt, not the
13797 string to send.
13798 (comint-read-noecho): Doc fix.
13799
138002003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
13801
13802 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
13803 "@", as required by some ISP hosting service. Fix defcustom
13804 argument syntax errors that prevented use of customization.
13805
a6eeaa81 138062003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
13807
13808 * xml.el (xml-get-attribute-or-nil): Doc fix.
13809
28eba01f 138102003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
55115079
PA
13811
13812 * net/zone-mode.el (zone-mode): Use write-file-functions, not
13813 write-file-hooks.
13814
28eba01f 138152003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
13816
13817 * autorevert.el (auto-revert-interval): Doc fix.
13818
28eba01f 138192003-12-29 Mark A. Hershberger <mah@everybody.org>
55115079
PA
13820
13821 * xml.el (xml-get-attribute-or-nil): New function, like
13822 xml-get-attribute, but returns nil if the attribute was not found.
9b07d734 13823 (xml-get-attribute): Convert to defsubst, uses
55115079
PA
13824 xml-get-attribute-or-nil.
13825
a6eeaa81 138262003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
13827
13828 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13829
28eba01f 138302003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
55115079
PA
13831
13832 * custom.el (custom-declare-theme): Use `value' when putting
13833 properties on `theme'.
13834
28eba01f 138352003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
55115079
PA
13836
13837 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
13838 for each yank-handler segment.
13839 (insert-for-yank-1): New function, with the body of the previous
13840 insert-for-yank.
13841
13842 * textmodes/table.el (table-yank-handler): New defcustom.
13843 (table--put-cell-indicator-property): Put yank-handler property
13844 that indicates the yank handler for the table cell.
13845
28eba01f 138462003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
55115079
PA
13847
13848 * generic-x.el (etc-modules-conf-generic-mode): A more complete
13849 set of keywords.
13850
a6eeaa81 138512003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
13852
13853 * international/mule-cmds.el (reset-language-environment)
13854 (set-language-environment): Don't invoke fontset-related functions
13855 if fontset-list is not fboundp.
13856
138572003-12-29 Kenichi Handa <handa@m17n.org>
13858
9b07d734
SM
13859 * international/mule-cmds.el (reset-language-environment):
13860 Call set-overriding-fontspec-internal with nil.
55115079
PA
13861 (set-language-environment): Call set-overriding-fontspec-internal
13862 if the language environment specify `overriding-fontspec'.
13863 (language-info-alist): Doc added.
13864
13865 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
13866 characters of mule-unicode-0100-24ff.
13867 (ccl-encode-windows-1251-font): New CCL program.
13868 ("Bulgarian"): Specify overriding-fontspec.
13869 ("Belarusian"): Likewise.
13870
138712003-12-28 Sam Steingold <sds@gnu.org>
13872
13873 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
13874 parameter ID-FORMAT to conform with the 2003-11-30 patch.
13875
138762003-12-28 Nick Roberts <nick@nick.uklinux.net>
13877
13878 * progmodes/gud.el (gud-gdb-command-name): Set default to
13879 "gdb --annotate=3".
13880 (gud-gdb-marker-filter): Look out for annotations.
13881 (gdb-first-pre-prompt): New variable.
13882 Remove trailing white space.
13883
13884 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
13885 if necessary.
a568a2cc 13886 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
55115079
PA
13887 annotations are detected.
13888 (gud-gdba-marker-filter): Use global variable gud-marker-acc
13889 instead of a local one to allow transition from
13890 gud-gdb-marker-filter.
13891 Remove trailing white space.
13892
138932003-12-27 Kim F. Storm <storm@cua.dk>
13894
13895 * ido.el: Handle non-readable directories.
13896 (ido-decorations): Add 9th element for non-readable directory.
13897 (ido-directory-nonreadable): New dynamic var.
13898 (ido-set-current-directory): Set it.
13899 (ido-read-buffer, ido-file-internal):
13900 (ido-read-file-name, ido-read-directory-name): Let-bind it.
13901 (ido-file-name-all-completions1): Return empty list for
13902 non-readable directory.
13903 (ido-exhibit): Print [Not readable] if directory is not readable.
13904 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
13905 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
13906 Use it.
13907
139082003-12-27 Lars Hansen <larsh@math.ku.dk>
13909
13910 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
13911 calls to directory-files-and-attributes and file-attributes.
13912 (ls-lisp-format): Remove system dependent handling of user and
13913 group id's.
13914
139152003-12-25 Luc Teirlinck <teirllm@auburn.edu>
13916
13917 * ffap.el (ffap-read-file-or-url): Revert previous change.
13918
28eba01f 139192003-12-25 Robert J. Chassell <bob@rattlesnake.com>
55115079
PA
13920
13921 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
13922 new list of included files called `files-with-node-lines', that
13923 only have node lines. This way @include commands can include any
13924 file, such as version and update files without node lines, not
13925 just files that are chapters.
13926
139272003-12-25 Andreas Schwab <schwab@suse.de>
13928
13929 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
13930 file not found.
13931
139322003-12-08 Miles Bader <miles@gnu.org>
13933
13934 * dired.el (dired-between-files): Always use dired-move-to-filename,
13935 which is more robust in non-english locales.
13936
139372003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
13938
13939 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
13940
139412003-12-24 Andreas Schwab <schwab@suse.de>
13942
13943 * shell.el (shell-file-name-quote-list): Add backslash.
13944
13945 * comint.el (comint-quote-filename): Correctly handle backslash
13946 in comint-file-name-quote-list.
13947
139482003-12-24 Kenichi Handa <handa@m17n.org>
13949
9b07d734
SM
13950 * international/mule-cmds.el (set-default-coding-systems):
13951 Call ucs-set-table-for-input for all buffers that don't have local
55115079
PA
13952 value of buffer-file-coding-system.
13953
9b07d734
SM
13954 * international/ucs-tables.el (ucs-set-table-for-input):
13955 If translation-table-for-encode is a symbol, get its
55115079
PA
13956 translation-table property.
13957
139582003-12-23 Luc Teirlinck <teirllm@auburn.edu>
13959
13960 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
13961 to `completing-read' on a recently fixed bug.
13962
13963 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9b07d734
SM
13964 instead of SPACE, to get the list of possible fringe modes.
13965 SPACE only works if both `partial-completion-mode' and
55115079
PA
13966 `completion-auto-help' are nil.
13967
9b07d734 13968 * complete.el (PC-is-complete-p): Delete.
55115079
PA
13969 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
13970 calls to `test-completion'.
13971
139722003-12-23 Nick Roberts <nick@nick.uklinux.net>
13973
13974 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
13975 to edit values when there are no children.
13976
13977 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
13978 a mode called "Assembler" already exists.
9b07d734 13979 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
a568a2cc 13980 (gud-watch): Use format option. Remove font properties from string.
9b07d734
SM
13981 (gdb-var-create-handler, gdb-var-list-children-handler):
13982 Don't bother about properties as there are none.
55115079
PA
13983 (gdb-var-create-handler, gdb-var-list-children-handler)
13984 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
13985 with two arguments.
9b07d734
SM
13986 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
13987 Let speedbar show value changes with a different font.
55115079
PA
13988 (gdb-edit-value): New defun.
13989 (gdb-clear-partial-output, gdb-clear-inferior-io)
13990 (def-gdb-auto-update-handler): Use erase-buffer.
13991 (gdb-frame-handler): Display watch expressions in
13992 FUNCTION::VARIABLE format if required.
13993
139942003-12-23 John Paul Wallington <jpw@gnu.org>
13995
13996 * info.el (Info-unescape-quotes, Info-split-parameter-string)
13997 (Info-goto-emacs-command-node): Doc fixes.
13998
28eba01f 139992003-12-12 Jesper Harder <harder@ifa.au.dk>
55115079
PA
14000
14001 * cus-edit.el (custom-add-parent-links): Define "many".
14002
140032003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
14004
14005 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
14006 (widget-child-validate, widget-type-value-create)
14007 (widget-type-default-get, widget-type-match): New functions.
14008 (lazy): New widget.
14009 (menu-choice, checklist, radio-button-choice, editable-list)
9b07d734 14010 (group, documentation-string): Remove redundant (per 2003-10-25
55115079 14011 change) calls to `widget-children-value-delete'.
9b07d734
SM
14012 (widget-choice-value-get, widget-choice-value-inline): Remove.
14013 (menu-choice): Update widget.
55115079
PA
14014
140152003-12-03 Kenichi Handa <handa@m17n.org>
14016
14017 * language/cyrillic.el: Register "microsoft-cp1251" in
14018 ctext-non-standard-encodings-alist.
14019 ("Bulgarian"): Add ctext-non-standard-encodings.
14020 ("Belarusian"): Likewise.
14021
14022 * international/mule-conf.el (compound-text-with-extensions):
14023 Change the type to 2 (iso-2022 base).
14024
14025 * international/mule.el (ctext-non-standard-encodings-alist):
14026 Change the format.
14027 (ctext-non-standard-encodings): New variable.
14028 (ctext-post-read-conversion): Fully re-written.
14029 (ctext-non-standard-designations-alist): Delete it.
14030 (ctext-non-standard-encodings-table): New function.
14031 (ctext-pre-write-conversion): Fully re-written.
14032
140332003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
14034
14035 * cus-edit.el (custom-add-parent-links): Add documentation links
14036 for parent, if the item has none of its own.
14037
140382003-11-30 Richard M. Stallman <rms@gnu.org>
14039
14040 * dired-aux.el (dired-do-query-replace-regexp):
14041 Report files visited read-only.
14042
140432003-11-30 Juri Linkov <juri@jurta.org>
14044
14045 * dired-aux.el (dired-compare-directories): New command.
14046 (dired-file-set-difference, dired-files-attributes): New functions.
14047
140482003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14049 Version 2.0.38 of Tramp released.
14050
14051 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
14052 Charles Curley <charlescurley@charlescurley.com>.
14053 (tramp-multi-connection-function-alist): Add ssht entry which adds
14054 "-e none -t -t" to the list of ssh args. Suggested by Adrian
14055 Aichner.
14056 (tramp-get-method-parameter): New function to retrieve a method
14057 parameter. This allows for omission of method parameters.
14058 Callers adjusted.
14059
140602003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
14061
14062 * net/tramp.el: Add new optional parameter ID-FORMAT to
14063 `file-attributes'. Calls of `file-attributes' won't use this
14064 parameter for backward compatibility reasons.
14065 (tramp-perl-file-attributes): Add a new parameter to Perl script
14066 in order to handle uid/gid as strings, if desired.
9b07d734
SM
14067 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
14068 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
55115079
PA
14069 order to make the function more general.
14070 (tramp-handle-file-attributes): Replace proprietary optional
bf247b6e 14071 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
55115079 14072 (tramp-handle-file-attributes-with-perl): Handle parameter
a568a2cc 14073 NONNUMERIC if set. This wasn't done in the past.
55115079
PA
14074 (tramp-post-connection): Apply second parameter "$2" if
14075 `tramp-remote-perl' is called.
14076
9b07d734
SM
14077 * net/tramp-smb.el (tramp-smb-handle-delete-file):
14078 Correct cut'n'waste error (`filename' instead of `directory').
55115079 14079 (tramp-smb-handle-directory-files-and-attributes)
bf247b6e 14080 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
55115079
PA
14081 introduced parameter ID-FORMAT.
14082 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
14083 error (`directory' instead of `ldir').
14084
14085 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
14086 `file-attributes' has a second parameter. If yes, apply it with
14087 value "'integer". Otherwise, don't use that parameter (default is
14088 integer format).
14089
55115079
PA
140902003-11-30 Luc Teirlinck <teirllm@auburn.edu>
14091
14092 * help.el (help-map): Bind `display-local-help' to `C-h .'.
14093 (help-for-help): Add `C-h .' to the listed Help options.
14094 Remove trailing whitespace.
14095
14096 * help-at-pt.el: New file.
14097
140982003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
14099
9b07d734
SM
14100 * subr.el (noreturn, 1value): New macros for test coverage.
14101 See `testcover.el'.
55115079
PA
14102
14103 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
14104
14105 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
14106 for macro `1value'.
14107 (testcover-1value): New function. Checks that a 1value form
14108 actually returns only one value. Requested by RMS.
14109
141102003-11-29 Nick Roberts <nick@nick.uklinux.net>
14111
14112 * gdb-ui.el (gud-watch, gdb-var-create-handler)
14113 (gdb-var-list-children, gdb-var-list-children-handler)
14114 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
14115 gdb commands that use mi to keep them out of the command history.
14116
141172003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14118
14119 * cus-start.el (all): Add use-file-dialog.
14120
9b07d734
SM
141212003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
14124
55115079
PA
141252003-11-27 Kim F. Storm <storm@cua.dk>
14126
14127 * subr.el (posn-object-x-y): New defun.
14128
9b07d734
SM
141292003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14130
14131 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
14132 Don't use `space' for \\\n.
14133 Be more selective as to which # are comment-starters.
14134
55115079
PA
141352003-11-26 Luc Teirlinck <teirllm@auburn.edu>
14136
14137 * subr.el (number-sequence): Improve handling of floating point
14138 arguments (suggested by Kim Storm). Allow negative arguments.
14139
141402003-11-26 Kenichi Handa <handa@m17n.org>
14141
14142 * international/mule-cmds.el (standard-display-european-internal):
14143 Cancel the standard-display-table setting for ` and '.
14144
141452003-11-26 Kim F. Storm <storm@cua.dk>
14146
14147 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
14148 New defcustoms to add ffap-like functionality to ido.
14149 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
14150 (ido-no-final-slash): New defun.
14151 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
14152 (ido-read-file-name): ): Toggle VC checking via
14153 vc-handled-backends instead of vc-master-templates.
14154 (ido-file-internal): Handle ido-use-url-at-point and
14155 ido-use-filename-at-point via code borrowed from ffap-guesser.
14156 Handle new ido-exit code ffap.
14157 (ido-sort-list): Ignore final slash when sorting file names.
14158
141592003-11-25 Kim F. Storm <storm@cua.dk>
14160
14161 * emulation/cua-base.el (cua--standard-movement-commands):
14162 Add forward-sentence and backward-sentence.
14163
141642003-11-25 Stephen Eglen <stephen@gnu.org>
14165
14166 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
14167 iswitchb-exit is set to 'usefirst when user selects buffer at head
14168 of list using RET. (Selecting buffers at the head of the list was
14169 broken if the substring was also a complete buffername.)
14170
141712003-11-23 Kim F. Storm <storm@cua.dk>
14172
14173 * progmodes/compile.el (grep-command, grep-use-null-device)
14174 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
14175 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
14176 (grep-regexp-alist, grep-program, find-program)
14177 (grep-find-use-xargs, grep-history, grep-find-history)
14178 (grep-process-setup, grep-compute-defaults)
14179 (grep-default-command, grep, grep-tag-default, grep-find)
14180 (grep-expand-command-macros, grep-tree-last-regexp)
14181 (grep-tree-last-files, grep-tree): Move grep variables, functions
14182 and commands to new file grep.el.
14183 (compilation-mode-map): Remove grep commands from Compile sub-menu.
14184 (compilation-process-setup-function): Doc fix.
14185 (compilation-highlight-regexp, compilation-highlight-overlay): New
14186 defvars used for highlighting current compile error in source buffer.
14187 (compile-internal): New optional args HIGHLIGHT-REGEXP and
14188 LOCAL-MAP which overrides compilation-highlight-regexp and
14189 compilation-mode-map for this compilation.
14190 Delay calling compilation-set-window-height until after running
14191 compilation-process-setup-function so it can buffer-local override
14192 compilation-window-height.
14193 Check buffer-local value of compilation-scroll-output.
14194 (compilation-set-window-height): Use buffer-local value of
14195 compilation-window-height.
14196 (compilation-revert-buffer): Don't pass (undefined)
14197 preserve-modes arg to revert-buffer.
14198 (next-error-no-select, previous-error-no-select): New commands.
14199 (compilation-goto-locus): Temporarily highlight current match in
14200 source buffer using compilation-highlight-regexp.
14201
14202 * progmodes/grep.el: New file with grep code from compile.el.
14203 (grep): New defcustom group.
14204 (grep-window-height): New defcustom, like compilation-window-height.
14205 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
14206 (grep-scroll-output): New defcustom, like compilation-scroll-output.
14207 (grep-command, grep-use-null-device, grep-find-command)
14208 (grep-tree-files-aliases, grep-tree-ignore-case)
14209 (grep-tree-ignore-CVS-directories): Move to grep custom group.
14210 (grep-setup-hook): New hook variable.
14211 (grep-mode-map): New keymap for grep commands. Add Grep menu.
14212 (grep-last-buffer): New defvar, override compilation-last-buffer.
14213 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
14214 Call compile-internal with args highlight-regexp and grep-mode-map.
14215
142162003-11-23 Kim F. Storm <storm@cua.dk>
14217
14218 * subr.el (event-start, event-end): Doc fix.
14219 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
14220 (posn-area, posn-actual-col-row, posn-object): New defuns.
14221 (posn-col-row): Simplify doc. Rewrite to use cond.
14222 (posn-point): Also return buffer position for events outside text
14223 area (that info is now present in the event position).
14224
14225 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
14226 mouse-set-point so that hscroll still works now that clicks on
14227 fringes generate specific mouse events.
14228 (mouse-set-point): Note that it now works in fringes and margins
14229 too due to new semantics of posn-point in fringes and margins.
14230
14231 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
14232 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
14233
142342003-11-20 Kim F. Storm <storm@cua.dk>
14235
14236 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
14237 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
14238 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
14239 to 100 for icons to avoid increasing line height when shown.
14240
9b07d734
SM
142412003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
14242
14243 * newcomment.el (comment-normalize-vars): Initialize properly if
14244 comment-start was nil.
14245
55115079
PA
142462003-11-19 Andreas Schwab <schwab@suse.de>
14247
14248 * simple.el (set-variable): Fix indentation.
14249
142502003-11-17 Kenichi Handa <handa@m17n.org>
14251
9b07d734
SM
14252 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
14253 Fix docstring.
55115079
PA
14254
142552003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
14256
14257 * international/latin1-disp.el (latin1-display): Fix docstring.
14258
142592003-11-16 John Wiegley <johnw@newartisans.com>
14260
14261 * eshell/em-ls.el (eshell-ls-file): There are times with
14262 size-width is nil and uncomputed (when directories are created in
14263 dired, for example); in this case, 4 is reasonable default value,
14264 although it may caused skewed new entries (which could be avoided
14265 by returning the original value of 8 in all cases, but 99% of the
14266 time this is a waste of whitespace).
14267
142682003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
14269
9b07d734
SM
14270 * cc-engine.el (c-guess-continued-construct)
14271 (c-guess-basic-syntax): Check a little more carefully if it's a
55115079
PA
14272 function declaration when an unknown construct followed by a block
14273 is found inside a statement context. This avoids macros followed
14274 by blocks to be taken as function declarations.
14275
9b07d734 14276 (c-guess-continued-construct): Change the analysis of a statement
55115079
PA
14277 continuation with a brace open to `substatement-block', for
14278 consistency with recognized statements.
14279
14280 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
14281 start is in a position so that `c-beginning-of-statement-1' jumped
14282 to the beginning of the same statement.
14283
9b07d734
SM
14284 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
14285 Don't accept binary operators in the arglist if we're in a function
14286 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
55115079
PA
14287 template recognition in cases like "if (a < b || c > d)".
14288
14289 (c-restricted-<>-arglists): New more appropriate name for
14290 `c-disallow-comma-in-<>-arglists'.
14291
14292 Accessing functions updated for the variable name change.
14293
14294 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
14295 match data could get clobbered if NOT-INSIDE-TOKEN is used.
14296
14297 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
14298 labels.
14299
14300 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
14301 instead of duplicating parts of it. This fixes bogus label
14302 recognition.
14303
9b07d734 14304 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
55115079
PA
14305 of checking the context in which to apply the minimum indentation,
14306 so that it isn't enforced in e.g. namespace blocks.
14307
14308 * cc-vars.el (c-inside-block-syms): New constant used by
14309 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
14310 to somewhat reduce the risk of becoming stale.
14311
9b07d734 14312 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
55115079
PA
14313 cc-cmds to cc-engine to allow use from cc-align.
14314
14315 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
14316 qualified identifiers containing "::".
14317
9b07d734 14318 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
55115079
PA
14319 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
14320
14321 * cc-vars.el (c-emacs-features): Use a space in front of the name
14322 of the temporary buffer. That also avoids dumping problems in
9b07d734 14323 XEmacs due to undo info being left around after the buffer is killed.
55115079
PA
14324
14325 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
14326 arglist to see if it's a K&R style declaration.
14327
14328 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
14329 before returning `knr-argdecl-intro'.
14330
143312003-11-16 John Wiegley <johnw@newartisans.com>
14332
14333 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
14334 field in a long-listing always 8 characters, use `size-width',
14335 which has already been computed.
14336
143372003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
14338
14339 * subr.el (minor-mode-list): Add `hs-minor-mode'.
14340
143412003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
14342
9b07d734
SM
14343 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
14344 Support operation while narrowed, with `diff-restrict-view'.
55115079
PA
14345
143462003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
14347
9b07d734
SM
14348 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14349 Take additional optional arg NARROWFUN. For the generated functions:
14350 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
14351 include frags that arrange to check for and save narrowing state before
14352 the move and then conditionally call NARROWFUN after the move.
55115079
PA
14353
143542003-11-14 John Wiegley <johnw@newartisans.com>
14355
9b07d734
SM
14356 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
14357 that was optional, but obviously missing based on surrounding code.
55115079
PA
14358
14359 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
14360 string arguments to numbers unless the whole argument was seen as
14361 a number.
14362
143632003-11-14 Kenichi Handa <handa@m17n.org>
14364
9b07d734
SM
14365 * international/mule.el (ctext-non-standard-encodings-alist):
14366 Fix coding systems.
55115079
PA
14367
143682003-11-10 Kenichi Handa <handa@m17n.org>
14369
14370 * language/kannada.el ("Kannada"): Add sample-text.
14371
14372 * language/knd-util.el (kannada-compose-region)
9b07d734
SM
14373 (kannada-compose-string, kannada-post-read-conversion):
14374 Add autoload cookie.
55115079
PA
14375
14376 * international/quail.el (quail-completion): Change the message
14377 "corresponding translations" to "corresponding characters".
14378
143792003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
14380
14381 * descr-text.el (describe-char): Fix typo.
14382
28eba01f 143832003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
55115079
PA
14384
14385 These changes are to support Kannada language/script.
14386
14387 * Makefile.in (DONTCOMPILE): Add kannada.el.
14388
14389 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
14390
14391 * loadup.el: Preload kannada.el.
14392
14393 * language/ind-util.el (ucs-kannada-to-is13194-alist)
14394 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
14395 New variables.
14396
14397 * language/kannada.el: New file.
14398
14399 * language/knd-util.el: New file.
14400
144012003-11-07 Andreas Schwab <schwab@suse.de>
14402
9b07d734
SM
14403 * progmodes/autoconf.el (autoconf-font-lock-keywords):
14404 Also highlight AH_*.
55115079
PA
14405
14406 * xml.el (xml-parse-dtd): Fix misplaced paren.
14407
144082003-11-07 Kenichi Handa <handa@m17n.org>
14409
14410 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
14411
144122003-11-05 Juri Linkov <juri@jurta.org>
14413
14414 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
14415 (desktop-buffer-file): Use saved buffer-file-coding-system
14416 for file reading. Set auto-insert to nil to prevent automatic
14417 insertion into restored empty files.
14418
144192003-11-04 Luc Teirlinck <teirllm@auburn.edu>
14420
14421 * files.el (risky-local-variable-p): Make second argument optional.
14422
9b07d734
SM
144232003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * subr.el (add-hook): Fix last change.
14426
a6eeaa81 144272003-11-03 Eli Zaretskii <eliz@gnu.org>
55115079 14428
9b07d734
SM
14429 * mail/rmail.el (rmail-convert-to-babyl-format):
14430 If base64-decode-region signals an error, catch it and silently
55115079
PA
14431 ignore it.
14432
144332003-11-01 Mark A. Hershberger <mah@everybody.org>
14434
14435 * xml.el (xml-parse-region): Allow comments to appear after the
14436 topmost element has closed.
14437 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
3b42c185 14438 (xml-ns-expand-attr): New functions to do namespace handling.
9b07d734 14439 (xml-intern-attrlist): Back-compatible handling of attribute names.
28eba01f 14440 (xml-parse-tag): Move namespace handling to separate functions.
55115079
PA
14441 Now produces elements in the form ((:ns . "element") (attr-list)
14442 children) instead of ('ns:element (attr-list) children).
14443 (xml-parse-attlist): Fix attribute parsing.
14444 (xml-parse-dtd): Change parsing so that it produces strings
14445 instead of interned symbols.
14446
144472003-11-01 era@iki.fi <era@iki.fi> (tiny change)
14448
14449 * dired.el (dired-ls-sorting-switches): Doc fix.
14450
144512003-11-01 Oliver Scholz <epameinondas@gmx.de>
14452
14453 * emacs-lisp/rx.el (rx-or): Fix the case of
14454 "(rx (and ?a (or ?b ?c) ?d))".
14455
144562003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
14457
14458 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
14459 (texinfo-format-region): Use it.
14460 (texinfo-format-buffer-1): Ditto.
14461
144622003-11-01 Alan Mackenzie <acm@muc.de>
14463
14464 Changes to allow scrolling whilst in isearch mode:
14465 * isearch.el (isearch-unread-key-sequence): New function,
14466 extracted from isearch-other-meta-char.
14467 (top level): (put 'foo 'isearch-scroll) on all Emacs's
14468 "scrollable" standard functions.
14469 (isearch-allow-scroll): New customizable variable.
14470 (isearch-string-out-of-window, isearch-back-into-window)
14471 (isearch-reread-key-sequence-naturally)
14472 (isearch-lookup-scroll-key): New functions.
14473 (isearch-other-meta-char): Doc string and functionality enhanced.
14474 Now accepts a prefix argument.
14475 (isearch-lazy-highlight-window-end): New variable.
14476 (isearch-lazy-highlight-new-loop): Pay attention to the window's
14477 end (thru isearch-lazy-highlight-window-end), not only its start.
14478
9b07d734
SM
14479 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
14480 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
55115079
PA
14481 (universal-argument, universal-argument-more, negative-argument)
14482 (digit-argument, universal-argument-other-key): Minor changes.
14483
144842003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14485
14486 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
14487 recursively if the last message is deleted, thus avoiding an
14488 infinite loop.
14489
144902003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14491
14492 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
14493 (tex-main-file): Don't add .tex if the extension is already present.
14494 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
14495
144962003-10-29 Lute Kamstra <lute@gnu.org>
14497
14498 * progmodes/octave-inf.el (inferior-octave-prompt):
14499 Recognize version number in prompt.
14500
145012003-10-28 Dave Love <fx@gnu.org>
14502
14503 * international/characters.el: Fix some Unicode ranges.
14504
145052003-10-28 Kenichi Handa <handa@m17n.org>
14506
14507 * disp-table.el (standard-display-8bit)
14508 (standard-display-default, standard-display-ascii)
14509 (standard-display-g1, standard-display-graphic)
14510 (standard-display-underline): Assure that standard-display-table
14511 is a display table.
14512
145132003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
14514
14515 * simple.el (reindent-then-newline-and-indent): Delete space *after*
14516 reindenting the first line.
14517
145182003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
14519
14520 * wid-edit.el (widget-default-delete): Always delete child widgets.
14521
145222003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14523
14524 * newcomment.el (comment-indent): Don't call indent-according-to-mode
14525 if the line has code.
14526 Don't try to line up with something that's too far left.
14527
14528 * progmodes/octave-mod.el (octave-comment-start): Simplify.
14529 (octave-mode-syntax-table): Add % as a comment starter.
14530 (octave-point): Remove.
14531 (octave-in-comment-p, octave-in-string-p)
14532 (octave-not-in-string-or-comment-p, calculate-octave-indent)
14533 (octave-blink-matching-block-open, octave-auto-fill):
14534 Use line-(beginning|end)-position instead.
14535
145362003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
14537
14538 * emacs-lisp/authors.el (authors-aliases): Add correct realname
14539 for Francesco Potort\e,Al\e(B.
14540
145412003-10-23 Dave Love <fx@gnu.org>
14542
14543 * international/mule-cmds.el (locale-charset-to-coding-system):
14544 Don't rely on nil being a coding system.
14545
14546 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
14547 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
14548 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
14549
145502003-10-21 Nick Roberts <nick@nick.uklinux.net>
14551
14552 * gdb-ui.el (gdb-current-language): New variable.
14553 (gdb-update-flag): Remove variable.
14554 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
14555 (gdb-take-last-elt): Remove function.
14556 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
14557 (gdb-post-prompt): Check for variable object changes here.
14558
14559 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
14560 object changes in gdb-ui.el.
14561
145622003-10-21 Richard M. Stallman <rms@gnu.org>
14563
14564 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
14565
14566 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
14567 Don't check for foo*/ wildcard form here.
14568 (insert-directory): Recognize foo*/ as a wildcard.
14569 Separate wildcard-regexp variable from the arg, wildcard.
14570
14571 * subr.el (add-hook): Correctly detect when make-local-hook was used.
14572 (remove-hook): Correctly handle strange cases about local hooks.
14573
145742003-10-21 David Ponce <david@dponce.com>
14575
14576 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
14577 argument REAL, to return a real number instead of a rounded
14578 integer value. Define as inline function.
14579 (ruler-mode-right-fringe-cols): Likewise.
14580 (ruler-mode-scroll-bar-cols): New function.
14581 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
14582 (ruler-mode-right-scroll-bar-cols): Likewise.
14583 (ruler-mode-space): New function.
14584 (ruler-mode-ruler): Use it. Handle variations of fringe style,
14585 scroll bar mode and margins in a more robust way.
14586
145872003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
14588
14589 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
14590 (antlr-c-init-language-vars): New function.
14591 (antlr-mode): Use it with cc-mode before v5.29.
14592 (antlr-c-common-init): Don't set some local vars here.
14593 (antlr-mode): Set them here.
14594 (antlr-c-forward-sws): New function alias.
14595 (antlr-mode): Redefine with cc-mode before v5.30.
14596 (antlr-skip-sexps): Use it.
14597 (antlr-skip-exception-part): Ditto.
14598 (antlr-skip-file-prelude): Ditto.
14599 (antlr-outside-rule-p): Ditto.
14600 (antlr-end-of-body): Ditto.
14601 (antlr-option-kind): Ditto.
14602 (antlr-insert-option-area): Ditto.
14603 (antlr-file-dependencies): Ditto.
14604
146052003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14606
14607 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
14608 Move backward only if point was not inside an entry.
14609
146102003-10-21 Richard M. Stallman <rms@gnu.org>
14611
14612 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
14613
146142003-10-21 Juri Linkov <juri@jurta.org>
14615
14616 * compare-w.el: Automatically skip non-matching text to resync.
14617 (compare-windows-whitespace): Doc fix.
14618 (compare-windows-sync, compare-windows-sync-string-size)
14619 (compare-windows-recenter, compare-ignore-whitespace)
14620 (compare-windows-highlight, compare-windows-face): New variables.
14621 (compare-windows): Use compare-windows-sync.
14622 (compare-windows-highlight, compare-windows-dehighlight)
14623 (compare-windows-sync-regexp)
14624 (compare-windows-sync-default-function): New functions.
14625
146262003-10-21 Juri Linkov <juri@jurta.org>
14627
14628 * diff.el (diff-parse-differences): Don't visit the files now;
14629 instead, just record the error locus.
14630
146312003-10-21 Dave Love <fx@gnu.org>
14632
14633 * progmodes/cfengine.el: New file.
14634
146352003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14636
14637 * complete.el (PC-do-completion): Do not forget to use `pred' as the
14638 default-directory when completing file names.
14639
146402003-10-20 Luc Teirlinck <teirllm@auburn.edu>
14641
14642 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
14643 followed by the word `face', it gets treated as a face, even if
14644 it is also defined as a variable or a function.
14645
146462003-10-20 Dave Love <fx@gnu.org>
14647
14648 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14649 Avoid incf in macro expansion.
14650
146512003-10-20 John Paul Wallington <jpw@gnu.org>
14652
14653 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
14654 `evenp' so we don't implicitly require cl library at runtime.
14655
146562003-10-18 Luc Teirlinck <teirllm@auburn.edu>
14657
14658 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
14659 (help-make-xrefs): Only make cross-references for faces if
14660 preceded or followed by the word `face'. Do not make a
14661 cross-reference for variables without variable documentation,
14662 unless preceded by the word `variable' or `option'. Update doc
14663 string accordingly.
14664
146652003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14666
14667 * progmodes/hideshow.el: Rewrite one-armed `if'
14668 constructs using either `when' or `unless'.
14669 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14670
146712003-10-16 Nick Roberts <nick@nick.uklinux.net>
14672
14673 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14674 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14675 instead of 12x12.
14676
a6eeaa81 146772003-10-16 Eli Zaretskii <eliz@gnu.org>
55115079
PA
14678
14679 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14680 message while converting to Babyl.
14681
146822003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
14683
14684 * allout.el (allout-mode): Doc fix.
14685
146862003-10-16 Lute Kamstra <lute@gnu.org>
14687
14688 * subr.el (force-mode-line-update): Fix docstring.
14689
146902003-10-14 Dave Love <fx@gnu.org>
14691
14692 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
14693 (default-input-method): Add :link, improve :type.
14694 (locale-charset-language-names): Fix utf-8 pattern.
14695 (locale-charset-match-p, locale-charset-alist)
14696 (locale-charset-to-coding-system): New.
14697 (set-locale-environment): Deal with codeset part of locale specs.
14698
146992003-10-14 Lute Kamstra <lute@gnu.org>
14700
14701 * fringe.el (fringe-mode): Use active voice in docstring.
14702 (set-fringe-style): Ditto.
14703
147042003-10-13 Lute Kamstra <lute@gnu.org>
14705
14706 * fringe.el (fringe-mode): Fix docstring.
14707 (set-fringe-style): Ditto.
14708
147092003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
14710
14711 * ediff-mult.el (ediff-filegroup-action):
14712 Use ediff-default-filtering-regexp.
14713
14714 * ediff-util.el (ediff-recenter): Don't call
14715 ediff-restore-highlighting twice.
14716 (ediff-select-difference): Set current difference.
14717 (ediff-unselect-and-select-difference): Add comment.
14718
14719 * ediff.el (ediff-directories,ediff-directory-revisions)
14720 (ediff-directories3,ediff-merge-directories)
14721 (ediff-merge-directories-with-ancestor)
14722 (ediff-merge-directory-revisions)
14723 (ediff-merge-directory-revisions-with-ancestor):
14724 Use ediff-default-filtering-regexp.
14725
147262003-10-12 Andreas Schwab <schwab@suse.de>
14727
14728 * international/mule-cmds.el (locale-charset-language-names):
14729 Simplify regex by removing unused grouping.
14730
147312003-10-10 Dave Love <fx@gnu.org>
14732
14733 * bindings.el: Don't bind stop.
14734
147352003-10-08 Miles Bader <miles@gnu.org>
14736
14737 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
14738 face instead of attempting to emulate it.
14739
147402003-10-07 Kenichi Handa <handa@m17n.org>
14741
14742 * international/mule-diag.el (list-coding-systems-1): List coding
14743 systems that are loaded automatically.
14744
14745 * international/code-pages.el (iso-8859-11): Add autoload cookie.
14746
14747 * international/mule.el (autoload-coding-system): New function.
14748
147492003-10-07 Andreas Schwab <schwab@suse.de>
14750
14751 * log-edit.el (log-edit-changelog-entries): Prefer local value of
14752 change-log-default-name in the buffer visiting the file.
14753
147542003-10-06 Dave Love <fx@gnu.org>
14755
14756 * files.el (find-file-hook): Customize.
14757 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
14758
14759 * bindings.el (completion-ignored-extensions): Remove .log.
14760 (global-map): Add again, open, stop keys.
14761
147622003-10-05 Richard M. Stallman <rms@gnu.org>
14763
14764 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
14765 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
14766 Use sh-modify directly.
14767 (sh-select): Use sh-append, not eval.
14768
14769 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
14770
14771 * info.el (Info-following-node-name): New function.
14772
14773 * loadhist.el (unload-feature-special-hooks):
14774 Rename from loadhist-hook-functions.
14775 (loadhist-hook-functions): Now an alias.
14776
a6eeaa81 147772003-10-04 Eli Zaretskii <eliz@gnu.org>
55115079
PA
14778
14779 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
14780 file-name clashes on 8+3 filesystems.
14781
14782 * Makefile.in (DONTCOMPILE, bootstrap-clean):
14783 Rename loaddefs-boot.el to ldefs-boot.el
14784
14785 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
14786 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
14787
147882003-10-03 Lute Kamstra <lute@gnu.org>
14789
14790 * info.el (Info-mode): Revert previous change.
14791 (Info-escape-percent): New function.
14792 (Info-fontify-node): Use it.
14793
147942003-10-02 Andreas Schwab <schwab@suse.de>
14795
14796 * loaddefs-boot.el: Regenerated.
14797
147982003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
14799
14800 * ffap.el: Remove defadvice related code from CVS since `complete'
14801 provides a `PC-completion-as-file-name-predicate' variable that
14802 ffap can override.
14803
148042003-10-02 Kenichi Handa <handa@m17n.org>
14805
14806 * international/utf-8.el (ccl-decode-mule-utf-8):
14807 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
14808
14809 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
14810 * international/subst-big5.el: Likewise.
14811 * international/subst-gb2312.el: Likewise.
14812 * international/subst-ksc.el: Likewise.
14813
148142003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14815
14816 * calendar/calendar.el (increment-calendar-month)
14817 (calendar-leap-year-p, calendar-absolute-from-gregorian)
14818 (generate-calendar, calendar-read-date, calendar-interval)
14819 (calendar-day-of-week): Handle years BC.
14820 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
14821
148222003-10-01 Dave Love <fx@gnu.org>
14823
14824 * language/cyrillic.el (cp1251): Alias for windows-1251.
14825
14826 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
14827 bootstrap.
14828
148292003-10-01 Lute Kamstra <lute@gnu.org>
14830
14831 * files.el: Fix typo.
14832 * imenu.el (imenu--generic-function): Docstring fix.
14833
148342003-09-30 Richard M. Stallman <rms@gnu.org>
14835
14836 * dired.el (dired-mode): Handle dired-directory as a list.
14837
148382003-09-30 Nick Roberts <nick@nick.uklinux.net>
14839
14840 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
14841
14842 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
14843
14844 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
14845 Replace gud-display with gud-watch.
14846 (gud-speedbar-buttons): Add stuff for watching expressions
a568a2cc 14847 in the speedbar when using M-x gdba. Use dolist on old part
55115079
PA
14848 of this function.
14849
14850 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
14851 (gdb-update-flag): New variables.
14852 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
14853 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
14854 (gud-watch, gdb-var-create-handler) : New functions.
14855 (gdb-var-list-children, gdb-var-list-children-handler)
14856 (gdb-var-create-regexp, gdb-var-update-regexp)
14857 (gdb-var-list-children-regexp): New constants.
14858 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
14859 (gdb-annotation-rules): Reduce annotation set (level 3).
14860 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
14861 (gdb-post-prompt): Don't update GDB buffers every time speedbar
14862 updates.
14863 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
14864 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
14865 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
14866 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
14867 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
14868 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
14869 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
14870 (gud-display, gud-display1)
14871 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
14872 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
14873 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
14874 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
14875 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
14876 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
14877 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
14878 (gdb-display-display-buffer, gdb-toggle-display)
14879 (gdb-delete-display, gdb-expressions-popup-menu)
14880 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
14881 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
14882 to display buffer.
14883
148842003-09-30 Richard M. Stallman <rms@gnu.org>
14885
14886 * progmodes/ada-mode.el (ada-mode): Don't use advice.
14887 Instead, set which-func-functions.
14888
14889 * progmodes/which-func.el (which-func-modes): Add ada-mode.
14890 (which-func-functions): New variable.
14891 (which-function): Use that.
14892
14893 * info.el (Info-mode): Double each `%' in header line.
14894
14895 * emacs-lisp/lisp-mnt.el (lm-with-file):
14896 When FILE is nil, run BODY in current buffer.
14897
14898 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
14899
14900 * help.el (describe-mode): Start with a brief list of minor modes.
14901 Find them thru minor-mode-list so as to find them all.
14902 Show them in alphabetical order.
14903
14904 * mail/sendmail.el (mail-aliases): Doc fix.
14905
14906 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
14907
149082003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14909
14910 * mail/rmailsum.el (rmail-make-summary-line-1):
14911 Change comma after last label to a space.
14912 (rmail-summary-font-lock-keywords): Adapt to that change.
14913
149142003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
14915
14916 * progmodes/scheme.el (scheme-mode-variables): When setting
14917 `font-lock-defaults', also specify that "#" should
14918 be interpreted with `word' syntax.
14919 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
14920
149212003-09-30 Lars Hansen <larsh@math.ku.dk>
14922
14923 * desktop.el: A lot of comments updated.
14924 (desktop-save-mode): Minor mode introduced.
14925 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
14926 (desktop-load-default): Function made obsolete.
14927 (desktop-locals-to-save): Variable made customizable.
14928 (desktop-read): Optional parameter `dirname' added.
14929 (desktop-change-dir, desktop-revert): Parameter `dirname' in
14930 `desktop-read' used.
14931 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
14932
149332003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
14934
14935 * whitespace.el (whitespace-clean-msg): Add user customizable message
14936 for displaying ``clean'' output.
14937 (whitespace-buffer): Use `whitespace-clean-msg'.
14938 (whitespace-global-mode): Fix typo.
14939
149402003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
14941
14942 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
14943
149442003-09-29 Lute Kamstra <lute@gnu.org>
14945
14946 * bindings.el (mode-line-modes): Remove superfluous :propertize
14947 construct in initialization.
14948 (mode-line-position): Change cons cell into proper list in
14949 initialization.
14950
28eba01f 149512003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
55115079
PA
14952
14953 * international/mule.el (decode-coding-inserted-region): Use car
14954 of the return value of find-operation-coding-system.
14955
149562003-09-29 Kenichi Handa <handa@m17n.org>
14957
14958 * descr-text.el (describe-char): Fix previous change.
14959
149602003-09-28 Kenichi Handa <handa@m17n.org>
14961
14962 * descr-text.el (describe-char-display): New function.
14963 (describe-char): Pay attention to display table on describing how
14964 a character is displayed.
14965
14966 * international/mule-cmds.el (encoded-string-description):
14967 Prepend "0x" to each encoded byte.
14968
149692003-09-28 Andreas Schwab <schwab@suse.de>
14970
14971 * find-file.el (ff-special-constructs): Add autoload cookie.
14972
149732003-09-28 Kevin Ryde <user42@zip.com.au>
14974
14975 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
14976 makeinfo appends to duplicate index entries.
14977
a6eeaa81 149782003-09-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
14979
14980 * dired-x.el (dired-clean-tex): Doc fix.
14981
14982 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
14983 using a Chinese tutorial.
14984
149852003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14986
14987 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
14988 between "MAIL FROM:" and "RCPT TO:" and the following address.
14989
149902003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14991
14992 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
14993
149942003-09-28 David Ponce <david@dponce.com>
14995
14996 * recentf.el (recentf-initialize-file-name-history): New defcustom.
14997 (recentf-load-list): When `recentf-initialize-file-name-history'
14998 is non-nil, initialize an empty `file-name-history' with the
14999 recent list.
15000
28eba01f 150012003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
55115079
PA
15002
15003 * man.el (Man-default-man-entry): Remove the leading `*' from the
15004 word at point.
15005
150062003-09-26 Lute Kamstra <lute@gnu.org>
15007
15008 * bindings.el (mode-line-position): Mention size indication in
15009 docstring.
15010
150112003-09-26 Andre Spiegel <spiegel@gnu.org>
15012
15013 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
15014
15015 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
15016 because it's autoloaded now.
15017
150182003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
15019
15020 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
15021 (sh-font-lock-keywords, sh-feature): Fix previous change of
15022 sh-feature to avoid infloop with sh-font-lock-keywords.
15023
150242003-09-25 Kim F. Storm <storm@cua.dk>
15025
15026 * frame.el (frame-current-scroll-bars): New defun.
15027
15028 * window.el (window-current-scroll-bars): New defun.
15029
150302003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15031
15032 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
15033 cause errors when the state cache contains info on parts that have
15034 been narrowed out.
15035
150362003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15037
15038 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
15039 `c-setup-paragraph-variables' has to be used when this variable is
15040 changed; it doesn't work to reinitialize the mode since that
15041 typically clobbers the variable.
15042
15043 * progmodes/cc-styles.el (c-setup-paragraph-variables):
15044 Make it interactive.
15045
150462003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15047
15048 * progmodes/cc-fonts.el (c-font-lock-declarations):
15049 Fix recognition of constructors and destructors for classes whose
15050 names are matched by `*-font-lock-extra-types'.
15051
15052 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
15053 followed by an identifier in C++ then it's a type.
15054
150552003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15056
15057 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
15058 problem that primarily affected XEmacs. Don't use faces to find
15059 unterminated strings since Emacs and XEmacs fontify strings
15060 differently - this function should now work better in XEmacs.
15061
150622003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15063
15064 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
15065 `expand-abbrev' workaround which caused braces to misbehave inside
15066 macros.
15067
15068 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
15069 handling. This bug could cause interactive font locking to bail out.
15070
150712003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15072
15073 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15074 Handle paren-style types in Pike. Also fixed some cases of
15075 insufficient handling of unbalanced parens.
15076
150772003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
15078
15079 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
15080 common shell prompts that are not common filename or URL characters.
15081 (ffap-file-at-point): Use the new regexp to strip the prompts from
a568a2cc 15082 the file names. This is an issue mostly for user prompts that
55115079 15083 don't have a trailing space and find-file-at-point is invoked from
e2cae769 15084 within a shell inside Emacs.
55115079
PA
15085
150862003-09-24 Andre Spiegel <spiegel@gnu.org>
15087
15088 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
15089 stamps numerically, rather than textually.
15090
150912003-09-24 Kenichi Handa <handa@m17n.org>
15092
15093 * language/devan-util.el (devanagari-post-read-conversion):
15094 * language/mlm-util.el (malayalam-post-read-conversion):
15095 * language/tml-util.el (tamil-post-read-conversion):
15096 Add autoload cookie.
15097
15098 * international/utf-8.el (utf-8-post-read-conversion):
15099 Call post-read-conversion functions for Devanagari, Malayalam,
15100 and Tamil.
15101
151022003-09-23 Dave Love <fx@gnu.org>
15103
15104 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
15105
151062003-09-22 Nick Roberts <nick@nick.uklinux.net>
15107
15108 * progmodes/gud.el (perldb): Add gud-until to list of commands.
15109 Update gud-remove.
15110
151112003-09-22 Richard M. Stallman <rms@gnu.org>
15112
15113 * progmodes/sh-script.el (sh-mode-default-syntax-table):
15114 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
15115 (sh-mode-syntax-table-input): New variable.
15116 (sh-require-final-newline): Don't use eval.
15117 (sh-builtins, sh-leading-keywords, sh-other-keywords)
15118 (sh-variables, sh-font-lock-keywords): Don't use eval.
15119 (sh-set-shell): When setting require-final-newline,
15120 treat value = `require-final-newline' as don't change it.
15121 Set sh-mode-syntax-table locally based on
15122 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
15123
15124 * progmodes/compile.el (compile-internal):
15125 Call compilation-set-window-height before setting window start.
15126
151272003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
15128
15129 * emacs-lisp/bytecomp.el (byte-compile-log-file):
15130 Clear out byte-compile-last-warned-form.
15131
151322003-09-22 Richard M. Stallman <rms@gnu.org>
15133
15134 * woman.el (woman-file-name, woman-follow-word):
15135 If current-word returns nil, use "".
15136
15137 * simple.el (eval-expression): Bind standard-output in to-buffer case.
15138
151392003-09-22 Richard M. Stallman <rms@gnu.org>
15140
15141 * emacs-lisp/lisp-mnt.el (lm-with-file):
15142 Don't visit the file, just use insert-file-contents in temp buffer.
15143
151442003-09-22 Jari Aalto <jari.aalto@poboxes.com>
15145
15146 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
15147 Add surrounding \\( and \\) around the header, as in
15148 for lm-history-header 'Change Log\\|History'.
15149
151502003-09-22 John Paul Wallington <jpw@gnu.org>
15151
15152 * progmodes/ld-script.el: Add Commentary section,
15153 minor cleanup of file header.
15154 (ld-script-font-lock-keywords): Doc fix.
15155 (toplevel): Provide `ld-script' feature.
15156
151572003-09-21 Kim F. Storm <storm@cua.dk>
15158
15159 * scroll-bar.el (set-scroll-bar-mode): Initialize to
15160 new built-in variable default-frame-scroll-bars.
15161 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
15162 scroll-bar-mode; notably, use it instead of t when we toggle
15163 scroll-bars on.
15164 (toggle-scroll-bar): Use default-frame-scroll-bars.
15165
151662003-09-19 Masatake YAMATO <jet@gyve.org>
15167
15168 * pcvs.el (cvs-do-removal): Change the prompt depending on
15169 `filter' value.
15170
151712003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
15172
15173 * startup.el (command-line-1): Stop startup-echo-area-message
15174 being hidden by "Loading image..." message.
15175 (use-fancy-splash-screens-p, display-splash-screen):
15176 Move display-graphic-p test from latter to former.
15177
15178 * progmodes/sh-script.el (sh-font-lock-keywords):
15179 Highlight escaped EOLs differently from other backslash constructs.
15180
151812003-09-19 Richard M. Stallman <rms@gnu.org>
15182
15183 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
15184 New functions.
15185 (edebug-enter, edebug-outside-excursion): Use them.
15186
15187 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
15188 Fix the condition for whether to print "In WHERE".
15189
151902003-09-19 Jari Aalto <jari.aalto@poboxes.com>
15191
15192 * finder.el (finder-mode-hook): New variable.
15193 (finder-mode): Run hook finder-mode-hook
15194
151952003-09-18 Masatake YAMATO <jet@gyve.org>
15196
15197 * progmodes/ebrowse.el: Fix broken magic autoload comments.
15198
151992003-09-17 Mario Lang <mlang@delysid.org>
15200
15201 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
15202 "p %e" to actually print the value in the GUD buffer.
15203
152042003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
15205
15206 From David Ponce <david.ponce@wanadoo.fr>:
15207 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
15208 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
15209 from loaddefs-boot.el if necessary.
15210
28eba01f 152112003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
55115079
PA
15212
15213 * progmodes/gud.el (gud-find-class): Make jdb work again since
15214 cc-mode changed the syntactic information.
15215
152162003-09-15 David Ponce <david@dponce.com>
15217
15218 * recentf.el: (recentf-exclude): Accept predicates too.
15219 (recentf-file-readable-p): New function.
15220 (recentf-include-p): Handle predicates in recentf-exclude.
15221 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
15222 (recentf-cleanup): Likewise.
15223 (recentf-save-list): Use write-file to handle backup of
15224 recentf-save-file.
15225
152262003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
15227
15228 * loaddefs-boot.el: Renamed from `loaddefs.el'
15229 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
15230 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
15231 necessary.
15232
152332003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
15234
15235 * electric.el (Electric-pop-up-window): For the `one-window' case,
15236 no longer disconcertingly move point in the original buffer.
15237
152382003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15239
15240 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
15241
28eba01f 152422003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
15243
15244 * dired.el (dired-mode-map): Fix typo.
15245
152462003-09-11 Richard M. Stallman <rms@gnu.org>
15247
15248 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
15249
152502003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
15251
15252 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
15253 the function is less noisy. Now only `kill-buffer' can ask questions.
15254
152552003-09-10 Mario Lang <mlang@delysid.org>
15256
15257 * battery.el: Update Commentary and Copyright.
15258 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
15259 appear due to wrong ordering of the expressions in `or'.
15260
152612003-09-09 Lute Kamstra <lute@gnu.org>
15262
15263 * misc.el (upcase-char): Fix docstring.
15264 (zap-up-to-char): New command.
15265
152662003-09-08 David Ponce <david@dponce.com>
15267
15268 Ensure that recentf correctly updates the menu bar.
15269 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
15270 (recentf-menu-bar): New function.
15271 (recentf-clear-data): Use it
15272 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
15273 of easy-menu-change.
15274
152752003-09-08 Lute Kamstra <lute@gnu.org>
15276
15277 * simple.el (size-indication-mode): New.
15278 * bindings.el (mode-line-position): Add buffer size indicator.
15279
152802003-09-04 Mario Lang <mlang@delysid.org>
15281
15282 * battery.el (battery-linux-proc-acpi): New function.
15283 (battery-status-function): Modify default value calculation to also
15284 check for availability of ACPI.
15285 (battery-echo-area-format): Ditto.
15286 (battery-mode-line-format): Ditto.
15287
152882003-09-06 Dave Love <fx@gnu.org>
15289
15290 * ielm.el (ielm-mode-hook): Add :options.
15291
15292 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
15293 (eldoc-print-current-symbol-info): Use it.
15294
152952003-09-04 Nick Roberts <nick@nick.uklinux.net>
15296
15297 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
15298 being displayed in GUD buffer.
a568a2cc 15299 (gdb-idle-input-queue): Remove var. Use just one queue.
55115079
PA
15300 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
15301 Remove functions. Use just one queue.
15302 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
15303 (gdb-invalidate-assembler, gdb-get-current-frame):
15304 Modify functions. Use just one queue.
15305
153062003-09-04 Dave Love <fx@gnu.org>
15307
15308 * cus-start.el: Add blink-cursor-alist.
15309
15310 * ruler-mode.el (ruler-mode-fill-column-char)
15311 (ruler-mode-current-column-char): Use char-displayable-p,
15312 not window-system.
15313
15314 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
15315
15316 * language/european.el (windows-1252): Move from code-pages.
15317
15318 * language/cyrillic.el ("Windows-1251"): Delete.
15319 ("Bulgarian", "Belarusian"): Remove `features'.
15320 (windows-1251): Move from code-pages.
15321
15322 * international/mule-diag.el (non-iso-charset-alist):
15323 Remove `codepage' stuff.
15324 (print-designation, list-coding-systems-1): Output fixes.
15325
15326 * international/code-pages.el (cp-make-translation-table)
15327 (cp-valid-codes): Made defsubsts.
15328 (cp-fix-safe-chars): Delete.
15329 (mule-diag): Don't require.
15330 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
15331 (top-level): Check for defined coding system when defining
15332 cp... aliases. Change w32-add-charset-info test to avoid warning.
15333 (non-iso-charset-alist): Defvar when compiling.
15334 (cp-make-coding-system): Doc fix.
15335
153362003-09-02 Jason Rumney <jasonr@gnu.org>
15337
15338 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
15339 line-ends from CVS before doing conversion.
15340
153412003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
15342
15343 * calendar/diary-lib.el (diary-header-line-flag)
15344 (diary-header-line-format): New variables.
15345 (list-diary-entries): Use them to set header line in simple diary.
15346
15347 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
15348 other than font-lock-string-face to highlight backslashes.
15349
153502003-09-01 Jason Rumney <jasonr@gnu.org>
15351
15352 * international/titdic-cnv.el (tit-read-key-value): Include \r in
15353 regexp.
15354
153552003-09-01 Dave Love <fx@gnu.org>
15356
15357 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
15358
15359 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
15360 and :help; also line and column numbers labels.
15361
15362 * international/mule-util.el (char-displayable-p): Move from
15363 latin1-disp, rename and autoload.
15364
15365 * international/latin1-disp.el (latin1-char-displayable-p):
15366 Now obsolete alias. Replace uses with char-displayable-p.
15367 (latin1-display-ucs-per-lynx): Fix last change.
15368
15369 * international/mule-cmds.el (standard-display-european-internal):
15370 Don't use char code for Latin-1 NBSP.
15371 <XFree86 4>: Unfrob NBSP display table. Set display table to use
15372 U+2018, U+2019 for `'.
15373 (select-safe-coding-system): Message fix.
15374
153752003-09-01 Kenichi Handa <handa@m17n.org>
15376
15377 * international/fontset.el (setup-default-fontset): For Thai
15378 font, specify "*" family.
15379
28eba01f 153802003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
55115079
PA
15381
15382 * progmodes/compile.el (previous-error): Accept a prefix
15383 argument, similarly to next-error.
15384
153852003-08-31 Masatake YAMATO <jet@gyve.org>
15386
15387 * pcvs.el (cvs-do-removal): Use = instead of eq to check
15388 the number of files. Bind the number of files to a local
15389 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
15390
a6eeaa81 153912003-08-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
15392
15393 * vc-hooks.el (vc-make-version-backup): Fix the change made on
15394 2003-07-26: msdos-long-file-names is a function, not a variable.
15395
153962003-08-29 Richard M. Stallman <rms@gnu.org>
15397
15398 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
15399 Do nothing with mail-personal-alias-file if it is nil.
15400
15401 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
15402 Do nothing if mail-personal-alias-file is nil.
15403
15404 * term.el (term-exec-1): Bind coding-system-for-read.
15405
15406 * dired.el (dired-mouse-find-file-other-window):
15407 Use dired-view-command-alist here, as in dired-view-file.
15408 (dired-view-command-alist): Use %s to substitute file name.
15409 Handle .ps_pages, .eps, .jpg, .gif, .png.
15410
154112003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
15412
15413 * info.el (Info-mode-map): Bind S-tab and <backtab> to
15414 `Info-prev-reference', instead of M-tab.
15415
154162003-08-29 Martin Stjernholm <mast@lysator.liu.se>
15417
15418 * simple.el (blink-matching-open): Work correctly on chars that
15419 are designated as parens through the syntax-table text property.
15420
28eba01f 154212003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
55115079
PA
15422
15423 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
15424 line break position in the middle of a non-kinsoku (e.g. latin)
15425 word, making it skip until either a space or a character with
15426 category "|".
15427 (kinsoku-longer): Test for end of buffer.
15428
a6eeaa81 154292003-08-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
15430
15431 * mail/rmail.el (rmail-convert-to-babyl-format):
15432 Detect quoted-printable- and base64-encoded messages and decode them
15433 automatically. Set the message's encoding from the charset=
15434 header, if any. Decode base64-encoded messages in Mail format as well.
15435
154362003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
15437
9310ba21 15438 * mail/smtpmail.el: Fix previous change.
55115079
PA
15439 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
15440 calling smtpmail-via-smtp.
15441 (smtpmail-via-smtp): Add fall-back values for envelope-from.
15442
154432003-08-26 John Paul Wallington <jpw@gnu.org>
15444
15445 * image.el (image-jpeg-p): Don't search beyond length of data.
15446
154472003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
15448
15449 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
15450 misfeature in `expand-abbrev' which caused electric keywords like
15451 "else" to disappear if an open brace was typed directly afterwards.
15452
154532003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
15454
15455 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
15456 mandatory in `define-widget'.
15457
15458 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
15459 Don't align the operators "!=", "<=" and ">=" as assignment operators.
15460
15461 (c-assignment-operators): New language constant that only contains
15462 the assignment operators.
15463
15464 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
15465
154662003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
15467
15468 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15469 Safeguard against unbalanced sexps.
15470
28eba01f 154712003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
55115079
PA
15472
15473 * version.el (emacs-version): Check for gtk. Include gtk version info.
15474
154752003-08-25 John Paul Wallington <jpw@gnu.org>
15476
15477 * man.el (Man-default-man-entry): Don't whizz past the section
15478 number before looking for it.
15479
154802003-08-24 Nick Roberts <nick@nick.uklinux.net>
15481
15482 * progmodes/gud.el (gud-display-line): Don't set window-point if
a568a2cc 15483 source buffer is not visible. (Only happens with M-x gdba.)
55115079
PA
15484
15485 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
15486 documentation.
15487 (gdb-source, gdb-source-info): Update to assembler unnecessary
15488 as its done after each GDB command anyway.
15489 (gdb-pre-prompt): Use with-current-buffer.
15490 (gdb-insert-field): Add help-echo text.
15491 (gdb-invalidate-assembler): Re-display of assembler now done in
15492 gdb-info-breakpoints-custom.
15493 (gdb-info-breakpoints-custom): Force re-display of assembler to
15494 happen *after* update of breakpoints buffer.
15495 (gdb-display-source-buffer): Don't choke if gdb-source-window
15496 isn't visible.
15497 (gdb-put-string, gdb-put-arrow): Remove free variables.
15498
154992003-08-24 John Paul Wallington <jpw@gnu.org>
15500
15501 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
15502
15503 * man.el (Man-default-man-entry): Strip text properties when
15504 snarfing parts of entry because `format' preserves properties.
15505
155062003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
15507
15508 * files.el (file-newest-backup): Use `expand-file-name'.
15509
15510 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
15511 Allow the diary to pop up a new frame, if needed.
15512
15513 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
15514 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
15515 (smtpmail-send-it): Make treatment of envelope-from consistent with
15516 sendmail.el.
15517
15518 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
15519 (sh-leading-keywords): Add the bash `time' reserved word.
15520 (sh-variables): Add some bash variables.
15521 (sh-add-completer): Fix nil branch of case statement.
15522
155232003-08-24 Masatake YAMATO <jet@gyve.org>
15524
15525 * progmodes/ld-script.el: New file.
15526
155272003-08-23 Markus Rost <rost@math.ohio-state.edu>
15528
15529 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
15530
155312003-08-23 Andre Spiegel <spiegel@gnu.org>
15532
15533 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
15534 Better explain obsolescence, and what to use instead.
15535
155362003-08-23 Masatake YAMATO <jet@gyve.org>
15537
15538 * pcvs.el (cvs-do-removal): Show the deleted file name
15539 on the prompt.
15540
155412003-08-20 Dave Love <fx@gnu.org>
15542
15543 * international/mule.el (make-coding-system)
15544 (set-buffer-file-coding-system): Doc fix.
15545
15546 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
15547
15548 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
15549
15550 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
15551
15552 * international/utf-16.el: Add mime-text-unsuitable coding system
15553 properties.
15554
15555 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
15556
15557 * cus-edit.el: Add some :links.
15558 (bib): Remove.
15559
15560 * textmodes/bib-mode.el (bib): Add :group external.
15561
155622003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
15563
15564 * wid-edit.el (widget-echo-help): Make it handle expressions that
15565 evaluate to strings.
15566
155672003-08-18 Michael Mauger <mmaug@yahoo.com>
15568
15569 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
15570
15571 Simplify selection of SQL products to define highlighting and
15572 interactive mode. Includes detailed instructions on adding
15573 support for new products.
15574
15575 * progmodes/sql.el (sql-product): New variable. Identifies SQL
15576 product for use in highlighting and interactive mode.
15577 (sql-interactive-product): New variable. SQL product for
15578 sql-interactive-mode.
15579 (sql-product-support): New variable. Specifies product-specific
15580 parameters to drive highlighting and interactive mode.
15581 (sql-imenu-generic-expression): Add more object types.
15582 (sql-sqlite-options): Correct comment.
15583 (sql-ms-program): Use "osql" rather than "isql".
15584 (sql-prompt-regexp, sql-prompt-length): Update comment.
15585 (sql-mode-menu): Add "Start SQLi session" entry.
15586 Replace Highlighting submenu with Product menu. Fix Send Region entry.
15587 (sql-mode-abbrev-table): Add abbreviations. Support of
15588 SYSTEM-FLAG on define-abbrev. Support was removed with last
15589 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
15590 (sql-mode-font-lock-object-name): Add font-lock pattern for object
15591 names.
15592 (sql-mode-ansi-font-lock-keywords): Set as default value.
15593 (sql-mode-oracle-font-lock-keywords): Set as default value.
15594 Support Oracle 9i keywords.
15595 (sql-mode-postgres-font-lock-keywords): Set as default value.
15596 (sql-mode-linter-font-lock-keywords): Set as default value.
15597 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
15598 SQLServer 2000.
15599 (sql-mode-sybase-font-lock-keywords)
15600 (sql-mode-interbase-font-lock-keywords)
15601 (sql-mode-sqlite-font-lock-keywords)
15602 (sql-mode-strong-font-lock-keywords)
15603 (sql-mode-mysql-font-lock-keywords)
15604 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
15605 keywords.
15606 (sql-mode-font-lock-defaults): Update comment.
15607 (sql-product-feature): New function. Returns feature associated
15608 with a product from `sql-product-support' alist.
15609 (sql-product-font-lock): New function. Set font-lock support
15610 based on `sql-product'.
15611 (sql-add-product-keywords): New function. Add font-lock rules to
15612 product-specific keyword variables.
15613 (sql-set-product): New function. Set `sql-product' and apply
15614 appropriate font-lock highlighting.
15615 (sql-highlight-product): New function. Set font-lock support
15616 based on a product. Also set mode name to include product name.
15617 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
15618 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
15619 Use `sql-set-product'.
15620 (sql-highlight-ms-keywords)
15621 (sql-highlight-sybase-keywords)
15622 (sql-highlight-interbase-keywords)
15623 (sql-highlight-strong-keywords)
15624 (sql-highlight-mysql-keywords)
15625 (sql-highlight-sqlite-keywords)
15626 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
15627 (sql-get-login): Prompt in the same order as the tokens.
15628 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
15629 (sql-product-interactive): New function. Common portions of
15630 product-specific interactive mode wrappers.
15631 (sql-interactive-mode): Rewritten to use product features.
15632 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
15633 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
15634 (sql-db2, sql-linter): Use `sql-product-interactive'.
15635 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
15636 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
15637 (sql-connect-ingres, sql-connect-postgres)
15638 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
15639 New functions. Format command line parameters and invoke comint on
15640 the appropriate interpreter. Code was in the corresponding
15641 `sql-xyz' function before.
15642 (sql-connect-ms): New function. Support -E argument to use
15643 operating system credentials for authentication.
15644
156452003-08-18 Kenichi Handa <handa@m17n.org>
15646
15647 * international/mule.el (encode-char): Fix for the ASCII case.
15648
156492003-08-15 Kenichi Handa <handa@m17n.org>
15650
15651 * international/fontset.el (setup-default-fontset): Change "*" to
15652 nil in the specifications of font family.
15653
156542003-08-18 Kim F. Storm <storm@cua.dk>
15655
15656 * kmacro.el (kmacro-keymap): Group related bindings in
15657 initialization for clarity. Bind C-s to start macro.
15658 Remove C-r binding.
15659 (kmacro-initial-counter-value): New defvar to hold initial counter
15660 value in case we set the value before defining a macro.
15661 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
15662 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
15663 not defining or executing macro. Doc fix.
15664 (kmacro-add-counter): Clear kmacro-initial-counter-value.
15665 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
15666 temporarily view older elements on the macro ring without cycling
15667 the ring.
15668 (kmacro-display): Doc fix.
15669 (kmacro-exec-ring-item): New helper function.
15670 (kmacro-call-ring-2nd): Use it.
15671 (kmacro-call-ring-2nd-repeat): Doc fix.
15672 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15673 (kmacro-end-or-call-macro): Execute last viewed macro (using
15674 kmacro-exec-ring-item) from ring if this follows
15675 kmacro-view-macro. This allows us to find a macro on the ring
15676 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15677 the ring to bring it to the head of the ring.
15678 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15679 Allow binding to reserved keys without specifying C-x C-k prefix.
15680 Ask for confirmation if entered key sequence is already bound to
15681 a non-macro command.
15682 (kmacro-view-macro): Repeating command will show older elements
15683 on the macro ring; C-k will execute the last viewed macro.
15684 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
15685 property from 'ring to 'head.
15686
156872003-08-17 Alan Shutko <ats@acm.org>
15688
15689 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
15690 keeping December out of the alist.
15691
156922003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
15693
15694 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
15695 * calendar/calendar.el (calendar-mode-map): Bind it to key.
15696 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
15697 (calendar-flatten): New function.
15698 (calendar-mouse-view-other-diary-entries)
15699 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
15700 in the menu title and to show multi-line diary entries correctly
15701 in the menu.
15702
157032003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
15704
15705 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
15706 defcustom, because the default was recently changed.
15707
157082003-08-16 Richard M. Stallman <rms@gnu.org>
15709
15710 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
15711
15712 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15713 New subroutine, broken out of eval-last-sexp-1.
15714 (eval-last-sexp-1): Use eval-last-sexp-print-value.
15715
15716 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
15717
15718 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
15719
15720 * simple.el (eval-expression): Use eval-last-sexp-print-value.
15721
157222003-08-14 Jari Aalto <jari.aalto@poboxes.com>
15723
15724 * progmodes/compile.el (compilation-error-regexp-alist):
15725 Add Java ANt error detection as described in document
15726 http://ant.apache.org/faq.html
15727
157282003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
15729
15730 * simple.el (backward-word, forward-to-indentation)
9242b3b7 15731 (backward-to-indentation): Argument changed to optional.
55115079
PA
15732 (next-line, previous-line): Use `or' instead of `unless'.
15733
157342003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15735
15736 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
15737 instead of a constant.
15738
157392003-08-12 Markus Rost <rost@math.ohio-state.edu>
15740
15741 * shell.el (shell): With prefix-arg, suggest a new buffer name.
15742
157432003-08-12 Andre Spiegel <spiegel@gnu.org>
15744
15745 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
15746 (vc-sccs-workfile-version): Search the entire delta table, rather
15747 than just the first entry, because that might be a deleted version.
15748
157492003-08-11 Karl Fogel <kfogel@red-bean.com>
15750
15751 * menu-bar.el (menu-bar-options-menu): Supply a body for the
15752 [save-place] binding in the Options menu. Have it require
15753 'saveplace' and then toggle the variable manually, to avoid an an
15754 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
15755 for the bug report.
15756
157572003-08-11 Nick Roberts <nick@nick.uklinux.net>
15758
15759 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
15760 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
15761 (gdb-info-threads-custom): Add help-echo text.
15762 (gdb-display-back): Don't use purecopy.
15763 (gdb-info-breakpoints-custom, gdb-reset)
15764 (gdb-assembler-custom): Use display-images-p to test if breakpoint
15765 icons can be displayed.
15766
157672003-08-11 Markus Rost <rost@math.ohio-state.edu>
15768
15769 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
15770
157712003-08-11 Stefan Monnier <monnier@cs.yale.edu>
15772
15773 * bookmark.el (bookmark-completing-read):
15774 Return a string, instead of a list of one string.
15775 Use a popup menu if activated from the mouse.
15776 (bookmark-edit-annotation): Remove unused vars.
15777 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
15778 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
15779 to bookmark-completing-read.
15780 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15781 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
15782 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
15783 and erase-buffer.
15784 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
15785 (bookmark-menu-jump, bookmark-menu-insert)
15786 (bookmark-popup-menu-and-apply-function)
15787 (bookmark-menu-popup-paned-bookmark-menu): Remove.
15788 (bookmark-menu-build-paned-menu): Remove by folding it into
15789 bookmark-menu-popup-paned-menu.
15790 (menu-bar-bookmark-map): Move the define-key statements here.
15791 Use the "non-menu" commands since they now pop up a menu if needed.
15792 (bookmark-exit-hook-internal): Simplify.
15793
157942003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
15795
15796 * reftex-toc.el (reftex-toc-rename-label): New function.
15797 (reftex-toc-check-docstruct): New function.
15798
15799 * reftex.el (reftex-region-active-p): New function.
15800
15801 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
15802 regexp to find the \bibliography macro.
15803
15804 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
15805 which does not exist in LaTeX.
15806 (reftex-cite-format-builtin): Added amsrefs support.
15807 (reftex-toc-confirm-promotion): New option
15808
15809 * reftex-toc.el
15810 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
15811 (reftex-toc-demote, reftex-toc-promote)
15812 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15813 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15814 (reftex-toc-newhead-from-alist)
15815 (reftex-toc-load-all-files-for-promotion): New functions.
15816 (reftex-toc-help): Added description of new keys.
15817 (reftex-toc-split-windows-fraction): New option.
15818 (reftex-recenter-toc-when-idle): Search *toc* window on all
15819 visible frames.
15820 (reftex-toc): Additional parameter REUSE
15821 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
15822 with REUSE argument.
15823 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
15824 the call of `reftex-toc'.
15825 (reftex-make-separate-toc-frame): New function .
15826 (reftex-toc-recenter): When called with triple prefix arg, call
15827 `reftex-make-separate-toc-frame' first.
15828 (reftex-toc-toggle-dedicated-frame): New command.
15829 (reftex-toc-quit): Adapted to delete frame when called in
15830 dedicated frame.
15831
15832 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
15833 all enclosing macros.
15834
15835
158362003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15837
15838 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
15839 first use.
15840
158412003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15842
15843 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
15844
158452003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
15846
15847 * calendar/calendar.el (list-diary-entries-hook)
15848 (diary-display-hook, nongregorian-diary-listing-hook)
15849 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
15850 Add some customize options for these hooks.
15851 (calendar-abbrev-construct): Don't try to take a substring longer
15852 than the original string.
15853
158542003-08-05 Richard M. Stallman <rms@gnu.org>
15855
15856 * emacs-lisp/testcover.el (noreturn): Report error if does return.
15857 (testcover-reinstrument-clauses): Doc fix.
15858
15859 * emacs-lisp/warnings.el: Doc fixes, args renamed.
15860 (warning-type-format): Rename from warning-group-format.
15861
15862 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
15863 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
15864 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
15865 to prevent warnings about defvar for an obsolete variable.
15866
15867 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
15868 warning-group-format renamed to warning-type-format.
15869
15870 * subr.el (read-passwd): Use clear-string instead of fillarray.
15871
15872 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
15873 Use vconcat instead of concat.
15874 (edmacro-sanitize-for-string): New function.
15875
158762003-08-05 Dave Love <fx@gnu.org>
15877
15878 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
15879 line-number-display-limit-width.
15880
15881 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
15882
158832003-08-05 Kenichi Handa <handa@m17n.org>
15884
15885 * international/code-pages.el: Don't require mule-diag.
15886
15887 * international/mule-diag.el (non-iso-charset-alist):
15888 Add autoload cookie.
15889
15890 * language/devan-util.el (dev-glyph-order): Add an entry for the
15891 glyph code #xC4.
15892
158932003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15894
15895 * calendar/calendar.el (diary-file, diary-file-name-prefix)
15896 (european-calendar-style, diary-date-forms)
15897 (calendar-day-name-array, calendar-month-name-array): Doc change.
15898 (generate-calendar-month): Adapt for new behaviour of
15899 `calendar-day-name' function.
15900 (calendar-abbrev-length, calendar-day-abbrev-array)
15901 (calendar-month-abbrev-array): New variables.
15902 (calendar-abbrev-construct): New function.
15903 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
15904 rather than fixing abbrevs at some width. Calling syntax change.
15905 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
15906 (calendar-date-string): Adapt for new behaviours of
15907 `calendar-day-name' and `calendar-month-name' functions.
15908
15909 * calendar/diary-lib.el (list-diary-entries): Adapt for new
15910 behaviour of `calendar-day-name' and `calendar-month-name' functions.
15911 (diary-name-pattern): Use abbrev arrays, rather than fixing
15912 abbrevs at three chars. Calling syntax change.
9242b3b7 15913 (mark-diary-entries): Adapt for new behaviours of
55115079
PA
15914 `diary-name-pattern' and `calendar-make-alist' functions.
15915 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
15916 `diary-name-pattern' function.
15917 (font-lock-diary-date-forms): Use abbrev arrays, rather than
15918 fixing abbrevs at three chars. Calling syntax change.
15919 (cal-hebrew, cal-islam): Require when compiling.
15920 (diary-font-lock-keywords): Adapt for new behaviour of
15921 `font-lock-diary-date-forms' function.
15922
15923 * calendar/cal-hebrew.el: Reposition some code so defined before used.
15924 (calendar-hebrew-month-name-array-common-year)
15925 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
15926 (list-hebrew-diary-entries): Adapt for new behaviours of
15927 `calendar-day-name' and `add-to-diary-list' functions.
15928 (mark-hebrew-diary-entries): Adapt for new behaviours of
15929 `diary-name-pattern' and `calendar-make-alist' functions.
15930
15931 * calendar/cal-islam.el (calendar-islamic-month-name-array):
15932 Add doc string.
15933 (list-islamic-diary-entries): Adapt for new behaviours of
15934 `calendar-day-name' and `add-to-diary-list' functions.
15935 (mark-islamic-diary-entries): Adapt for new behaviours of
15936 `diary-name-pattern' and `calendar-make-alist' functions.
15937
15938 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
15939 `calendar-month-name' function.
15940
15941 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
15942
15943 * calendar/solar.el (solar-seasons-data): Move definition before use.
15944
15945 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
15946 (cal-tex-LaTeX-hourbox): Move definition before use.
15947
15948 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
15949 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
15950 lunar.el, solar.el
15951 (displayed-month, displayed-year): Define for compiler.
15952
159532003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15954
15955 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
15956 MODE. Renamed from c-init-c-language-vars'.
15957 (c-initialize-cc-mode): Change accordingly.
15958 (c-common-init): Ditto.
15959 (c-mode): Ditto.
15960 (c++-mode): Use `c-init-language-vars-for'.
15961 (objc-mode): Ditto.
15962 (java-mode): Ditto.
15963 (idl-mode): Ditto.
15964 (pike-mode): Ditto.
15965 (awk-mode): Ditto.
15966
159672003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15968
15969 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
15970 or not the point moved.
15971
15972 (c-search-decl-header-end): Don't trip up on operator identifiers
15973 in C++ and operators like == in all languages.
15974
15975 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15976 Detect leading labels correctly.
15977
159782003-08-02 Andreas Schwab <schwab@suse.de>
15979
15980 * textmodes/ispell.el: Don't redo key bindings on loading, put
15981 them only in loaddefs.el.
15982 * bookmark.el: Likewise.
15983 * dabbrev.el: Likewise.
15984 * emerge.el: Likewise.
15985
15986 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
15987 has more than one member.
15988
15989 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
15990
159912003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15992
15993 * lpr.el (printify-region): It was ending conversion before the
15994 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
15995
159962003-07-31 John Paul Wallington <jpw@gnu.org>
15997
15998 * net/browse-url.el (browse-url-epiphany): Doc fix.
15999
160002003-07-30 Kenichi Handa <handa@m17n.org>
16001
16002 * international/fontset.el (setup-default-fontset):
16003 Change registry names of Akurti fonts.
16004
160052003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
16006
16007 * comint.el (comint-read-noecho): Use `clear-string' instead of
16008 `fillarray'.
16009
160102003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
16011
16012 * outline.el (outline-mode-hook): Add defvar.
16013
160142003-07-28 Nick Roberts <nick@nick.uklinux.net>
16015
16016 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
16017 Restore assembler in source window if that is what has been selected.
16018 (menu): Add gdb-restore-windows to menu. Make gdba
16019 specific menus only visible from gdba.
16020
160212003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
16022
16023 * progmodes/compile.el (compilation-environment): New user variable.
16024 (compile-internal): Respect it.
16025
160262003-07-23 Masatake YAMATO <jet@gyve.org>
16027
16028 * progmodes/gud.el (gdb-script-font-lock-keywords):
16029 Put `font-lock-function-name-face' on a symbol which includes
16030 `-' like `hook-run'. Put font-lock-variable-name-face
16031 on a symbol starting with $.
16032
160332003-07-27 Markus Rost <rost@math.ohio-state.edu>
16034
16035 * files.el (set-visited-file-name): Use truename for buffer-file-name.
16036
160372003-07-26 Markus Rost <rost@math.ohio-state.edu>
16038
16039 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
16040
160412003-07-26 Andre Spiegel <spiegel@gnu.org>
16042
16043 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
16044 Use with-no-warnings.
16045 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
16046 rather than to find-file-not-found-hook, which doesn't exist.
16047
160482003-07-26 Markus Rost <rost@math.ohio-state.edu>
16049
16050 * international/quail.el (quail-translate-key): Fix previous change.
16051
160522003-07-25 John Paul Wallington <jpw@gnu.org>
16053
16054 * server.el (server-start): Check `server-process' is non-nil
16055 before killing it to avoid killing current buffer's process.
16056
16057 * simple.el (choose-completion-string): Use `minibufferp';
16058 test `completion-reference-buffer' if `buffer' arg is nil.
16059 (push-mark): Use `when' and `unless'.
16060 (pop-mark): Use `when'.
16061
16062 * mouse-sel.el (mouse-sel-get-selection-function):
16063 Check `x-last-selected-text-primary'. Don't barf if it or
16064 `x-last-selected-text' aren't bound.
16065
160662003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16067
16068 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
16069
160702003-07-23 Stefan Monnier <monnier@cs.yale.edu>
16071
16072 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
16073
160742003-07-23 John Paul Wallington <jpw@gnu.org>
16075
16076 * tooltip.el (defface tooltip): Inherit from variable-pitch.
16077
160782003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16079
16080 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
16081 string. Defvar the derived hook.
16082
16083 * macros.el (insert-kbd-macro): Escape double quote character.
16084 From Thomas W Murphy <twm@andrew.cmu.edu>.
16085
160862003-07-22 Stefan Monnier <monnier@cs.yale.edu>
16087
16088 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
16089 to match the specific mark rather than reusing comment-start-skip.
16090
160912003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
16092
16093 * progmodes/hideshow.el (hs-special-modes-alist):
16094 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
16095
160962003-07-21 Markus Rost <rost@math.ohio-state.edu>
16097
16098 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
16099 value using ?\s.
16100
161012003-07-21 John Paul Wallington <jpw@gnu.org>
16102
16103 * subr.el (with-selected-window): Add closing paren.
16104
161052003-07-21 Richard M. Stallman <rms@gnu.org>
16106
16107 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
16108 (lisp-mode): Likewise.
16109
16110 * subr.el (with-selected-window): Copy code form save-selected-window
16111 so as to call select-window with norecord arg.
16112 (dynamic-completion-table): Doc fix.
16113 (lazy-completion-table): Doc fix.
16114
16115 * international/mule-cmds.el (set-locale-environment):
16116 langinfo renamed to locale-info.
16117
16118 * international/mule.el (auto-coding-functions): Doc fix.
16119
161202003-07-21 Kenichi Handa <handa@m17n.org>
16121
16122 * international/quail.el (quail-translate-key):
16123 Update quail-current-str correctly.
16124
161252003-07-21 Andreas Schwab <schwab@suse.de>
16126
16127 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
16128 ?, to "_".
16129
161302003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
16131 Version 2.0.36 of Tramp released.
16132
16133 * net/tramp.el (tramp-default-password-end-of-line): Rename from
16134 tramp-password-end-of-line.
16135 (tramp-password-end-of-line): New method parameter.
16136 (tramp-get-password-end-of-line): Function to access method
16137 parameter `tramp-password-end-of-line', or variable
16138 `tramp-default-password-end-of-line' (default value).
16139 (tramp-methods): Add entries for new parameter
16140 tramp-password-end-of-line.
16141 (tramp-enter-password): Use new function
16142 `tramp-get-password-end-of-line'.
16143 (tramp-handle-insert-file-contents): Do not
16144 unconditionally inhibit the file operation file-local-copy, only
16145 do that when the inhibit-file-name-operation is currently
16146 insert-file-contents. This fixes finding remote CVS-controlled
16147 files. (It would barf on inserting the CVS/Entries file
16148 literally, because the file-local-copy handler wasn't called.)
16149 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
16150 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
16151 (tramp-initial-commands): New variable.
16152 (tramp-process-initial-commands): New function, using the variable.
16153 (tramp-open-connection-setup-interactive-shell): Call the new function.
16154 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
16155 method into the buffer name, never use nil. Reported by Hanak
16156 David <dhanak@inf.bme.hu>.
16157 (tramp-open-connection-setup-interactive-shell): Erase buffer
16158 before sending "stty -onlcr".
16159
16160 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
16161
161622003-07-19 Markus Rost <rost@math.ohio-state.edu>
16163
16164 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
16165
161662003-07-19 John Paul Wallington <jpw@gnu.org>
16167
16168 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
16169 (artist-draw-rect, artist-draw-square): Doc fixes.
16170
16171 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
16172
16173 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
16174
161752003-07-19 Kenichi Handa <handa@m17n.org>
16176
16177 * international/kkc.el (kkc-show-conversion-list-update):
16178 Highlight the correct candidate in the message.
16179
161802003-07-18 John Paul Wallington <jpw@gnu.org>
16181
16182 * simple.el (current-word): Don't include punctuation char when
16183 `really-word' arg is non-nil.
16184
161852003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
16186
16187 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
16188 moved to the directory obsolete.
16189
161902003-07-16 Stefan Monnier <monnier@cs.yale.edu>
16191
16192 * info.el (Info-menu-entry-name-re): Allow newlines in
16193 menu entry names.
16194
16195 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
16196 syntax-ppss-after-change-function.
16197 (syntax-ppss-after-change-function): New alias. Update uses.
16198 (syntax-ppss): Catch the case where the buffer is narrowed.
16199
162002003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
16201
16202 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
16203 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
16204
162052003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
16206
16207 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
16208 since it might be modified.
16209
16210 * progmodes/cc-langs.el (c++-make-template-syntax-table)
16211 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
16212 names to these language constants.
16213
162142003-07-15 Kim F. Storm <storm@cua.dk>
16215
16216 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
16217 All uses changed.
16218
162192003-07-14 Mark A. Hershberger <mah@everybody.org>
16220
16221 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
16222 Namespace support.
16223
162242003-07-13 Juanma Barranquero <lektu@terra.es>
16225
16226 * frame.el (modify-all-frames-parameters): Reinstall (copyright
16227 papers received).
16228
162292003-07-13 Karl Eichwalder <ke@suse.de>
16230
16231 * textmodes/po.el (po-find-charset): White space at the start of the
16232 Content-Type field body is non-mandatory.
16233
162342003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16235
16236 * textmodes/texinfo.el (texinfo-section-list):
16237 Append appendixsection; a synonym for appendixsec.
16238
162392003-07-13 Jari Aalto <jari.aalto@poboxes.com>
16240
16241 * man.el (Man-translate-cleanup): New.
16242 (Man-translate-references): Call `Man-translate-cleanup' to clean
16243 leading, trailing and middle spaces.
16244
162452003-07-13 Lars Hansen <larsh@math.ku.dk>
16246
16247 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
16248 Handle `dired-directory' being a list.
16249
162502003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
16251
16252 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
16253 it doesn't exist.
16254
162552003-07-12 Richard M. Stallman <rms@gnu.org>
16256
16257 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
16258
16259 * progmodes/cc-defs.el (c-make-keywords-re):
16260 Don't use delete-duplicates.
16261 (c-lang-const): Don't use mapcan.
16262
16263 * apropos.el (apropos-show-scores): Make it customizable.
16264 Document new meaning.
16265 (apropos): Compute scores from symbols.
16266 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
16267
162682003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16269
16270 * ps-bdf.el: Fix copyright line.
16271 (bdf-directory-list): Fix initialization code.
16272
162732003-07-11 John Paul Wallington <jpw@gnu.org>
16274
16275 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
16276 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
16277 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
16278
162792003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
16280
16281 * emacs-lisp/ring.el (ring-elements): Doc fix.
16282
162832003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
16284
16285 * calendar/timeclock.el (timeclock-relative)
16286 (timeclock-ask-before-exiting, timeclock-use-display-time):
16287 Doc changes.
16288 (timeclock-modeline-display): Give a message if
16289 `timeclock-use-display-time' is non-nil but `display-time-mode'
16290 is not active.
16291
162922003-07-11 Kenichi Handa <handa@m17n.org>
16293
16294 * international/mule-cmds.el (set-language-environment):
16295 Set current-language-environment to the correct string.
16296
162972003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16298
16299 * ps-print.el: Print line number correctly in a region. Reported by
c9688100 16300 Tim Allen <timallen@ls83.fsnet.co.uk>.
55115079
PA
16301 (ps-print-version): New version number (6.6.2).
16302 (ps-printing-region): Code fix.
16303
163042003-07-10 John Paul Wallington <jpw@gnu.org>
16305
16306 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
16307 this function can be called from `add-completions-from-tags-table'.
16308
163092003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
16310
16311 * calendar/timeclock.el (timeclock-use-display-time)
16312 (timeclock-day-over-hook, timeclock-workday-remaining)
16313 (timeclock-status-string, timeclock-when-to-leave)
16314 (timeclock-when-to-leave-string, timeclock-log-data)
16315 (timeclock-find-discrep, timeclock-day-base)
16316 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
16317 (timeclock-modeline-display): Set the variable
16318 `timeclock-modeline-display'.
16319 (timeclock-update-modeline): Doc fix. Respect value of
16320 `timeclock-relative'.
16321
163222003-07-09 Richard M. Stallman <rms@gnu.org>
16323
16324 * textmodes/reftex-parse.el (reftex-all-document-files):
16325 Add autoload cookie.
16326
16327 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
16328 (reftex-scanning-info-available-p): Add autoload cookie.
16329
16330 * international/mule-cmds.el
16331 (set-display-table-and-terminal-coding-system): Delete duplicate
16332 aset on standard-display-table.
16333
16334 * view.el (view-file): If existing buffer's major mode is special,
16335 don't go into view mode.
16336
16337 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
16338
163392003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16340
16341 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
16342 buffer changes; there's third party code that calls this function
16343 directly.
16344
163452003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16346
16347 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
16348 (autodoc-font-lock-keywords): Don't byte compile on font lock
16349 initialization when running from byte compiled files.
16350
163512003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16352
16353 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
16354 statement ends with auto-increment "++".
16355
163562003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16357
16358 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16359 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16360 these are changed, so declare them as variables and not constants.
16361
163622003-07-08 Markus Rost <rost@math.ohio-state.edu>
16363
9242b3b7 16364 * subr.el (dolist, dotimes): Doc fix.
55115079
PA
16365
163662003-07-08 Kim F. Storm <storm@cua.dk>
16367
16368 * international/mule-cmds.el
16369 (set-display-table-and-terminal-coding-system): Don't break
16370 bootstrap if standard-display-table isn't setup yet.
16371
163722003-07-07 Richard M. Stallman <rms@gnu.org>
16373
16374 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
16375 Give it a doc string, and autoload it.
16376
16377 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
16378 Use with-no-warnings.
16379
16380 * info.el (Info-search): If find invisible text, search again.
16381
16382 * isearch.el (search-whitespace-regexp): Add a shy group around it.
16383
16384 * man.el (Man-name-regexp): Match + as part of name.
16385
16386 * simple.el (visible-mode): Rename from vis-mode.
16387 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
16388
16389 * simple.el (current-word): New arg REALLY-WORD specifies
16390 don't include punctuation chars.
16391
16392 * emacs-lisp/debug.el (debug, debugger-env-macro):
16393 Use with-no-warnings while accessing and binding unread-command-char.
16394
16395 * international/mule-cmds.el
16396 (set-display-table-and-terminal-coding-system): Use explicit loop
16397 instead of calling standard-display-default.
16398
16399 * net/ange-ftp.el (ange-ftp-file-symlink-p):
16400 Use condition-case to catch error in ange-ftp-get-files.
16401
16402 * net/browse-url.el (browse-url-browser-function):
16403 Add alternative for Epiphany.
16404 (browse-url-epiphany-program, browse-url-epiphany-arguments)
16405 (browse-url-epiphany-startup-arguments)
16406 (browse-url-epiphany-new-window-is-tab): New variables.
16407 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
16408
16409 * progmodes/compile.el (compile-auto-highlight): Default now t.
16410 (compile): Doc fix.
16411 (compilation-next-error): Fix previous change.
16412
16413 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
16414
16415 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
16416
164172003-07-07 Nick Roberts <nick@nick.uklinux.net>
16418
16419 * gdb-ui.el (gdb-source-info): Display current frame when
16420 attaching to an existing process.
16421 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
16422 while laying out windows when attaching to an existing process.
16423
164242003-07-07 Stefan Monnier <monnier@cs.yale.edu>
16425
16426 * info.el (Info-menu): Use Info-menu-entry-name-re.
16427
164282003-07-06 Stefan Monnier <monnier@cs.yale.edu>
16429
16430 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
16431 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
16432
16433 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
16434 to match the same text.
16435
164362003-07-06 John Paul Wallington <jpw@gnu.org>
16437
16438 * vc.el (vc-annotate-offset): Move defvar up.
16439
164402003-07-06 Kim F. Storm <storm@cua.dk>
16441
16442 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
16443 This should fix the infinite loop when extracting menu names.
16444
164452003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
16446
16447 * files.el (auto-mode-alist, interpreter-mode-alist):
16448 Remove entries to CC Mode modes to avoid duplicates; they are now added
16449 with autoload directives in cc-mode.el.
16450
164512003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
16452
16453 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16454 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16455 these are changed, so declare them as variables and not constants.
16456
16457 * progmodes/cc-mode.el: Fix some autoload problems: Try to
16458 ensure that the entry for ".c" extension comes before the one for
16459 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
16460 Fix incorrect entries that were added to `interpreter-mode-alist'.
16461 Move the autoload directives for AWK to the top level since they
16462 aren't recognized anywhere else. Do not use the new AWK mode doc
16463 in the autoload form for the old AWK mode.
16464
164652003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16466
16467 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
16468 (bibtex-sort-ignore-string-entries): Default value t.
16469 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
16470 erroneously in previous version.
16471 (bibtex-string-files): Docstring reflects new parsing scheme.
16472 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
16473 docstring, add # as one of the chars to crush
16474 (bibtex-autokey-prefix-string, bibtex-autokey-names)
16475 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
16476 (bibtex-autokey-name-change-strings)
16477 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
16478 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
16479 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
16480 (bibtex-autokey-title-terminators)
16481 (bibtex-autokey-titlewords-stretch)
16482 (bibtex-autokey-titleword-ignore)
16483 (bibtex-autokey-titleword-case-convert)
16484 (bibtex-autokey-titleword-abbrevs)
16485 (bibtex-autokey-titleword-abbrevs)
16486 (bibtex-autokey-titleword-change-strings)
16487 (bibtex-autokey-titleword-length)
16488 (bibtex-autokey-titleword-separator)
16489 (bibtex-autokey-name-year-separator)
16490 (bibtex-autokey-year-title-separator)
16491 (bibtex-autokey-before-presentation-function)
16492 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
16493 Fix docstring.
16494 (bibtex-strings, bibtex-reference-keys):
16495 Use lazy-completion-table and make-variable-buffer-local.
16496 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
16497 (bibtex-braced-string-syntax-table)
16498 (bibtex-quoted-string-syntax-table): New variables.
16499 (bibtex-parse-nested-braces): Remove.
16500 (bibtex-parse-field-string): Use syntax table and forward-sexp.
16501 (bibtex-parse-association): Simplify.
16502 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
16503 (bibtex-parse-field-text): Simplify.
16504 (bibtex-search-forward-field, bibtex-search-backward-field):
16505 argument BOUND can take value t.
16506 (bibtex-start-of-field, bibtex-start-of-name-in-field)
16507 (bibtex-end-of-name-in-field, bibtex-end-of-field)
16508 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16509 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
16510 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
16511 (bibtex-skip-to-valid-entry): Return buffer position of beginning
16512 and ending of entry. Update for changes of bibtex-search-entry.
16513 Simplify.
16514 (bibtex-map-entries): FUN is called with three arguments.
16515 (bibtex-search-entry): Return a cons pair with buffer positions of
16516 beginning and end of entry.
16517 (bibtex-enclosing-field): Simplify.
16518 (bibtex-format-entry): Use booktitle to set a missing title.
16519 (bibtex-autokey-get-names): Fiddle with regexps.
16520 (bibtex-generate-autokey): Use identity.
16521 (bibtex-parse-keys): Use simplified parsing algorithm if
a568a2cc
JB
16522 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
16523 arguments. Return alist of keys.
16524 (bibtex-parse-strings): Simplify. Return alist of strings.
55115079
PA
16525 (bibtex-complete-string-cleanup): Fix docstring.
16526 (bibtex-read-key): New function.
a568a2cc
JB
16527 (bibtex-mode): Fix docstring. Do not parse for keys and
16528 strings when the mode is entered. Set fill-paragraph-function to
16529 bibtex-fill-field. Setup font-lock-mark-block-function the way
55115079 16530 font-lock intended.
a568a2cc 16531 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
55115079
PA
16532 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
16533 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
16534 (bibtex-Preamble): Avoid hard coded constants.
a568a2cc 16535 (bibtex-make-field): Fix docstring. Simplify.
55115079
PA
16536 (bibtex-beginning-of-entry): Always return new position of point.
16537 (bibtex-end-of-entry): Rearrange cond clauses.
16538 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
16539 Update for changes of bibtex-map-entries.
16540 (bibtex-ispell-abstract): Do not move point.
a568a2cc 16541 (bibtex-entry-index): Use downcase. Simplify.
55115079
PA
16542 (bibtex-lessp): Handle catch-all.
16543 (bibtex-find-crossref): Turn into a command.
a568a2cc
JB
16544 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
16545 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
55115079
PA
16546 preamble entries.
16547 (bibtex-fill-field-bounds): New function.
a568a2cc 16548 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
55115079
PA
16549 (bibtex-fill-entry): Use bibtex-fill-field-bounds
16550 (bibtex-String): Use bibtex-strings. Always obey
16551 bibtex-sort-ignore-string-entries.
16552
165532003-07-05 John Paul Wallington <jpw@gnu.org>
16554
16555 * cus-theme.el (customize-create-theme):
16556 Call `customize-create-theme' in Reset widget's notify function.
16557
16558 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
16559 (ibuffer-mark-interactive): Use `or' instead of `unless'.
16560 (define-ibuffer-column name): Add summarizer.
16561 (define-ibuffer-column size): Likewise.
16562 (define-ibuffer-column filename): Likewise.
16563 (define-ibuffer-column process): Likewise. Change BODY's output too.
16564 (define-ibuffer-column filename-and-process): Likewise, likewise.
16565 (ibuffer): Remove local vars `already-in' and `need-update'.
16566
16567 * ibuf-ext.el: Don't require `derived' at compile-time.
16568
165692003-07-05 Kim F. Storm <storm@cua.dk>
16570
16571 * info.el: Disable paragraph refilling.
16572 (Info-refill-paragraphs): New defcustom.
16573 (Info-fontify-node): Use it.
16574
165752003-07-04 Stefan Monnier <monnier@cs.yale.edu>
16576
16577 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
16578 thingies from constructors created by defstruct.
16579
16580 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
16581 the default value of the variable.
16582 (byte-code-meter): Move declaration to top level.
16583
16584 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
16585
16586 * info.el (Info-following-node-name-re): New fun.
16587 (Info-following-node-name): Remove.
16588 (Info-insert-dir): Use the new fun.
16589 (Info-extract-pointer): Don't save restriction; use new fun.
16590 (Info-menu-entry-name-re): New const.
16591 (Info-menu-entry-name-re): Use it along with new fun.
16592 (Info-node-spec-re): Use new fun.
16593 (Info-complete-menu-item, Info-fontify-node): Use new const.
16594 (Info-goto-node, Info-follow-reference, Info-menu-update):
16595 Use match-string.
16596 (Info-follow-reference): Use assoc-string.
16597 Use a list of strings for the completion table.
16598 (Info-fontify-node): Use match-string, line-end-position.
16599 Limit the search for `node:' to the first line.
16600
16601 * newcomment.el (uncomment-region): Remove padding coming from
16602 comment-start rather than just from comment-padding.
16603
16604 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
16605 (vc-cvs-stay-local-p): Use vc-stay-local-p.
16606 (vc-cvs-rename-file): Remove (use the default).
16607 (vc-cvs-register): Register parent dir if needed.
16608 (vc-cvs-could-register): Return non-nil if parent can be registered.
16609 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
16610 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
16611
16612 * vc-svn.el (vc-svn-use-edit): Make it into a const.
16613 (vc-svn-update): Fix the arguments to `svn'.
16614 (vc-svn-diff-tree): Just use `vc-svn-diff'.
16615 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
16616 Simple implementations, assuming `name' is a URL.
16617
16618 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
16619 set of chars allowed unquoted in a case pattern.
16620
16621 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
16622
16623 * font-lock.el (font-lock-extra-types-widget)
16624 (c-font-lock-extra-types, c++-font-lock-extra-types)
16625 (objc-font-lock-extra-types, java-font-lock-extra-types)
16626 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
16627 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
16628 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16629 (font-lock-match-c++-structor-declaration)
16630 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
16631 (c++-font-lock-keywords-3, c++-font-lock-keywords)
16632 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
16633 (objc-font-lock-keywords-3, objc-font-lock-keywords)
16634 (java-font-lock-keywords-1, java-font-lock-keywords-2)
16635 (java-font-lock-keywords-3, java-font-lock-keywords)
16636 (java-font-lock-syntactic-face-function): Remove obsolete code
16637 and constants. It's all in cc-fonts.el now.
16638
166392003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
16640
16641 * mail/sendmail.el (mail-specify-envelope-from)
16642 (mail-envelope-from): Doc fix.
16643
166442003-07-04 Martin Stjernholm <mast@lysator.liu.se>
16645
16646 * generic-x.el: Do away with the dependency on `c-emacs-features'
16647 when populating `rul-generic-mode-syntax-table'; we already know
16648 this isn't XEmacs.
16649
16650See ChangeLog.10 for earlier changes.
16651
16652;; Local Variables:
16653;; coding: iso-2022-7bit
16654;; End:
16655
47ff5b28 16656 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
55115079
PA
16657 Copying and distribution of this file, with or without modification,
16658 are permitted provided the copyright notice and this notice are preserved.
16659
16660;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1